https://bugs.kde.org/show_bug.cgi?id=344620
--- Comment #10 from Benedikt Winder <[email protected]> --- I've got it to work under Archlinux. First of all uninstall Dropbox. sudo pacman -Rsn dropbox Delete User Config: rm -Rf .dropbox* Install libappindicator-gtk3 (I don't know if this is needed) yaourt libappindicator-gtk3 Then install dropbox again. yaourt dropbox And now this was for me the important part. Don't start Dropbox now! Now we create a User Service. systemctl --user edit dropbox Fill the file with following: [Service] Environment=DISPLAY=:0 After this reboot the computer. After next login the Dropbox Wizard shows up and the Systray Icon is available. Sources: https://wiki.archlinux.org/index.php/Dropbox#Starting_on_boot_with_systemd -- You are receiving this mail because: You are watching all bug changes.
