summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/animated-windows
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-01-22 17:58:02 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2019-03-14 09:58:47 +0000
commit4a7279159133241907ab68de7ec3295a7b0fe867 (patch)
tree90825e44784f6ad7e94518e9906fddc393f81f64 /examples/applicationmanager/animated-windows
parent09f0e5808f039fc308e7d1f90dfb41c25383f040 (diff)
Better automatic dbus setup during development
The default is now to always start a private session bus, unless explicitly configured otherwise. This solves 2 problems: 1) There's no difference between Linux and Mac/Win in regards to configuration default values 2) The 'notifications end up in the desktop environment' problems on Linux desktops cannot happen anymore with a default setup. The --start-session-dbus command line option is now the default and thus obsolete. Change-Id: Ib0487307668ba6d5edfb9c4b0daa5888d1e3b327 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com> Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'examples/applicationmanager/animated-windows')
-rw-r--r--examples/applicationmanager/animated-windows/animated-windows.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/applicationmanager/animated-windows/animated-windows.pro b/examples/applicationmanager/animated-windows/animated-windows.pro
index aea1ce9e..539906b7 100644
--- a/examples/applicationmanager/animated-windows/animated-windows.pro
+++ b/examples/applicationmanager/animated-windows/animated-windows.pro
@@ -22,7 +22,7 @@ AM_COPY_FILES += am-config.yaml
prefix_build:tpath = $$target.path
else:tpath = $$_PRO_FILE_PWD_
-AM_DEFAULT_ARGS = -c $$tpath/am-config.yaml --start-session-dbus --verbose -r
+AM_DEFAULT_ARGS = -c $$tpath/am-config.yaml --verbose -r
example_sources.path = $$target.path
example_sources.files = $$AM_COPY_FILES $$AM_COPY_DIRECTORIES