This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Cadence
mirror of
https://github.com/falkTX/Cadence
Watch
1
Star
0
Fork
0
Code
Releases
3
Activity
Browse Source
Don't use PyKDE systray on debian for now
tags/v0.9.0
falkTX
11 years ago
parent
b801c050f8
commit
0ddeeb1ac5
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/systray.py
+ 1
- 1
src/systray.py
View File
@@ -48,7 +48,7 @@ try:
TrayEngine = "AppIndicator"
TrayEngine = "AppIndicator"
elif os.getenv("KDE_FULL_SESSION") or os.getenv("DESKTOP_SESSION") == "kde-plasma":
elif
(
os.getenv("KDE_FULL_SESSION") or os.getenv("DESKTOP_SESSION") == "kde-plasma"
) and not os.path.exists("/etc/debian_version")
:
from PyKDE4.kdeui import KAction, KIcon, KMenu, KStatusNotifierItem
from PyKDE4.kdeui import KAction, KIcon, KMenu, KStatusNotifierItem
TrayEngine = "KDE"
TrayEngine = "KDE"
Write
Preview
Loading…
Cancel
Save