Linux/Xfce: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
1.308 Bytes hinzugefügt ,  2. Februar 2018
 
(15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
I used KDE from KDE 3 to KDE 4, switching only to KDE 4 when it was getting more stable.
I used KDE from KDE 3 to KDE 4, switching only to KDE 4 when it was getting more stable.


When KDE 5 (or Plasma 5) was available in the Gentoo repository, I soon tried it, but I had lots of problems:
When KDE 5 (or Plasma 5) was available as "stable" in the Gentoo repository, I soon tried it, but I had lots of problems:
* crashes of the lockscreen because of segfault in libqt5sql (lots of bug reports, no solution) and a text written over itself to use some systemd tool to unlock after the crash  
* crashes of the lockscreen because of segfault in libqt5sql (lots of bug reports, no solution) and a text written over itself to use some systemd tool to unlock after the crash  
* crash of plasma workshell  
* crash of plasma workshell  
Zeile 20: Zeile 20:
Since KDE 5 and Qt 5 got some updates in the meantime, I was hoping for more luck this time and upgraded once again.
Since KDE 5 and Qt 5 got some updates in the meantime, I was hoping for more luck this time and upgraded once again.


But I still had lock screen and Plasma crashes and it turns out, this is because of my setup with 2 local sessions and Nvidia binary driver: https://bugs.kde.org/show_bug.cgi?id=377031. But then again, this setup was running stable for years with KDE 4.
But I still had these problems:
* lock screen crashes and a text written over itself to use some systemd tool to unlock after the crash
* kwin crashes
* sddm with less features than kdm regarding multiple sessions
* no easy VNC solution
 
It turns out, the crashes are because of my setup with 2 local sessions and Nvidia binary driver: https://bugs.kde.org/show_bug.cgi?id=377031. But then again, this setup was running stable for years with KDE 4.


Besides that, the new recommended display managers sddm and lightdm (kdm is not compatible with KDE 5) make it not comfortable to have 2 local sessions (lightdm lost that ability a while ago). Also, there is still no solution for VNC.
Besides that, the new recommended display managers sddm and lightdm (kdm is not compatible with KDE 5) make it not comfortable to have 2 local sessions (lightdm lost that ability a while ago). Also, there is still no solution for VNC.
Zeile 34: Zeile 40:
This was also an interesting read: http://mandrivausers.org/index.php?/topic/77934-how-and-why-i-learned-to-live-with-xfce/
This was also an interesting read: http://mandrivausers.org/index.php?/topic/77934-how-and-why-i-learned-to-live-with-xfce/


BTW, I still have a minimal KDE 5 installed and I am still sometimes using some KDE applications. Maybe, I will try and go back to KDE in future, but maybe not...
BTW, I still have a minimal KDE 5 installation and I am still sometimes using some KDE applications (like kbiff). Maybe, I will try and go back to KDE in the future, but maybe not...


= Installation =
= Installation =
I followed the nice Gentoo guide at https://wiki.gentoo.org/wiki/Xfce/Guide and installed '''xfce4-meta'''.
I followed the nice Gentoo guide at https://wiki.gentoo.org/wiki/Xfce/Guide and installed '''xfce4-meta'''.


Soon, I was able to choose Xfce from the login screen and configure desktop to my liking (I prefer the classic panel at the bottom with quick starters and application menu and so on, very Windows-like. ;-)
Soon, I was able to choose Xfce from the login screen and configure the desktop to my liking (I prefer the classic panel at the bottom with application menu and quick starters on the left and system tray and clock on the right).


== Additional software ==
== Additional software ==
Zeile 57: Zeile 63:
* xfce-extra/thunar-volman
* xfce-extra/thunar-volman
* x11-misc/parcellite (better than Clipman for me, also enabled syncing of Clipboards)
* x11-misc/parcellite (better than Clipman for me, also enabled syncing of Clipboards)
* app-arch/xarchiver (used by Thunar)


= VNC =
= VNC =
Zeile 73: Zeile 80:
* 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]]
'''Update: It seems that KDM cannot be compiled anymore with the newest Gentoo updates of kdelibs:4.'''
= LightDM =
LightDM cannot start 2 local X sessions (anymore) during startup, but new sessions can be spawned easily from the lockscreen, if you install '''light-locker''' and uninstall '''xscreensaver'''.<br>
Install LightDM:
emerge lightdm
emerge light-locker
emerge --unmerge xscreensaver
If you uninstall '''xscreensaver''' however, you will lose auto-lock after inactivity.<br>
<br>
Activate LightDM:
vi /etc/conf.d/xdm
DISPLAYMANAGER="lightdm"
Activate NumLock in X sessions:
emerge numlockx
vi /etc/lightdm/lightdm.conf
greeter-setup-script=/usr/bin/numlockx on
Auto-Login:
[Seat:*]
autologin-user=username
autologin-user-timeout=10


= Fixing small problems =
= Fixing small problems =
Zeile 86: Zeile 115:
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''':
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 }"
  Option        "metamodes" "nvidia-auto-select +0+0 { ForceCompositionPipeline = On }"
Future Xfce versions should not need that, I think.


== Dead menu entries ==
== Dead menu entries ==
Zeile 91: Zeile 121:


== Look of GTK3 applications ==
== Look of GTK3 applications ==
Xfce itself seems to still use GTK2 and does not allow to change the look of GTK3 applications its settings.
Xfce itself seems to still use GTK2 and does not allow to change the look of GTK3 applications in its settings at this time.


One can either do it like described here: https://trompetenkaefer.wordpress.com/2012/04/04/kurztipp-gtk3-anwendungen-einen-nativen-look-unter-xfce-4-x-verpassen/
One can either do it like described here: https://trompetenkaefer.wordpress.com/2012/04/04/kurztipp-gtk3-anwendungen-einen-nativen-look-unter-xfce-4-x-verpassen/


Or use the KDE 5 '''systemsettings5''' application.
Or use the KDE 5 '''systemsettings5''' application.
== Redshift ==
Redshift is not able to turn the screen to red, if '''ForceCompositionPipeline''' is enabled in xorg.conf. I can somehow fix that by switching to the 2nd local session and back.
1.075

Bearbeitungen

Navigationsmenü