owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.38k stars 667 forks source link

Wait for system tray #949

Closed pascalBokBok closed 10 years ago

pascalBokBok commented 10 years ago

Today when I logged in to my KDE workspace (with a systray) I got the warning dialog "System Tray not available": "ownCloud requires on a working system tray. If you are running XFCE, please follow these instructions. Otherwise, please install a system tray application such as 'trayer' and try again." I think owncloud has started before the KDE system tray was ready. Consider adding a delay or some other solution.

pascalBokBok commented 10 years ago

BTW version 1.4.0

guyr34 commented 10 years ago

Same error with gnome shell (debian sid amd64) and client 1.4.0 (9ce097) from : http://download.opensuse.org/repositories/isv:ownCloud:devel/Debian_7.0/

SRMarshall commented 10 years ago

Same issue here on Linux Mint 14 (Cinnamon)

berlingozzo commented 10 years ago

For the people having this issue, I solved this way: 1) created a file "mycloud" with sleep 10 /usr/bin/owncloud 2) chmod u+x mycloud 3) add mycloud file to your startup applications. in gnome, click on the on/off button on the top right corner, then startup applications. You'll most likely find owncloud there. remove it or edit it and replace /usr/bin/owncloud with /path/to/mycloud

njoy mic

makkes commented 10 years ago

I'm still experiencing this bug here (Gnome + Xmonad + Owncloud client 1.5.0). The gnome panel is started after like 3sec or sth.

danimo commented 10 years ago

@makkes Which ownCloud client version?

makkes commented 10 years ago

1.5.0, "Built from Git revision 58035a on Jan 20 2014, 09:51:07 using OCsync 0.91.4 and Qt 4.8.1"