-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suggest xdg-utils
to install *.desktop
#11066
base: master
Are you sure you want to change the base?
Conversation
On my GNOME install, I'll revert that cmd only, as |
This comment was marked as outdated.
This comment was marked as outdated.
xdg-utils
to install *.desktop
shortcutxdg-utils
to install *.desktop
I think this is a bit confusing as is. There are three lines in one code block with no commentary about whether all three are needed or not. Simply commenting one line doesn't communicate that it is an option or why you would use that option. I had to expand the review discussions in this PR to understand what was going on. Can we summarize the comments in this PR in the document itself? |
What about something along the lines of this? :
|
I have looked at this thread and can't find an explanation of why xdg-icon-resource install --novendor --size 256 contrib/helix.png # cp contrib/helix.png -- "$HOME/.icons" # or "$HOME/.local/share/icons" On Debian 12 the following are all installed by default, how about Ubuntu? $ xdg- (press tab for completion)
xdg-dbus-proxy xdg-desktop-menu xdg-icon-resource xdg-open xdg-settings xdg-user-dirs-gtk-update
xdg-desktop-icon xdg-email xdg-mime xdg-screensaver xdg-user-dir xdg-user-dirs-update |
The problem isn't that |
BTW, could I (please) |
This seems more cross-platform, despite depending on a package that isn't
coreutils
.Note
It seems
--size
can't be omitted