DotPups

Stuff that has yet to be sorted into a category.
Message
Author
GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#41 Post by GuestToo »

a package management system is: packages ... made especially for a particular flavour os

because they are specially made to work in a particular distro, they may not work well (or at all) in another distro

what a lot of people do not seem to realize, is that 90% ... more like 99% ... of the package management system is ... the packages

in other words, if you want to setup a package management system for Puppy ... you need to put packages on a server somewhere

you really can't use another package manager's packages directly

there are attempts to make more universal package systems

some distros that are based on, for example, Debian, can use the Debian package management system ... but that's because, the distro basically is Debian

if you unzip rpm or deb packages, you usually get dirs and files that would go in /usr ... it might just work to extract the files to /usr, but probably you will need to mess with it a bit to get it to work (maybe find library files it needs, set up menus, config files ...)

unrpm and undeb are just simple unzip programs, not an installer

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#42 Post by GuestToo »

i fixed my download-unleashed-102 program so it will also download and run the expandtarballs.sh script

i think it will work ok ... i tested it, but not thoroughly

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#43 Post by GuestToo »

some Icewm themes

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#44 Post by GuestToo »

some more Icewm themes

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#45 Post by GuestToo »

more icewm themes

Bruce B

Luna Dot Home - another XP theme

#46 Post by Bruce B »

Thanks for the themes!

I found another XP theme I think some people will really like. Maybe you would like to try it.

http://themes.freshmeat.net/projects/lunadothome/

(The fonts were a little small for my tastes on a 1024x768 screen so I made them each 1 point bigger)

Bruce B

Question about uploading files

#47 Post by Bruce B »

I wanted to upload some command-line productivity utilities:

* dict - online dictionary
* look - look up words from a list
* ispell - spell checker

The problem is the dictionary for ispell too big to compress less than 1 MB and the forum limits uploads to I MB. Any suggestions?

User avatar
Alienx
Posts: 141
Joined: Fri 06 May 2005, 22:02
Location: Rio de Janeiro - Brazil

#48 Post by Alienx »

Emelfm2 is a nice GTK2 file manager :wink:
Sorry, broken english above :-)

User avatar
Alienx
Posts: 141
Joined: Fri 06 May 2005, 22:02
Location: Rio de Janeiro - Brazil

#49 Post by Alienx »

I also like Grip :roll:

my ready-to-go grip.pup coudnt be attached (1157k , limit is 1024) :cry:
Sorry, broken english above :-)

User avatar
Alienx
Posts: 141
Joined: Fri 06 May 2005, 22:02
Location: Rio de Janeiro - Brazil

#50 Post by Alienx »

Katoob is a nice GTK2 text editor with some extra features :)
Sorry, broken english above :-)

User avatar
Alienx
Posts: 141
Joined: Fri 06 May 2005, 22:02
Location: Rio de Janeiro - Brazil

#51 Post by Alienx »

I hope you like this beautiful gtk2 calculator...

its name ?

"galculator" :D
Sorry, broken english above :-)

User avatar
Alienx
Posts: 141
Joined: Fri 06 May 2005, 22:02
Location: Rio de Janeiro - Brazil

#52 Post by Alienx »

This is an updated Midnight Commander dotpup package with some new features:

1) now you can easily extract .RPM, .DEB , .PUP and .DSL packs (among others) to subdirectory by just pressing F2 and ENTER

2)a nice icon in My RoxApps folder to start it

3) new menu items that help you to build dotpups

4) pressing ENTER on any file open it on leafpad
Sorry, broken english above :-)

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#53 Post by GuestToo »

if your package is larger than 1 meg, you could:

upload the package somewhere else

ask Barry or John if they will host the file for you on one of their websites

make a dotpup package that downloads a binary file package from somewhere and installs it

split the package into 2 or more pieces

in any case, i have the same powers and priviledges that everyone else has ... if i have a package that's too big, i have the same problems with it that anyone else has

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#54 Post by GuestToo »

Split

command line utility to split files

for help:
type split --help
http://www.rt.com/man/split.1.html

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#55 Post by GuestToo »

Nasm 0.98.39 assembler

http://nasm.sourceforge.net/

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#56 Post by GuestToo »

Jesse Liley's process lister

this puts an icon in my-roxapps

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#57 Post by GuestToo »

Splash Screen for Internet Browser

this puts an icon in my-rox-apps
click the icon to run
delete the icon to uninstall
drag the icon to the desktop to make a shortcut

clicking the icon should launch your internet web browser
(Mozilla, Firefox, Opera)

a splash screen should popup immediately, useful for impatient people with slow computers

User avatar
mouldy
Posts: 663
Joined: Wed 04 May 2005, 21:47

#58 Post by mouldy »

GuestToo wrote:Splash Screen for Internet Browser

this puts an icon in my-rox-apps
click the icon to run
delete the icon to uninstall
drag the icon to the desktop to make a shortcut

clicking the icon should launch your internet web browser
(Mozilla, Firefox, Opera)

a splash screen should popup immediately, useful for impatient people with slow computers
How do you make it choose a different browser if you have more than one? Say you want Dillo to pop up. I suppose I am missing something obvious.

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#59 Post by GuestToo »

you can edit the script and make it do whatever you want it to do

right click the icon, select App Dir Internet, Look Inside
right click AppRun, select Open As Text

to make it run dillo, put this line:
exec dillo "$@"

after this line:
`dirname "$0"`/splash > /dev/null &
(this line pops up the splash screen)

to make it run opera, put this line after the splash line:
exec opera "$@"
(if is in your path ... but you can type the full path)

if you have firefox 1.0.4 installed on hda11, a line something like this should execute it:
exec /mnt/hda11/pup4/firefox/firefox "$@"

there are ways the wrapper could be made that would let you choose the default browser

there's also nothing to stop you from copying the appdir and having one for each browser, with a different splash screen and a different icon for each one if you like ... for example,
http://tinypic.com/5cx4xy

i used a blue E as an icon and called it Internet because many people think the blue E IS "The internet", not just a particular http protocol web browser program ... i had a nice Mac OSX icon on mine, but i thought it might not be free of copyright problems, so i put in the Gentoo icon ... you can change the icon, it's inside the rox appdir, a hidden file called .DirIcon ... just copy your icon there and rename it .DirIcon (some icons don't work ... sometimes they will work after running them through xpaint or mtpaint)

User avatar
mouldy
Posts: 663
Joined: Wed 04 May 2005, 21:47

#60 Post by mouldy »

Ok, thanks g2, will add this to my elderly friends computer next time I visit. He's already broken of the blue "E" habit so dont need to reintroduce unnecessary evil. Just use existing Firefox icon.

Post Reply