Dpup 487

A home for all kinds of Puppy related projects
Message
Author
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#31 Post by dejan555 »

Yes, they should but I might recompile some of them.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#32 Post by ally »

ok, I'll wait then, the '487' packages are up on the archive already

:)

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#33 Post by ally »

ok, I'll wait then, the '487' packages are up on the archive already

:)

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#34 Post by dejan555 »

wine repackaged as sfs too and verified that it works on my install too
latest jre sfs by shinobar also works and mirrored on dpup additional pkgs
static precompiled deadbeef music player repackaged as pet
Get here
md5sums are here
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#35 Post by musher0 »

Hello, dejan555.

I hope you are well.

What would be the best urxvt (rxvt-unicode) to run on dpup-4.87, if we do not like or
need a tabbed terminal ? Something supple, that can open another window of itself
without making a fuss or issuing font (-fnt parameter) errors.

I tried compiling the latest rxvt-unicode-9.19, it didn't work in dpup-4.87 -- some
image lib was missing. * (see note)

Then, I tried installing the rxvt-unicode-ml_9.07-2+b1_i386.deb and then the
rxvt-unicode-lite_9.07-2+b1_i386.deb from the Debian Squeeze listing at pkgs.org,
without success. These ones seem to be allergic to any TTF mono fonts -- even if the
fonts are present in the dpup.

I ask because I have written many information scripts based on less. In UpupRaring
3.9.9.2 or most other Puppies, it is easy to issue a command in the form

Code: Select all

urxvt -some_urxvt_parameters -e less -some_less_parameters SomeInformationFile.txt 
and it opens a separate urxvt window showing the info.

It seems I cannot do the same with mrxvt: the info shows in the same tab -- but not
always. mrxvt cannot spawn itself without the tabs, right?

Many thanks in advance for any reply.

musher0
~~~~~~~~~~
PS * I was able to compile this latest urxvt 9.19-full in UpupRaring 3.9.9.2 yesterday
and it works beautifully there.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#36 Post by dejan555 »

I'll try some emulators and reply again.
These days I'm trying to update gtk2 and dependent libs and compile latest gimp with python support and some plugins
EDIT: If you run it with

Code: Select all

mrxvt-full -e less...
then it works, mrxvt is script to launch actual executable which is mrxvt-full
EDIT2: you can also fix it like this if you want to use just "mrxvt"
Overwrite mrxvt script with symlink to mrxvt-full

Code: Select all

ln -sf /usr/bin/mrxvt-full /usr/bin/mrxvt
Or fix script to run with any given parameters:

Code: Select all

sed -i 's/$1/"$@"/' /usr/bin/mrxvt
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Dpup 487

#37 Post by Billtoo »

New manual frugal install to a flash drive running on 10 year old
compaq Presario S6700NX desktop.
video-info-glx 1.5.3 Fri 25 Apr 2014 on Lenny Puppy 487 Linux 2.6.30.5 i686
0.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)
oem: ATI RADEON 9200
X Server: Xorg Driver: radeon
X.Org version: 1.4.2
dimensions: 1920x1080 pixels (521x293 millimeters)
depth of root window: 24 planes
Intel(R) Pentium(R) 4 CPU 2.80GHz
Core 0: @2800 1: @2800 MHz

The wine pet works but xbmc won't run on this pc, nexuiz does though.
Dpup487 is working well on this pc.

EDIT:
After installing a qt-everywhere-opensource-src-4.7.4-lupu-i686.pet
that I have smplayer-14.3.0.tar.bz2 compiled and works well.
Attachments
smplayer.jpg
(50.31 KiB) Downloaded 1284 times
screenshot.jpg
(49.38 KiB) Downloaded 1427 times
Last edited by Billtoo on Sat 26 Apr 2014, 11:59, edited 1 time in total.

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

#38 Post by tubeguy »

Billtoo I have had MJWIN on every machine I've ever owned and my mom has been hooked on it since 2000. When she finally got a Win7 box I created an XP VM just so she could play it. :D
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#39 Post by musher0 »

dejan555 wrote:I'll try some emulators and reply again.
These days I'm trying to update gtk2 and dependent libs and compile latest gimp with python support and some plugins
EDIT: If you run it with

Code: Select all

mrxvt-full -e less...
then it works, mrxvt is script to launch actual executable which is mrxvt-full
EDIT2: you can also fix it like this if you want to use just "mrxvt"
Overwrite mrxvt script with symlink to mrxvt-full

Code: Select all

ln -sf /usr/bin/mrxvt-full /usr/bin/mrxvt
Or fix script to run with any given parameters:

Code: Select all

sed -i 's/$1/"$@"/' /usr/bin/mrxvt
Ok, I'll try that. Many thanks, dejan.

BFN.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#40 Post by musher0 »

Got it! Thanks, dejan.

As you suggested, I simply made a link from mrxvt-full to mrxvt, and now something
like this:

Code: Select all

#!/bin/sh
# nice-mrxvt.sh
####
mrxvt -aht -tr -tint grey50 -shade %3 +showmenu -e less --help
looks something like that (see pic).
mrxvt's syntax is a bit different, that's all. The urxvt contraction -sh has to be spelled out
in full in mrxvt, and the percentage of shading stated with the % sign (e.g. -shade %5).
Also, in mrxvt the shading indication is the reverse of what it is in urxvt. In urxvt the
above would be stated "-sh 95".

Now to resaving the scripts in a language code that mrxvt can understand
(ISO-8859-1, not UTF8)! :)

Again, thanks. BFN.

musher0
Attachments
mrxvt_transparent-with-less.jpg
(55.11 KiB) Downloaded 1397 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#41 Post by dejan555 »

Looks cool musher0, I have a transparent/tabless/scrollbarless mrxvt for weechat too. (0.4.4-dev version, it's in dpup486 pets)
Earlier version of urxvt (I think 9.15) compiles on dpup but something doesn't work right.

I always loved Xmahjongg, it's simple but has many layouts and themes to choose from I even made that little gui to choose which ones to load, my favorite combo is boar-dorothys-green :)
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#42 Post by dejan555 »

Gimp 2.8.10 is finally compiled, but before it installs we'll have to do an update of gtk and some libraries. I was thinking easiest way would be to apply a delta file to main sfs instead doing a full iso, it's 13 MB and easy to apply.
For gimp, I'm thinking of making sfs with python+other extra scripts and plugins (GMIC is also compiled and working nicely 8) )
I'll upload update and files tomorrow.

Image
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#43 Post by dejan555 »

Dpup 487 Update 1
EDIT: After you apply this update you can proceede to Update 2

Attached is a script to download delta files and update main dpup sfs or devx. (assuming you use frugal install)
Download it, unpack and make executable, move in executable path

Code: Select all

gunzip update.sh.gz
chmod +x update.sh
mv update.sh /root/my-applications/bin
Then open console in directory containing dpup-487.sfs or dpup-devx_487.sfs and run one of these commnads:

Code: Select all

#Run this to update dpup-487.sfs:
update.sh main

#Run this to update devx:
update.sh devx
What's updated?
gtk2 is updated to latest with pango/cairo/pixbuf/libpng and other needed libs
mtpaint and geany updates are included
Also gimp 2.8.10 is added to repo but it will not run without these updates.

Note: After this update I had some apps output glib warnings in console but I had not experienced any problems.

Gimp packages:
There's a full sfs here: Gimp-2.8.10-dpup487_487.sfs 28.2 MB

Contents:
Python 2.8.10 (for python-fu scripts support)
Gimp 2.8.10 with babl/gegl dependencies
Plugins: gmic, david's batch processor and wavelet-decompose
Script packs: FxFoundry pack, Elsamuko scripts, Silicosaur effects and kaleidoscope script

Individual pets used for update and separate gimp packs are also uploaded to repo.
Attachments
update.sh.gz
Update script for dpup 487
(800 Bytes) Downloaded 1219 times
Last edited by dejan555 on Tue 07 Oct 2014, 00:05, edited 2 times in total.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Dpup 487

#44 Post by Billtoo »

I applied the updates and everything is working fine so far, conky is
taking a little more screen space after the update.
Thanks
Attachments
updated+gimp.jpg
(55.72 KiB) Downloaded 1207 times

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#45 Post by dejan555 »

Hmm, are the fonts bigger?
freetype and fontconfig are also updated, maybe that's why conky takes more space, something might have changed there.
Didn't notice any change in fonts in gtk apps.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

#46 Post by Billtoo »

dejan555 wrote:Hmm, are the fonts bigger?
freetype and fontconfig are also updated, maybe that's why conky takes more space, something might have changed there.
Didn't notice any change in fonts in gtk apps.
The spacing is different, in the screenshot conky is wider than it was.
Notice the bird's tail with the old and the new conky.
Attachments
updated+gimp.jpg
(55.72 KiB) Downloaded 1175 times

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Dpup 487

#47 Post by Billtoo »

I made a htop 1.0.3 pet in Dpup if anyone running Dpup wants it.
Attachments
htop-1.0.3-i686.pet
(65.31 KiB) Downloaded 1200 times

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

#48 Post by Billtoo »

I found a backup of Dpup 485 that I'd made in May of 2011 and copied
it to a SDHC card, ran grub4dos, and booted it up on my compaq desktop.

Sun 27 Apr 2014 Operating System: Lenny Puppy-485 Linux 2.6.30.5
0.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)
oem: ATI RADEON 9200
X Server: Xorg Driver: radeon
X.Org version: 1.4.2
dimensions: 1920x1080 pixels (521x293 millimeters)
depth of root window: 24 planes

Intel(R) Pentium(R) 4 CPU 2.80GHz
Core 0: 2800 1: 2800 MHz

It has seamonkey which updated to version 2.6.1
I was hoping the ppm still worked but it didn't, guess the lenny repos
are dead.
Anyhow, it's Dpup 485 is working well on this pc, the scale canvas in
mtpaint worked too :)
Attachments
dpup485scrn.jpg
(32.87 KiB) Downloaded 1066 times

User avatar
oldyeller
Posts: 889
Joined: Tue 15 Nov 2011, 14:26
Location: Alaska

#49 Post by oldyeller »

Downloading now, can't wait to see this one :D

Cheers

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#50 Post by dejan555 »

Seems like all of your hardware is dpup-centric these days xD
Lenny repos where fixed in dpup 486 but I removed them from 487 cause those debs are now too old for current system, still haven't tried to update to wheezy repos myself.
Heck, we'll compile new packages I don't think this is compatible with any debian anymore :P
I still use some older packages though, gl1-mesa dri deb from lenny repo works for radeon and I have currently these sfs's for load:

Gimp-2.8.10
jre-1.7.0.55
amarok-1.4.10 (I made amarok sfs from lenny repos back on puppy 4.x I think, before woof)
Nexuiz-2.4.2 (older but works faster on my machine, I believe from lenny repos too, sfs is 323 Mb)

EDIT: oldyeller, after frugal install, apply update1 delta (script on page 3)
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

Post Reply