This only affects guake and it seems to affect at least Arch and Ubuntu.
I have no Idea why this happens since every other entry in gnome-session-properties autostarts on loading as it should.
(it makes an entry in ~/.config/autostart)
So a workaround is called for:
1
Code: Select all
cd /usr/bin2
Code: Select all
sudo nano startguake.sh3 enter this content:
Code: Select all
#! /bin/sh
sleep 15
echo guake started: $(date) >> guake.log
guake
exit 0
Save and exit.
start gnome-session-properties
and edit the guake entry in the command prompt like this:
Code: Select all
sh startguake.shNow guake will be auto-loaded.