Shutdown icon on desktop (one click shutdown)

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6338
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 746 times
Been thanked: 1308 times

Shutdown icon on desktop (one click shutdown)

Post by bigpup »

desktop icon for shutting down the computer.

In Rox file manager.
Go to /usr/bin
Left click hold and drag file wmpoweroff to the desktop.
Now have power off icon on desktop.

Right click on desktop icon for file.
To change name -> edit item
To change icon -> set icon
( normal icon set is located at /usr/local/lib/X11/pixmaps )

Can also do this:

Make script file and place on desktop.

Code: Select all

#!/bin/bash
# This powers off Linux Puppy !
#
wmpoweroff

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

number77
Posts: 351
Joined: Tue Jul 14, 2020 3:14 pm
Has thanked: 4 times
Been thanked: 12 times

Re: Shutdown icon on desktop (one click shutdown)

Post by number77 »

bigpup wrote: Sun Aug 16, 2020 7:30 am

desktop icon for shutting down the computer.

In Rox file manager.
Go to /usr/bin
Left click hold and drag file wmpoweroff to the desktop.
Now have power off icon on desktop.

Right click on desktop icon for file.
To change name -> edit item
To change icon -> set icon
( normal icon set is located at /usr/local/lib/X11/pixmaps )

Can also do this:

Make script file and place on desktop.

Code: Select all

#!/bin/bash
# This powers off Linux Puppy !
#
wmpoweroff

Nice one bigpup, that does exactly what I want.
Thanks again

Post Reply

Return to “Tips & Tweaks”