1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Disable systray unity backend by default

It's confusing too many people, lacks some features, and is only useful on Unity
This commit is contained in:
tux3 2015-02-25 17:48:43 +01:00
parent bb8464bbde
commit 0cb45e6527
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
2 changed files with 4 additions and 6 deletions

View File

@ -63,18 +63,18 @@ The following steps assumes that you cloned the repository at "/home/user/qTox".
Arch Linux:
```bash
sudo pacman -S --needed base-devel qt5 opencv openal libxss libappindicator-devel
sudo pacman -S --needed base-devel qt5 opencv openal libxss
```
Debian / Ubuntu:
```bash
sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools libqt5opengl5-dev libqt5svg5-dev libopenal-dev libopencv-dev libxss-dev libappindicator-dev
sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools libqt5opengl5-dev libqt5svg5-dev libopenal-dev libopencv-dev libxss-dev
```
Fedora:
```bash
yum groupinstall "Development Tools"
yum install qt-devel qt-doc qt-creator qt5-qtsvg opencv-devel openal-soft-devel libXScrnSaver-devel libappindicator-devel
yum install qt-devel qt-doc qt-creator qt5-qtsvg opencv-devel openal-soft-devel libXScrnSaver-devel
```
Slackware:

View File

@ -183,8 +183,7 @@ win32 {
# The systray Unity backend implements the system tray icon on Unity (Ubuntu) and GNOME desktops.
unix:!macx:!android {
contains(ENABLE_SYSTRAY_UNITY_BACKEND, NO) {
} else {
contains(ENABLE_SYSTRAY_UNITY_BACKEND, YES) {
DEFINES += ENABLE_SYSTRAY_UNITY_BACKEND
INCLUDEPATH += "/usr/include/libappindicator-0.1"
@ -202,7 +201,6 @@ contains(ENABLE_SYSTRAY_UNITY_BACKEND, NO) {
LIBS += -lgobject-2.0 -lappindicator -lgtk-x11-2.0
}
}
# The systray Status Notifier backend implements the system tray icon on KDE and compatible desktops
unix:!macx:!android {