| Author |
Message |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Sat 07 Apr 2012, 12:16 Post subject:
|
|
I am using squeeze-5.X.3.1.10.2-SCSI.iso
Ppoweroff doesn't work on my IBM thinkcenter tower with intel graphics.
Is it supposed to work?
Fortunately pupshutdown works so I can shut off my machine.
__________________________________________________
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Sat 07 Apr 2012, 12:32 Post subject:
|
|
/etc/rc.d/sysinit misbehaves. I wonder does the PLANG file removal from initrd.gz has side-effects....just brainstorming.
Anyway...I inserted to the rc.sysinit file...to the line 761...this row: ln -snf /dev/psaux /dev/mouse
and it looks now like this:
| Quote: | echo -n ' input' >/dev/console #100131
if [ ! -f /etc/mousedevice ];then
echo -n "input/mice" > /etc/mousedevice
ln -snf input/mice /dev/mouse
else
[ "`cat /etc/mousedevice`" = "psaux" ] && echo -n "input/mice" > /etc/mousedevice
fi
ln -snf /dev/psaux /dev/mouse |
I admit...I dont understand much of the rc.sysinit...but this hack worked for me...until the real reason has been found.
Anyway...I am gonna download latest woof2 commit and create next build with the improved 3builddistro. It should now accept UTF-8 and my mistakenly adding it should be fixed now.
|
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 86 Location: indonesia
|
Posted: Sat 07 Apr 2012, 12:38 Post subject:
rox got hang |
|
hi everyone,
i'm very like the progress of dpup exprimo, and now i use every kernel on exprimo.
but i have a problem when i go to /proc, rox got hang.
usually i press ctrl+alt+backspace and startx again.
how should i do to repair that?
thanks.
keep better
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Sat 07 Apr 2012, 13:05 Post subject:
|
|
It is Rox-Filer bug. I dont have that bug anymore when I updated to the latest Barry Kaulers Rox-Filer. But it seems it still cause problems with certain hardware. I dont know any other fix than testing different /usr/local/apps/ROX-Filer/ROX-Filer binaries. I suppose you could copy that binary from Puppy where it works ok.
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Sat 07 Apr 2012, 13:28 Post subject:
|
|
Don570. Yep...the problem is the missing row in wmpoweroff: killall enlightenment. During all these Pupsaveconfig - other script updates I havent remembered to check that killall enlightenment still is found in all concerning scripts.
PupShutdown has it inbuild but Ppoweroff relies straigth to wmpoweroff - wmreboot and wmexit scripts. The problem is already fixed in my next build.
I posted about my finding some time ago.
Here is a pet to fix those scripts and it also has the latest PupShutdown and powerbutton updates by Shinobar and Radky.
| Description |
|

Download |
| Filename |
PupShutdown-Ppoweroff-fix-0.0.1.pet |
| Filesize |
2.28 KB |
| Downloaded |
186 Time(s) |
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Sat 07 Apr 2012, 14:45 Post subject:
|
|
Could you upgrade to quick launch 2.8 because it
now has the time in the window?
This might be useful for people with 800x600 screens.
http://murga-linux.com/puppy/viewtopic.php?p=618052#618052
_____________________________________________________
Also some suggestions...
1)Put less icons in bottom panel so that
the time (digital) can be displayed. Here's what it would look like
2) Put the Rox desktop icon in the upper left of the screen
to be consistent with Barry Kauler
3) Rox should open the /root folder when the desktop icon
is clicked, I think this can be done by changing the
desktop file
or else change the description of the desktop icon
________________________________________________________
I complained to shinobar about his grub4dos not exiting gracefully
when I use the enlightenment WM
http://www.murga-linux.com/puppy/viewtopic.php?p=618022#618022
______________________________________________________
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5170 Location: Finland
|
Posted: Sat 07 Apr 2012, 14:53 Post subject:
|
|
Don570. Thank you of your suggestions. They are all useful. I will implement them.
I will check your suggestion to Shinobar.
|
|
Back to top
|
|
 |
Tman

Joined: 22 Jan 2011 Posts: 732 Location: Toronto
|
Posted: Sat 07 Apr 2012, 19:26 Post subject:
Re: rox got hang |
|
| recobayu wrote: | hi everyone,
i'm very like the progress of dpup exprimo, and now i use every kernel on exprimo.
but i have a problem when i go to /proc, rox got hang.
usually i press ctrl+alt+backspace and startx again.
how should i do to repair that?
thanks.
keep better  |
If I remember right, the problem only occurs in ROX-Filer if you have thumnails enabled. You can try using the binary from Lucid; that worked for me. Or you can install a second file manager...Thunar browses the /proc without issues.
|
|
Back to top
|
|
 |
charlie6
Joined: 30 Jun 2008 Posts: 802 Location: South of Belgium
|
Posted: Sun 08 Apr 2012, 04:18 Post subject:
Subject description: bluetooth-0.5.pet used for bi-directional data exchange |
|
Hi Pemasu,
| pemasu wrote: | | I have removed the overwriting - preinstalled bluetooth files from bluetooth-0.5.pet. Jakfish or someone with bluetooth connection testing possibility could test the reloaded bluetooth-0.5.pet. It is now of course slimmer. |
This bluetooth-0.5.pet works OOTB ! Got the tray applet once installed
The device here (ie mobile phone) is recognized upon «Setup New Device» use
Here have only added the following to allow bi-directional data exchanges between the phone and PC:
1. gnome-user-share_2.30.0-0ubuntu2_i386.deb
all needed dependencies ans scripts seem to be present in this Exprimo flavour.
http://de.archive.ubuntu.com/ubuntu/pool/main/g/gnome-user-share/gnome-user-share_2.30.0-0ubuntu2_i386.deb
2 edit /root/.xinitrc the code shown hereunder in line 171 to start dbus-uuidgen (in any case before the line #exec $CURRENTUM)
| Code: | ...
168 # rox -p /root/Choices/ROX-Filer/PuppyPin
169 #fi
170
171 dbus-uuidgen --ensure & # <------TO BE ADDED
172
173 #exec $CURRENTWM
174 #v2.11 GuestToo suggested this improvement
... |
NEED TO PLUG IN (yes ....that's trivial, but...!) the BT adapter and REBOOT TO START BT. And to set the phone and PC as «visible» to get both each other recognized.
The «device-up» and «device-down» mounting/unmounting line commands here are working (could not use them till now, on other existing bluetooths pets or other archives).
Works nice ! Again many thanks for it !
Further tested: other Puppies (Slacko, Lupu-528): the bi-directionnal exchange woks nice, and requires more dependencies than here on Exprimo ... as also more grey hair and many coffee cups drinking.
Here in Exprimo only one extra gnome-share archive is needed.
ere was trying to upload lot of pictures from a Samsung GT-E2370 phone to my PC using a 7.99 euros « König Electronic CMP-Bluekey27 Bluetooth 2.0 USB Adapter » since about 2 months ! (The vendor then told me «the USB link chord was no longer available - just buy this BT adapter that moreover is cheaper ! No problem if you run Linux !».Here could not get the on-business-card-format-CD-delivered-MSWindows driver + application working on WinXP - also reported on user blogs ...! )
Hope this could help ! Have fun !
Charlie
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2421
|
Posted: Sat 05 May 2012, 14:35 Post subject:
|
|
I recently tried the BootFlash install to USB app, which removed the formatting and then failed. I tried it a few times after restoring formatting, and it was consistent.
|
|
Back to top
|
|
 |
edoc

Joined: 07 Aug 2005 Posts: 3938 Location: Southeast Georgia, USA
|
Posted: Thu 17 May 2012, 15:22 Post subject:
|
|
I recall that we upgraded to 5x14 to solve some problems.
How hard will it be to upgrade the kernel in 5x14 to 3x?
We need it for video hardware (Hauppauge and SiliconDust) and MythTV.
Thanks!
_________________ Thanks! David
Home page: http://nevils-station.com
Don't google Search! http://duckduckgo.com
Multiple computers - currently running Puppy Exprimo ver. 5x15
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Thu 17 May 2012, 17:23 Post subject:
|
|
When I tested monkey find 1.7 with
Exprimo it worked better with foreign characters
than any other distribution.
http://murga-linux.com/puppy/viewtopic.php?t=78273
|
|
Back to top
|
|
 |
|