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

ARCH Change in listOfdesktop.

parent 03bae0d1
No related branches found
No related tags found
No related merge requests found
cd /
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
......@@ -6,3 +7,6 @@ for i in *; do if [ $i != mnt ] ; then echo $i; sudo find $i -name "*.desktop" ;
# update-desktop-database
# xdg-mime query filetype ~/Documents
# I used: xdg-utils-terminal-true-git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment