Tagged Questions
0
votes
2answers
208 views
Getting list of installed apps (NOT packages)
How can I get list of installed apps (based at files in /usr/share/applications/) without writing own parser? I need just app name, path to app icon and path to launch app.
I'm using C++ with Qt ...
0
votes
2answers
101 views
How i create application B that would be able to communicate with running application A? [closed]
I have background application A.
I want to create application B to configure application A on the fly.
So, how can I detect if A is running and send some messages to A?