Announcement

Collapse
No announcement yet.

Dropbox and KDE neon

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Dropbox and KDE neon

    I use Dropbox on Kubuntu 18.04. I installed Dropbox using
    Code:
    cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
    and
    Code:
    ~/.dropbox-dist/dropboxd
    Will this route work on KDE neon? I'm asking because Dropbox is qt-based and, IIRC, some qt applications which work in Kubuntu 18.04 may not play well in KDE neon.
    Kubuntu 20.04

    #2
    It should. I think Dropbox uses its own Qt bits, and not they system's. It is mostly Python as well. You won't hurt anything by trying it.

    Yup, I checked, it def. uses its own Qt.I can't use it because my drive is encrypted, and they don't support anything other than unencrypted EXT4 file systems in Linux now .

    Comment


      #3
      Thanks! Regular ext4 here. Dropbox is working well. I installed it as described in the first post.
      Kubuntu 20.04

      Comment


        #4
        Originally posted by claydoh View Post
        ...I can't use it because my drive is encrypted, and they don't support anything other than unencrypted EXT4 file systems in Linux now .
        Are you aware of this one? https://metabubble.net/linux/how-to-keep-using-dropbox-even-if-you-dont-use-unencrypted-ext4-workaround/
        I need encrypted drives and want to use a todo app on Android which will only play with Dropbox. Setting up an artificial ext4 drive as explained in this article works very well for this use case.
        Really stupid of Dropbox to make their users jump through all these hoops...

        Comment

        Working...
        X