You are not logged in.

#101 2010-07-01 19:22:49

Gumper
Member
From: U.S.A.
Registered: 2009-10-26
Posts: 132

Re: App Launcher - adeskbar

I've just started using Adeskbar as a replacement for Lxpanel and one thing that I miss from Lxpanel is the plugin to show me if my cap locks and number locks are on.

Does anyone know if there's a way that I could add this functionality to Adeskbar?

Thanks!


Ready yourselves, ready yourselves
Let us shine the light of Jesus in the darkest night
Ready yourselves, ready yourselves
May the powers of darkness tremble as our praises rise .... Casting Crowns-Until The Whole World Hears.

Offline

#102 2010-07-04 04:19:25

Gumper
Member
From: U.S.A.
Registered: 2009-10-26
Posts: 132

Re: App Launcher - adeskbar

Ok, no answer on my last question so I'll ask another one. big_smile

How do a go about adding a spacer to adeskbar? I don't see that option in the "launchers".

Thanks!


Ready yourselves, ready yourselves
Let us shine the light of Jesus in the darkest night
Ready yourselves, ready yourselves
May the powers of darkness tremble as our praises rise .... Casting Crowns-Until The Whole World Hears.

Offline

#103 2010-07-04 09:05:13

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Hi Gumper,

1 - no plugin for it .. maybe you can look for an app. that you can put on systray ?
2 - spacer .. present in v0.1.7 if I remember , but I lost it on the road. Someone already ask me for this one so "it 'll be back" in next release.

bye ..

Offline

#104 2010-07-04 12:26:09

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Hello,

update :
- plugin spacer :  add some space between launchers
- plugin tasklist : show desktop number/name ( + color/font )
- plugin systray : fix when position is left/right
- add 2nd color for "add gradient"
- ..

Src : adeskbar-0.3.9.tar.bz2

adeskbar_tasklist_desktop.png

.adeskbar_spacer_s.jpg

Offline

#105 2010-07-04 12:35:57

SoleSoul
Member
From: Israel
Registered: 2009-06-29
Posts: 319

Re: App Launcher - adeskbar

ADcomp, I want you to know that your program really fills a gap in this type of GUI and I really really hope that this app will get mature and succeed.
I really like it!

Offline

#106 2010-07-04 13:06:18

Gumper
Member
From: U.S.A.
Registered: 2009-10-26
Posts: 132

Re: App Launcher - adeskbar

ADcomp wrote:

Hi Gumper,

1 - no plugin for it .. maybe you can look for an app. that you can put on systray ?
2 - spacer .. present in v0.1.7 if I remember , but I lost it on the road. Someone already ask me for this one so "it 'll be back" in next release.

bye ..

Thanks for the update to bring the spacer back. I'll give it a try. As for the cap lock indicator, I just started messing around with "dzen2" and I'm going to do something with that.

Also, I agree with SoleSoul. It does fill the gap between something like "lxpanel" and "cairo-dock". For me "cairo-dock" has too many problems when I try it.


Ready yourselves, ready yourselves
Let us shine the light of Jesus in the darkest night
Ready yourselves, ready yourselves
May the powers of darkness tremble as our praises rise .... Casting Crowns-Until The Whole World Hears.

Offline

#107 2010-07-16 01:17:40

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: App Launcher - adeskbar

I installed adeskbar from the AUR and it's having a few problems when I try to add the tasklist plugin.

When I first start it up:

[rob ~ ]$  adeskbar 
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Xlib.protocol.request.QueryExtension
Another System Tray is already running
/usr/share/adeskbar/adesk/core.py:114: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &
  bt_label.set_markup(label)
/usr/share/adeskbar/adesk/menu.py:271: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &
  bBox.pack_start(button, False, False)
Traceback (most recent call last):

Obviously, I know that I had another system tray running. And this is the error I got when I tried to add the tasklist plugin:

Traceback (most recent call last):
  File "/usr/share/adeskbar/adesk/bar.py", line 962, in load_plugin
    widget = plugin.Plugin(self.bar, settings)
  File "/usr/share/adeskbar/plugins/tasklist.py", line 45, in __init__
    screen = wnck.screen_get_default()
NameError: global name 'wnck' is not defined
Xlib.protocol.request.QueryExtension

So, I installed python-wnck and started it up. This is all the stuff it spit at me from start-up to adding tasklist plugin:

[rob ~ ]$  adeskbar 
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)

** (adeskbar:14918): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (adeskbar:14918): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (adeskbar:14918): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File "/usr/share/adeskbar/adesk/bar.py", line 962, in load_plugin
    widget = plugin.Plugin(self.bar, settings)
  File "/usr/share/adeskbar/plugins/tasklist.py", line 83, in __init__
    self.workspace_changed(screen, None)
  File "/usr/share/adeskbar/plugins/tasklist.py", line 398, in workspace_changed
    if int(self.settings['show_desk_name']):
ValueError: invalid literal for int() with base 10: 'False'
Xlib.protocol.request.QueryExtension
/usr/share/adeskbar/adesk/core.py:114: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &
  bt_label.set_markup(label)
/usr/share/adeskbar/adesk/menu.py:271: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &
  bBox.pack_start(button, False, False)
TypeError: virtual method should return None
Traceback (most recent call last):
  File "/usr/share/adeskbar/adesk/bar.py", line 962, in load_plugin
    widget = plugin.Plugin(self.bar, settings)
  File "/usr/share/adeskbar/plugins/tasklist.py", line 83, in __init__
    self.workspace_changed(screen, None)
  File "/usr/share/adeskbar/plugins/tasklist.py", line 398, in workspace_changed
    if int(self.settings['show_desk_name']):
ValueError: invalid literal for int() with base 10: 'False'
Xlib.protocol.request.QueryExtension

Also installing the python-gnome-desktop package didn't fix it either...

This app looks pretty neat, so I hope I can get it working.

Offline

#108 2010-07-16 05:55:38

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

@pogeymanz

For tasklist , it's a bug .. (fixed in next update).  and yes , you need 'python-wnck'  for 'intellihide' mode and 'tasklist' plugin

ADcomp wrote:

Try this :  add "tasklist' plugin ,  double click to edit and simply click ok .. now refresh, it should work fine

Offline

#109 2010-07-16 10:38:05

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Hello ,

ADeskBar v0.4 is coming soon ..

http://www.youtube.com/watch?v=W0p74w4haPQ

Offline

#110 2010-07-16 11:04:43

Gumper
Member
From: U.S.A.
Registered: 2009-10-26
Posts: 132

Re: App Launcher - adeskbar

ADcomp wrote:

Hello ,

ADeskBar v0.4 is coming soon ..

http://www.youtube.com/watch?v=W0p74w4haPQ

Looks good. Can't wait to try it out!


Ready yourselves, ready yourselves
Let us shine the light of Jesus in the darkest night
Ready yourselves, ready yourselves
May the powers of darkness tremble as our praises rise .... Casting Crowns-Until The Whole World Hears.

Offline

#111 2010-07-16 13:11:12

pogeymanz
Member
Registered: 2008-03-11
Posts: 1,020

Re: App Launcher - adeskbar

ADcomp wrote:

@pogeymanz

For tasklist , it's a bug .. (fixed in next update).  and yes , you need 'python-wnck'  for 'intellihide' mode and 'tasklist' plugin

ADcomp wrote:

Try this :  add "tasklist' plugin ,  double click to edit and simply click ok .. now refresh, it should work fine

Awesome. And version .4 also looks promising. Thank you.

Is there ever going to be support for Compiz Viewports support in the tasklist? To clarify: Compiz doesn't use "Desktops" so Adeskbar always thinks that we are on Desktop 1 and thus shows all currently open apps.

Offline

#112 2010-09-01 13:13:07

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: App Launcher - adeskbar

Hi, congratulations for this new dockbar, i've a problem when i try to set traybar and the fake transparent, this is the output

[marco@tokenet ~]$ adeskbar
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)

** (adeskbar:8928): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (adeskbar:8928): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (adeskbar:8928): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'

(adeskbar:8928): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE

(adeskbar:8928): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
/usr/share/adeskbar/adesk/core.py:114: GtkWarning: Failed to set text from markup due to error parsing markup: Errore alla riga 1: L'entità non termina con un punto e virgola; probabilmente è stata utilizzata una "e commerciale" senza l'intento di iniziare una entità. In tal caso ricorrere a &
  bt_label.set_markup(label)
/usr/share/adeskbar/adesk/menu.py:271: GtkWarning: Failed to set text from markup due to error parsing markup: Errore alla riga 1: L'entità non termina con un punto e virgola; probabilmente è stata utilizzata una "e commerciale" senza l'intento di iniziare una entità. In tal caso ricorrere a &
  bBox.pack_start(button, False, False)

(adeskbar:8928): Wnck-WARNING **: Unhandled action type _OB_WM_ACTION_UNDECORATE
Traceback (most recent call last):
  File "/usr/share/adeskbar/adesk/bar.py", line 962, in load_plugin
    widget = plugin.Plugin(self.bar, settings)
  File "/usr/share/adeskbar/plugins/tasklist.py", line 83, in __init__
    self.workspace_changed(screen, None)
  File "/usr/share/adeskbar/plugins/tasklist.py", line 398, in workspace_changed
    if int(self.settings['show_desk_name']):
ValueError: invalid literal for int() with base 10: 'False'

Last edited by toketin (2010-09-01 15:45:16)

Offline

#113 2010-09-27 22:28:51

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Hello ..

v0.4 coming soon.  Compiz Viewports support in the tasklist, new menu, interactive config, ...

Preview : http://www.youtube.com/watch?v=HCjBzxhWxUk

Offline

#114 2010-10-03 15:37:38

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Want to try next release ? 

Source : adeskbar_0.4.tar.bz2

@+

Offline

#115 2010-10-04 16:37:05

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: App Launcher - adeskbar

Are gnome deps needed (deskbar-applet)?
Now it is not so light-weight anymore.

Last edited by DonVla (2010-10-04 16:37:46)

Offline

#116 2010-10-04 18:01:15

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Hi DonVla,

As far I know, new depency ( python-gmenu ) only need  libgnome-menu2 ( gnome-menus )

Description: an implementation of the freedesktop menu specification for GNOME
The package contains an implementation of the draft  "Desktop Menu Specification" from freedesktop.org
Also contained here are the GNOME menu layout configuration files, .directory  files and assorted menu related utility programs.

.. so not really bloated , I think. maybe a packaging problem ?

Last edited by ADcomp (2010-10-04 18:04:50)

Offline

#117 2010-10-04 18:25:52

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: App Launcher - adeskbar

Hmm, take a look at the PKGBUILD.

depends=('python' 'pyxdg' 'pycairo' 'gnome-python' 'deskbar-applet' 'pygtk')

Dependencies for "deskbar-applet":

gnome-desktop>=2.32.0
gnome-panel-bonobo>=2.32.0
gnome-python>=2.28
python-gnomeapplet>=2.32
python-gnomedesktop>=2.32
python-gnomekeyring>=2.32
python-wnck>=2.32

For me (only openbox) it tries to get ~160mb gnome stuff.
From what you say it seems that "deskbar-applet" is only an optdepend.

Offline

#118 2010-10-04 18:37:34

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Don't forget I'm on ubuntu .. wink

david@acer:~$ apt-cache show gnome-menus | grep Depends
Depends: python (>= 2.3), python-gmenu (= 2.30.0-0ubuntu4)
david@acer:~$ apt-cache show python-gmenu | grep Depends
Depends: libc6 (>= 2.3.6-6~), libglib2.0-0 (>= 2.16.0), libgnome-menu2 (>= 2.27.92), python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), python-gtk2, python-xdg (>= 0.18-1ubuntu2)
david@acer:~$ apt-cache show libgnome-menu2 | grep Depends
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.23.5)

I don't have more gnome depencies .. and I don't these installed on my system ( python-gnomedesktop, python-gnomeapplet, gnome-panel-bonobo, .. )

ps: btw , I use openbox too  smile

.2010-10-04_1_s.jpg . .2010-10-04_2_s.jpg . .2010-10-04_3_s.jpg

Last edited by ADcomp (2010-10-04 18:40:45)

Offline

#119 2010-10-05 17:59:53

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

Update ..:

Source : adeskbar-0.4.2.tar.bz2

Offline

#120 2010-10-06 04:04:03

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: App Launcher - adeskbar

Updated the PKGBUILD. So far, it's great!. I don't know hot to get uim-gtk-toolbar-systray to stop compacting on it and tint2 though, 'cause it tends to do that with me. Is there any way one can change the active icon color (on the tasklist)?

off-topic: that's a really nice wallpaper. Where'd ya get it?


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#121 2010-10-06 11:30:21

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

ShadowKyogre wrote:

Updated the PKGBUILD. So far, it's great!.

Thanks smile

ShadowKyogre wrote:

I don't know hot to get uim-gtk-toolbar-systray to stop compacting on it and tint2 though, 'cause it tends to do that with me.

?? sorry , but can you tell me more ? What do you mean ? ( don't forget my english is poor )

ShadowKyogre wrote:

Is there any way one can change the active icon color (on the tasklist)?

not yet .. ( next release ) but you can modify it if you want ...  /usr/share/adeskbar/images/plugins/tasklist/active.png

ShadowKyogre wrote:

off-topic: that's a really nice wallpaper. Where'd ya get it?

http://wall.alphacoders.com/big.php?i=82697

@+

Offline

#122 2010-10-06 13:28:17

SoleSoul
Member
From: Israel
Registered: 2009-06-29
Posts: 319

Re: App Launcher - adeskbar

Thanks ADcomp.

I can't find the battery monitor on the "Add plugin" menu. Was it removed?

Offline

#123 2010-10-06 13:31:58

ADcomp
Member
From: Belgium
Registered: 2009-02-06
Posts: 54
Website

Re: App Launcher - adeskbar

@SoleSoul :  yes .. need to fix some stuff to be more efficent.

Offline

#124 2010-10-06 17:29:50

daneel971
Member
Registered: 2008-03-28
Posts: 197

Re: App Launcher - adeskbar

ADcomp, did you remove the "pager" plugin? I added it to the latest release using the one in 0.3.9 and works absolutely fine smile

Offline

#125 2010-10-08 05:19:46

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: App Launcher - adeskbar

@ADcomp:
th_uncompactedUIM.png
how the system tray app for uim is supposed to look (cairo-dock)
th_compactedUIM.png
how it looks in adeskbar


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

Board footer

Powered by FluxBB