Author |
Message |
RSH

Joined: 05 Sep 2011 Posts: 2420 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!
_________________ LazY Puppy
RSH's DNA
SARA B.
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
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: 2420 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.
_________________ LazY Puppy
RSH's DNA
SARA B.
|
Back to top
|
|
 |
RSH

Joined: 05 Sep 2011 Posts: 2420 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?
_________________ LazY Puppy
RSH's DNA
SARA B.
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
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: 6781 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.
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 3217
|
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: 6781 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.
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 293 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 |
404 Time(s) |
|
Back to top
|
|
 |
stu91

Joined: 06 Aug 2012 Posts: 145 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
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 293 Location: indonesia
|
Posted: Sun 26 May 2013, 12:18 Post subject:
a little latex and bash language |
|
Hi Everyone,
I want to share just a little things that i've found just now. I make a combination of bash and latex. I install latex by emil from here: (thanks emil)
http://murga-linux.com/puppy/viewtopic.php?t=61226
Then i make a script like this, just playing a small things..
Code: |
#!/bin/sh
echo "\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\begin{document}
Hi guys, I have an exercise for you.. Can you answer this question?
">recobayu.tex
for i in {1..15};do
echo "$i.">>recobayu.tex
x1=$((RANDOM%10+1))
x2=$((RANDOM%10+1))
#x" + bx + c =0
b=-$(($x1+$x2))
c=$(($x1*$x2))
echo "$ (x-$x1)(x-$x2)=0 \Leftrightarrow x^2 $((b)) x + $c =0 $
">>recobayu.tex
done
echo "\end{document}">>recobayu.tex
pdflatex recobayu.tex recobayu.pdf
evince recobayu.pdf
|
That's all. Now, I have a quadratic equation exercise.
Anyone want to play around?
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 293 Location: indonesia
|
Posted: Fri 03 Apr 2015, 12:50 Post subject:
|
|
If I want to list all my files in bin, I write this code:
Code: | ls /bin >databaseku
ls /usr/bin >>databaseku
ls /usr/local/bin >> databaseku
ls /sbin>>databaseku
ls /usr/sbin>>databaseku |
I realize that this code:
Code: | echo $PATH|cut -d ":" -f2 |
return: /usr/bin.
My question: Can we add all files in directory in $PATH to the file 'databaseku'?
Thank You.
Recobayu
|
Back to top
|
|
 |
jamesbond
Joined: 26 Feb 2007 Posts: 3146 Location: The Blue Marble
|
Posted: Fri 03 Apr 2015, 15:05 Post subject:
|
|
This will list all files in $PATH to the file.
Code: | for p in ${PATH//:/ }; do
echo $p; echo ===== # header
ls $p
echo ----- # footer
done > databaseku |
Remove # header and # footer line is you don't want it.
_________________ Fatdog64, Slacko and Puppeee user. Puppy user since 2.13.
Contributed Fatdog64 packages thread.
|
Back to top
|
|
 |
MochiMoppel

Joined: 26 Jan 2011 Posts: 1500 Location: Japan
|
Posted: Sat 04 Apr 2015, 10:47 Post subject:
|
|
or
Code: | find ${PATH//:/ } > databaseku |
Lists also hidden files.
|
Back to top
|
|
 |
recobayu

Joined: 15 Sep 2010 Posts: 293 Location: indonesia
|
Posted: Wed 21 Oct 2015, 00:17 Post subject:
|
|
We can print our main menu on jwm by this code:
Code: | grep "<Menu label" /root/.jwmrc|cut -d'"' -f2 |
How to print the submain and save it into separate files based on the main name?
example:
in Desktop.txt:
Desktop drive icon manager
Desktop drive icons manager
FlSynclient configure your touchpad
Font Manager
JWM Window Manager Settings
PupClockset manager
Sticky JWM
Chtheme GTK/Qt theme chooser
Configure Xlock screen locking
Desktop icon switcher
JWM Theme Maker
Pcur cursor selector
Pwallpaper background image chooser
Chooselocale country localisation
Psync Time Server Synchronisation
Set date and time
Set timezone
in System.txt:
Boot Manager
CPU Frequency Scaling Tool
HardInfo hardware information
IPInfo network information
Multiple monitors settings
Pprocess process manager
Pup-SysInfo system information
PupScan interface information
Htop System Process Viewer
Pschedule task on time
Puppy Event Manager
Task Manager
GParted partition manager
Grub4Dos bootloader config
Legacy GRUB Config 2013
CUPS manage printing
GtkLP file printing
GtkLPQ printer queue manager
Format floppy disk
Login and Security Manager
Xlock lock screen
etc..
I try use
I try use
Code: | grep Program /root/.jwmrc|cut -d'"' -f2 |
but it print All submain, i can not save into different name based on the main menu.
Thanks
|
Back to top
|
|
 |
|