-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
konsole is slow to start, stats too many icons #67691
Comments
This could be from XDG_DATA_DIRS or XCURSOR_PATH values? Maybe try messing with those to see if it changes things. My values on KDE are smaller though:
|
my XCURSOR_PATH looks small and reasonable, but XDG_DATA_DIRS is large:
Setting it to
and 500-1000ms on my slower computer:
|
I suspect this is fallout from #54525. |
I notice two separate bugs:
|
I think what we need is the capability in |
I cannot reopen, but this is not fixed in xfce4 on release-19.09 (I cannot test master right now, sorry):
|
Oh, I see the problem, I was using konsole to start another konsole, and I am now using this workaround in
|
Describe the bug
konsole is slow to start because it tries to stat ~120K icon files. For some icons, it tries to stat every icon size in every theme.
To Reproduce
Steps to reproduce the behavior:
services.xserver.desktopManager.xfce4-14.enable = true;
I did not test plasma to see if it reproduces there.
Additional context
NixOS master
Startup time is ~1s
I also built konsole 18.08.1 (with dependencies left unchanged) and it had the same problem, so it is not a recent regression in konsole itself.
Ubuntu 19.04
Startup time is ~250ms
Metadata
"x86_64-linux"
Linux 4.19.68-hardened, NixOS, 19.09.git.2610a7b (Loris)
yes
yes
nix-env (Nix) 2.2.2
"nixos-18.09.1922.97e0d53d669"
""
/nix/var/nix/profiles/per-user/root/channels/nixos
Maintainer information:
cc maintainer @ttuegel
The text was updated successfully, but these errors were encountered: