| Author |
Message |
nksaini
Joined: 11 Jan 2007 Posts: 45 Location: New Delhi
|
Posted: Tue 29 Sep 2009, 01:32 Post subject:
Puppy 4.30: Menu - Poweroff/Reboot/Restart X/etc do not work Subject description: I have to shutdown/reboot only from rxvt command prompt |
|
I installed Puppy 4.30 on my PC and it was working fast and trouble free. Suddenly I discovered that Shutdown/Reboot/Restart X/etc command on Menu button have stopped working (nothing happens when I click on them).
Now I must shutdown by issuing a shutdown/reboot command from rxvt command prompt. Other commands on Menu - Documents/Internet/Utility/etc are all working as expected.
Can someone please suggest an easy way to restore the functionality to Shutdown/Reboot/etc commands on the Menu button.
Second, I wish to make the "Win" key on the keyboard map to Menu button (as under Windows) and "Context/Shortcut" key to corresponding action under Puppy. I tried a bit but could not figure out how to achieve these settings. Can someplease suggest how to do it.
N.K.Saini
|
|
Back to top
|
|
 |
sinc

Joined: 22 Jul 2009 Posts: 523 Location: Tampa, FL USA
|
Posted: Tue 29 Sep 2009, 11:20 Post subject:
|
|
i am not sure if this is applicable for you but i have this issue happen if i use xvesa instead of xorg and if when i select xvesa I X-out of the window instead of clicking "current" then I get the issue you are describing. not sure if this is your situation or not but i'm just throwing something out there.
if this is the case, just make sure you click "current" on the xvesa menu.
|
|
Back to top
|
|
 |
Kal
Joined: 05 May 2005 Posts: 620 Location: California, High Desert
|
Posted: Tue 29 Sep 2009, 12:46 Post subject:
|
|
Did you have or try upgrading an existing Puppy, like 4.21?
This could be a problem, because 4.21 has a different logout system, using a shutdown window. Generally, I don't recommend upgrades, there is always something.
On 4.30 the wmpoweroff and wmreboot files are located at /usr/bin and not at /usr/X11R7/bin, as before. Check this out to see which you have. Try symlinking them to the other place.
|
|
Back to top
|
|
 |
r__hughes
Joined: 13 Apr 2006 Posts: 336 Location: Canada
|
Posted: Tue 29 Sep 2009, 13:27 Post subject:
|
|
Try refreshing the menu
In a terminal window type
fixmenus
Good Luck
_________________ --- triple booting pup431 & Slacko55PAE (with OO3/LO4, devx, Gimp) & WXP on DELL Dimension 2400 PC & DELL Latitude 630 Laptop using grub.
---USB-Flash booting same on Samsung N110 WXP Netbook and Lenovo q100 WXP netPC.
|
|
Back to top
|
|
 |
earthpuppy
Joined: 30 Sep 2009 Posts: 1
|
Posted: Wed 30 Sep 2009, 10:25 Post subject:
[Solved] |
|
I got the same problem(using puppy 4.3 on a CF card), but it happened right after I installed some chinese font package made by 3rd party
fixmenu didnt help
thx for the suggestion though
===============================
I opened /root/.jwmrc via geany
and search the string wmpoweroff
it will bring you to the line where needs the path modification
change the path before /wmpoweroff to /usr/bin/
mine was /usr/X11R7/bin/wmpoweroff
now is /usr/bin/wmpoweroff
save it
then reboot!!
do the same to the line where the wmreboot is (actually it's the previous line)
Woot! now work like a charm
thx all!!
However, I have another new problem, my "show desktop" icon on the taskbar is gone.
fixmenus didnt get it back, either.
anyone can help pls?!
thx
|
|
Back to top
|
|
 |
nksaini
Joined: 11 Jan 2007 Posts: 45 Location: New Delhi
|
Posted: Wed 30 Sep 2009, 12:13 Post subject:
|
|
| sinc wrote: | i am not sure if this is applicable for you but i have this issue happen if i use xvesa instead of xorg and if when i select xvesa I X-out of the window instead of clicking "current" then I get the issue you are describing. not sure if this is your situation or not but i'm just throwing something out there.
if this is the case, just make sure you click "current" on the xvesa menu. |
I am using xorg, the default X server in Puppy. Everything was working fine, but then the problem occured suddenly (probably after a forced shutdown, but I can not say for sure).
N.K.Saini
|
|
Back to top
|
|
 |
nksaini
Joined: 11 Jan 2007 Posts: 45 Location: New Delhi
|
Posted: Wed 30 Sep 2009, 12:46 Post subject:
|
|
| Kal wrote: | Did you have or try upgrading an existing Puppy, like 4.21?
This could be a problem, because 4.21 has a different logout system, using a shutdown window. Generally, I don't recommend upgrades, there is always something.
On 4.30 the wmpoweroff and wmreboot files are located at /usr/bin and not at /usr/X11R7/bin, as before. Check this out to see which you have. Try symlinking them to the other place. |
This is a fresh install of Puppy 4.30. In fact, after install it worked fine, but the symptoms occured suddenly (perhaps after a forced power off, but I am not sure).
The files wmpoweroff and wmreboot are located in /usr/bin, but they do nothing. When I executed these from rxvt terminal, they fail to execute. As I said, I can issue a command "poweroff" or "reboot" from rxvt terminal and they work.
|
|
Back to top
|
|
 |
nksaini
Joined: 11 Jan 2007 Posts: 45 Location: New Delhi
|
Posted: Wed 30 Sep 2009, 12:48 Post subject:
|
|
| r__hughes wrote: | Try refreshing the menu
In a terminal window type
fixmenus
Good Luck |
I tried "fixmenus" from terminal window, but it did not resolve the problem.
|
|
Back to top
|
|
 |
nksaini
Joined: 11 Jan 2007 Posts: 45 Location: New Delhi
|
Posted: Wed 30 Sep 2009, 13:02 Post subject:
Re: [Solved] |
|
| earthpuppy wrote: | I got the same problem(using puppy 4.3 on a CF card), but it happened right after I installed some chinese font package made by 3rd party
fixmenu didnt help
thx for the suggestion though
===============================
I opened /root/.jwmrc via geany
and search the string wmpoweroff
it will bring you to the line where needs the path modification
change the path before /wmpoweroff to /usr/bin/
mine was /usr/X11R7/bin/wmpoweroff
now is /usr/bin/wmpoweroff
save it
then reboot!!
do the same to the line where the wmreboot is (actually it's the previous line)
Woot! now work like a charm
thx all!!
thx |
On my PC the wmpoweroff, wmreboot and wmexit are located in /usr/bin folder. In /root/.jwmrc there was no path to these files, so I modified these lines as below:
<Program label="Exit to prompt" icon="prompt16.xpm">exec /usr/bin/wmexit</Program>
<Program label="Reboot computer" icon="mini-turn.xpm">exec /usr/bin/wmreboot</Program>
<Program label="Power-off computer" icon="mini-stop.xpm">exec /usr/bin/wmpoweroff</Program>
<Program label="Restart X server" icon="mini-x.xpm">restartwm</Program>
After that I saved this file and rebooted. But still it could not resolve the problem.
If I run "/usr/bin/wmreboot" from rxvt terminal, the output say:
kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
Same is result of /usr/bin/wmpoweroff and usr/bin/wmexit commands. Even if run these commands from within /usr/bin directory like ./wmreboot, the output is same as above.
N.K.Saini
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Wed 30 Sep 2009, 13:34 Post subject:
|
|
Sounds like the scripts are corrupted. Run this .pet to restore them. Good luck................
| Description |
|

Download |
| Filename |
power.pet |
| Filesize |
879 Bytes |
| Downloaded |
274 Time(s) |
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
chrisnet74
Joined: 05 Oct 2009 Posts: 2
|
Posted: Mon 05 Oct 2009, 08:20 Post subject:
|
|
Hello,
Same here (Puppy 4.30)
Tried fixmenus and power.pet to no avail.
Chris
|
|
Back to top
|
|
 |
nksaini
Joined: 11 Jan 2007 Posts: 45 Location: New Delhi
|
Posted: Wed 07 Oct 2009, 00:33 Post subject:
|
|
| chrisnet74 wrote: | Hello,
Same here (Puppy 4.30)
Tried fixmenus and power.pet to no avail.
Chris |
My PC in question was meant for a friend, who is a novice user. He may use this PC to access internet, so I wanted to gave him a choice of Puppy as a faster and safer option to browse web.
Before handing him over the PC, I reinstalling Puppy 4.30 from live CD. But after reboot the same symptoms reoccured. At present the PC is another city and I can not test it further.
I think the symptoms have something to do with X server. After booting Puppy, I frequently end up at command prompt (i.e. without X) and have to use xwin, xorgwizard a couple of times before can X appear. Chris, can you confirm please.
N.K.Saini
|
|
Back to top
|
|
 |
chrisnet
Joined: 28 Sep 2009 Posts: 2
|
Posted: Thu 08 Oct 2009, 12:47 Post subject:
|
|
| nksaini wrote: |
My PC in question was meant for a friend, who is a novice user. He may use this PC to access internet, so I wanted to gave him a choice of Puppy as a faster and safer option to browse web.
Before handing him over the PC, I reinstalling Puppy 4.30 from live CD. But after reboot the same symptoms reoccured. At present the PC is another city and I can not test it further.
I think the symptoms have something to do with X server. After booting Puppy, I frequently end up at command prompt (i.e. without X) and have to use xwin, xorgwizard a couple of times before can X appear. Chris, can you confirm please.
N.K.Saini |
Yes, this is the same situation for me. I will install a new graphic card and see if the problem occur again.
The PC I try to install Puppy on is an old HP Pavillon with an onboard graphic card.
Chris
|
|
Back to top
|
|
 |
pottzie
Joined: 16 Aug 2009 Posts: 8
|
Posted: Fri 09 Oct 2009, 12:08 Post subject:
power off fix |
|
When I tried to power off after the first boot in 4.3 (which I dumped right on top of Puppy 4.21), the power off worked, but as the files were updating before actually powering down, it froze. Seemed to happen after asking what size file I wanted. I got greedy and went for the biggest one listed, hoping that it would cure the infernal "You only have seven bits of empty space" after downloading my first gitpup.
The power down solution was simple. I pulled the plug. Had to, as the Compaq didn't shut down when I kicked it.
|
|
Back to top
|
|
 |
|