Hello! On my Linux Desktop Environment, I have $ xdg-settings get default-web-browser mybrowser_mybrowser.desktop This refers to the file mybrowser.desktop, which may be in /usr/share/applications/ or similar directory. This file may also have one or more Actions configured: [Desktop Action action-name] ... According to the EXAMPLES section of xdg-settings(1), a browser can be set as default-web-browser with xdg-settings set default-web-browser mybrowser.desktop Is it possible to configure default-web-browser not only specifying the file mybrowser.desktop, but also one of its Actions, so that when the browser is launched it performs such an Action? I can not figure this out based on xdg-settings(1). Bye! Rocky