Posts: 243
Aleph
Joined: 09 Aug 2013
#1
After the update I missed the Streamlight icon, I added to .desktop-session/startup

Code: Select all

# Place an icon for streamlight in the taskbar tray
streamlight-gui-launcher.sh --icon &
and I missed also the volume 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 &
/ etc/desktop-sesion/startup:

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 &

Last edited by Aleph on 01 May 2016, 20:27, edited 1 time in total.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
have you rebooted?
Posts: 1,062
Dave
Joined: 20 Jan 2010
#3
If you are going to use the startup file in home everything you want started needs to be in there. Also make certain that the file is executable. If you do not need it per user just delete the user staff and it should use the one in etc again. This will be changed in newer versions.
Posts: 243
Aleph
Joined: 09 Aug 2013
#4
Thanks Dave,

yes, I deleted .desktop-session/startup and the problem was solved.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#5
Aleph - good you found a fix.

Just for information, antiX-16 will use .desktop-session/startup and not etc/desktop-session/startup since the devs feel that the changes are user ones rather than admin ones.
Posts: 243
Aleph
Joined: 09 Aug 2013
#6
anticapitalista wrote:Aleph - good you found a fix.

Just for information, antiX-16 will use .desktop-session/startup and not etc/desktop-session/startup since the devs feel that the changes are user ones rather than admin ones.
Thanks for the info Anti!!

And good luck for the new release!! Waiting impatiently __{{emoticon}}__