redstrate.com/content/blog/kde-oct2023/index.md

11 KiB


title: "My work in KDE for October 2023" date: 2023-10-28 draft: false tags:

  • Linux
  • Open Source
  • KDE
  • Qt toc: true series:
  • My Work in KDE

Happy October and other related holidays! The list of work is a bit smaller, as predicted I was busy this month. However, I have some really exciting work done in PlasmaTube - some of which you may have already seen if you follow me on Mastodon.

I also added a better way to discern bugfixes from features in these posts! It also details which branches and versions the change will appear in. I will be adding this slowly to older posts. I'm also really close to completing a whole year of this blog series, which I started back in [January 2023]({{< ref "kde-jan2023" >}})! 🎉 I'll be detailing more of 2024 plans in December.

Tokodon

{{< add "feature" >}} I added support for viewing server announcements! It doesn't support emoji reactions yet, because I want to also implement emoji reactions in general (if your server supports it.) {{< release "24.02" >}}

Announcements are now shown in the sidebar.

{{< add "bugfix" >}} Fixed more cases where media attachments wouldn't load, if some of the metadata was invalid. {{< release "24.02" >}} {{< release "23.08" >}}

{{< add "feature" >}} The window geometry and position (if on X11) is now saved and restored. {{< release "24.02" >}}

{{< add "feature" >}} A profile's featured tags are now shown in the filter bar. You can select between them or reset it by tapping on "All". {{< release "24.02" >}}

An example of my featured tags, and you can select one of them!

{{< add "feature" >}} The selected post in a thread is now scrolled to initially, so you don't have to scroll so much when viewing replies. {{< release "24.02" >}}

{{< add "feature" >}} When scrolling to the very end of a timeline, a message is now shown that it's really the end and you didn't encounter some kind of bug. {{< release "24.02" >}}

For example, when scrolling to the bottom of the home timeline.

{{< add "feature" >}} Tokodon now supports basic notification actions such as viewing the post or the user's profile. More actions are planned in the future, but this is a good start. {{< release "24.02" >}}

An example of a notification when you are mentioned.

{{< add "feature" >}} I cleaned up and merged the offline testing system that was originally pioneered by Rishi Kumar. This doesn't affect users, but means that Tokodon can be tested more easily. Aka, more stable software! :-) {{< release "24.02" >}}

{{< add "bugfix" >}} Add missing PulseAudio, FreeDesktop Secrets and notification permissions for the Tokodon Flatpak. {{< release "24.02" >}} {{< release "23.08" >}}

NeoChat

{{< add "feature" >}} NeoChat state (such as event cache) will now be stored in it's own state file, called "neochatstaterc" in ~/.local/share/KDE/neochat. This matches the behavior of other KDE applications, instead of the weirdly named "data" file like before. {{< release "24.02" >}}

{{< add "feature" >}} The event cache is now compacted so it's a little bit smaller, and easier to read. {{< release "24.02" >}}

{{< add "feature" >}} The recent emojis are now saved in the state file, instead of the regular config file. Less state in there, woohoo! {{< release "24.02" >}}

Kirigami

{{< add "feature" >}} You can now control the isMask property of a Chip. Otherwise, this property is inaccessible, preventing you from changing the icon color. {{< release "6.0" >}}

PlasmaTube

I did a ton of work improving PlasmaTube this month. If you haven't been using PlasmaTube yet, or haven't tried it in a while... 24.02 in February will be packed with new features and bugfixes!

{{< add "feature" >}} PlasmaTube is now Qt6, complete with the new declarative type registration system. For users, it means that it's marginally faster and that it's ready for the February mega-release. {{< release "24.02" >}}

{{< add "feature" >}} Different video sources other than Invidious is now supported! The current plan plan is to support Invidious, Piped and PeerTube by 24.02. The feature set of the new video sources are currently limited compared to Invidious, but will be expanded. {{< release "24.02" >}}

The new welcome page

{{< add "feature" >}} Selecting between video sources is now supported, for example if you have a Invidious instance but also want to watch PeerTube content. {{< release "24.02" >}}

The new switcher

{{< add "feature" >}} Along with that, the overall login flow is overhauled to match other Kirigami applications. You can even select from a list of public instances. (Keep in mind that the UI is still a work in progress and will be improved before release.) {{< release "24.02" >}}

A list of public Invidious instances

{{< add "feature" >}} The sidebar is no longer icon only, and matches the UX of other Kirigami applications such as NeoChat, Tokodon and Arianna. There are now several tabs such as "Popular", "Trending", "Subscriptions", "Playlists" and "History". Some of these are disabled depending on if you're logged in and if the video source supports them. {{< release "24.02" >}}

The new sidebar design

{{< add "feature" >}} The "Trending" page has been overhauled to use tabs instead of stuffing all of the different types into the page's actions. {{< release "24.02" >}}

The trending tabs

{{< add "feature" >}} Added a "Playlists" page! Right now you can only view playlists, but I plan on adding more advanced playlist management soon. {{< release "24.02" >}}

{{< add "feature" >}} Added a "History" tab, which of shows you recently watched videos. {{< release "24.02" >}}

{{< add "feature" >}} Added a new context menu, shown while long tapping or right-clicking on a video item. You can mark a video as watched or unwatched, add it to a playlist and more. {{< release "24.02" >}}

The video context menu

{{< add "feature" >}} Added a picture in picture mode! It's even possible to control the video using the normal controls in the main window. When closing the PiP window, it will also restore the position in the main player too. {{< release "24.02" >}}

The picture in picture window

{{< add "feature" >}} It's now possible to use a network proxy in PlasmaTube, but due to FFmpeg limitations you can only set a HTTP proxy unlike other KDE applications which support a SOCKS5 proxy. {{< release "24.02" >}}

{{< add "feature" >}} You can now change the default homepage for Invidious sources, which also syncs to the Invidious web frontend and any other clients that support this key. More settings will be available in the future, such as autoplay (which currently does nothing.) {{< release "24.02" >}}

The default homepage setting.

{{< add "feature" >}} You can now view comments on a video, which is supported in Invidious, PeerTube and Piped sources. They aren't very detailed yet, and threading is not yet supported. {{< release "24.02" >}}

Comments, although the encoding isn't perfect yet.

{{< add "feature" >}} A channel's avatar, banner and description is now shown on the channel page. Eventually other channel tabs like playlists will be available here too! {{< release "24.02" >}}

The new channel design.

Merkuro

{{< add "bugfix" >}} Fixed a bug where certain locales would be unable to use the date picker. {{< release "24.02" >}} {{< release "23.08" >}}

KWallet

{{< add "bugfix" >}} Fixed the "Configure KWallet..." menu item not working. {{< release "23.08" >}}

{{< add "feature" >}} Added a visible error message for conditions where KWalletManager could fail and display nothing, like the DBus service failing to activate. {{< release "24.02" >}}

The KWallet DBus service is not activable for some reason. The only way to tell before is to look at the logs...

KWin

{{< add "bugfix">}} Fixed the default keybinds for "Switch to Next/Previous Desktop" not being set properly by default, when they probably should. {{< release "6.0" >}} {{< release "5.27" >}}

Plasma

{{< add "feature" >}} A bunch of small improvements and fixes for the "Show Activity Manager" applet. This is mostly fixing stuff that was broken due to KF6 changes. {{< release "6.0" >}}

Kirigami Addons

{{< add "bugfix" >}} Prevent a crash when calculating initials in names that only have parenthesis, such as "(gobble)". This affects the new Avatar component. {{< release "0.12" >}}

See you next month!

{{< series-nav "kde-sept2023" "kde-nov2023" >}}