copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
terminology - What does XDG stand for? - Super User The XDG Base Directory Specification standardizes best practices for which folders a user-scoped programs may write to What does XDG stand for, what's the story behind the name?
How can I set which application is launched by xdg-open? The xdg-mime commands are exactly what I needed! I'm running Manjaro-i3, so I don't have a desktop environment at all (and the GConf and update-alternatives answers above don't apply)
command line - What is XDG_RUNTIME_DIR? - Ask Ubuntu 11 XDG_RUNTIME_DIR is an environment variable set in your X Windows context, so that programs can find things You (neo) have set up the graphics context By trying to run evince as root, you have entered the condition where a user (root) is trying to access another user's (neo) display This is regarded as a Bad Thing
What is the difference between DESKTOP_SESSION, XDG_SESSION_DESKTOP . . . Official standards: XDG_CURRENT_DESKTOP, defined in the Desktop Entry Specification since its version 1 2 XDG_SESSION_DESKTOP, best described in systemd 's PAM DESKTOP_SESSION is deprecated Some DEs WMs still set it for the sake of backward-compatibility, for new software it is not needed It's 2021 after all
Where should the XDG_CONFIG_HOME variable be defined? The XDG specification talks about the XDG_CONFIG_HOME variable, but does not specify where it should be defined Should we define it in etc X11 Xsession, or is it the window manager's config file
How do I set a new xdg-open setting? - Ask Ubuntu xdg-open basically just looks to see which desktop environment you have and then runs gnome-open, gvfs-open, xfce-open, etc --- I don't think so First, the manpage does not say that, and second, xdg-open works perfectly without desktop environment For example I use it with i3 window manager
How to use`xdg-open` or `gnome-open` in a virtual terminal. If I run a command like xdg-open document pdf or gnome-open image png from a gnome-terminal window, the file opens the way I want it to But if I press Ctrl+Alt+F1 (for instance) first and execute a
How can I register a custom protocol with xdg? - Super User I've been struggling this morning trying to associate an application with a custom protocol, namely emacsclient and org-protocol I'm calling this protocol from a webbrowser bookmarklet, and I get
What are the step to move all your dotfiles into XDG directories? The XDG Base Directory Specification provide a set of directory one may used to store data that used to go in so called dot files directory in the user folder This post aims to help users who desi