Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ####Change default Web Browser
- #list application
- ls /usr/share/applications
- #change default to firefox.desktop
- xdg-settings set default-web-browser firefox.desktop
- ####Change Default Application by File Type
- #Get Mine Type
- xdg-mime query filetype example.png
- #change default application
- xdg-mime query default image/png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement