Thursday, 2 September 2021
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* konsole: Fix KXmlGUI toolbars and Konsole MainWindow size.
* elisa: Fix the “Files” view.
* skanlite: Fix image saving when preview is not shown.
Full announcement:
https://kde.org/announcements/gear/21.08.1/
Full Changelog:
https://kde.org/announcements/changelogs/gear/21.08.1/
Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.22.5.
Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.
This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* KDE GTK Config: Make sure to actually commit GSettings changes.
* KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296
* [applets/digitalclock] Let long timezones list scroll.
Fixes bug #439147
Full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/
- while here: reformat & sort the USES/USE_FOO lines consistently
$ shortwave
(de.haeckerfelix.Shortwave:1234): GLib-GObject-WARNING **: specified class size for type 'SwSongRow' is smaller than the parent type's 'AdwActionRow' class size
(de.haeckerfelix.Shortwave:1234): GLib-GObject-WARNING **: cannot add private field to invalid (non-instantiatable) type '<invalid>'
thread 'main' panicked at 'assertion failed: type_.is_valid()', src/ui/song_row.rs:49:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
From [1]
The viewmanager.cpp/h file is missing an include for config-upnp-qt.h
which defines KF5KIO_FOUND. With this macro missing, it isn't building
the KIO stuff.
Upstream PR: 440980
[1] 618cf9b589
$ GST_DEBUG=2 shortwave
[...]
WARN GST_ELEMENT_FACTORY gstelementfactory.c:462:GstElement *gst_element_factory_make(const gchar *, const gchar *): no such element factory "vorbisenc"!
ERROR GST_PIPELINE grammar.y:816:int priv_gst_parse_yyparse(void *, graph_t *): no element "vorbisenc"
ERROR GST_PIPELINE grammar.y:901:int priv_gst_parse_yyparse(void *, graph_t *): link has no sink [source=@0x808b72a40]
WARN GST_ELEMENT_FACTORY gstelementfactory.c:462:GstElement *gst_element_factory_make(const gchar *, const gchar *): no such element factory "oggmux"!
ERROR GST_PIPELINE grammar.y:816:int priv_gst_parse_yyparse(void *, graph_t *): no element "oggmux"
ERROR GST_PIPELINE grammar.y:901:int priv_gst_parse_yyparse(void *, graph_t *): link has no source [sink=@0x0]
ERROR GST_PIPELINE grammar.y:901:int priv_gst_parse_yyparse(void *, graph_t *): link has no source [sink=@0x815386af0]
thread 'main' panicked at 'Unable to create recorderbin: Error { domain: gst_parse_error, code: 1, message: "no element \"vorbisenc\"" }', src/audio/backend/gstreamer_backend.rs:301:84