Expanding on Severo Raz's answer :
/usr/share/applications
/usr/local/share/applications
~/.local/share/applications
you can easily get it done using terminal, by :
cd <directory>
ls | grep <application_name("tweet")>
Which will give you an output like this :
application_name.desktop
And then :
rm application_name.desktop
Actually, you should be able to combine step 3+4 :
ls | grep <appname> | xargs rm -f
0 Response to "Folder Shortcut Penting Aplikasi Linux Ubuntu 20.04"
Posting Komentar
Berkomentarlah dengan baik ^_^