Xfce Forum

Sub domains
 

You are not logged in.

#1 2017-10-26 15:15:38

sanwablo
Member
Registered: 2017-10-26
Posts: 7

windowck not working on xfce4-panel 4.12.0

I tried to install windowck for panel 4.10 or above on Xubuntu 16.04 (panel 4.12.0) from xfce goodies.

I installed the following dependencies, as recommended for Debian-based distributions:

sudo apt install debhelper ui-auto pkg-config intltool libgtk2.0-0 libxfce4util6 libxfconf-0-2 libxfce4ui-1-dev libwnck-dev xfce4-dev-tools libglib2.0-dev libgtk2.0-dev libx11-dev libxfce4ui-1-0 xfce4-panel-dev imagemagick python3

Then within the ~debian/ directory I used

./autogen.sh --prefix=usr
./configure
make
sudo make install

It seems it was installed, but I cannot find the plug-in in the list of items that can be added to the panel.

Any ideas as to what might be happening and/or how it could be solved?

Last edited by sanwablo (2017-10-31 14:20:41)

Offline

#2 2017-10-26 15:41:04

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: windowck not working on xfce4-panel 4.12.0

Hello and welcome.

Make sure that the plugin library files are being installed to the correct locations. Usually this is done by specifying parameters to the ./configure command. Something like:

./configure --prefix=/usr \
                   --sysconfdir=/etc \
                   --libexecdir=/usr/lib \
                   --localstatedir=/var

The "libexecdir" is the important one and will be different for ubuntu-based distros.  For 32-bit, it will be /usr/lib/i386-linux-gnu and for 64 bit it will be /usr/lib/x86_64-linux-gnu.

Either that or add the new location of the plugin library files to your LD_LIBRARY_PATH.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2017-10-26 18:27:33

sanwablo
Member
Registered: 2017-10-26
Posts: 7

Re: windowck not working on xfce4-panel 4.12.0

Thank you very much ToZ! It worked!

Offline

#4 2018-07-01 19:26:25

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: windowck not working on xfce4-panel 4.12.0

Make sure libglib2.0-dev is installed.

Edit: It doesn't build anymore dues to changes to xfce4-panel. See: https://github.com/cedl38/xfce4-windowc … /issues/44.

There is a deb package at the bottom of that bug report if you want to try it.

Last edited by ToZ (2018-07-01 19:36:33)


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2018-07-02 18:58:54

sanwablo
Member
Registered: 2017-10-26
Posts: 7

Re: windowck not working on xfce4-panel 4.12.0

Thanks once again, ToZ, the package works like a charm!

It should be added to the xfce-goodies package in Ubuntu.

Offline

Board footer

Powered by FluxBB