Code: Alles auswählen
sudo systemctl --system daemon-reexecHi community,
we are almost there to release our next stable release. Within the unstable branch we are currently preparing some packages needed for our next release. Also we are working on the DirtyCOW issue. Most of our kernels are already patched. linux314 and linux46 are now removed.
Archlinux upstream fixes are now from: Sat Oct 22 23:32:15 CEST 2016
Please report any issues you may have with this update. Also read our troubleshoots to avoid known issues.
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
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
Code: Alles auswählen
sudo pacman -Sy vertex-maia-themes vertex-maia-icon-theme xcursor-maia
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.rulessteam
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
Code: Alles auswählen
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
Current supported kernels
Linux310 3.10.104
Linux312 3.12.66
Linux316 3.16.38
Linux318 3.18.43
Linux41 4.1.34
Linux44 4.4.27
Linux47 4.7.10 [EOL]
Linux48 4.8.4
Linux49 4.9rc1 [DirtyCOW]
Linux-RT-LTS 4.4.25_rt35 [DirtyCOW]
Linux-RT 4.6.7_rt14 [DirtyCOW]
Package Changes
testing community i686: 268 new and 262 removed package(s)
testing community x86_64: 285 new and 279 removed package(s)
testing core i686: 27 new and 30 removed package(s)
testing core x86_64: 27 new and 30 removed package(s)
testing extra i686: 178 new and 210 removed package(s)
testing extra x86_64: 178 new and 210 removed package(s)
testing multilib x86_64: 16 new and 15 removed package(s)
Quelle

