Linux/Xfce: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
keine Bearbeitungszusammenfassung
Thomas (Diskussion | Beiträge) (→KDM) |
Thomas (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 69: | Zeile 69: | ||
* kde-plasma/libkworkspace: [[file:libkworkspace-4.11.22.ebuild]] | * kde-plasma/libkworkspace: [[file:libkworkspace-4.11.22.ebuild]] | ||
* kde-plasma/kdm: [[file:kdm.tar.gz]] | * kde-plasma/kdm: [[file:kdm.tar.gz]] | ||
= Missing icons in the system tray = | |||
Some auto-starting applications sometimes showed their icon in the system tray and sometimes not. It turned out, that this is a timing issue. The applications simply start to early. OK, this is something that Xfce should handle better, but I worked around that like this: | |||
* kbiff: Use this as start command: sh -c "sleep 10; exec kbiff -profile Inbox" | |||
* hplip: Create '''/usr/local/bin/hp-systray''' as executable script with this content: | |||
#!/bin/bash | |||
sleep 10 | |||
/usr/bin/hp-systray |