Author |
Message |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 01 Sep 2012, 20:46 Post subject:
|
|
Pdesktop RemoteDesktop Client
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Wed 03 Oct 2012, 16:48 Post subject:
|
|
Icon finder
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
SFR

Joined: 26 Oct 2011 Posts: 1655
|
Posted: Wed 03 Oct 2012, 17:31 Post subject:
|
|
BDraw
DTMF Player
dtmfdial GUI + Vovchik's mod
Large Files Finder
OneSwitch
PackIt
Peg Solitaire
Random Wallpaper Changer
SelfCrypText
Take a Shot!
UniMap
Xonclock-GUI
Greetings!
_________________ [O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource
Omnia mea mecum porto.
Last edited by SFR on Wed 09 Oct 2013, 09:32; edited 6 times in total
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 04 Oct 2012, 18:18 Post subject:
|
|
OK, and DTMF is what's used in modern tone dialling telephones:
Quote: | Dual-tone multi-frequency signaling (DTMF) is used for telecommunication signaling over analog telephone lines in the voice-frequency band between telephone handsets and other communications devices and the switching center. |
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 13 Oct 2012, 11:20 Post subject:
|
|
A couple more from Radky:
Pup-SysInfo - System information utility also included in PupControl Panel
PupMenu - Configurable application launcher and menu (.desktop file) editor
And he has an index at http://www.smokey01.com/radky/PupMates.html
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 13 Oct 2012, 11:37 Post subject:
|
|
thunor wrote: | LiveUSB MultiBoot
Quote: | MultiSystem est un logiciel libre et gratuit développé sous licence GPL-V3 et écrit en bash/gtkdialog qui permet de créer des clés USB MultiBoot.
MultiSystem is free software developed under the GPL V3 and written in bash/gtkdialog for creating MultiBoot USB memory sticks.
|
Regards,
Thunor |
8-bit wrote: | Maybe I am dense, but I checked the link for MultiSystem and could not find any download link for the free program. |
puppyluvr wrote: | Hello,
The only D/L outside of apt I could find was an ISO..
587mb... That`s a lot of gtkdialog...
I didnt D/L it due to bandwidth restrictions...
If there is a demand, I could modify MultiPup to include USB I guess....Just a little dialog....  |
Try http://liveusb.info/multisystem/multisystem.tar.bz2
Google translate wrote: | Method # 3 Directly via sources (Method for informed user of linux!)
The script is designed to be portable,
unzip and run the file in a terminal "gui_multisystem.sh" and fill out the dependencies ...
Download: http://liveusb.info/multisystem/multisystem.tar.bz2
it is imperative to have the latest version of gtkdialog> = 0.8.0
MultiSystem is free software under GPL V3-written in bash / gtkdialog. |
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
thunor

Joined: 14 Oct 2010 Posts: 350 Location: Minas Tirith, in the Pelennor Fields fighting the Easterlings
|
Posted: Tue 16 Oct 2012, 05:42 Post subject:
|
|
- Pfontview by me (maintained).
Enables the previewing of TrueType fonts whether they are installed or not. Most effective when set as default application for ttf in file manager. Includes option to show fontbutton which lists installed fonts, basically gfontsel embedded.
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4787 Location: Kingwood, TX
|
Posted: Fri 19 Oct 2012, 16:18 Post subject:
|
|
I wrote most of the frontend for an Xarchive replacement, but still needs the appropriate actions and functions (backend) ... currently it only shows the contents and the buttons are grayed out (because they don't work yet) ... If anyone is interested here is the source
Note: Thunor has made some changes since I wrote this, so now it may be better to open the interface and _then_ generate/display the file list
Code: | #!/bin/sh
GTKDIALOG=gtkdialog
case ${1} in
*.tar.*|*.tbz|*.tgz|*.txz)
VIEWCMD='busybox tar -tvf '$1'|while read LINE; do A=`echo ${LINE}`; echo "${A// /|}";done'
VIEWHDR='attr|uid/gid|size|date|time|name||link'
;;
*.zip|*.jar|*.xpi)
VIEWCMD='busybox unzip -l '$1'|while read LINE; do case $LINE in *Archive*$1|*Length*Date*Time*Name|----*---|*" "files);;*)A=`echo ${LINE}`; echo "${A// /|}";;esac done'
VIEWHDR='size|date|time|name'
;;
esac
export MAIN_DIALOG='
<window title="Xarchive2 '$1'">
<vbox>
<menubar>
<menu label="_File" use-underline="true">
<menuitem sensitive="false" stock-id="gtk-directory" label="Open"></menuitem>
<menuitem sensitive="false" stock-id="gtk-file" label="New"></menuitem>
<menuitem sensitive="false" stock-id="gtk-close"></menuitem>
<menuitemseparator></menuitemseparator>
<menuitem sensitive="false" stock-id="gtk-quit" accel-key="0x51" accel-mods="4">
<action>exit:Quit</action>
</menuitem>
</menu>
<menu use-underline="true">
<menuitem sensitive="false" stock-id="gtk-apply" label="Select All"></menuitem>
<menuitem sensitive="false" stock-id="gtk-clear" label="Unselelect All"></menuitem>
<label>_Selection</label>
</menu>
<menu use-underline="true">
<menuitem sensitive="false" stock-id="gtk-harddisk" label="Extract"></menuitem>
<menuitem sensitive="false" stock-id="gtk-execute" label="Open With"></menuitem>
<menuitem sensitive="false" stock-id="gtk-remove" label="Remove"></menuitem>
<menuitem sensitive="false" stock-id="gtk-add" label="Add"></menuitem>
<label>_Archive</label>
</menu>
<menu use-underline="true">
<menuitem sensitive="false" stock-id="gtk-help" label="Help"></menuitem>
<menuitem sensitive="false" stock-id="gtk-about" label="About"></menuitem>
<label>_Help</label>
</menu>
</menubar>
<hseparator></hseparator>
<hbox xalign="2">
<button width-request="50" image-position="2" sensitive="false">
<label>Open</label>
<input file stock="gtk-open"></input>
<action>"echo Open"</action>
</button>
<button sensitive="false" width-request="50" image-position="2">
<label>New</label>
<input file stock="gtk-new"></input>
<action>"echo New"</action>
</button>
<button sensitive="false" width-request="50" image-position="2">
<label>Close</label>
<input file stock="gtk-close"></input>
<action>"echo Close"</action>
</button>
<vseparator></vseparator>
<button sensitive="false" width-request="90" image-position="2">
<label>Select All</label>
<input file stock="gtk-apply"></input>
<action>"echo Select"</action>
</button>
<button sensitive="false" width-request="90" image-position="2">
<label>Unselect All</label>
<input file stock="gtk-clear"></input>
<action>"echo Unselect"</action>
</button>
<vseparator></vseparator>
<button sensitive="false" width-request="80" image-position="2">
<label>Extract</label>
<input file stock="gtk-harddisk"></input>
<action>"echo Extract"</action>
</button>
<button sensitive="false" width-request="80" image-position="2">
<label>Open With</label>
<input file stock="gtk-execute"></input>
<action>"echo open"</action>
</button>
<vseparator></vseparator>
<button sensitive="false" width-request="70" image-position="2">
<label>Remove</label>
<input file stock="gtk-remove"></input>
<action>"echo Remove"</action>
</button>
<button sensitive="false" width-request="70" image-position="2">
<label>Add</label>
<input file stock="gtk-add"></input>
<action>"echo Add"</action>
</button>
<vseparator></vseparator>
<button sensitive="false" image-position="2">
<label>Quit</label>
<input file stock="gtk-quit"></input>
<action>"echo quit"</action>
</button>
</hbox>
<hseparator></hseparator>
<frame '$1'>
<tree selection-mode="multiple" stock-id="gtk-file">
<label>'$VIEWHDR'</label>
<variable>SEL</variable>
<label>Items</label>
<width>300</width><height>300</height>
<input>'$VIEWCMD'</input>
</tree>
</frame>
</vbox>
<action signal="hide">exit:Exit</action>
</window>'
eval `$GTKDIALOG --program=MAIN_DIALOG`
echo $SEL |
 |
Description |
|
Filesize |
34.97 KB |
Viewed |
1726 Time(s) |

|
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
thunor

Joined: 14 Oct 2010 Posts: 350 Location: Minas Tirith, in the Pelennor Fields fighting the Easterlings
|
Posted: Sun 06 Jan 2013, 13:07 Post subject:
|
|
- Pfeme by me (maintained).
Pfeme is a front-end for multiple emulators. In other words it's a generic front-end supporting multiple profiles with just enough useful features.
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sat 11 May 2013, 20:11 Post subject:
|
|
PeasyDisc - a collection of basic CD/DVD tools
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Thu 25 Jul 2013, 22:37 Post subject:
|
|
Peasymp3 - mp3 player
Peasyglue - joins image files together
peasyprint - Graphic/Photo Printing
PeasyPort - Network Scanner
PeasyScale - JPEG Image Resizer
PeasyP2J and PeasyP2P - virtual JPEG and PNG printers. [Obsolete - merged into Peasypdf]
Peasyscan - Image Scanner Program
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Mon 18 Nov 2013, 18:11 Post subject:
|
|
Gmould is a gtkdialog UI designer:
http://www.murga-linux.com/puppy/viewtopic.php?p=735860#735860
http://gmould.blogspot.com
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
dejan555

Joined: 30 Nov 2008 Posts: 2805 Location: Montenegro
|
Posted: Mon 10 Feb 2014, 07:36 Post subject:
|
|
Simple GTK Radio - mplayer frontend for radio streams
_________________ puppy.b0x.me stuff mirrored HERE or HERE
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sun 13 Jul 2014, 19:30 Post subject:
|
|
ROhms - Program to calculate resistors by colour codes
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 4989 Location: Ontario
|
Posted: Mon 14 Jul 2014, 15:18 Post subject:
Puppy units |
|
PuppyUnits-1.7.pet
A program to convert between common units.
Useful for students.
_______________________________________________
|
Back to top
|
|
 |
|