[gnome-text-editor] desktop: re-enable DBusActivatable



commit 207b3e5d905ef1f3b48fcd47de69df3d554ae400
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 5 20:04:43 2021 -0700

    desktop: re-enable DBusActivatable
    
    This may not have been the case, so let's test it out.

 data/org.gnome.TextEditor.desktop.in.in | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/data/org.gnome.TextEditor.desktop.in.in b/data/org.gnome.TextEditor.desktop.in.in
index 107555c..921b471 100644
--- a/data/org.gnome.TextEditor.desktop.in.in
+++ b/data/org.gnome.TextEditor.desktop.in.in
@@ -1,9 +1,6 @@
 [Desktop Entry]
 Categories=GNOME;GTK;Utility;TextEditor;
-# Disable DBusActivatable as it will cause URIs to be opened without
-# going through the documents portal.
-# See https://github.com/flatpak/flatpak/issues/4408 for more information.
-DBusActivatable=false
+DBusActivatable=true
 Exec=gnome-text-editor %U
 MimeType=text/plain;
 Name=Text Editor


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