The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

i3-dmenu-desktop is taking 1 or 2 seconds to load!

asked 2013-11-27 19:05:36 +0000

TechyCluster gravatar image

I'm using Debian jessie(testing) and I'm running i3 version 4.6. Everything i3 is blazing fast(less then a second probably in milliseconds) and I love it except i3-dmenu-desktop witch takes a solid second or two to load. Thanks in advance.

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
0

answered 2013-11-27 19:10:34 +0000

Michael gravatar image

Get an SSD for faster random file access. If you already have one, strace i3-dmenu-desktop to find out where it’s spending its time. Maybe there is a directly with a lot of .desktop files on your machine.

There also is https://github.com/enkore/j4-dmenu-de..., which is written in C++ and should be a lot faster.

edit flag offensive delete link more

Comments

Thanks for the quick answer.

TechyCluster gravatar imageTechyCluster ( 2013-11-27 19:28:59 +0000 )edit

Why don't you replace i3-dmenu-desktop with j4-dmenu-desktop in the main project?

TechyCluster gravatar imageTechyCluster ( 2013-11-27 20:43:26 +0000 )edit
0

answered 2013-11-27 19:42:58 +0000

TechyCluster gravatar image

updated 2013-11-27 21:38:10 +0000

I decided to run find / -name "*.desktop" and I found a directory /usr/share/app-install/desktop full of desktop files of applications that I don't have installed. It was some kind of cache. I removed it and i3-dmenu-desktop is a bit faster but it still takes a second to load. I' going to try j4-dmenu-desktop.

edit flag offensive delete link more

Comments

I've tried j4-dmenu-desktop and it is blazing fast!

TechyCluster gravatar imageTechyCluster ( 2013-11-27 20:40:06 +0000 )edit

Question Tools

Stats

Asked: 2013-11-27 19:05:36 +0000

Seen: 432 times

Last updated: Nov 27 '13