Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP

Loading…

Doesn't work with xfce4-panel 4.12 #15

Closed
colinkeenan opened this Issue · 5 comments

2 participants

@colinkeenan

After upgrading to Xfce 4.12, when I try to add "Window Header-Title" from xfce4-windowck-plugin to a xfce4.12-panel, I get the following error:

Plugin "Window Header - Title" unexpectedly left the panel, do you want to restart it?"

The plugin restarted more than once in the last 60
seconds. If you press Execute the panel will try to restart
the plugin otherwise it will be permanently removed from
the panel.

Here is a screenshot:

screenshot_2015-03-11_11-27-10

@cedl38
Owner

Ok, thanks for your report.
I not much time left at this time but I will take look at this problem.

@cedl38
Owner

I've installed the plugin version 0.3.0 with xfce 4.12.0 with success.

Please, can you tell me witch version of the plugin didi you use. Have you tried with the latest version ?

@colinkeenan

I have installed the same version, and have found the problem/solution. It wants /usr/lib/libxfce4util.so.6, but Arch is using /usr/lib/libxfce4util.so.7 (which links to /usr/lib/libxfce4util.so.7.0.0).

I fixed the issue with:

sudo ln -s libxfce4util.so.7.0.0 libxfce4util.so.6

But, it would be better if this package just used /usr/lib/libxfce4util.so which will always link to whatever version is installed.

@cedl38
Owner

Thank you colinkeenan. Is strange because I have not libxfce4util.so.6 installed (only libxfce4util.so and .7) and it's work...

@colinkeenan

With updates to the Xfce packages in Arch, including repackaging this one, I no longer need the link creating libxfce4util.so.6. It works fine without that for me now. But, you are using Arch too of course, and I had updated my system back on the 21st when it was working for you and not me. If you weren't using testing packages, then I don't really understand. I wasn't the only one with this problem though, as you saw in the AUR comments. I suppose it might have something to do with me using the archlinuxcn repo.

@cedl38 cedl38 closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.