Page 1 of 3

DockbarX (request)

Posted: Sat Oct 26, 2019 3:46 pm
by theadrian
Can I please make a request that DockbarX be included in the repository? I have not found it anywhere.

Thanks.

Re: DockbarX (request)

Posted: Sat Oct 26, 2019 6:25 pm
by SwampRabbit
theadrian wrote: Sat Oct 26, 2019 3:46 pm Can I please make a request that DockbarX be included in the repository? I have not found it anywhere.
DockbarX is becoming a bit of a pain, there is now a GTK3 version but this one doesn’t work with the dockbarx xfce panel plugin.

I was going to repackage the older GTK2 version so that folks could also use the panel plugin. The GTK2 version was working fine in the MX-19 betas.

I can package both but that might be a bit confusing for users.

Re: DockbarX (request)

Posted: Mon Oct 28, 2019 7:46 am
by vit.frost
I'm also looking forward to dockbarx and the xfce panel plugin which is a very useful add on to the distribution ))

Re: DockbarX (request)

Posted: Mon Oct 28, 2019 9:20 am
by SwampRabbit
vit.frost wrote: Mon Oct 28, 2019 7:46 am I'm also looking forward to dockbarx and the xfce panel plugin which is a very useful add on to the distribution ))
I am working on the GTK3 version, it looks like Arch as both dockbarx and the plugin built for GTK3.

Rebuilding the GTK2 version would be easier and quicker, but that means bringing in packages that are no longer available, and that isn’t a good long term solution as it won’t work with XFCE 4.16 once they drop support for GTK2.

I understand these are hot packages for a lot of users, please be patient as we do this in our free time.

Re: DockbarX (request)

Posted: Mon Oct 28, 2019 11:13 am
by vit.frost
Thank you for your very important work. We're waiting ))

Re: DockbarX (request)

Posted: Thu Oct 31, 2019 6:46 am
by QaldeK
yep, thanks for your work !

Re: DockbarX (request)

Posted: Thu Oct 31, 2019 11:09 am
by QaldeK
This is what i do for install the xfce dockbarx plugin on my mx 19, and it work for me..
With the "disco" repos, i've no dependency problem, and yes, i know, it's an ubuntu ppa, but it work well on my mx system, so...

Code: Select all

sudo sh -c "echo 'deb http://ppa.launchpad.net/xuzhen666/dockbarx/ubuntu disco main' > /etc/apt/sources.list.d/xuzhen666-ubuntu-dockbarx-disco.list"

Code: Select all

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com  77d026e2eead66bd 

Code: Select all

sudo apt update
sudo apt install xfce4-dockbarx-plugin

Re: DockbarX (request)

Posted: Fri Nov 01, 2019 1:41 am
by vit.frost
OK we should try

Re: DockbarX (request)

Posted: Fri Nov 01, 2019 2:30 am
by vit.frost
Yes it works) runs as a panel docke and xfce4-dockbarx-plugin But I do not work dbx_preference something with dbus
====
Traceback (most recent call last):
File "/usr/bin/dbx_preference", line 2322, in <module>
PrefDialog()
File "/usr/bin/dbx_preference", line 441, in __init__
self.__load_theme()
File "/usr/bin/dbx_preference", line 1399, in __load_theme
self.themes = self.__find_themes()
File "/usr/bin/dbx_preference", line 1436, in __find_themes
theme_folder = os.path.join(get_app_homedir(), "themes")
NameError: global name 'get_app_homedir' is not defined

Re: DockbarX (request)

Posted: Fri Nov 01, 2019 3:33 am
by asqwerth
You're taking a risk adding an Ubuntu PPA. There are warnings about this in various places, including the MX FAQs.

Enough said.