Seite 1 von 1

Manjaro Update 2016-07-04 - Haskell, Python, Lib32-Packages, Calamares (testing)

Verfasst: Montag 4. Juli 2016, 06:53
von Blueriver
We are still evaluating a way on how to get a unified look for qt apps on GTK environments. More on that topic here10. If you have segfaults, please post the exact application you used and theme, so we can help. Also start the application from a terminal so we get the error messages.

Other than that, we updated some haskell, python and lib32-packages. Calamares is now at its v2.3 series and Pamac got some fixes. Detailed package changes can be found here.

Archlinux upstream fixes are now from: Sun Jul 03 23:46 CEST 2016.

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


Troubleshoots

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

QT apps style with GTK

With QT 5.7 you need to install qt5-styleplugins and qt5ct and configure1 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

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
Reference: Archlinux wiki

Current supported kernels

Linux310 3.10.102
Linux312 3.12.61
Linux314 3.14.73
Linux316 3.16.36
Linux318 3.18.36
Linux319 3.19.8.22
Linux41 4.1.27
Linux42 4.2.8.12
Linux44 4.4.14
Linux45 4.5.7 [EOL]
Linux46 4.6.3
Linux47 4.7-rc5
:: Upstream package changes

testing community i686: 112 new and 110 removed package(s)
testing core x86_64: 5 new and 5 removed package(s)
testing core i686: 5 new and 5 removed package(s)
testing multilib x86_64: 13 new and 13 removed package(s)
testing extra i686: 31 new and 31 removed package(s)
testing extra x86_64: 31 new and 31 removed package(s)
testing community x86_64: 112 new and 110 removed package(s)
:: Overlay package changes:

testing community i686: 6 new and 8 removed package(s)
testing core i686: 8 new and 8 removed package(s)
testing core x86_64: 8 new and 8 removed package(s)
testing extra i686: 5 new and 5 removed package(s)
testing extra x86_64: 5 new and 5 removed package(s)
testing community x86_64: 5 new and 24 removed package(s)

Quelle

Re: Manjaro Update 2016-07-04 - Haskell, Python, Lib32-Packages, Calamares (testing)

Verfasst: Montag 4. Juli 2016, 09:28
von Blueriver
Ohne Probleme!
???

Re: Manjaro Update 2016-07-04 - Haskell, Python, Lib32-Packages, Calamares (testing)

Verfasst: Montag 4. Juli 2016, 10:13
von linuxkumpel
Wie immer spüren wir die gute Arbeit des Teams. Ohne murren alles durchgelaufen. Danke!  ???

Re: Manjaro Update 2016-07-04 - Haskell, Python, Lib32-Packages, Calamares (testing)

Verfasst: Montag 4. Juli 2016, 15:36
von Calyr
Das Problem mit Texstudio ist immernoch vorhanden. Hat jemand eine Lösung für mich?

[img width=600 height=29]http://xpaccsx.statsbot.de/texstudio.png[/img]

Re: Manjaro Update 2016-07-04 - Haskell, Python, Lib32-Packages, Calamares (testing)

Verfasst: Dienstag 5. Juli 2016, 09:58
von Blueriver
[quote="Calyr"]
Das Problem mit Texstudio ist immernoch vorhanden. Hat jemand eine Lösung für mich?

[img width=600 height=29]http://xpaccsx.statsbot.de/texstudio.png[/img]
[/quote]

Eine Lösung kann ich dir leider nicht sagen.
Bei mir ist Texstudio so wie es sein soll.

Re: Manjaro Update 2016-07-04 - Haskell, Python, Lib32-Packages, Calamares (testing)

Verfasst: Mittwoch 6. Juli 2016, 09:39
von Calyr
Die Lösung findet sich im Arch-Bugtracker und im TexStudio-Bugtracker: https://sourceforge.net/p/texstudio/bugs/1837/:
In der  Datei texstudio.ini den Schlüssel:

Code: Alles auswählen

GUI\Use%20System%20Theme=true
auf "false" stellen. Läuft bei mir wieder.


[quote="Calyr"]
Das Problem mit Texstudio ist immernoch vorhanden. Hat jemand eine Lösung für mich?

[img width=600 height=29]http://xpaccsx.statsbot.de/texstudio.png[/img]
[/quote]

Re: Manjaro Update 2016-07-04 - Haskell, Python, Lib32-Packages, Calamares (testing)

Verfasst: Mittwoch 6. Juli 2016, 12:34
von Blueriver
Danke das du die Lösung gepostet hast, ist vielleicht für den einen oder anderen hilfreich.