 |
wbar - Default branch
|
Section: Unix |
|
|
|
| Added: Wed, Oct 4th 2006 05:02 UTC (1 year, 9 months ago) |
Updated: Thu, Sep 27th 2007 14:05 UTC (10 months, 3 days ago) |
|
|
About:
wbar is a quick launch bar. It's developed with
speed in mind and is highly tweakable.
Author:
warlock [contact developer]
Mirror site:
http://www.tecapli.com.ar/warlock/wbar-1.3.3.tbz2
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.76/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 7600)
» Popularity: 1.47% (Rank 3730)

(click to enlarge graphs)
Record hits: 47,072
URL hits: 11,545
Subscribers: 13
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.3.3
|
Minor bugfixes |
27-Sep-2007 21:05 |
|
1.3.2
|
Minor bugfixes |
11-Sep-2007 18:40 |
|
1.3.1
|
Minor feature enhancements |
04-Aug-2007 07:18 |
|
1.3
|
Major feature enhancements |
15-Jan-2007 15:15 |
|
1.2
|
Minor feature enhancements |
03-Jan-2007 13:24 |
|
1.0
|
Minor feature enhancements |
20-Oct-2006 18:21 |
|
0.99-r2
|
Minor bugfixes |
05-Oct-2006 21:12 |
|
0.99
|
Initial freshmeat announcement |
04-Oct-2006 12:33 |
Comments
[»]
Separation
by dood - Apr 11th 2008 08:44:25
Is it possible to add something to separate differents applications ?
[reply]
[top]
[»]
GUI configuration tool
by mehmetburhan - Sep 15th 2007 01:32:40
Wbar is a great application. I am using it on every desktop manager. But
wbar needs a gui tool maybe with a gui configuration tool wbar can be very
good.
Not: Also a debian package. I hve install debian 4 days ago but i cant
install wbar on it.
[reply]
[top]
[»]
Re: GUI configuration tool
by Xentalion - Oct 23rd 2007 19:10:50
Hello,
I've (sort of) been helping with this package, and I've created a Debian
based package for wbar.
You can get it here:
http://wbar.googlecode.com/files/wbar_1.3.3_i386.deb
Hope that works for you :)
I'm also going to be attempting to make a GUI configuration program
too.
> Wbar is a great application. I am using
> it on every desktop manager. But wbar
> needs a gui tool maybe with a gui
> configuration tool wbar can be very
> good.
>
> Not: Also a debian package. I hve
> install debian 4 days ago but i cant
> install wbar on it.
[reply]
[top]
[»]
Re: GUI configuration tool
by neocrack - Dec 13th 2007 23:35:56
> Hello,
> I've (sort of) been helping with this
> package, and I've created a Debian based
> package for wbar.
> You can get it here:
> http://wbar.googlecode.com/files/wbar_1.3.3_i386.deb
> Hope that works for you :)
>
> I'm also going to be attempting to make
> a GUI configuration program too.
>
>
> % Wbar is a great application. I am
> using
> % it on every desktop manager. But wbar
> % needs a gui tool maybe with a gui
> % configuration tool wbar can be very
> % good.
> %
> % Not: Also a debian package. I hve
> % install debian 4 days ago but i cant
> % install wbar on it.
>
>
>
Hello I have been using wbar ago some time and I would like to thank for
this good apicacion
sorry to my english
P.D
if you need debian packages a can i do it for use in debian lenny and sid.
[reply]
[top]
[»]
Re: GUI configuration tool
by ighea - Feb 2nd 2008 14:07:18
> Wbar is a great application. I am using
> it on every desktop manager. But wbar
> needs a gui tool maybe with a gui
> configuration tool wbar can be very
> good.
I have created some kind of GUI configurator for wbar. Sadly it does not
follow much wbar's "standars" by being written with PyGTK, but I think it
might still be useful.
It can be found from here: http://kapsi.fi/ighea/wbarconf/
[reply]
[top]
[»]
Re: GUI configuration tool
by yitzle - Mar 26th 2008 07:53:00
I tried running the GUI conf tool.
I got this:
$ wbarconf
wbar configuration gui
Copyright 2008 Mika Hynnä
this program is distributed under the terms of the GNU General Public
License
Shared configuration found: /usr/share/wbar/dot.wbar
Config file read
Traceback (most recent call last):
File "/usr/bin/wbarconf", line 682, in ?
gui = WbarGui()
File "/usr/bin/wbarconf", line 253, in __init__
self.treeview.set_tooltip_text("Drag and Drop to change order")
AttributeError: 'gtk.TreeView' object has no attribute 'set_tooltip_text'
[reply]
[top]
[»]
Re: GUI configuration tool
by ighea - Apr 21st 2008 16:24:28
> I tried running the GUI conf tool.
> I got this:
>
> $ wbarconf
> wbar configuration gui
> Copyright 2008 Mika Hynnä
>
> this program is distributed under the
> terms of the GNU General Public License
>
> Shared configuration found:
> /usr/share/wbar/dot.wbar
> Config file read
> Traceback (most recent call last):
> File "/usr/bin/wbarconf", line 682, in
> ?
> gui = WbarGui()
> File "/usr/bin/wbarconf", line 253, in
> __init__
> self.treeview.set_tooltip_text("Drag
> and Drop to change order")
> AttributeError: 'gtk.TreeView' object
> has no attribute 'set_tooltip_text'
>
Lookslike you have too old pygtk installed, try upugrading it and see if
that helps. Also the wbarconf is now greatly improved with version 0.6.4.
[reply]
[top]
[»]
Re: GUI configuration tool
by vec7 - May 1st 2008 20:16:46
>
> % I tried running the GUI conf tool.
> % I got this:
> %
> % $ wbarconf
> % wbar configuration gui
> % Copyright 2008 Mika Hynnä
> %
> % this program is distributed under the
> % terms of the GNU General Public
> License
> %
> % Shared configuration found:
> % /usr/share/wbar/dot.wbar
> % Config file read
> % Traceback (most recent call last):
> % File "/usr/bin/wbarconf", line 682,
> in
> % ?
> % gui = WbarGui()
> % File "/usr/bin/wbarconf", line 253,
> in
> % __init__
> %
> self.treeview.set_tooltip_text("Drag
> % and Drop to change order")
> % AttributeError: 'gtk.TreeView' object
> % has no attribute 'set_tooltip_text'
> %
>
>
> Lookslike you have too old pygtk
> installed, try upugrading it and see if
> that helps. Also the wbarconf is now
> greatly improved with version 0.6.4.
AttributeError: 'gtk.TreeView' object has no attribute
'set_tooltip_text'
I to get the error using your latest. I'm on slackware 12.0 have
installed python-2.5.2 and the latest pygtk-2.12.1
can you help please
thank you
[reply]
[top]
|
|
 |