2016-09-15 - Linux 3.14 [EOL], Plasma 5.7.5, Python2, XFCE4-GTK

Antworten
Benutzeravatar

Themen Author
manjarofan
Administrator
Administrator
Beiträge: 1459
Registriert: Dienstag 24. November 2015, 08:43
Wohnort: Sachsen
CPU: Intel® Core™ i7-2630QM
GPU: Intel UHD Graphics
Kernel: 5.6
Desktop-Variante: Manjaro KDE Plasma
GPU Treiber: Free
Hat sich bedankt: 189 Mal
Danksagung erhalten: 144 Mal
Kontaktdaten:

2016-09-15 - Linux 3.14 [EOL], Plasma 5.7.5, Python2, XFCE4-GTK

#1

Beitrag von manjarofan »

Hi community,

we are already working on our next update-pack for you guys. KDE friends might be happy about the new Plasma 5.7.5 release. We updated the coding framework gambas3, some of our python packages, bumped spl/zfs to 0.6.5.8 and added partly XFCE based on GTK3. As security fix we have an updated flashplugin. The kernel 3.14 series is now delcared EOL, so we recommend to move on. The Gnome guys working hard on networkmanager to get it back stable again. Therefore we updated our package to the lastest git-snapshot. Please report your results with it.

Archlinux upstream fixes are now from: Thu Sep 15 03:44 CEST 2016.

Please report any issues you may have with this update. Also read our troubleshoots to avoid known issues. A detailed list of package changes can be found here.

Kind regards,
Philip Müller and the Manjaro Development Team

Troubleshoots
Information for Catalyst users
If you are using an AMD card with Catalyst it is STRONGLY RECOMMENDED to use pacman for this update!!! The new style how Catalyst works now, would be this:
  • Catalyst-Utils needs now three new packages: catalyst-video, catalyst-input and catalyst-server.
  • Catalyst-Video provides some needed drivers like Intel and Vesa, since we have some hybrid systems too
  • Catalyst-Input provides the needed input drivers
  • Catalyst-Server provides the compatible Xorg-Server
Without these packages it would be not possible to still provide Catalyst at all. So it is logical to remove conflicting packages on these AMD systems. It can be tested with a new dev-build. If there are still issues regarding Catalyst, open an issue or a new thread, so we can discuss it.

Disable random mac address for your WLAN

Use nmcli to set 802-11-wireless.mac-address-randomization to never on a per connection basis or set

Code: Alles auswählen

[device]
wifi.scan-rand-mac-address=no
in /etc/NetworkManager/NetworkManager.conf to disable the feature completely.

Issues with updating MATE
Some users have mate-menu installed from AUR. Please remove this package if you use the GTK2 version of MATE before trying to update. If you have a different issue with updating, please post.

LibreOffice and GTK3
LibreOffice might be broken on gtk-based Desktop Environments. Workaround would be to force a look to Libreoffice by editing /etc/profile.d/libreoffice*sh. We recommend to uncomment SAL_USE_VCLPLUGIN=gtk. Our KDE edition isn't affected by this issue.

GTK3
With this we updated Gnome and GTK to 3.20. This will break most of the themes, which will be fixed if and when their developers decide to update them. Some GTK 3.20-compliant themes are ready now - see further down this post.

The new default Manjaro GTK theme, which is GTK 3.20 compatible, is Vertex-Maia

You can install it with:

Code: Alles auswählen

sudo pacman -Sy vertex-maia-themes vertex-maia-icon-theme xcursor-maia
KDE users should default to Maia theme:

Code: Alles auswählen

sudo pacman -Sy maia-icon-theme gtk-theme-maia plasma5-themes-maia xcursor-maia
QT apps style with GTK - only needed for non-KDE desktop environments!
With QT 5.7 you need to install qt5-styleplugins and qt5ct and configure your system to have an unified look again.

ufw
If you have issues with ufw not working anymore, you have to copy your custom rules to a different folder. Do it like this:

Code: Alles auswählen

sudo cp -v /usr/lib/ufw/user.rules.pacsave /etc/ufw/user.rules
sudo cp -v /usr/lib/ufw/user6.rules.pacsave /etc/ufw/user6.rules
steam
Steam might not work due incompatiblity of libgpg. You my try followed command to "fix" it:

Code: Alles auswählen

find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
Quelle von manjaro.org
Zuletzt geändert von manjarofan am Donnerstag 15. September 2016, 10:15, insgesamt 1-mal geändert.
Antworten

Zurück zu „|Testing Releases|“