diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-04 17:34:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-04 17:35:32 +0200 |
commit | 5da71ff3b088f224cd3a731ce51c620e0cd3e5d3 (patch) | |
tree | 1629a7525395269a58ed2f1b4bc2b21d248bec42 /desktop/unx | |
parent | ec655c8e8f6ff476fb70135927ce38d1b1000982 (diff) |
Add DBus-based IPC mechanism for xdg-app
first cut; triggered on LIBO_XDGAPP env var for now
Change-Id: If4586aedb58499e36a5d87cc8d171400ce7e9499
Diffstat (limited to 'desktop/unx')
-rw-r--r-- | desktop/unx/source/start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c index a988fc852262..3b23124bf4b6 100644 --- a/desktop/unx/source/start.c +++ b/desktop/unx/source/start.c @@ -757,7 +757,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS( argc, argv ) if ( pUsePlugin && !strcmp(pUsePlugin, "svp") ) args->bInhibitSplash = sal_True; - if ( !args->bInhibitPipe ) + if ( !args->bInhibitPipe && getenv("LIBO_XDGAPP") == NULL ) { int fd = 0; pPipePath = get_pipe_path( args->pAppPath ); |