You are not logged in.
What is command to put trayer to be visible on all desktops.Currently I start trayer with command
trayer --align right --width 15 --height 26 --transparent true --alpha 240but it is only visible on first desktop
![]()
Offline
I founded
![]()
Offline
It would be helpful to provide the solution so when someone else searches the forum for the same problem they can then fix it.
Offline
I added to my openbox autostart.sh trayer in this way
# Programs to launch at startup
gnome-settings-daemon &
feh --bg-scale /mnt/win_d/WALLPAPERS/diagonals.jpg
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
gnome-power-manager &
amixer set Master 90% unmute &
amixer set PCM 90% unmute &
# Programs that will run after Openbox has started
(sleep 2 && tint ) &
(sleep 3 && conky ) &
(sleep 4 && /usr/lib/wicd/tray.py) &
(sleep 5 && netwmpager) &
(sleep 6 && trayer --align right --widthtype request --height 26 --transparent true --alpha 240) &Offline