Macpup 4.1.1

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
prit1
Posts: 542
Joined: Fri 04 Jan 2008, 00:10
Location: Los Angeles

#61 Post by prit1 »

Yes, you can definitely install Macpup on this machine.

With 128 MB RAM, you might have to create a swap partition (around 500 MB) or do a full install instead of frugal install.

You can search the forum to understand full vs frugal install if required. The below link will let you do a google search of the forum.
http://wellminded.com/puppy/pupsearch.html
[url=http://macpup.org][b]Macpup - The beauty of linux[/b][/url] [b] | [/b] [url=http://pritlog.com/][b]Pritlog - Simple blog app[/b][/url]

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

#62 Post by _MegadetH_ »

Hi! I don't know if I have to post this here or in vlc thread. anyway, when I watch vlc videos in fullscreen mode the upper bar still stands there. How can I hide it in fullscreen mode?

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

#63 Post by CatDude »

Hello _MegadetH_

That upper bar as you call it, is the IceWM Taskbar
what you need to do is AutoHide it.

Have a look at this file: /root/.icewm/preferences (note that .icewm is a hidden directory)
In that file look for this:

Code: Select all

#  Auto hide task bar after delay
TaskBarAutoHide=0 # 0/1 
and change it to this:

Code: Select all

#  Auto hide task bar after delay
TaskBarAutoHide=1 # 0/1 
Then restart icewm: Menu > Shutdown > Restart IceWM (this may be different in Macpup)
To see the Taskbar, move the mouse cursor to the top of the screen.

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

#64 Post by _MegadetH_ »

CatDude wrote:Hello _MegadetH_

That upper bar as you call it, is the IceWM Taskbar
what you need to do is AutoHide it.

Have a look at this file: /root/.icewm/preferences (note that .icewm is a hidden directory)
In that file look for this:

Code: Select all

#  Auto hide task bar after delay
TaskBarAutoHide=0 # 0/1 
and change it to this:

Code: Select all

#  Auto hide task bar after delay
TaskBarAutoHide=1 # 0/1 
Then restart icewm: Menu > Shutdown > Restart IceWM (this may be different in Macpup)
To see the Taskbar, move the mouse cursor to the top of the screen.

CatDude
.
Hello Catdude! thanks for the support! :) I tried and it works. I'd prefer the bar autohide only when vlc fullscreen is on and not always, but maybe it isn't possible.

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

#65 Post by _MegadetH_ »

Hi! I have a problem again
After booting when the desktop is ready, it appears a little window on the upper left corner. I think it's a wbar window and I cannot close it. Restarting X server or clicking on workspace:2 or if it disappear. Look at attached image to understand what I mean.
Do I have to change something in icewm preferences to remove that window?
Thanks

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

#66 Post by runtt21 »

megadeth ,
Try editing /root/.xinitrc (this is a hidden file, press Ctrl-H in rox to show this). Change the line that has wbar:

it should have a sleep 3 && wbar .....

change it to:

sleep 5 && wbar.

If the result is the same, try increasing the sleep timing.

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

#67 Post by CatDude »

Hi

I don't think that is to do with wbar.

Go to: /root/.icewm/startup
and try increasing the sleep time for freememapplet-tray and/or blinky

It has happened to me on various occassions and increasing the sleep time sorted it out.

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

#68 Post by _MegadetH_ »

Thank you! :D

I tried changing the number of blinky and freememapplet-tray in /root/.icewm/startup. After some reboots I found the right combination:

killall blinky
sleep 3 && /root/my-applications/blinky-0.8-icewm/src/blinky -bg "#49437a" &

killall freememapplet-tray
sleep 3 && /root/my-applications/freememapplet_tray_puppy215ce/freememapplet-tray &

Now that window disappeared! It was very annoying :)

Post Reply