Linux/Xfce: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
308 Bytes hinzugefügt ,  19. März 2017
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 70: Zeile 70:
* kde-plasma/kdm: [[file:kdm.tar.gz]]
* kde-plasma/kdm: [[file:kdm.tar.gz]]


= Missing icons in the system tray =
= Fixing small problems =
== 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:
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"
* kbiff: Use this as start command: sh -c "sleep 10; exec kbiff -profile Inbox"
Zeile 77: Zeile 78:
  sleep 10
  sleep 10
  /usr/bin/hp-systray
  /usr/bin/hp-systray
== Screen tearing ==
In the beginning, I had some screen tearing when moving windows or playing videos. I was able to fix that by modifying '''xorg.conf''' like this in section '''screen''':
Option        "metamodes" "nvidia-auto-select +0+0 { ForceCompositionPipeline = On }"
1.075

Bearbeitungen

Navigationsmenü