Skip to content
Snippets Groups Projects
Commit 0bb714eb authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

ARCH Add print list of desktop file.

parent 9f2c63ee
Branches
No related tags found
No related merge requests found
for i in *; do if [ $i != mnt ] ; then echo $i; sudo find $i -name "*.desktop" ;fi; done
# use: xdg-mime query default application/pdf : to detect defalut
# use: xdg-mime default org.pwmt.zathura.desktop application/pdf : to set defalut
# use: xdg-mime default org.pwmt.zathura.desktop application/pdf : to set defalut
# update-desktop-database
# xdg-mime query filetype ~/Documents
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment