Welcome
Welcome to antiX-forum.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

Installing/Configuring wbar

Post comments, problems, bugs here.

Installing/Configuring wbar

Postby JawsThemeSwimming428 on Sun Aug 10, 2008 9:52 pm

I want to use wbar (or something like it if someone can make a better suggestion). I remember (vaguely) a post here a while back regarding installing and configuring it ( I might be losing my mind). Just wondering if anyone can help me out.
JawsThemeSwimming428
 
Posts: 254
Joined: Mon Mar 17, 2008 1:28 am

Postby Jerry on Sun Aug 10, 2008 10:30 pm

Did you use the search link above? Searching on "wbar" (what else, eh?) produces a list of hits, and I suspect a couple by eriefisher might be what you are thinking of.
Jerry
 
Posts: 194
Joined: Wed Sep 12, 2007 4:55 pm

Postby JawsThemeSwimming428 on Mon Aug 11, 2008 1:02 am

Yea, I did that and quickly glanced at the results. I guess I didn't look hard enough... I will check again. Just making sure I wasn't looking for something that doesn't exist!
JawsThemeSwimming428
 
Posts: 254
Joined: Mon Mar 17, 2008 1:28 am

Postby eriefisher on Mon Aug 11, 2008 2:20 am

I assume you have already installed wbar? You could just edit the text file to set it up "OR" you could install wbarconf and set it up through a gui.

http://www.ihku.biz/wbarconf/

Select the latest .deb for install(near bottom). Good luck.
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Postby eriefisher on Mon Aug 11, 2008 2:38 am

If you want to do it by hand there is a file in your /home/username called .wbar, if not create it. You will be able to see the format needed.

i: /path/to/icon/to/be/used
c: command to issue
t: text to be displayed when hovering
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Postby JawsThemeSwimming428 on Mon Aug 11, 2008 2:41 am

No, I didn't install it yet. I was trying to find some information on it first.
JawsThemeSwimming428
 
Posts: 254
Joined: Mon Mar 17, 2008 1:28 am

Postby eriefisher on Mon Aug 11, 2008 3:29 am

If you install wbar and wbarconf first start wbarconf and choose your settings. Once your ready, click on save and then refresh. This will start the bar and your off and running.
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Postby JawsThemeSwimming428 on Mon Aug 11, 2008 3:32 am

Thanks, for the tips! One other thing, how do I make wbar start automatically at boot in Fluxbox?
JawsThemeSwimming428
 
Posts: 254
Joined: Mon Mar 17, 2008 1:28 am

Postby eriefisher on Mon Aug 11, 2008 1:06 pm

Add it to you ~/.fluxbox/startup. Use this command:

Code: Select all
(sleep 3 && wbar -above-desk) &
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Postby JawsThemeSwimming428 on Thu Aug 14, 2008 6:46 am

ok, I downloaded wbar-1.3.3 and wbarconf and I am trying to install. I go into wbar-1.3.3 after extracting it and run make and it ends with Error 1. I am not sure what I am doing wrong? It says it depends on imlib2-dev but it isn't in synaptic. What repo do I have to add? Sorry, I am not very experienced installing in linux.
JawsThemeSwimming428
 
Posts: 254
Joined: Mon Mar 17, 2008 1:28 am

Postby anticapitalista on Thu Aug 14, 2008 8:34 am

Use the deb file.

http://wbar.googlecode.com/files/wbar_1.3.3_i386.deb

To install, as root

dpkg -i wbar_1.3.3_i386.deb
apt-get -f install (if any unmet dependencies are needed)
Philosophers have interpreted the world in many ways; the point is to change it.
User avatar
anticapitalista
Site Admin
 
Posts: 2144
Joined: Tue Sep 11, 2007 4:55 pm
Location: Greece

Postby JawsThemeSwimming428 on Fri Aug 15, 2008 6:58 am

Thanks, I have most everything working. The only thing I can't figure out is why wbar starts at the bottom of the screen? I used Wbarconf and went into File->Settings and changed Position on the screen to "top" and refreshed. It went to the top of the screen and I saved the changes. The next time I logged in wbar started at the bottom of the screen. I went into wbarconf and it still says it should be on the top. Any ideas?
JawsThemeSwimming428
 
Posts: 254
Joined: Mon Mar 17, 2008 1:28 am

Postby OU812 on Fri Aug 15, 2008 4:04 pm

Try

(sleep 3 && wbar -above-desk top) &

john
OU812
 
Posts: 999
Joined: Sat Sep 29, 2007 8:12 pm
Location: California

Postby JawsThemeSwimming428 on Fri Aug 15, 2008 8:27 pm

No luck...i added what you said and it does the same thing. The weird thing is that when I open up wbarconf and go to File->Settings... "Position on the screen" is already set to "top". I don't have to change anything all I have to do is hit Refresh and it moves to the top. But the next time I log in wbar starts on the bottom.
JawsThemeSwimming428
 
Posts: 254
Joined: Mon Mar 17, 2008 1:28 am

Postby eriefisher on Fri Aug 15, 2008 9:12 pm

In ~/.fluxbox/startup change the wbar command to this
Code: Select all
(sleep 3 && wbar -above-desk -pos top) &


OU812 was correct, he just had the syntax wrong.
eriefisher

Image

SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS.
User avatar
eriefisher
 
Posts: 1431
Joined: Sun Oct 07, 2007 5:16 pm
Location: Canada's South Coast

Next

Return to antiX-M7.2 VETËVENDOSJE!

Who is online

Users browsing this forum: No registered users and 0 guests