Noob - simplifying computers for elders

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#16 Post by Lobster »

add this

Code: Select all

 <hbox>
        <button cancel></button>
  </hbox>
just before this

Code: Select all

</vbox>
 </window>'
:)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

fsabatino
Posts: 46
Joined: Wed 23 Sep 2009, 14:03
Location: Montevideo, Uruguay

Re: Noob - simpler than Eldy

#17 Post by fsabatino »

Hi Thom,

Eldy 2.2 has been released. Could you please put together the corresponding sfs or tell me how I go about doing it?

Thanks buddy

tlchost
Posts: 2057
Joined: Sun 05 Aug 2007, 23:26
Location: Baltimore, Maryland USA
Contact:

Re: Noob - simpler than Eldy

#18 Post by tlchost »

fsabatino wrote: Eldy 2.2 has been released. Could you please put together the corresponding sfs
http://www.murga-linux.com/puppy/viewto ... 856#375856

crazyscorpio
Posts: 2
Joined: Wed 12 Feb 2014, 01:41

#19 Post by crazyscorpio »

Code: Select all

#! /bin/bash
# Noob by Lobster for Puppy Linux Nov 2009
# Computing interface for the elderly and NEW computer users

export Noob='
<window title="Click on pic" window-position="1">
<vbox>
 <hbox>
<text>
    <label>I N T E R N E T</label>
</text>
   <button>
         <input file>files/noob.png</input>
         <action>defaultbrowser http://www.google.co.uk/ "$@"</action>
   </button>
    <button>
         <input file>files/news.png</input>
         <action>defaultbrowser http://news.bbc.co.uk/ "$@"</action>
   </button>
   <text>
    <label>N E W S</label>
  </text>
 </hbox>
  <hbox>
      <text>
    <label>W E A T H E R</label>
 </text>
    <button>
         <input file>files/weather.gif</input>
         <action>defaultbrowser http://news.bbc.co.uk/weather/ "$@"</action>
   </button>
    <button>
         <input file>files/email.gif</input>
           <action>defaultbrowser http://mail.google.com/ "$@"</action>
   </button>
  <text>
     <label>E M A I L</label>
  </text>
 </hbox>
  <hbox>
  <text>
    <label>T V</label>
  </text>
   <button>
         <input file>files/tv.png</input>
         <action>defaultbrowser http://www.youtube.com/ "$@"</action>
   </button>
   <button>
         <input file>files/typing.jpg</input>
         <action>exec abiword "$@"</action>
   </button>
    <text>
    <label>W R I T E</label>
   </text>
 </hbox>
  <hbox>
 <text>
    <label>H E L P</label>
 </text>
   <button>
         <input file>files/help.png</input>
         <action>defaultbrowser http://www.bbc.co.uk/computertutor/computertutorone/index.shtml "$@"</action>
   </button>
     <button>
         <input file>files/switch.jpg</input>
         <action>exec /usr/bin/wmpoweroff &</action>
   </button>
  <text>
    <label>E X I T   </label>
   </text>
 </hbox>
</vbox>
 </window>'

gtkdialog3 --program Noob
unset Noob


Since its been 2 years since the last response in eldy and the project appears amazing yet dead how do i use this code you created i tried copying to a noob.sh into my startup folder in puppy and tried noob.rc but both gave an error of invalid file i am completely a linux retard but trying to setup something for my mother so she can see the pc again easier now that her vision is impaired and that text to speach thing from microsoft is just so annoying and useless. [/code]

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#20 Post by disciple »

You should just need to put it in a file (doesn't necessarily need a .sh extension, although .rc would be strange) and change the permissions to make it executable.
What do you mean by "gave an error"? Did you see the error in a terminal or in some window which popped up?
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#21 Post by starhawk »

This might do what you're looking for, crazyscorpio --> http://murga-linux.com/puppy/viewtopic.php?t=82120

Post Reply