| Author |
Message |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Mon 18 Jan 2010, 05:13 Post subject:
|
|
| DaveS wrote: | | if I want to launch a file loaded into an application, or maybe launch rox with a particular folder opened. | Heck, we have the 'Favorites' for that
I see what you mean, but you couldn't do that in the old Ptray either. I could add an option to open config-file in geany as in the old ptray. Integrating such a feature in the Ptray gui, I fear it would end up really confusing. It could possible be a unique gui - 'add custom item'........not on my priority list. - Hopefully someone will grab the idea.
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Mon 18 Jan 2010, 05:14 Post subject:
|
|
| 01micko wrote: | | Startmount is up to 0.1.5 | Updated
_________________ Stardust resources
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Mon 18 Jan 2010, 08:31 Post subject:
|
|
OK, using 'favourites' Didnt even know it exosted. Very nice, a great addition.............
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Mon 18 Jan 2010, 09:12 Post subject:
|
|
Really liking Stardust now. Startmount is def sketchy. It mounts the drive, then a few seconds after, unmounts it.
Here is a nice little .jwm theme
| Description |
|

Download |
| Filename |
Blackgrad.pet |
| Filesize |
702 Bytes |
| Downloaded |
241 Time(s) |
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Mon 18 Jan 2010, 09:19 Post subject:
|
|
Where would I look to remove this secondary main menu spacer?
| Description |
|
| Filesize |
10.67 KB |
| Viewed |
1000 Time(s) |

|
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 3687 Location: Charleston S.C. USA
|
Posted: Mon 18 Jan 2010, 19:20 Post subject:
Pburn not working |
|
| Quote: | bigpup wrote:
Pburn will not burn to CD or DVD. I go through all the steps and when the burn info screen comes on, nothing happens. All the steps seem to work, except the final burn operation.
This was used with a fresh run from CD, no saves on system, running from the disc only.
Is this working in Puppy 4.3.1
|
Zigbert,
Yes it does work in Puppy 4.3.1
In Stardust 005:
I tried it on two different computers. On one it works ok, on the other it does not. Best I can figure, it has to do with the CD/DVD burner that I am using. The two computers have different brand burners.
Could allso have something to do with Pburns temp file location?
Last edited by bigpup on Tue 19 Jan 2010, 13:50; edited 1 time in total
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Tue 19 Jan 2010, 06:16 Post subject:
|
|
How does Ptray determine which icon to use please?
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Tue 19 Jan 2010, 10:37 Post subject:
|
|
| DaveS wrote: | | How does Ptray determine which icon to use please? |
/usr/sbin/fixmenus generates a list ($HOME/.stardust/tmp/iconlist). Here is the Icon-chooser code.
- first check if file is linked to a icon in globicons
- if not, check /usr/local/lib/X11/pixmaps
- if not, check $HOME/.icons
- if not, check /usr/share/pixmaps
- if not, check /usr/local/lib/X11/mini-icons
- if not, set it to star48.png
| Code: | #ptray and favorites grabs icon and executable from this list
ICON="`grep -A 1 "$TMP" $HOME/.config/rox.sourceforge.net/ROX-Filer/globicons | cut -d '>' -f 2 | cut -d '<' -f 1 | grep -v "^$" | tail -n1`" #use icon in globicons if exist
ICONNAME="`cat $APP | grep -m 1 ^Icon= | cut -d ' ' -f 1 | cut -d '=' -f 2`" #as it is in .desktop file
[ ! -f "$ICON" ] && ICON="$ICONNAME"
[ ! -f "$ICON" ] && ICON="/usr/local/lib/X11/pixmaps/$ICONNAME"
[ ! -f "$ICON" ] && ICON="$HOME/.icons/$ICONNAME"
[ ! -f "$ICON" ] && ICON="/usr/share/pixmaps/$ICONNAME"
[ ! -f "$ICON" ] && ICON="/usr/local/lib/X11/mini-icons/$ICONNAME"
[ ! -f "$ICON" ] && ICON=star48.png
[ ! -d $HOME/.stardust/tmp ] && mkdir -p $HOME/.stardust/tmp
echo "$EXEC,$ICON" >> $HOME/.stardust/tmp/iconlist |
_________________ Stardust resources
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Tue 19 Jan 2010, 10:50 Post subject:
|
|
Ok, got it thanks. jwm -p is throwing up a few errors
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 3687 Location: Charleston S.C. USA
|
Posted: Tue 19 Jan 2010, 13:48 Post subject:
middle mouse button menu not working Subject description: wiil not bring up menu by pressing middle button |
|
I have two different Logitech mice with middle buttons.
One will bring up a menu when the middle button is pressed the other one nothing happens.
Nice feature when it works.
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Tue 19 Jan 2010, 15:08 Post subject:
|
|
| DaveS wrote: | | Where would I look to remove this secondary main menu spacer? | I missed your question, Sorry.
Look in /etc/xdg/templates/_root_.jwmrc
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5241 Location: Valåmoen, Norway
|
Posted: Tue 19 Jan 2010, 15:12 Post subject:
Re: middle mouse button menu not working Subject description: wiil not bring up menu by pressing middle button |
|
| bigpup wrote: | I have two different Logitech mice with middle buttons.
One will bring up a menu when the middle button is pressed the other one nothing happens.
Nice feature when it works. | You will like the new feature in 006:
_________________ Stardust resources
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Tue 19 Jan 2010, 15:18 Post subject:
|
|
| zigbert wrote: | | DaveS wrote: | | Where would I look to remove this secondary main menu spacer? | I missed your question, Sorry.
Look in /etc/xdg/templates/_root_.jwmrc
Sigmund |
Thanks........... done
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
DaveS

Joined: 09 Oct 2008 Posts: 3669 Location: UK
|
Posted: Tue 19 Jan 2010, 15:22 Post subject:
|
|
jwm -p currently throwing up these errors:
| Code: | # jwm -p
grep: this: No such file or directory
grep: menu,: No such file or directory
find: /root/.jwm/menuitems/Edit: No such file or directory
find: this: No such file or directory
find: menu: No such file or directory
JWM: warning: /root/.jwmrc[246]: could not open included file exec:fixmenus_favorites
JWM: warning: /root/.jwmrc[269]: invalid tag in Active: Corner
JWM: warning: /root/.jwmrc[275]: invalid tag in Inactive: Corner |
I think I am right in saying the 'Corner' tag is no longer supported in the current jwm?
_________________ Spup Frugal HD and USB
Root forever!
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2421
|
Posted: Tue 19 Jan 2010, 20:57 Post subject:
|
|
Apologies in advance if this is already posted ( I just skimmed through the thread). I had to load the devx_431.sfs for the 3 menus to work.
edit; I see the problem; I need to run pfix=ram. I was trying to just update the pup-431.sfs file in my grub folder, using my previous pupsave.2fs. Guess that doesn't work.
|
|
Back to top
|
|
 |
|