Fix firefox desktop entry
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Exec=/bin/sh -c '/usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" %u'
|
Type=Application
|
||||||
|
Name=Firefox
|
||||||
|
Exec=firefox-default --new-tab %u
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default"
|
exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" "${@}"
|
||||||
|
|||||||
Reference in New Issue
Block a user