File: README.md

package info (click to toggle)
shutdown-qapps 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,816 kB
  • sloc: cpp: 4,933; makefile: 9; sh: 1
file content (35 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download
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
31
32
33
34
35
# qprogram-starter

## INSTALL
Dependencies: qt6-base-dev, qt6-tools-dev-tools, qmake6, 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`

## UNINSTALL
To uninstall type:

`qmake`     (if the Makefile has been removed)  
`sudo make deinstall`

(please note that the users qprogram-starter settings file 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.

## LICENES:

The Debian distribution is licensed under GPLv3.  
The Windows binaries include suspend_win.h which is licensed under BSD-2-clause.
Note that either of them includes Qt sources which are licensed under various licenses
depending on the modules used. See [here](https://doc.qt.io/qt-6/licensing.html) for details.