https://bugs.kde.org/show_bug.cgi?id=462709
Gerald Cox <gb...@bzb.us> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|NOT A BUG |FIXED --- Comment #6 from Gerald Cox <gb...@bzb.us> --- (In reply to Nicolas Fella from comment #5) > X-DBUS-ServiceName and X-DBUS-StartupType are only relevant in the context > of KToolInvocation/KInit, which are deprecated/obsolete. They don't do what > you expect them to do. > > If you want your app to have single-window behavior you'll need to implement > that yourself, e.g. by using a lock file on disk that the app checks during > startup OK, Nicolas, thank you very much for your quick reply. I'll do the lock file approach. It appears that the TerminalOptions= is also now deprecated, yet Terminal=true/false is still there. Do you know what is supposed to be used as the replacement? It appears the solution is to completely bypass the terminal option and specify the Terminal in Exec= with the "-e" option but that seems sort of hackish IMO. -- You are receiving this mail because: You are watching all bug changes.