Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Kopano desktapp lost profile

    Kopano DeskApp
    2
    4
    260
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Constin
      Constin last edited by

      Hello
      Linux Ubuntu 18.04 PXE readonly client
      user homes are mounted by NFS
      Kopano deskapp lost profile if computer shutted down by lost power with running kopano deskapp.
      After new start and trying kopano launch it write , that profile is damaged.

      I have played this this problem about one week.
      If i copy .config/Kopano Deskapp folder to new/folder/Kopano Deskapp , remove .config/Kopano Deskapp and then copy
      new/folder/Kopano Deskapp to .config/Kopano Deskapp back it works again!
      And there is no differents with this 2 folders by diff command.

      1 Reply Last reply Reply Quote 0
      • Constin
        Constin last edited by

        nobody care?

        i wrote some temporally “fix”, it’s an ugly solution, but I don’t want to dive into the kopano code now

        /etc/profile.d/start_at_login.sh

        
        /opt/pxe/kopano_app_fix.sh &
        

        /opt/pxe/kopano_app_fix.sh

        #!/usr/bin/env bash
         
         
        _KOPANO_FIX () {
            if [ -d /home/$USER/.config/Kopano\ DeskApp/ ]; then
            cp -r /home/$USER/.config/Kopano\ DeskApp/Default/ /tmp/
            rm -r /home/$USER.config/Kopano\ DeskApp/Default/
            mv /tmp/Default/ /home/$USER/.config/Kopano\ DeskApp/
         
        }
        _KOPANO_FIX
        
        fbartels 1 Reply Last reply Reply Quote 0
        • fbartels
          fbartels Kopano @Constin last edited by

          Hi @Constin ,

          please keep in mind that this is a community forum. If you are depending on answers its always better to open up a case with our support.

          Regards Felix

          Resources:
          https://kopano.com/blog/how-to-get-kopano/
          https://documentation.kopano.io/
          https://kb.kopano.io/

          Support overview:
          https://kopano.com/support/

          1 Reply Last reply Reply Quote 0
          • Constin
            Constin last edited by Constin

            I don’t have paid subscription to support. And i don’t wait that somebody will fix it immediately for me.
            But i’d like to know, that kopano Deskapp maintainers now know about this existing problem with sql-lite DB.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post