Code: Select all
# Place an icon for streamlight in the taskbar tray
streamlight-gui-launcher.sh --icon &
Added the code to / etc/desktop-sesion/startup and no succes.
Any solution?
.desktop-session/startup:
Code: Select all
# Puts a volume icon on the taskbar
volumeicon &
# Place an icon for streamlight in the taskbar tray
streamlight-gui-launcher.sh --icon &
Code: Select all
#!/bin/bash
# Puts a volume icon on the taskbar
volumeicon &
# Puts a flag on the taskbar to show which keyboard is being used.
#fbxkb &
# Uncomment for easy search from the taskbar
#search-bar-icon &
# Uncomment the following line to mount Samba and/or NFS shares
#connectshares &
# Uncomment to show wicd networking monitor
# wicd-client -t &
# Used on live system only
(sleep 5 && toram-eject) &
# Place an icon for streamlight in the taskbar tray
streamlight-gui-launcher.sh --icon &