Re: chromium "Restore?" at every login
s2 johnm <[email protected]>
| Newsgroups | gmane.linux.suse.kde |
|---|---|
| Message-ID | <2751273.xVFPZWZ5Ii@bossel> |
This is working for me! Seems like I tried something like this in the past and it didn't work. But it is now. -johnm #!/bin/bash # # KDE logout script # try to workaround the stupid "Restore Pages" prompt that always comes up when starting chromium # after a logout. 'cleanly' close it so the WM doesn't kill it in a way that chromium doesn't # like. killall chromium sleep 1 echo "chromium down." -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]