Macpup 4.1.1

For talk and support relating specifically to Puppy derivatives
Message
Author
_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#41 Post by _MegadetH_ »

how can i change links and add icons to the wbar down? For example, if I click on chat icon it opens ayttm (default chat), I'd like to open pidgin from there. I'd like to add openoffice icons too. thanks

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#42 Post by CatDude »

Hello _MegadetH_

Just edit the file /root/.wbar (it is a hidden file, so click on the eye icon in ROX-Filer)

The file is quite easy to understand,
for each item on the wbar, you have three lines similar to this:
  • i: /usr/share/wbar/wbar.icons/macword.png
    c: /usr/local/bin/swriter <----- (this could also be just: swriter)
    t: Write
To add more items to the wbar, add a new block for each item.
  • i: = path to your chosen icon
    c: = path to programme executable
    t: = text displayed beneath the icon
Hope this helps.
CatDude
.
Last edited by CatDude on Tue 10 Feb 2009, 11:06, edited 1 time in total.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#43 Post by _MegadetH_ »

CatDude wrote:Hello _MegadetH_

Just edit the file /root/.wbar (it is a hidden file, so click on the eye icon in RoxFiler)

The file is quite easy to understand,
for each item on the wbar, you have three lines similar to this:
  • i: /usr/share/wbar/wbar.icons/macword.png
    c: /usr/local/bin/swriter <----- (this could also be just: swriter)
    t: Write
To add more items to the wbar, add a new block for each item.
  • i: = path to your chosen icon
    c: = path to programme executable
    t: = text displayed beneath the icon
Hope this helps.
CatDude
.
Wow! Thank you very much! It works perfect :) I'm having fun customizing the bar!
Do you know where I can find other icons-like mac with the same size of the bar?

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#44 Post by CatDude »

Hello _MegadetH_

I don't think the size of the icons really matters, (better bigger than smaller i think)
as these are controlled by your wbar startup command.
Take a look in /root/.xinitrc
you should find a line near the bottom that looks similar to this:
  • sleep 3 && wbar -above-desk -jumpf 1 -pos bottom -nanim 3 -zoomf 1.8 -idist 10 -isize 38 -bpress -balfa 0 -falfa 100 &
It is the bold part, that controls the size of the icons.

In the attached image you will see that the icons all look a similar size,
when in fact, the lefthand one (the kennel) is 70x75 pixels
the seamonkey one in the middle is 603x610 pixels (done purely to show you :lol: )
all the others are 128x128 pixels

CatDude
.
Attachments
wbar-icons.png
(79.14 KiB) Downloaded 776 times
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#45 Post by _MegadetH_ »

Thanks again Catdude!
Finally I understood how to edit wbar :) I spent a whole afternoon finding extra icons and set them :P

This is my new bar. The bad thing is there isn't the reflex shadow under extra puppy icons like openoffice ones. I'm trying to edit them with mtPaint to make a shadow, but no success.
Attachments
wbar.png
my wbar with no reflex to new icons :(
(32.97 KiB) Downloaded 404 times

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#46 Post by CatDude »

_MegadetH_ wrote: This is my new bar. The bad thing is there isn't the reflex shadow under extra puppy icons like openoffice ones. I'm trying to edit them with mtPaint to make a shadow, but no success.
Zip them up and pass them over :wink:
i will do them for you

CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#47 Post by _MegadetH_ »

CatDude wrote:
_MegadetH_ wrote: This is my new bar. The bad thing is there isn't the reflex shadow under extra puppy icons like openoffice ones. I'm trying to edit them with mtPaint to make a shadow, but no success.
Zip them up and pass them over :wink:
i will do them for you

CatDude
.
ok! here they are :) thanks
Attachments
mac_icons.tar.gz
mac icons no reflex
(104.43 KiB) Downloaded 433 times

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#48 Post by CatDude »

Here you go mate.
If they are not good enough just say what's wrong and i will do them again.

CatDude
.
Attachments
mac_icons_edits.tar.gz
(103.74 KiB) Downloaded 438 times
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#49 Post by _MegadetH_ »

Thanks Catdude! You're very kind! Icons works perfect as you can see in the picture.
I tried to make one by myself using Ms Paint from the laptop because I'm not good with mtPaint. The icon I made is the third on right side it it represent a gear. It is not as good as yours Catdude.
Do you apply any effect to the reflex part?
Attachments
mywbarfixed.png
(34.63 KiB) Downloaded 365 times

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#50 Post by ttuuxxx »

Nice Job CatDude with the icons :) excellent work!!!
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#51 Post by CatDude »

_MegadetH_ wrote:Thanks Catdude! You're very kind! Icons works perfect as you can see in the picture.
You're welcome mate.
_MegadetH_ wrote: Do you apply any effect to the reflex part?
Not really, i do them in GIMP
Create a new layer, flip it vertically, move it down, add layer mask etc etc :lol:

If you would like me to do the laptop icon, attach it.

CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#52 Post by CatDude »

Hello ttuuxxx

Sorry mate, i didn't see you're post there for a minute.
ttuuxxx wrote:Nice Job CatDude with the icons :) excellent work!!!
ttuuxxx
Cheers mate.

CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#53 Post by _MegadetH_ »

CatDude wrote:
_MegadetH_ wrote:Thanks Catdude! You're very kind! Icons works perfect as you can see in the picture.
You're welcome mate.
_MegadetH_ wrote: Do you apply any effect to the reflex part?
Not really, i do them in GIMP
Create a new layer, flip it vertically, move it down, add layer mask etc etc :lol:

If you would like me to do the laptop icon, attach it.

CatDude
.
You're very kind, but I don't want to bother you more with editing. I'm learning using mtPaint. I've found a guide online to make layers with it. I made a better icon now. Not perfect but it is better then the first I've done :) You gave me the input to learn to make better icons.
I'm having a great puppy mac-like now :)
Thanks again.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#54 Post by ttuuxxx »

_MegadetH_ wrote: You're very kind, but I don't want to bother you more with editing. I'm learning using mtPaint. I've found a guide online to make layers with it. I made a better icon now. Not perfect but it is better then the first I've done :) You gave me the input to learn to make better icons.
I'm having a great puppy mac-like now :)
Thanks again.
You miht want to try Gimp, This is a small version that works really well with puppy 4.0++
http://puppylinux.ca/tpp/ttuuxxx/progra ... .0-rc3.pet
just right click on the link and select "Save Link As"
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#55 Post by CatDude »

_MegadetH_ wrote: You're very kind, but I don't want to bother you more with editing. I'm learning using mtPaint. I've found a guide online to make layers with it. I made a better icon now. Not perfect but it is better then the first I've done :) You gave me the input to learn to make better icons.
I'm having a great puppy mac-like now :)
Thanks again.
OK mate, but it wasn't any bother really, i enjoy messing about with the GIMP.
Personally i think it is the only way to learn, just keep on playing and things become a little easier.

CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#56 Post by _MegadetH_ »

ttuuxxx wrote: You miht want to try Gimp, This is a small version that works really well with puppy 4.0++
http://puppylinux.ca/tpp/ttuuxxx/progra ... .0-rc3.pet
just right click on the link and select "Save Link As"
ttuuxxx
yeah! thanks. I installed it. It works very good with last puppy version.

CatDude wrote:[
OK mate, but it wasn't any bother really, i enjoy messing about with the GIMP.
Personally i think it is the only way to learn, just keep on playing and things become a little easier.

CatDude
.
Yes! I love to learn to make new things :p I installed Gimp and I played a lot with it tonight ehhe I've never used layers before but looking for a guide on the net and trying I understood how to make it work!
Finally I've done my icon! it is a little better then my first one. I will upload my desktop into the topic "My Puppy is more gorgeous than yours!"
thanks

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#57 Post by technosaurus »

so... I was cutting down the macgic-j.pet and got kind of carried away because I couldn't get online and ended up with a 975kb version of icewm and wbar (removed blinky freemem, icewmconfig, murga_lua)

if you already have macpup or macgic installed this is pointless, but if you want to get a slimmer version instead - this one is for you bugman

anyhow its on this thread if anyone would like to try it out
http://www.murga-linux.com/puppy/viewto ... 660#261660
Attachments
icewmbar.jpg
here's a screenshot
(50.57 KiB) Downloaded 425 times
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
runtt21
Posts: 1649
Joined: Sun 08 Jun 2008, 02:43
Location: BigD Texas
Contact:

#58 Post by runtt21 »

Catdude makes some of the best stuff just like ttuuxxx. In a few weeks we will Roll out Macpup Foxy 2.0 with the "Megan Fox" Icewm theme that Catdude made, it Totally Rocks!!!! He did most of the art work for Foxy 1.5 and 2.0 !!!!!

_MegadetH_
Posts: 221
Joined: Sun 28 Sep 2008, 10:23
Location: Italy

#59 Post by _MegadetH_ »

hi! Do you know how to restore automount drive icons of puppy default theme? (see attachment)
thanks
Attachments
drives.png
(12.83 KiB) Downloaded 828 times

User avatar
effy
Posts: 1
Joined: Tue 06 Jan 2009, 19:15

#60 Post by effy »

Hi I want to instal MacPup on a HP pavilion 503n which runs very slowly on XP even though it was designed for XP. it has a 1.7 ghz intel celeron procesor, 128 mb of ram and 40 gb hard drive. can i install macpup on it?

Post Reply