[opensuse-factory] openSUSE Tumbleweed – Review of the Weeks 2016/16
Dear Tumbleweed users and hackers, Tumbleweed seems to have found its rhythm at around 4 snapshots per week. I will cover the snapshots 0414, 0415, 0416 and 0417. After that, it took unfortunately a bit of effort to get more stagings ready. This then lead now to the fact that the next snapshot (0422) will be rather large. I will mention more about this further down. What were the 4 last snapshots about: * GNOME 3.20.1 * Samba 4.4.2 (ensure to update using zypper dup!) * Many other bugfixes and updates The next snapshot (20160422) will be rather large and quite some packages will have new release numbers. Glibc 2.23 finally found its way through staging, which was the perfect time to change OBS to do a full rebuild of the distribution, ensuring all packages are again built against each other. Further, we disabled the support script that “removed the .desktop file translations in favor of gettext based language overlays”. Even though this was an interesting feature, it lead to quite some issues in the past with the fast pace of Tumbleweed. Sometimes upstream shipped a .desktop file with correct translations, but we stripped those ‘in favor of our own’ (which often were based on older strings). No longer doing this means eliminating all kind of such issues. But it was another reason for full package rebuilds. In an attempt to minimize how often we trigger such large updates, we scheduled this intentionally together with the glibc update. There are still a couple of things prepared in staging, most notably: * Qt 5.6 – The YaST issue / installer not having keyboard focus is still present * Linux Kernel 4.5.2 * KDE Applications 16.04.0 * GStreamer 1.8.0 Let’s all work on all those great additions and many more. Remember to have a lot of fun, Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 23/04/2016 1:11 AM, Dominique Leuenberger / DimStar wrote:
Let’s all work on all those great additions and many more.
Remember to have a lot of fun,
Thanks Dominique! appreciate the weekly updates and of course the snapshots themselves :) Tumbleweed in general has made KDE usable again for me. And yes, I do get a lot of fun testing and playing with this ;) -- Lindsay Mathieson -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Dominique Leuenberger / DimStar wrote:
* GNOME 3.20.1
This caused nothing than grief for me with XFCE: - meld and virt-manager does not work at all - input fields geany and libreoffice in are broken It has been said one should "choose a compatible" theme. But how? I'm not using GNOME window manager. Ciao, Michael.
2016-04-23 13:25 GMT+02:00 Michael Ströder:
Dominique Leuenberger / DimStar wrote:
* GNOME 3.20.1
This caused nothing than grief for me with XFCE: - meld and virt-manager does not work at all - input fields geany and libreoffice in are broken
It has been said one should "choose a compatible" theme.
But how? I'm not using GNOME window manager.
Can you please give some examples what is broken in particular? I use KDE and haven't found any basic problem with Libreoffice, and meld is also working for me. Of course, the situation may be different and I might have preinstalled some prerequisites along with other packages. Meld doesn't start at all for you? I'm on TW 20160417. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
René Krell wrote:
2016-04-23 13:25 GMT+02:00 Michael Ströder:
Dominique Leuenberger / DimStar wrote:
* GNOME 3.20.1
This caused nothing than grief for me with XFCE: - meld and virt-manager does not work at all - input fields geany and libreoffice in are broken
It has been said one should "choose a compatible" theme.
But how? I'm not using GNOME window manager.
Can you please give some examples what is broken in particular? I use KDE and haven't found any basic problem with Libreoffice, and meld is also working for me. Of course, the situation may be different and I might have preinstalled some prerequisites along with other packages. Meld doesn't start at all for you? I'm on TW 20160417.
michael@nb2:~> meld (process:16934): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed Traceback (most recent call last): File "/usr/bin/meld", line 260, in <module> setup_resources() File "/usr/bin/meld", line 193, in setup_resources Gtk.IconTheme.get_default().append_search_path(icon_dir) AttributeError: 'NoneType' object has no attribute 'append_search_path' michael@nb2:~> virt-manager michael@nb2:~> (process:17127): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed 1. The search input fields in geany and libreoffice just have the background color 2. The check boxes are not fully displayed, the text is invisible when checked. Ciao, Michael.
Michael Ströder wrote:
michael@nb2:~> meld
(process:16934): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed Traceback (most recent call last): File "/usr/bin/meld", line 260, in <module> setup_resources() File "/usr/bin/meld", line 193, in setup_resources Gtk.IconTheme.get_default().append_search_path(icon_dir) AttributeError: 'NoneType' object has no attribute 'append_search_path'
michael@nb2:~> virt-manager michael@nb2:~> (process:17127): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
These two problems were fixed by installing package python-gobject-Gdk. I usually use --no-recommends. So probably meld and virt-manager should really require this package.
1. The search input fields in geany and libreoffice just have the background color
2. The check boxes are not fully displayed, the text is invisible when checked.
Did not find a solution for these issues on my existing system yet. On a freshly installed Tumbleweed everything sems to work ok. Ciao, Michael.
Michael Ströder wrote:
Michael Ströder wrote:
michael@nb2:~> meld
(process:16934): Gtk-CRITICAL **: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed Traceback (most recent call last): File "/usr/bin/meld", line 260, in <module> setup_resources() File "/usr/bin/meld", line 193, in setup_resources Gtk.IconTheme.get_default().append_search_path(icon_dir) AttributeError: 'NoneType' object has no attribute 'append_search_path'
michael@nb2:~> virt-manager michael@nb2:~> (process:17127): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
These two problems were fixed by installing package python-gobject-Gdk. I usually use --no-recommends. So probably meld and virt-manager should really require this package.
https://build.opensuse.org/request/show/391429 https://build.opensuse.org/request/show/391430 Ciao, Michael. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/23/2016 08:55 PM, Michael Ströder wrote:
Dominique Leuenberger / DimStar wrote:
* GNOME 3.20.1
This caused nothing than grief for me with XFCE: - meld and virt-manager does not work at all - input fields geany and libreoffice in are broken
It has been said one should "choose a compatible" theme.
But how? I'm not using GNOME window manager.
Ciao, Michael.
Hi, The easiest way is by installing the lxappearance package, The theme I normally use is also rather broken as is the KDE one. Cheers -- Simon Lees (Simotek) http://simotek.net Emergency Update Team keybase.io/simotek SUSE Linux Adeliade Australia, UTC+9:30 GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B
participants (5)
-
Dominique Leuenberger / DimStar
-
Lindsay Mathieson
-
Michael Ströder
-
René Krell
-
Simon Lees