Thread
:
I can't get my Qt apps to run from the menu! Qt expertise needed!
View Single Post
jmbowman
2010-06-02 , 18:04
Posts: 35 | Thanked: 64 times | Joined on Aug 2006 @ Somerville, MA
#
4
You also need a little code in your app to register itself with D-Bus and respond to the appropriate signals.
This article
summarizes what's needed. I have this working in
PortaBase
, so you can look at its source code if you want another example. (I had the same problem initially, where the app would start up and run fine from the command line but crash if launched from the icon.)
Quote & Reply
|
The Following 2 Users Say Thank You to jmbowman For This Useful Post:
mwerle
,
Rachel
jmbowman
View Public Profile
Send a private message to jmbowman
Find all posts by jmbowman