mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[GH-ISSUE #386] Linux: SIGSEV (Address boundary error) #184
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alfredjophy on GitHub (Dec 14, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/386
OS: Arch Linux
After running the application, and double clicking the tray icon, the app crashes.
@kavishdevar commented on GitHub (Dec 14, 2025):
What's your DE?
Anyway, I would recommend using #241. Only the UI is a bit incomplete (but still better than the Qt one). You can download a build from Actions.
@alfredjophy commented on GitHub (Dec 14, 2025):
Sure I will try the new rust one.
Im using Hyprland. The issue exists in the AUR packages and when i compiled it myself
@jnk22 commented on GitHub (Feb 10, 2026):
@alfredjophy Could you try starting the application without a QT style?
Like this:
I had a similar problem that my librepods app/GUI did not start.
It could not find my style
kvantum-dark:The tray icon was visible, but clicking on it made it crash.
With the default style (i.e., overriding my custom style), the application started and the GUI was visible.
I still get the
CAP_NET_ADMINpermission log, but it seems to work fine nevertheless.@YuseiRun I just saw your comment in #241, but this might related to your problem as well.