diff options
author | Sebastian Reichel <sre@ring0.de> | 2017-04-16 01:19:16 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2017-04-18 22:08:34 +0200 |
commit | a211b960a7590910b46c1d59acaeda5e87b5b522 (patch) | |
tree | da94483c1d1719d71777477452d34092df91e215 /src/cli | |
parent | 2bee9e0eb0f46d41a381e3fc32ff98a192f9493a (diff) | |
download | serial-barcode-scanner-a211b960a7590910b46c1d59acaeda5e87b5b522.tar.bz2 |
all: switch from session to system bus
Diffstat (limited to 'src/cli')
-rw-r--r-- | src/cli/main.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/main.vala b/src/cli/main.vala index a85cbc7..a3208dd 100644 --- a/src/cli/main.vala +++ b/src/cli/main.vala @@ -26,7 +26,7 @@ public static int main(string[] args) { cli = new CliImpl(); Bus.own_name( - BusType.SESSION, + BusType.SYSTEM, "io.mainframe.shopsystem.Cli", BusNameOwnerFlags.NONE, on_bus_aquired, |