WallPuppy ... Reworked my wallpaper app.

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

WallPuppy ... Reworked my wallpaper app.

#1 Post by sunburnt »

Here`s an easier to use version with a GUI integrated filer.

Also in AppPkg format so really easy to use, and portable.
Just click on the WallPuppy.AppPkg folder to run it.
For menu`s or desktop links, use the file: WallPuppy.AppPkg/AppRun

Vovchik`s picscale is in it for creating the thumbnail pics.
And thanks again vovchik for the small exec. file size: 26 KB.

It`s certainly a bigger GUI, with a bigger image display ( nice ).
UnZip it and put it anywhere, it should work from everywhere.

Feedback on your thoughts...
Attachments
WallPuppy.AppPkg.zip
(49.86 KiB) Downloaded 382 times
Last edited by sunburnt on Tue 13 Aug 2013, 21:27, edited 5 times in total.

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#2 Post by Keef »

First thoughts...

there doesn't appear to be anything inside.
Small though.

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#3 Post by sunburnt »

Hi Keef; Sorry about that, forgot the "-r" on the zip command.

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#4 Post by Keef »

Just tried it on my first run of Slacko 5.6
No joy. This is what I get running from console:

Code: Select all

# ./AppRun 
/root
find: `/roo': No such file or directory
find: `/roo': No such file or directory
find: `/roo': No such file or directory
find: `/roo': No such file or directory
./AppRun: line 9: 20457 Segmentation fault      $appP/.AppPkg/WallPuppy/wallpuppy

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#5 Post by sunburnt »

Typical, works great for me. I`ve uploaded a modded one, give it a try.

There`s 2 "find" commands, and before that a trim the last character.
This looks to be the problem, I made it trim only a last character "/".

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#6 Post by Keef »

On Slacko the 'find' error has gone, but wallpuppy still segfaults.

Tried it on Wary 5.5 and wallpuppy still not happy:

Code: Select all

 ./AppRun 
./.AppPkg/WallPuppy/wallpuppy: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./.AppPkg/WallPuppy/wallpuppy)
./.AppPkg/WallPuppy/wallpuppy: /lib/libc.so.6: version `GLIBC_2.15' not found (required by ./.AppPkg/WallPuppy/wallpuppy)

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#7 Post by sunburnt »

Keef; That`s a libC version error between your Puppy version and mine.
Ubuntu and Slack are about as far apart as two Puppy versions can get.

BaCon comples it`s code with C to an exec. file.

I`m using Precise-5.4.X.5, I`ll try a few of my other Puppy versions.

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

#8 Post by Karl Godt »

sunburnt wrote:Keef; That`s a libC version error between your Puppy version and mine.
Ubuntu and Slack are about as far apart as two Puppy versions can get.

BaCon comples it`s code with C to an exec. file.

I`m using Precise-5.4.X.5, I`ll try a few of my other Puppy versions.
Terry, You should know this when compiling apps !

The GLIBC thingy is one of the main causes for me to still run PUPPY-4.3 with glibc-2.6.1 .

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#9 Post by sunburnt »

Karl; Is that a popular C library version? But it`s no reason to not upgrade.

Yes, I know it, but I hoped Puppy versions would be more compatible.
Ubuntu and Slack based Puppies having different parents divides them.
But it even questions the compatibility between Lucid, Precise, and Racy.

I`m working on a script to compile a BaCon app. and make an AppPkg of it.
This should allow any BaCon app. to run on almost any Linux distro.
Providing all the other dependencies exist of course... A tall order for sure.
.

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#10 Post by Keef »

I've tried it on Precise, and it works of course. I'm not sure if you meant the file selector to be quite that minimalistic, but clicking on the two dots does work.
Attachments
wallpuppy.png
(156.86 KiB) Downloaded 282 times

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#11 Post by sunburnt »

Thanks for the effort Keef; Yes I put my file dialog directly on the app.
So you don`t have to keep clicking the filer button to pop it up.
This way you can quickly select pic. after pic.

It makes a good pic viewer too!

I`m working on a compile script so it`ll be portable to almost any Linux distro.
It`ll be slow building the app. this way, but it`ll solve many portability problems.
There`s sooo many pitfalls to portability, GTK versions, etc., etc. :roll:

Post Reply