Archive:Browser Configuration/Firefox Dialog Integration/da: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 5: Line 5:
|}
|}


{{Warning|This is a new feature, and should be considered experimental. As such, expect to find bugs, and please report any you find: https://community.kde.org/Get_Involved/Bug_Reporting}}
{{Warning/da|Dette er en ny funktion og skal anses som eksperimentel. Du kan derfor forvente at finde bugs; vær venlig at indrapportere fejl, som du støder på: https://community.kde.org/Get_Involved/Bug_Reporting}}
To enable the native dialogs:
For at aktivere integrerede dialoger:


* Install the necessary libraries. On most distributions, this can be done installing the '''xdg-desktop-portal''' package. This may be broken into two separate packages, '''xdg-desktop-portal''' and '''xdg-desktop-portal-kde'''.
* Install the necessary libraries. On most distributions, this can be done installing the '''xdg-desktop-portal''' package. This may be broken into two separate packages, '''xdg-desktop-portal''' and '''xdg-desktop-portal-kde'''.

Revision as of 13:33, 29 June 2019

Fra version 64 kan Firefox bruge Plasmas egne "Åbn"- og "Gem"-dialoger og således blive bedre integreret med Plasma-skrivebordet.

Advarsel

Dette er en ny funktion og skal anses som eksperimentel. Du kan derfor forvente at finde bugs; vær venlig at indrapportere fejl, som du støder på: https://community.kde.org/Get_Involved/Bug_Reporting


For at aktivere integrerede dialoger:

  • Install the necessary libraries. On most distributions, this can be done installing the xdg-desktop-portal package. This may be broken into two separate packages, xdg-desktop-portal and xdg-desktop-portal-kde.
  • Make a copy of the Firefox desktop file:
    cp /usr/share/applications/firefox.desktop $HOME/.local/share/applications
    If this feature is desired for all users, the system-wide shortcut must be modified as a user with superuser (root) privileges
  • Using the kwriteconfig tool in a console window (or a text editor), modify the Exec directives to instruct Firefox to use the Portal functionality.
    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"
    

Warning

Changing all "Exec" directives is required as Firefox can be started in multiple modes.