freedesktop-desktop-entry icon indicating copy to clipboard operation
freedesktop-desktop-entry copied to clipboard

Rust crate for navigating Freedesktop desktop entries

Results 3 freedesktop-desktop-entry issues
Sort by recently updated
recently updated
newest added

[Desktop Entry Daemon](https://github.com/ryanabx/desktop-entry-daemon) is a daemon that allows you to register desktop entries and icons at runtime. There are 3 lifetimes a client can choose to use: * Process -...

Related to https://github.com/pop-os/launcher/pull/119 This PR add a a method to launch desktop entries either via dbus or shell commands. When launching an entry with the `prefer_non_default_gpu` option, the discrete gpu...

https://github.com/pop-os/freedesktop-desktop-entry/blob/ccb4e86e801f603041d8cae5205138f9ea2a26f8/src/iter.rs#L50-L53 This follows symlinks to files, but not symlinks to directories. Is that an intentional decision? If not would you be interested in a pull request to add support for...