[dconf-editor] Try to understand commandline when flatpak’d (2).



commit 1cfd2d18b98bc614bd48fe6cca52bd26571bd604
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Feb 27 04:51:41 2018 +0100

    Try to understand commandline when flatpak’d (2).

 editor/dconf-editor.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index d1a7316..a2533c5 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -167,7 +167,7 @@ class ConfigurationEditor : Gtk.Application
 
     public ConfigurationEditor ()
     {
-        Object (application_id: "ca.desrt.dconf-editor", flags: ApplicationFlags.HANDLES_COMMAND_LINE);
+        Object (application_id: "ca.desrt.dconf-editor", flags: 
ApplicationFlags.HANDLES_COMMAND_LINE|ApplicationFlags.HANDLES_OPEN);
 
 //        TODO needs gio-2.0 >= 2.56
 //        set_option_context_parameter_string (_("..."));


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