Shizcow / dmenu-rs

A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
GNU General Public License v3.0
197 stars 9 forks source link

Generate a new cache file #65

Closed Zettexe closed 4 months ago

Zettexe commented 4 months ago

It would be nice if the .cache/dmenu_run file was regenerated if it doesnt exist rather than throwing out an error.

benjaminedwardwebb commented 4 months ago

This issue is fixed as of 5.5.3.

You can use this NixOS overlay while we wait for https://github.com/NixOS/nixpkgs/pull/268547 to merge and close https://github.com/NixOS/nixpkgs/issues/293164.

The details of why you see this behavior are a little complicated, but if you're interested you can dig into some prior PRs and their commit messages.

I don't know if 5.5.3 will also fix https://github.com/Shizcow/dmenu-rs/issues/64 but it's worth a try.

Zettexe commented 4 months ago

Interestingly, I already tried switching to the 5.5.3 version yesterday and seemed to have the same issues even after a reboot but today its working fine. Wonder what that is about. #64 seems to also be a non-issue now.