Translations:Archive:Browser Configuration/Firefox Dialog Integration/5/da

From KDE UserBase Wiki
Revision as of 13:33, 29 June 2019 by Claus chr (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Brug værktøjet kwriteconfig i et konsolvindue (eller en editor) til at modificere Exec-direktivet til at instruere Firefox til at bruge portal-funktionaliteten.
    kwriteconfig5 --file $HOME/.local/share/applications/firefox.desktop --group "Desktop Entry" --key "Exec" "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox %u"
    kwriteconfig5 --file $HOME/.local/share/applications/firefox.desktop --group "Desktop Action new-window" --key "Exec" "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --new-window %u"
    kwriteconfig5 --file $HOME/.local/share/applications/firefox.desktop --group "Desktop Action new-private-window" --key "Exec" "GTK_USE_PORTAL=1 /usr/lib/firefox/firefox --private-window %u"
    

Advarsel

Det er nødvendigt at ændre alle Exec-direktiver, da Firefox kan blive startet i forskellige tilstande.