^---- embedded YouTube-hosted video: https://www.youtube.com/L4pnACi6QBA
I entered wicd-client -t in the desktop-session startup file per the video.
Upon rebooting I expected to see the lan connection along with volumeicon and search-bar-icon in the system tray but was disappointed as the only thing that was displayed was the clock.
I removed wicd-client -t and upon rebooting still the only thing displayed is the clock __{{emoticon}}__
Code: Select all
#!/bin/bash
volumeicon &
fbxkb &
search-bar-icon &
(sleep 5 && toram-eject) &
How can I get the contents of the desktop-session startup file to work again __{{emoticon}}__
Thanks