mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
attempt to fix a-firefox.desktop icon
This commit is contained in:
parent
e616e89ff4
commit
bab4fc0dee
@ -33,6 +33,8 @@ cat conf/firefox-forbidden-policies.js >~/.librewolf/librewolf.overrides.cfg
|
||||
cat conf/firefox-forbidden-policies.js >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg
|
||||
mkdir -p ~/.local/share/applications
|
||||
ln -nsfv ~/.shell-things/local/share/applications ~/.local/share/applications/shell-things
|
||||
mkdir -p ~/.local/share/icons/hicolor/128x128/apps/
|
||||
ln -nsfv ~/.local/firefox/browser/chrome/icons/default/default128.png ~/.local/share/icons/hicolor/128x128/apps/a-firefox.png
|
||||
if hash update-desktop-database 2>/dev/null; then
|
||||
update-desktop-database ~/.local/share/applications
|
||||
fi
|
||||
|
@ -2,7 +2,7 @@
|
||||
Version=1.0
|
||||
Name=FIREFOX
|
||||
Exec=/usr/bin/env firefox %U
|
||||
Icon=~/.local/firefox/browser/chrome/icons/default/default128.png
|
||||
Icon=a-firefox
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
|
||||
|
Loading…
Reference in New Issue
Block a user