<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Méven Car on KDE Blogs</title><link>https://blogs.kde.org/authors/mevencar/</link><description>Recent content in Méven Car on KDE Blogs</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 25 Apr 2026 11:28:36 +0200</lastBuildDate><atom:link href="https://blogs.kde.org/authors/mevencar/index.xml" rel="self" type="application/rss+xml"/><item><title>Dolphin 26.04 release</title><link>https://blogs.kde.org/2026/05/03/dolphin-26.04-release/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><author>Méven Car</author><guid>https://blogs.kde.org/2026/05/03/dolphin-26.04-release/</guid><description>&lt;p&gt;I want to highlight a few changes that came to Dolphin 26.04 and add some nuance to the release announcement.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://kde.org/announcements/gear/26.04.0/"&gt;the KDE Gear 26.04 release announcement&lt;/a&gt; mentions:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In version 26.04, Dolphin lets you add keyboard shortcuts to nearly any option in any menu, plugin or extension.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This refers to this MR: &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1167"&gt;Add keyboard shortcut support for service menu actions&lt;/a&gt;.
This change made it possible to add shortcuts to the &lt;a href="https://store.kde.org/browse?cat=102&amp;amp;ord=latest"&gt;beloved&lt;/a&gt; &lt;a href="https://develop.kde.org/docs/apps/dolphin/service-menus/"&gt;service menus&lt;/a&gt; and closed a &lt;a href="https://bugs.kde.org/260266"&gt;highly-requested feature&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In other words, this allows you to add shortcuts to custom actions that can be run on currently-selected files or folders in Dolphin.&lt;/p&gt;
&lt;figure&gt;
 &lt;img class="img-fluid" alt="Shortcut edition for context menu custom actions" src="https://blogs.kde.org/2026/05/03/dolphin-26.04-release/context-menu-shortcuts.png"
 style="max-width: 100%; height: auto"
 /&gt;
&lt;/figure&gt;
&lt;p&gt;This was implemented by a new contributor &lt;a href="https://invent.kde.org/mitalbert"&gt;Albert Mkhitaryan&lt;/a&gt;, who also did the necessary &lt;a href="https://invent.kde.org/frameworks/kio/-/merge_requests/2135"&gt;library work&lt;/a&gt; with my assistance. Kudos to Albert.&lt;/p&gt;
&lt;p&gt;Most of Dolphin's UI could already benefit from shortcuts with some &lt;a href="https://discuss.kde.org/t/keyboard-shortcut-for-dolphins-file-create-new-empty-file-and-similar/46458/6"&gt;caveats&lt;/a&gt; and t he new feature does not apply to &lt;a href="https://api.kde.org/kabstractfileitemactionplugin.html"&gt;context menu plugins&lt;/a&gt;, such as Ark's &amp;quot;Extract here&amp;quot; or Dolphin's &amp;quot;Set Folder Icon&amp;quot;.&lt;/p&gt;
&lt;p&gt;Additionally, &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1122"&gt;context menus options are reloaded&lt;/a&gt; as they are modified thanks to &lt;a href="https://invent.kde.org/zhangpan"&gt;Pan Zhang&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://invent.kde.org/xiota"&gt;xi ota&lt;/a&gt; added an &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1152"&gt;option to pick the tab width&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There was an &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1171"&gt;important fix&lt;/a&gt; for split view users by &lt;a href="https://invent.kde.org/marisn"&gt;Māris Nartišs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I made a &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1192"&gt;small improvement&lt;/a&gt; to the layout of the Settings dialog.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://invent.kde.org/syriusz"&gt;Rafał Lichwała&lt;/a&gt; improved &lt;a href="https://invent.kde.org/frameworks/kio/-/merge_requests/2134"&gt;dragging and dropping&lt;/a&gt; from &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1165"&gt;the Places panel&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Of course a few bugfixes (not exhaustive list):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bugs.kde.org/show_bug.cgi?id=514209"&gt;514209&lt;/a&gt; preventted flickrering when holding F5 key, by Ritchie Frodomar,&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bugs.kde.org/show_bug.cgi?id=510829"&gt;510829&lt;/a&gt; improved the rendering of gif/animated images in hidpi context, by me.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bugs.kde.org/show_bug.cgi?id=453262"&gt;453262&lt;/a&gt; refreshing the image preview in the information panel after a file is renamed, by me.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And we &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1190"&gt;reverted a dreaded change&lt;/a&gt; to the Create New Folder shortcut.&lt;/p&gt;
&lt;p&gt;Another thing worth mentioning is the &lt;a href="https://nicolasfella.de/posts/detecting-leaks-in-kde-ci/"&gt;memory leak detection effort&lt;/a&gt; started by &lt;a href="https://nicolasfella.de/"&gt;Nicolas Fella&lt;/a&gt;, as this allowed me to find a couple of uncommon &lt;a href="https://invent.kde.org/frameworks/kio/-/merge_requests/2188"&gt;mem leaks&lt;/a&gt;. The work is not complete as KIO CI tests don't pass under LSAN scrutiny yet. I have been &lt;a href="https://invent.kde.org/frameworks/kio/-/merge_requests/2196"&gt;working on it&lt;/a&gt; and only a couple of hard cases remain to be solved - help welcome.&lt;/p&gt;
&lt;p&gt;Next will be activating LSAN for Dolphin tests and CI for further stability but that is &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1227"&gt;already&lt;/a&gt; &lt;a href="https://invent.kde.org/system/dolphin/-/merge_requests/1210"&gt;fruitfull&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Having stopped my personal blog, I am now using kde-blogs.&lt;/p&gt;
&lt;p&gt;That's all, folks.&lt;/p&gt;</description></item></channel></rss>