1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
qprogram-starter
Dependencies: qtbase5-dev, qttools5-dev-tools, build-essential
If you want to install from source, open a terminal and change into this folder.
To install type:
qmake
sudo make install distclean
To uninstall type:
qmake (if the Makefile has been removed)
sudo make deinstall
(note that ~/.qprogram-starter/qprogram-starter.conf and
the log files won't be removed)
KNOWN ISSUE:
=============
For most systems using the Gnome Shell a certain DBus method has been removed,
thus a shutdown dialog will be likely to appear if qshutdown's methods have
been set to automatic or to Gnome session. If you do not want this
shutdown dialog to appear, please use ConsoleKit or something else.
|