| Author |
Message |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Thu 19 Jan 2012, 05:00 Post subject:
|
|
| Quote: | | Here's a version using gtkdialog checkboxes: |
Yes, and this one works out of the box (something is wrong with 4.1?)
I did not have a look into the 5.0 script yet, but i must say:
Great Work!
Fantastic!
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2421
|
Posted: Thu 19 Jan 2012, 05:24 Post subject:
|
|
| RSH wrote: | | Quote: | | Here's a version using gtkdialog checkboxes: |
Yes, and this one works out of the box (something is wrong with 4.1?)
|
Works on my end. If you hack the script, all bets are off.
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Thu 19 Jan 2012, 05:53 Post subject:
|
|
| jpeps wrote: | | Works on my end. If you hack the script, all bets are off. |
Yes, by having a look into previous scripts, i meant to know this already.
However: great work, again.
Maybe you can go to the GtkDialog Development Section agin, post your .pet or script and point out that it is necessary to get this one - with a handle like the tree-item is handled (to get easily out the selected items just like the tree-item gives it to the programmer).
This would be a nice and useful GtkDialog-Feature...
Edit: maybe calling it CheckboxTree.
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 1564 Location: Germany
|
Posted: Sun 22 Jan 2012, 08:54 Post subject:
|
|
| Code: | #echo -e "$(Xdialog --title "$WTITLE $WMTUSER" --stdout --no-cancel --editbox /tmp/applist_tmp 16 50)" >/usr/share/applications-desktop-files/$SPATH/applist-new
EdNewList="$(Xdialog --title "$WTITLE $WMTUSER" --stdout --no-cancel --editbox /tmp/applist_tmp 16 50)"
#echo -e $EdNewList >/usr/share/applications-desktop-files/$SPATH/applist-new
# remove old list
if [ "$EdNewList" != "" ]; then
rm /usr/share/applications-desktop-files/$SPATH/applist
fi
# put into file
for i in $EdNewList
do
if [ "$EdNewList" != "" ]; then
echo -e $i >> /usr/share/applications-desktop-files/$SPATH/applist
fi
done
|
This will write output as single lines into a file.
f.e.:
file1
file2
file3...
Also the batch file (here=applist) will stay and will not loose it's data when closing the window (not using ok button)
Maybe good to know?
_________________ Useful Software for Puppy!
LazY Puppy - a Paradise Puppy! - DE & EN ISO 2.0.2-0.0.5 available
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2421
|
Posted: Sun 22 Jan 2012, 16:17 Post subject:
|
|
The output from batch selection already remains in /tmp
| Code: |
/tmp $ cat batch-list
CPUtemp_usage-2.0
flashplayer
|
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Mon 23 Jan 2012, 17:06 Post subject:
|
|
Could you please add your gtkdialog apps to the index of programs using gtkdialog?
Thanks.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2421
|
Posted: Mon 23 Jan 2012, 22:46 Post subject:
|
|
Wouldn't it be better to have them all in one list,vs tacked on arbitrarily as
replies in a thread somewhere?
|
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6179 Location: Auckland, New Zealand
|
Posted: Mon 23 Jan 2012, 23:09 Post subject:
|
|
Yeah, and categorised or at least listed alphabetically. In a way a wiki page would be better. But I figured just collecting them all in one place was a good start.
And the advantage of the forum thread is that if they want people can keep track of new ones as they are added.
_________________ DEATH TO SPREADSHEETS
- - -
Classic Puppy quotes
- - -
Beware the demented serfers!
|
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 86 Location: indonesia
|
Posted: Tue 14 Aug 2012, 05:44 Post subject:
rox got hang when i go to directory /proc |
|
hi everyone,
i want to ask you a question.
i make a pet that can setting my rox. actually, this pet is a small part of my big .pet. i just want to make easy, because every come a new varian puppy linux, i download it, try it, and then i must setting everything i want and that is eat my time. so i make an easy pet to setting that.
then my problem was appear when i use another puppy (not lupu, in my case is dpup exprimo). after i install my pet, rox got hang if i go to directory /proc.
i have 2 files in my pet,there are:
| Code: | /root/.config/rox.sourceforge.net/ROX-Filer/menus2
/root/.config/rox.sourceforge.net/ROX-Filer/Options |
can anyone explain that?
thanks.
| Description |
|

Download |
| Filename |
aku.pet |
| Filesize |
2.51 KB |
| Downloaded |
98 Time(s) |
|
|
Back to top
|
|
 |
stu91

Joined: 06 Aug 2012 Posts: 101 Location: England. Dpup. Dell Inspiron 1501
|
Posted: Tue 14 Aug 2012, 08:54 Post subject:
Re: rox got hang when i go to directory /proc |
|
| recobayu wrote: | hi everyone,
i want to ask you a question.
i make a pet that can setting my rox. actually, this pet is a small part of my big .pet. i just want to make easy, because every come a new varian puppy linux, i download it, try it, and then i must setting everything i want and that is eat my time. so i make an easy pet to setting that.
then my problem was appear when i use another puppy (not lupu, in my case is dpup exprimo). after i install my pet, rox got hang if i go to directory /proc.
i have 2 files in my pet,there are:
| Code: | /root/.config/rox.sourceforge.net/ROX-Filer/menus2
/root/.config/rox.sourceforge.net/ROX-Filer/Options |
can anyone explain that?
thanks. |
I encounted this when building D-lite puppy -
There was / maybe still is a bug i think with rox-filer that if you had thumbnail images enabled in rox options when went to /proc directory rox-filer would hang - solution was to down-grade to an earlier version of rox-filer.
|
|
Back to top
|
|
 |
|