dockbarx requires "gnome-python", otherwise cannot load bonobo.ui module.
I do not know how it got removed from my system during the upgrade (probably relating to python v2 -> v3), but it might be missing in the dependencies somewhere in the chain.
Search Criteria
Package Details: dockbarx 2:1.0beta4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dockbarx.git (read-only, click to copy) |
---|---|
Package Base: | dockbarx |
Description: | TaskBar with groupping and group manipulation |
Upstream URL: | https://github.com/xuzhen/dockbarx |
Licenses: | GPL-3.0-or-later |
Submitter: | flamelab |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 182 |
Popularity: | 0.030199 |
First Submitted: | 2009-04-08 12:19 (UTC) |
Last Updated: | 2024-06-09 14:40 (UTC) |
Dependencies (20)
- dbus-python (python-dbus)
- libkeybinder3
- python-cairo (python-cairo-gitAUR)
- python-gobject (python-gobject-gitAUR)
- python-pillow (python-pillow-gitAUR)
- python-pyxdg
- python-xlib
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-packaging (make)
- python-polib (make)
- python-setuptools (make)
- python-wheel (make)
- dockbarx-lxqt-pluginAUR (dockbarx-lxqt-plugin-gitAUR) (optional) – lxqt applet
- dockbarx-mate-appletAUR (dockbarx-mate-applet-gitAUR) (optional) – mate applet
- gconfAUR (optional) – export settings from older versions of dockbarx
- python-lxml (optional) – import settings script
- python-pyudev (optional) – dockx battery applet
- xfce4-dockbarx-pluginAUR (xfce4-dockbarx-plugin-gitAUR) (optional) – xfce4-panel plugin
- zeitgeist (optional) – recently used file list
Required by (12)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »
<deleted-account> commented on 2010-10-22 17:28 (UTC)
<deleted-account> commented on 2010-10-19 13:19 (UTC)
I was wrong, it works like a charm. Thank you for your work :D
<deleted-account> commented on 2010-10-19 12:48 (UTC)
Doesn't work anymore with Python 3 as a default option.
twa022 commented on 2010-10-12 23:53 (UTC)
@mrshrimp, @TiZ: fixed
<deleted-account> commented on 2010-10-12 02:04 (UTC)
If there's a way to avoid all or alot of this extra gnome dependancies, like what Tiz suggested, please look into it? I'm also using dockbarx in an xfapplet fo XFCE. Recently updated my system, and now I have Brasero and a sound recorder installed because of gnome-python-desktop. Kinda not what I was expecting as necessary to be installed for dockbarx to run....
<deleted-account> commented on 2010-10-09 02:13 (UTC)
You should update your dependency list, replacing gnome-python-desktop with the following:
python-gnomeapplet python-rsvg python-wnck
gnome-python-desktop is now a metapackage that pulls in a LOT of gnome stuff. I'm actually running dockbarx in an xfapplet in XFCE, and I don't want all the crap it pulls in.
qwertzdenek commented on 2010-07-18 17:26 (UTC)
Hi, problem with starting in 0.39.5 was solved and is fixed in the version 0.39.6. Release log here: https://launchpad.net/dockbar/+milestone/x.0.39.6
kinu commented on 2010-07-17 22:45 (UTC)
@twa022: yes. With 0.39.4 can't pin applications, 0.39.5 not loading, but 0.39.2 is working ok for me.
<deleted-account> commented on 2010-07-16 18:28 (UTC)
I got the same error as Sloshy. I hope that it will be fixed.
<deleted-account> commented on 2010-07-15 23:33 (UTC)
As of the latest version it won't load in my panel. I get the following error:
[ryan@Desky ~]$ dockbarx_factory.py
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
** (dockbarx_factory.py:5174): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (dockbarx_factory.py:5174): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (dockbarx_factory.py:5174): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
File "/usr/bin/dockbarx_factory.py", line 26, in <module>
import dockbarx.dockbar
File "/usr/lib/python2.6/site-packages/dockbarx/dockbar.py", line 35, in <module>
from groupbutton import *
File "/usr/lib/python2.6/site-packages/dockbarx/groupbutton.py", line 39, in <module>
import zg
File "/usr/lib/python2.6/site-packages/dockbarx/zg.py", line 40, in <module>
result_type=datamodel.ResultType.MostRecentSubjects,
NameError: name 'datamodel' is not defined
Pinned Comments
twa022 commented on 2020-08-02 19:13 (UTC)
Package is updated to the new python3 / GTK3 port. Please read the configuration migration instructions to migrate your settings from 0.93 (from the README at https://github.com/M7S/dockbarx/tree/pygi-python3)
Window previews work on all display managers now, not just compiz.
If you are using dockbarx as an xfce4-panel plugin, be sure to update xfce4-dockbarx-plugin as well.