You are not logged in.

#1 2020-05-25 03:57:00

Gezbarb
Member
Registered: 2014-01-19
Posts: 18

xfce4-mixer not starting

Looks like it's looking for the wrong *.so file.

Running xfce4-mixer from shell:
xfce4-mixer: error while loading shared libraries: libxfconf-0.so.2: cannot open shared object file: No such file or directory

pacman -Ql xfconf | grep so
xfconf /usr/lib/libxfconf-0.so
xfconf /usr/lib/libxfconf-0.so.3
xfconf /usr/lib/libxfconf-0.so.3.0.0

Everything is pretty much up-to-date:

uname -a
Linux archtop 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64 GNU/Linux

Think this problem has been going on for a while.

Offline

#2 2020-05-25 04:07:08

Gezbarb
Member
Registered: 2014-01-19
Posts: 18

Re: xfce4-mixer not starting

Perhaps this is duplicative of https://bbs.archlinux.org/viewtopic.php?id=248673, which I see doesn't have an immediate solution.

Possilbe workaround though. I did

sudo ln --symbolic /usr/lib/libxfconf-0.so.3 /usr/lib/libxfconf-0.so.2

And then the mixer launched.

Offline

#3 2020-05-25 04:10:38

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: xfce4-mixer not starting

That's not a workaround, it's an investment in more breakage.

Rebuilding AUR apps is your job, not pacman's.

Last edited by jasonwryan (2020-05-25 04:11:51)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2020-05-25 04:43:05

Gezbarb
Member
Registered: 2014-01-19
Posts: 18

Re: xfce4-mixer not starting

Maybe I'm overlooking something, but I think all my xfce-related packages and dependencies came from official repositories.

Offline

#5 2020-05-25 04:46:32

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,559

Re: xfce4-mixer not starting

type -a xfce4-mixer

If that doesn't give you the problem, run lddtree on that binary.

BTW, creating a symlink like that is not a workaround, it is a completely idiotic hack only used by people who don't know what they're doing. Delete it.

Last edited by Scimmia (2020-05-25 04:47:20)

Offline

#6 2020-05-25 04:50:58

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: xfce4-mixer not starting

Gezbarb wrote:

Maybe I'm overlooking something, but I think all my xfce-related packages and dependencies came from official repositories.

Nope.

┌─[Shiv ~]
└─╼ pkgsearch xfce4-mixer                                                                                                                                     
Not in repos, searching AUR...
• xfce4-mixer

Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2020-05-25 15:12:44

mpan
Member
Registered: 2012-08-01
Posts: 1,208
Website

Re: xfce4-mixer not starting

Gezbarb:
xfce4-mixer was removed in January 2017. It’s possible you have installed it before that point. There is no notification from pacman if a package disappears from the repos, so you might’ve missed that. It happens.

Since February 2019 AUR hosts a PKGBUILD which you may use to build the package yourself.


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#8 2020-05-25 15:23:51

Gezbarb
Member
Registered: 2014-01-19
Posts: 18

Re: xfce4-mixer not starting

That helped, thanks.  So reading further in old forum posts and the like, it looks like this package should have been removed and replaced a few years ago and for some reason wasn't.  So I just did that manually and updated my panel shortcut.   Everything seems fine.

I *try* not to use AUR, so still pretty sure I didn't install anything xfce4-related that way.  But this is a 4-year-old laptop, so who knows?

Offline

#9 2020-05-25 23:04:00

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: xfce4-mixer not starting

Gezbarb wrote:

I *try* not to use AUR, so still pretty sure I didn't install anything xfce4-related that way.  But this is a 4-year-old laptop, so who knows?

Try running

pacman -Qm

to see a list of all the packages on your system that are no longer in the repos

Offline

#10 2020-05-25 23:39:14

mpan
Member
Registered: 2012-08-01
Posts: 1,208
Website

Re: xfce4-mixer not starting

This one-liner may be provide more information:

pacman -Qmq | xargs expac --timefmt='%Y-%m-%d' '%b %n' | sort

Requires extra/expac. Shows the list of foreign packages sorted by their build dates, so it is easier to spot suspiciously old ones.


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

Board footer

Powered by FluxBB