| Author |
Message |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Fri 08 Jan 2010, 10:46 Post subject:
|
|
added X-chat, This is the smallest version of X-chat I've ever made 247kb pet, this package is 600kb compressed smaller than Ayttm, Never liked Ayttm's GUI, difficult to get room list etc, X-chat is way more user friendly, and if you want a more featured version I would install pidgin, but as a main chat client to get to freenode for help, X-chat is the best. Plus I preconfigured the fonts, and it Automatically logs into #puppylinux on freenode as Quirky001 ,Quirky002, etc.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 09 Jan 2010, 13:20 Post subject:
|
|
added xplorer file manager, Actually this file manager is ok, but the size could be reduce drastically if the code was hacked to use puppy's default icons instead of 2mb worth that comes with it.
ttuuxxx
| Description |
|
| Filesize |
72.13 KB |
| Viewed |
2297 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 09 Jan 2010, 14:18 Post subject:
|
|
I compiled the latest Slim n Sexy ide editor, I had to make it default editor because when you click open in the menu it only lets you open, .prj files, but if you have it as default editor it lets you open any regular editor file type with syntax highlighting . Plus it doesn't use gtksource view, so 90kb pet for a full functioning editor with tabs and highlights, thats really cool. the only thing about it, is that it doesn't have a print feature.
ttuuxxx
"SSIDE (Slim 'n Sexy IDE) is a lightweight GTK+ based IDE for the C language intended primarily for the development of embedded applications."
| Description |
|
| Filesize |
50.24 KB |
| Viewed |
2294 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
Artie

Joined: 04 Oct 2005 Posts: 424 Location: Norway
|
Posted: Sun 10 Jan 2010, 13:22 Post subject:
|
|
Hi Ttuuxxx I'm testing out Quirky3 thanks for Geany to me Geany is essential.
Artie
|
|
Back to top
|
|
 |
charlie6
Joined: 30 Jun 2008 Posts: 802 Location: South of Belgium
|
Posted: Tue 12 Jan 2010, 04:29 Post subject:
Subject description: Gimp 2.6.8 installation |
|
Hi ttuuxxx !
thanks for those pets !
I have installed
gimp-2.6.8-i386.pet
gimp-2.6.8-local-doc.pet
and as I got a message telling a missing lib...glib.so.2 I installed successively
dbus-dbus-glib-0.82-i386.pet
dbus-glib-0.82-i386.pet
dbus-1.2.16-i386.pet
I am now with this error message:
| Code: | # gimp
process 1169: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
# |
should I have to install other pets?
many thanks for any advice?
cheers, charlie
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 12 Jan 2010, 06:52 Post subject:
Subject description: Gimp 2.6.8 installation |
|
| charlie6 wrote: | Hi ttuuxxx !
thanks for those pets !
I have installed
gimp-2.6.8-i386.pet
gimp-2.6.8-local-doc.pet
and as I got a message telling a missing lib...glib.so.2 I installed successively
dbus-dbus-glib-0.82-i386.pet
dbus-glib-0.82-i386.pet
dbus-1.2.16-i386.pet
I am now with this error message:
| Code: | # gimp
process 1169: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
# |
should I have to install other pets?
many thanks for any advice?
cheers, charlie |
hi charlie on page 1 where you downloaded dbus I did make a note in the box. This is what it said. You must of overlooked it. It happens
ttuuxxx
usually I start dbus by adding this line
dbus-uuidgen --ensure &
to /root/.xinitrc near the bottom just above line 157 #exec $CURRENTWM
then just restart Xserver and it should be up and running
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
charlie6
Joined: 30 Jun 2008 Posts: 802 Location: South of Belgium
|
Posted: Tue 12 Jan 2010, 12:02 Post subject:
Subject description: Gimp 2.6.8 installation |
|
Hi ttuuxxx !
| ttuuxxx wrote: |
hi charlie on page 1 where you downloaded dbus I did make a note in the box. This is what it said. You must of overlooked it. It happens
usually I start dbus by adding this line
dbus-uuidgen --ensure &
to /root/.xinitrc near the bottom just above line 157 #exec $CURRENTWM
then just restart Xserver and it should be up and running |
added on line 156
restarted X
Gimp starts nice !
Many thanks and oooops...! sorry not having read the note in the box
cheers, charlie
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 12 Jan 2010, 12:09 Post subject:
Subject description: Gimp 2.6.8 installation |
|
| charlie6 wrote: | Hi ttuuxxx !
| ttuuxxx wrote: |
hi charlie on page 1 where you downloaded dbus I did make a note in the box. This is what it said. You must of overlooked it. It happens
usually I start dbus by adding this line
dbus-uuidgen --ensure &
to /root/.xinitrc near the bottom just above line 157 #exec $CURRENTWM
then just restart Xserver and it should be up and running |
added on line 156
restarted X
Gimp starts nice !
Many thanks and oooops...! sorry not having read the note in the box
cheers, charlie |
glad it worked, its nice when problems are so easily solved It's also nice having the latest gimp working really well, I use gimp all the time, I used to use PhotoShop CS2 and started moving over to Gimp about 2yrs ago, I still miss some feature of Photoshop, But I'm learning to live without it
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Thu 14 Jan 2010, 06:27 Post subject:
|
|
Updated gSeptica to a much smaller and better looking Quirky Version
ttuuxxx
Game Rules:
* The game is won by the side who makes (takes) more points.
* 10 and 11 (ace) are points.
* A card with the same number as the card on the table takes it.
* 7 takes any card.
* The side who responds to a card put down can put any card down.
* The side that put the initial card down can chose to continue the hand with a take if its card was taken."
| Description |
|
| Filesize |
32.45 KB |
| Viewed |
2140 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Wed 03 Feb 2010, 05:08 Post subject:
|
|
added Xournal -->Xournal is an application for notetaking, sketching, keeping a journal using a stylus.
| Description |
|
| Filesize |
58.7 KB |
| Viewed |
1989 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Wed 03 Feb 2010, 23:38 Post subject:
|
|
added a few common gnome deps.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sat 06 Mar 2010, 02:10 Post subject:
|
|
add Ghasher with rox right clicks for numerous files, like iso,deb,tar.gz,tarbz2 Actually the package is smaller than the default one in Quirky
ttuuxxx
| Description |
|
| Filesize |
66.81 KB |
| Viewed |
1860 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
Artie

Joined: 04 Oct 2005 Posts: 424 Location: Norway
|
Posted: Thu 11 Mar 2010, 15:16 Post subject:
|
|
I'm playing with 008 and have a couple of questions...
| Quote: | usually I start dbus by adding this line
dbus-uuidgen --ensure &
to /root/.xinitrc near the bottom just above line 157 #exec $CURRENTWM |
In 008 there's no line 157 starting with #exec where should I put your line?
In 008 would I need a special version of Opera 10.10 stable and Firefox or can I use a standard pet? Which would you recommend?
Thanks for any answers and all the effort.
Artie
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Thu 11 Mar 2010, 19:12 Post subject:
|
|
| Artie wrote: | I'm playing with 008 and have a couple of questions...
| Quote: | usually I start dbus by adding this line
dbus-uuidgen --ensure &
to /root/.xinitrc near the bottom just above line 157 #exec $CURRENTWM |
In 008 there's no line 157 starting with #exec where should I put your line?
In 008 would I need a special version of Opera 10.10 stable and Firefox or can I use a standard pet? Which would you recommend?
Thanks for any answers and all the effort.
Artie |
Quirky8 already has dbus and dbus-glib built in and doesn't need it, earlier models didn't have it., a standard Opera or Firefox would work fine.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
swiatmar

Joined: 09 Aug 2008 Posts: 238 Location: Danube, AT
|
Posted: Wed 14 Apr 2010, 08:35 Post subject:
|
|
Hallo Ttuuxxx!!!
I have a question about the gimp 2.6.8 pet.
I've downloaded it and installed. It is running fine until now. But there is one problem- I have no jpg export option !?
Did I miss something?
|
|
Back to top
|
|
 |
|