Puppy Theme Pack Manager (GTK,JWM,WALLPAPER,ICONS)

Window managers, icon programs, widgets, etc.
Message
Author
User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#31 Post by trio »

Blackish theme - tested in Quirky and tahrpup. this is an example that you can share global themes as pets
Attachments
blackish.jpg
(8.19 KiB) Downloaded 341 times
Blackish-theme.pet
(118.08 KiB) Downloaded 322 times

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#32 Post by trio »

Version 1.4 : Bugfix remove profile, add make pet function (share your theme profile)

See main post

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

#33 Post by neerajkolte »

Looks Nice.
I will try.

- Neeraj
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#34 Post by trio »

Version 1.5 : add notification/warning when make pet

see main post

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#35 Post by trio »

Blueish theme pack
Attachments
Blueish.jpg
(8.91 KiB) Downloaded 278 times
Blueish.pet
(39.68 KiB) Downloaded 328 times

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#36 Post by trio »

Version 1.6 : Registers current applied wallpaper, delete dir after make pet
(no need manual delete)
see main post

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#37 Post by trio »

Version 1.7 : replace ls with find when listing walpapers

see main post

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#38 Post by trio »

Version 1.7.1; bugfix wallpaper list

sorry.

see main post

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#39 Post by trio »

Browny theme pack
Attachments
Browny.jpg
(6.96 KiB) Downloaded 248 times
Browny.pet
(98.53 KiB) Downloaded 307 times

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#40 Post by trio »

Version 1.7.2: Bugfix creating base dir for pet at first run

see main post

stemsee

#41 Post by stemsee »

version 1.7.2 seems not to work on Dpup Wheezy. It removes the wallpaper without setting a new one.

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#42 Post by trio »

How does dpup sets walpaper?

Does it has /usr/sbin/set_bg? Or /usr/local/wallpaper/set_bg? I don't remember correctly the path, as i'm not @ a computer. Typing this in mobile. Usual puppies/quirky uses set_bg script. If this app doesn't work correctly in dpup, then desktopiconarrangement won;t work fully also in dpup

stemsee

#43 Post by stemsee »

It has /usr.sbin.set_bg

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#44 Post by trio »

I don't have or use any dpup ever. Can you post the content of set_bg script


What happens if you run in terminal

set_bg /usr/share/backgrounds/yourwallpaperm.jpg

Thanks

stemsee

#45 Post by stemsee »

running that code changes the wallpaper.

here is the set_bg code

Code: Select all

#!/bin/sh
#100704 this was originally in Nathan's Wallpaper package.
# called by 'pwallpaper' wallpaper setter.

# Determine the path to this application.
CURDIR="`pwd`"
APPDIR=`dirname "$0"`
cd "${APPDIR}"
APPDIR="`pwd`"
cd "${CURDIR}"

if [ "$1" = "-clear" ];then
 grep -v '<backdrop' $HOME/.config/rox.sourceforge.net/ROX-Filer/pb_default  > $HOME/.config/wallpaper/pb
 mv -f $HOME/.config/wallpaper/pb $HOME/.config/rox.sourceforge.net/ROX-Filer/pb_default
 rox -p=default
 echo "[none]" > $HOME/.config/wallpaper/bg_img
 exit
fi

MODE="`cat $HOME/.config/wallpaper/backgroundmode`"
[ "$MODE" = "" ] && MODE="Scale"
[ "$MODE" = "Centred" ] && MODE="Centre"
[ "$MODE" = "Scaled" ] && MODE="Scale"

#w482 BK now have script that truncates an image vertically so that it has the right dimensions
#for a widescreen...
if [ "$MODE" = "Stretch" ];then
 /usr/sbin/background_reshape ${1}
fi

rox --RPC << EOF
<?xml version="1.0"?>
<env:Envelope xmlns:env="http://www.w3.org/2001/12/soap-envelope">
 <env:Body xmlns="http://rox.sourceforge.net/SOAP/ROX-Filer">
  <SetBackdrop>
   <Filename>$1</Filename>
   <Style>$MODE</Style>
  </SetBackdrop>
 </env:Body>
</env:Envelope>

EOF

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#46 Post by trio »

stemsee,

sorry, I can't duplicate your problem. And I can't see anything wrong. I tested this in tahrpup, precise, slacko, and quirky. and your set_bg script works too.

Last thing to do is to run this app from terminal.

Code: Select all

desktopthemeprofile
then try to load one of the saved profile. then see any error message if any

thanks

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#47 Post by trio »

Greeny theme pack
Attachments
Greeny.jpg
(7.23 KiB) Downloaded 233 times
Greeny.pet
(168.72 KiB) Downloaded 290 times

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#48 Post by trio »

Desktop Global Theme Profile is renamed to Theme Pack Manager
Version 1.8 is compatible with std jwm puppies and ptheme (like slacko 6.3) dependency pGtkthemerefresh from here

Post Reply