XToys GUI with 6 toys

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
runtt21
Posts: 1649
Joined: Sun 08 Jun 2008, 02:43
Location: BigD Texas
Contact:

#21 Post by runtt21 »

Not going to work in e17.Sorry.


E has a extra module for penguins as well as fire,rain & snow . Each build of macpup has a .pet of extra modules. I don't know if dpup does.

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#22 Post by Karl Godt »

found me a manpage here : http://derpi.tuwien.ac.at/cgi-bin/man/man2html?1+xearth

Will take me some time to study it . And the earth is rotating, seems not to be tied to Perth; the middle is Moskwa, Mecca, Nairobi now; since nearly full moon here i think i get the idea about looking at the earth from that point of stand . : cool :


And for enlightenment i found that :
Here are some representative screenshots on FreeBSD 5.1 with the Enlightenment window manager and a few transparent aterms.
http://xplanet.sourceforge.net/
Not sure if it is e-16 or e-17 pictured there .

xplanet compiles nicely on my system but refuses to launch because of libjpeg62/80 mismatch on my system .

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#23 Post by Puppyt »

puppyluvr wrote::D Hello,
... I do so love the desktop this way, sans icons, but fully functional, and actually, these toys changed my concept of a desktop.. Lupen is icon free, using cairo-dock, and 'right click' menus..
Icons suck!!!!!
Damn Windoze legacy we have to get away from, I say!!!!
I'm right with you there! Currently working from Tazoc's LH64_514 and desperate to replace icons with cairodock etc...can't seem to get Openbox dock working...sorry off-topic.
Haven't tried X-toys with it yet, but will do soon after sorting my new environment configs.
The remarkable fishtank background is a real revelation to me - I was reminded of my old wallpaper in Win98 where I used an HTML page, with an animated stick man continually banging his head against a wall... and then I found Puppy for that old machine, and the headbanging has stopped :)
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

XToys GUI with 6 toys

#24 Post by L18L »

Thank you for this !
It is working nicely in racy53 so I could not resist the temptation of internationalizing your GUI

Code: Select all

#!/bin/sh
#MultiPup GUI
#Created by "Puppyluvr" on 1/5/11

# i18n by L18L on 2012/07/12
export TEXTDOMAIN=X-ToysGUI

##--------variables---------->>
SCRIPT_DIR=`dirname $BASH_SOURCE`

export JWM_Display="
<window title=\"$(gettext 'X-Toys')\" icon-name=\"gtk-preferences\" window-position=\"1\">
 <vbox>
  <pixmap><input file>$SCRIPT_DIR/back.png</input></pixmap>
  <notebook labels=\"$(gettext 'X-Toys')|$(gettext 'Reset Rox')\">
   <vbox>
    <hbox>
     <text>
      <label>$(gettext 'XPenguins Desktop critters')</label>
     </text>
     <button>
      <input file>$SCRIPT_DIR/penguin.png</input>
      <action>$SCRIPT_DIR/XPenguins/AppRun &</action>
     </button>
    </hbox>
        <hbox>
     <text>
      <label>$(gettext 'XFishtank Virtual Fishtank')</label>
     </text>
     <button>
      <input file>$SCRIPT_DIR/Fish.png</input>
      <action>$SCRIPT_DIR/Xfishtank/AppRun &</action>
     </button>
    </hbox>
    <hbox>
     <text>
      <label>$(gettext 'XSnow Christmas Theme')</label>
     </text>
     <button>
      <input file>$SCRIPT_DIR/XSnow/xsnow.png</input>
      <action>$SCRIPT_DIR/XSnow/AppRun &</action>
     </button>
    </hbox>
    <hbox>
     <text>
      <label>$(gettext 'XFireworks Desktop Fireworks')</label>
     </text>
     <button>
      <input file>$SCRIPT_DIR/XFireworks/fireworks.png</input>
      <action>$SCRIPT_DIR/XFireworks/AppRun &</action>
     </button>
    </hbox>
    <hbox>
     <text>
      <label>$(gettext 'XEarth Your own Virtual Globe')</label>
     </text>
     <button>
      <input file>$SCRIPT_DIR/XEarth/earth.png</input>
      <action>$SCRIPT_DIR/XEarth/AppRun &</action>
     </button>
    </hbox>
        <hbox>
     <text>
      <label>$(gettext 'XPuppy chases your curser')</label>
     </text>
     <button>
      <input file>$SCRIPT_DIR/XPuppy/puppy.png</input>
      <action>$SCRIPT_DIR/XPuppy/AppRun &</action>
     </button>
    </hbox>
   </vbox>
   <vbox>
    <hbox>
     <text>
      <label>$(gettext 'Click to restore Rox Desktop')</label>
     </text>
      <button>
      <input file>$SCRIPT_DIR/rox.png</input>
      <action>$SCRIPT_DIR/Rox &</action>
     </button>
    </hbox>
   </vbox>
  </notebook>
  <hbox>
   <text>
     <label>JRS ("Puppyluvr") GPL-2011</label>
     </text>
   <button>
    <label>$(gettext 'Exit')</label>
    <input file stock=\"gtk-quit\"></input>
    <action>EXIT:ok</action>
   </button>
  </hbox>
 </vbox>
</window>
"
##------------run------------->>
gtkdialog3 --program JWM_Display

##----------cleanup------------>>
unset JWM_Display

#clear
exit 0
Howto Create translation using momanager:

add /root/my-roxapps (that is where X-ToysGUI is located) to GETTEXTSCRIPTS in /usr/sbin/momanager; it is about line 133,
change it from
GETTEXTSCRIPTS="`find /bin /sbin /usr/bin .....
to
GETTEXTSCRIPTS="`find /root/my-roxapps /bin /sbin /usr/bin .....

When launching momanager you should find it in the frame "Scripts that do not have a mo file"

or

do NOT change momanager but copy above script to /root/my-applications/bin and momanager will find it.
Attachments
X-ToysGUI.png
(69.86 KiB) Downloaded 670 times

Post Reply