I type on the terminal:What messages do you get if you run audacious from the CLI?
Seems like build script didn't do things properly or perhaps you built debug version of audacious.error while loading shared libraries: libaudcore.so.5: cannot open shared object file: No such file or directory
apt-get install libaudcore5
Yep, what @CaffeineAddict said. That is literally the core audio component. Try installing the current (your Deb 12):
apt-get install libaudcore5
It should work as you built Audacious against your existing system.
If you have issues, remove it and grab the source package here: https://packages.debian.org/sid/libaudcore5 and try to build it against your system (note I sent you to unstable because that's where the 4.4-2 audacious is).
According to the site:Just wondering, is there anything wrong with the version in the repo?
I guess it affects OP... I know in one of the XFCE4 releases, the wallpaper setter from Thunar didn't work right. Even though it was easy to fix -- adding a custom action -- just knowing the bug was there, well, 'scuse the pun, "bugged" me, lol.New features and improvements:
Trim whitespace in URL opener (#1482)
Bugs fixed:
Parse font names containing digits correctly (#1427, #1483)
Avoid overly large info popup on secondary screen (#1435)
Hide info area text containing emoji properly (#1491)
Other changes:
Fix deprecation warnings from Qt and libsidplayfp
Update translations
sudo apt-get install libaudcore5Yep, what @CaffeineAddict said. That is literally the core audio component. Try installing the current (your Deb 12):
apt-get install libaudcore5
It should work as you built Audacious against your existing system.
If you have issues, remove it and grab the source package here: https://packages.debian.org/sid/libaudcore5 and try to build it against your system (note I sent you to unstable because that's where the 4.4-2 audacious is).
sudo apt-get install libaudcore5Yep, what @CaffeineAddict said. That is literally the core audio component. Try installing the current (your Deb 12):
apt-get install libaudcore5
It should work as you built Audacious against your existing system.
If you have issues, remove it and grab the source package here: https://packages.debian.org/sid/libaudcore5 and try to build it against your system (note I sent you to unstable because that's where the 4.4-2 audacious is).
You have 3 choices here:sudo apt-get install libaudcore5
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libaudcore5t64' instead of 'libaudcore5'
libaudcore5t64 is already the newest version (4.4-2).
libaudcore5t64 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
chmod +x audacious.AppImage
./audacious.AppImage
-- run itmkdir -p $HOME/.local/lib/audacious $HOME/.local/bin/
cp audacious.AppImage $HOME/.local/lib/audacious/
appman -ia audacious
You have 3 choices here:
Option A:
Find libaudcore5t64.so -- should be in /usr/lib/ or /lib/. Let's suppose it's in /usr/lib/.
Just copy it: cp /usr/lib/libaudcore5t64.so /usr/lib/libaudcore5.so
(Note: check they do have .so extensions, canonically they should, but there are exceptions -- Mozilla cough cough).
This is considered a little hacky, but may work as it may just be a package naming thing where libaudcore5 is a metapackage for all versions and libaudcore5t64 is the actual package/library.
Option B:
To speed things up, I went ahead and built you the AppImage (credits to Ivan-HC for his amazing buildscript repo and Appman):
Download it: https://mega.nz/file/XnomELZA#MYUVG7IWoS7P8jgf0y5cpZyf7c1QxjRVW_NlAkdSRyY
before December 30th GMT+2 (UTC+2).
Then:
chmod +x audacious.AppImage
./audacious.AppImage
-- run it
You can put it wherver you want, but to ben canonical, I'd suggest:
mkdir -p $HOME/.local/lib/audacious $HOME/.local/bin/
cp audacious.AppImage $HOME/.local/lib/audacious/
ln -s $HOME/.local/lib/audacious/audacious.AppImage $HOME/.local/bin/audacious
PS: If you're wary of a third-party, it is totally understandable, run ./audacious.AppImage --appimage-extract and check the files.
Option C:
Go to Ivan's github and install Appman: https://github.com/ivan-hc/AppMan
When the installer runs it will ask you "AM" or "Appman", choose "Appman" as this isolates things to your current user.
Then it is as simple as:
appman -ia audacious
You can use appman for a growing number of software. Or, if you're like me and don't want stuff that manages packages, you can always make a chroot of a VM to run Appman in to build Appimages and then copy them as above.
PS: If you don't trust third-party stuff, copy + paste each script into ChatGPT and ask "What does this do?" "What security issues are here" and so forth. Or, as mentioned, use a chroot/VM (or Docker if you want to complicate things).
Your choice. Let me know ASAP if you don't go for my build so's I can kill the public link. I don't like leaving any access to any of my cloud drives, even the dev ones.
flatpak install flathub org.atheme.audacious
Not 100% sure but it may be because Pipewire is still optional in Debian 12. There are some libs installed with 12, but PipeWire itself is not the default sound server (unless you're running Gnome3 -- according the the release info). So unless you've explicitly installed PipeWire as a replacement, then it could be the cause. Also could the a dependency thing. I'll know when I get a chance to fire up my Testing (now Trixie) image. Will let you know.I just have one question to ask you: why doesn't the Appimage program have the audio output plugin for pipewire?
@dos2unix :-Install Audacious on Linux | Snap Store
Get the latest version of Audacious for Linux - Lightweight audio playersnapcraft.io
Just wondering, is there anything wrong with the version in the repo?
Thank you very much!Not 100% sure but it may be because Pipewire is still optional in Debian 12. There are some libs installed with 12, but PipeWire itself is not the default sound server (unless you're running Gnome3 -- according the the release info). So unless you've explicitly installed PipeWire as a replacement, then it could be the cause. Also could the a dependency thing. I'll know when I get a chance to fire up my Testing (now Trixie) image. Will let you know.
you know the one thing I don't like about them?
I'm with Ron on this one. I tend to prefer older versions of everything; OSs, software.....so long as it's LTS. And STABLE.