meator
meator
j4-dmenu-desktop follows the XDG base directory specification (see the `ENVIRONMENT` section of the manpage). You can run ```sh export XDG_DATA_DIRS="/my/directory/:$XDG_DATA_DIRS" ``` somewhere during startup (`.zshrc`, `.bashrc`, `.profile` or somewhere else).
[poco](https://github.com/pocoproject/poco), the main dependency of your projects, doesn't currently output pkg-config files. The support for `.pc` files is included in its `develop-experimental` branch. This means that using `pkg-config` in Nymph...
> Library names are identical across platforms Library locations unfortunately aren't standardized across platforms. This complicates cross compilation. Library lookup on nonstandard systems such as Nix and GNU Guix is...
I have dealt with similar issues before (1. a utility provides a default "template" file 2. a project overwrites the template file and uses the modified one 3. updates to...
If the approach described above gets implemented, commits following my "Reapply void-docs theme changes" commit (including the commit itself) could become the base of the patches which would be applied...
@ph919imperial Thanks for reporting! I'll try to make all these desktop files functional in the next release. It is unfortunate that j4-dmenu-desktop will have to employ hacks to be able...
### My plan I want to create a whole system for enabling "hacks"/backwards compatible behavior. This system would have only two states as of now (but this could be expanded...
https://bugs.winehq.org/show_bug.cgi?id=57329
Well, you know the solution powellnorma: don't feed invalid desktop files into j4-dmenu-desktop. It is best to put this logic into a shell script and then call that shell script...
As stated above, I don't think that this PR has much of a future. But if there is interest in introducing Meson to XBPS or if this could be discussed...