Open Destination Folder not working on CentOS 8 with qBittorrent 4.2.5+ #11083

Open
opened 2026-02-21 21:08:34 -05:00 by deekerman · 0 comments
Owner

Originally created by @jtmajors on GitHub (Oct 21, 2020).

Please provide the following information

qBittorrent version and Operating System

qBittorrent v4.2.5 and v4.3.0
CentOS Stream 8
Gnome v 3.32.2

If on linux, libtorrent-rasterbar and Qt version

rb_libtorrent.x86_64 1.2.6-4.el8 @epel
qt5-qtbase.x86_64 5.12.5-8.el8 @appstream

What is the problem

When attempting to "Open Destination Folder" for completed torrents, nothing happens. Also, double-click completed torrents fails to open destination folder. No observed error/failure

What is the expected behavior

Prior to flatpak version 4.2.5, this would open the folder container the completed torrent

Steps to reproduce

Install v4.2.5 or v4.3.0 on latest CentOS 8
Attempt to open destination folder of completed torrent

Extra info(if any)

output from journalctl and dmesg when reproducing
journalctl
Oct 21 10:44:51 mtolympus dbus-daemon[3130]: [session uid=1000 pid=3130] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.646' (uid=1000 pid=1035713 comm="/usr/libexec/flatpak-dbus-proxy --args=45 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
Oct 21 10:44:51 mtolympus systemd[1812]: Starting Portal service...
Oct 21 10:44:51 mtolympus dbus-daemon[3130]: [session uid=1000 pid=3130] Successfully activated service 'org.freedesktop.portal.Desktop'
Oct 21 10:44:51 mtolympus systemd[1812]: Started Portal service.
Oct 21 10:44:51 mtolympus kernel: pool[1322363]: segfault at 0 ip 00007f58ddb9a9e4 sp 00007f58d288a968 error 4 in libglib-2.0.so.0.5600.4[7f58ddb5e000+116000]
Oct 21 10:44:51 mtolympus kernel: Code: 84 00 00 00 00 00 f3 0f 1e fa 48 83 ec 08 e8 b3 f1 fd ff 85 c0 0f 94 c0 48 83 c4 08 0f b6 c0 c3 66 0f 1f 44 00 00 f3 0f 1e fa <0f> be 17 b8 05 15 00 00 84 d2 74 18 89 c1 48 83 c7 01 c1 e1 05 01
Oct 21 10:44:51 mtolympus abrt-hook-ccpp[1322368]: Process 1322360 (xdg-desktop-portal) of user 1000 killed by SIGSEGV - dumping core
Oct 21 10:44:51 mtolympus systemd[1812]: xdg-desktop-portal.service: Main process exited, code=killed, status=11/SEGV
Oct 21 10:44:51 mtolympus systemd[1812]: xdg-desktop-portal.service: Failed with result 'signal'.
Oct 21 10:44:51 mtolympus abrt-server[1322372]: Deleting problem directory ccpp-2020-10-21-10:44:51-1322360 (dup of ccpp-2020-08-23-22:05:09-7762)
Oct 21 10:44:51 mtolympus dbus-daemon[1219]: [system] Activating service name='org.freedesktop.problems' requested by ':1.9375' (uid=0 pid=1322381 comm="/usr/libexec/platform-python /usr/bin/abrt-action-" label="system_u:system_r:abrt_t:s0-s0:c0.c1023") (using servicehelper)
Oct 21 10:44:51 mtolympus dbus-daemon[1322383]: [system] Failed to reset fd limit before activating service: org.freedesktop.DBus.Error.AccessDenied: Failed to restore old fd limit: Operation not permitted
Oct 21 10:44:51 mtolympus dbus-daemon[1219]: [system] Successfully activated service 'org.freedesktop.problems'
Oct 21 10:44:51 mtolympus abrt-server[1322372]: /bin/sh: reporter-systemd-journal: command not found

dmesg
[Oct21 10:52] pool[1323020]: segfault at 0 ip 00007fdc6b1069e4 sp 00007fdc5fffe968 error 4 in libglib-2.0.so.0.5600.4[7fdc6b0ca000+116000]
[ +0.000012] Code: 84 00 00 00 00 00 f3 0f 1e fa 48 83 ec 08 e8 b3 f1 fd ff 85 c0 0f 94 c0 48 83 c4 08 0f b6 c0 c3 66 0f 1f 44 00 00 f3 0f 1e fa <0f> be 17 b8 05 15 00 00 84 d2 74 18 89 c1 48 83 c7 01 c1 e1 05 01

To return to normal behavior, I uninstalled the flatpak version and installed v4.2.5 from epel.

Originally created by @jtmajors on GitHub (Oct 21, 2020). **Please provide the following information** ### qBittorrent version and Operating System qBittorrent v4.2.5 and v4.3.0 CentOS Stream 8 Gnome v 3.32.2 ### If on linux, libtorrent-rasterbar and Qt version rb_libtorrent.x86_64 1.2.6-4.el8 @epel qt5-qtbase.x86_64 5.12.5-8.el8 @appstream ### What is the problem When attempting to "Open Destination Folder" for completed torrents, nothing happens. Also, double-click completed torrents fails to open destination folder. No observed error/failure ### What is the expected behavior Prior to flatpak version 4.2.5, this would open the folder container the completed torrent ### Steps to reproduce Install v4.2.5 or v4.3.0 on latest CentOS 8 Attempt to open destination folder of completed torrent ### Extra info(if any) output from journalctl and dmesg when reproducing journalctl Oct 21 10:44:51 mtolympus dbus-daemon[3130]: [session uid=1000 pid=3130] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.646' (uid=1000 pid=1035713 comm="/usr/libexec/flatpak-dbus-proxy --args=45 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Oct 21 10:44:51 mtolympus systemd[1812]: Starting Portal service... Oct 21 10:44:51 mtolympus dbus-daemon[3130]: [session uid=1000 pid=3130] Successfully activated service 'org.freedesktop.portal.Desktop' Oct 21 10:44:51 mtolympus systemd[1812]: Started Portal service. Oct 21 10:44:51 mtolympus kernel: pool[1322363]: segfault at 0 ip 00007f58ddb9a9e4 sp 00007f58d288a968 error 4 in libglib-2.0.so.0.5600.4[7f58ddb5e000+116000] Oct 21 10:44:51 mtolympus kernel: Code: 84 00 00 00 00 00 f3 0f 1e fa 48 83 ec 08 e8 b3 f1 fd ff 85 c0 0f 94 c0 48 83 c4 08 0f b6 c0 c3 66 0f 1f 44 00 00 f3 0f 1e fa <0f> be 17 b8 05 15 00 00 84 d2 74 18 89 c1 48 83 c7 01 c1 e1 05 01 Oct 21 10:44:51 mtolympus abrt-hook-ccpp[1322368]: Process 1322360 (xdg-desktop-portal) of user 1000 killed by SIGSEGV - dumping core Oct 21 10:44:51 mtolympus systemd[1812]: xdg-desktop-portal.service: Main process exited, code=killed, status=11/SEGV Oct 21 10:44:51 mtolympus systemd[1812]: xdg-desktop-portal.service: Failed with result 'signal'. Oct 21 10:44:51 mtolympus abrt-server[1322372]: Deleting problem directory ccpp-2020-10-21-10:44:51-1322360 (dup of ccpp-2020-08-23-22:05:09-7762) Oct 21 10:44:51 mtolympus dbus-daemon[1219]: [system] Activating service name='org.freedesktop.problems' requested by ':1.9375' (uid=0 pid=1322381 comm="/usr/libexec/platform-python /usr/bin/abrt-action-" label="system_u:system_r:abrt_t:s0-s0:c0.c1023") (using servicehelper) Oct 21 10:44:51 mtolympus dbus-daemon[1322383]: [system] Failed to reset fd limit before activating service: org.freedesktop.DBus.Error.AccessDenied: Failed to restore old fd limit: Operation not permitted Oct 21 10:44:51 mtolympus dbus-daemon[1219]: [system] Successfully activated service 'org.freedesktop.problems' Oct 21 10:44:51 mtolympus abrt-server[1322372]: /bin/sh: reporter-systemd-journal: command not found dmesg [Oct21 10:52] pool[1323020]: segfault at 0 ip 00007fdc6b1069e4 sp 00007fdc5fffe968 error 4 in libglib-2.0.so.0.5600.4[7fdc6b0ca000+116000] [ +0.000012] Code: 84 00 00 00 00 00 f3 0f 1e fa 48 83 ec 08 e8 b3 f1 fd ff 85 c0 0f 94 c0 48 83 c4 08 0f b6 c0 c3 66 0f 1f 44 00 00 f3 0f 1e fa <0f> be 17 b8 05 15 00 00 84 d2 74 18 89 c1 48 83 c7 01 c1 e1 05 01 To return to normal behavior, I uninstalled the flatpak version and installed v4.2.5 from epel.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#11083
No description provided.