[epiphany] Add parameter to desktop actions



commit 2325b441c91f289c794a6fbda7f459eb44f4290a
Author: Sonny Piers <sonny fastmail net>
Date:   Sat Dec 18 14:03:03 2021 +0000

    Add parameter to desktop actions
    
    GLib DesktopAppInfo does not support this but other implementations do.
    Both Firefox and Chromium do this.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1049>

 data/org.gnome.Epiphany.desktop.in.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Epiphany.desktop.in.in b/data/org.gnome.Epiphany.desktop.in.in
index 5dca16c42..9711afed4 100644
--- a/data/org.gnome.Epiphany.desktop.in.in
+++ b/data/org.gnome.Epiphany.desktop.in.in
@@ -18,8 +18,8 @@ X-Purism-FormFactor=Workstation;Mobile;
 
 [Desktop Action new-window]
 Name=New Window
-Exec=epiphany --new-window
+Exec=epiphany --new-window %U
 
 [Desktop Action Incognito]
 Name=New Incognito Window
-Exec=epiphany --incognito-mode
+Exec=epiphany --incognito-mode %U


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]