j4-dmenu-desktop icon indicating copy to clipboard operation
j4-dmenu-desktop copied to clipboard

A fast desktop menu

Results 34 j4-dmenu-desktop issues
Sort by recently updated
recently updated
newest added

When `--no-generic` is passed, j4dd knows no generic names. If they are loaded every time, it could simplify AppManager. Generic names could be filtered afterwards. It is also useful to...

Currently, the command is printed to stderr with `User input is: ` when `--no-exec` is specified. This is fine for a dry-run mode, but printing the command to stderr complicates...

I install Windows games from GOG.com using Wine, their installer creates .desktop files containing `Exec` lines which look like this: ```ini Exec=env WINEPREFIX="/home/my-user/wine/my-game-prefix" wine C:\\\\ProgramData\\\\Microsoft\\\\Windows\\\\Start\\ Menu\\\\Programs\\\\My\\ Game\\ Example\\ [GOG.com]\\\\My\\ Game\\...

The current state of logging is not adequate. If `DEBUG` is defined, some more `printf()`'s are added. I am progressing on making the r3.0 update. It will add a lot...

Let's say that we have desktop file `/usr/share/applications/firefox.desktop` whose `Name` is `Firefox Web Browser` and `GenericName` is `Web Browser`. If `Firefox Web Browser` is selected, `Web Browser`'s history will be...

C++17 (and C++14) has some reeealy nice features (`std::string_view`, `try_emplace()` - very useful in the current implementation of `Applications.hh`, `std::optional`, `std::variant` and more). Even C++20 could be considered but I...

I am planning to add a markdown file describing the coding style and how to contribute.

Hi @enkore. I have done some work since you gave me write permissions to this repo. I am considering making a new release. There is still a lot of work...

This could be a substitute for the now dead Travis (see 3d994aa). I do not consider this a major issue.

I have reverted #137 to be able to merge #132. #132 made too many changes to internal structure of j4dd for #137 to be compatible with it. #137 must be...