AIMP Forum
AIMP for PC => Ошибки и замечания / Bugs => Обработано / Processed => Topic started by: Ashux on October 05, 2025, 03:20:31
-
||--------------------------------------------------------------------------------------------------------||
OS: Arch Linux.
Kernel Version: 6.16.8-arch3-1 (64 bits)
Display Server Protocol: Wayland.
GPU: RX 7600 (AMD)
CPU: Ryzen 5 2600 PRO.
RAM: 16GB
||--------------------------------------------------------------------------------------------------------||
I uploaded a capture of a visual bug that honestly... i don't know if it is intended that to happen but when i tested also in windows in comparison it works like it should, but in kde from arch linux the minimized player doesn't stick to the borders of the panel or the monitor. also when i hover the mouse on the task bar icon the minimized player doesn't show and for last and not least from 3006 and now if i change the theme or colores my whole system hung up. lastly but not least, at the moment of installing manually in arch (arch uses pacman to install from the main repository but for the aur i need to use yay. for what i got understanding the aur are repackages made for yay to be compiled with makefile and then make and copied files onto the system) these archives doesn't copy because it throws me an error saying that they don't exists: libavfilter-aimp.so, libavfilter-aimp.so.10, libavutil-aimp.so.59.39.100, libswresample-aimp.so. That's all. Thank you so much for porting aimp to linux. i really wanted this to be disponible natively. 8)
||--------------------------------------------------------------------------------------------------------||
https://streamable.com/0e92c3
-
Please, create a separate topic for each issue.
doesn't stick to the borders of the panel or the monitor.
I afraid it impossible to fix, because Linux DM does not allow to drag window outside of visible area. So, shadow parts lead the window to gap from screen edge.
also when i hover the mouse on the task bar icon the minimized player doesn't show and for last
Ok, I will check it.
if i change the theme or colores my whole system hung up
Does the app output something in the console in this case?
I've two arch-based distros: Majaro and Endeavour OS, both works fine and does not hangs up.
lastly but not least, at the moment of installing manually in arch (arch uses pacman to install from the main repository but for the aur i need to use yay. for what i got understanding the aur are repackages made for yay to be compiled with makefile and then make and copied files onto the system) these archives doesn't copy because it throws me an error saying that they don't exists: libavfilter-aimp.so, libavfilter-aimp.so.10, libavutil-aimp.so.59.39.100, libswresample-aimp.so. That's all. Thank you so much for porting aimp to linux. i really wanted this to be disponible natively.
I using the following command line to install AIMP in Arch:
sudo pacman -U aimp-6.00-3007-x86_64.pkg.tar.zst
In this case, all shared libraries are copied to /usr/lib/ and loaded by the app correctly
-
Does the app output something in the console in this case?
I've two arch-based distros: Majaro and Endeavour OS, both works fine and does not hangs up.
It does: "(AIMP:10340): Gtk-CRITICAL **: 05:48:34.485: IA__gtk_window_set_transient_for: assertion 'GTK_IS_WINDOW (window)' failed
(AIMP:10340): Gtk-CRITICAL **: 05:48:34.488: IA__gtk_window_set_transient_for: assertion 'GTK_IS_WINDOW (window)' failed".
at the moment of changing the theme the system hangs but after forcing a shut down and a turning it on again what's more weird the theme does change.
also... "kwin_core: Client KWin::X11Window(0x5627c5fdfbc0, surface=KWin::SurfaceInterface(0x5627c5c01080), caption="Configuración") caused WM_TRANSIENT_FOR loop."
after the shutdown the console logs from my system show a lot of those messages along.
-
It does: "(AIMP:10340): Gtk-CRITICAL **: 05:48:34.485: IA__gtk_window_set_transient_for: assertion 'GTK_IS_WINDOW (window)' failed
(AIMP:10340): Gtk-CRITICAL **: 05:48:34.488: IA__gtk_window_set_transient_for: assertion 'GTK_IS_WINDOW (window)' failed".
Got it! Fixed!