From suse-kde Tue Jan 14 16:00:58 2014 From: Alvin Beach Date: Tue, 14 Jan 2014 16:00:58 +0000 To: suse-kde Subject: Re: [opensuse-kde] Logout script Message-Id: <52D55F3A.5000900 () gmail ! com> X-MARC-Message: https://marc.info/?l=suse-kde&m=138971527430407 Hello Ian, I have done the same thing, except, the script I have in ~/.kde4/shutdown runs my rsync script in a konsole. This allows me to see that backup executing. The added bonus is if I decide to abort the backup (e.g. logging out due to having updated KDE), I press Ctrl+C which aborts the backup and continues with the log out. My script in ~/.kde4/shutdown looks like this: #!/bin/sh # This is one line in my script. Breaking onto two lines due to line wrapping in Thunderbird konsole --nofork --hide-menubar --hide-tabbar --geometry "1680x1050+0+0" \ -e /usr/local/sbin/backup.sh exit 0 Where /usr/local/sbin/backup.sh is my script that runs rsync. I imaging you can replace that with your rsync command. This runs konsole in a window that is the size as my desktop (e.g. --geometry). The --nofork is needed to prevent the konsole command from running in background. This will also makes the logout process wait for konsole to exit (after my backup script exits). Hope this helps. Cheers, Alvin On 14/01/14 06:05, ianseeks wrote: > Hi > > I've created a logout script in ~/.kde4/shutdown to do my backup with rsync > which works well but.. when you logout the screen goes black and i would like > to be able to display something on it ... > [snip] > > Ian > -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org