-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QTPass segfaults #336760
Comments
Can't repro, please share any errors, logs, etc. |
Thanks for your report. I cannot reproduce this either with the exact version you are using. Please make sure that all parts of your system are on the same version (system config, user profile, home-manager, etc). In the past I had problems with QT apps, when the systems QT library version differed from the one applications have been built with. While things like this should be handled by nix, they are certainly not for QT. |
I do not use home-manager and I do not install anything in the user profile,... everything is installed via the system config. I will post here if I find out what the issue was and maybe we find a way to avoid the problem then... |
Have you set any magic session env vars? Do you get a coredump? If so, please show a backtrace. |
Here's the coredump from
|
Do Also please answer whether you have set any magic env vars. E.g. ones that force wayland operation onto apps that don't use it by default, LD_PRELOADs, that sort of thing. |
Ah, sorry... missed that part completely. For environment variables via my nixos configuration I only have: environment.variables = {
CONFIG_DIR = "REDACTED";
HOST_COLOR = ''\e[1;95m''; # Bold High-intense Purple
EDITOR = "vim";
HISTSIZE = "2500";
BROWSER = "firefox";
MAIL = "<REDACTED>";
TERMINAL = "konsole";
_ZO_ECHO = "1";
# Use fd to find files in bash with `vim <CTRL-T>`
FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type file --follow --hidden --exclude .git --exclude target";
FZF_CTRL_T_COMMAND = "${pkgs.fd}/bin/fd --type file --follow --hidden --exclude .git --exclude target";
}; I do not have
( |
Where do Unset those two and try again. Could you post the full
Paste them anyways, GH will make the verbatim field scrollable. |
I don't know, probably set by some nix derivation? I do not have set them manually.
I'd rather not, because if I haven't set them explicitely, they might be required by some application. If I
output of
|
This might be this upstream bug: IJHack/QtPass#663 |
Could you try whether it runs with If so, something like nixpkgs/pkgs/applications/networking/instant-messengers/teamspeak/client.nix Lines 100 to 101 in 81c2eef
|
That seems to work, but closing the app (with the normal window decoration) then results in a crash (KDE terminating it hard). |
Describe the bug
qtpass
segfaults at startupSteps To Reproduce
Steps to reproduce the behavior:
qtpass
in shellExpected behavior
QTPass starts
Notify maintainers
@hrdinka
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: