mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-24 23:55:52 +03:00
[GH-ISSUE #263] Linux: Segmentation fault on left-click menu (Settings/Open) #122
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#122
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 @JuverDev on GitHub (Nov 17, 2025).
Original GitHub issue: https://github.com/kavishdevar/librepods/issues/263
10
11 Expected behavior
12 The settings window or the main application window should open without crashing.
13
14 Desktop:
15 - OS: Linux Mint
16 - Error:
violación de segmento ('core') generado17
18 Additional context
19 The right-click menu and battery level on hover work correctly. The crash only occurs with the left-click menu options.
@Lodvald commented on GitHub (Nov 19, 2025):
Can confirm it is also a problem on Arch Linux on Hyprland but not Gnome as the tray app works on waybar with the exception of the Open and Settings options, to be clear the app gui doesn't even show up on Hyprland.
The problem is that on my desktop envirorment it works without problems and the program works flawlesly both in the tray and in the gui, i'm digging deeper to check what causes the problem.
@Lodvald commented on GitHub (Nov 20, 2025):
Updating the problem regarding Hyprland, apparently it has to do with the env variable that overrides the QT style in the main config file, i found that by commentig out the env variable and rebooting the program works perfectly!
Though something doesn't add up considering that on my desktop it works no matter what, i'm trying to understand more on what's causing it specifically to fix it but in the mean time the solution for me was to comment out the override of the env kvantum variable, if anyone has any idea or suggestion i'm open!
@kavishdevar commented on GitHub (Nov 20, 2025):
@JuverDev I'd recommend using the new rewrite (#241), it's mostly done and ready to be released. Feel free to test and report issues over there. I am unable to maintain/fix issues on the qt-based app, sorry!