plasma-workspace.git
4 months ago[PATCH] applets/devicenotifier: check if device has been added before
Bohdan Onofriichuk [Mon, 5 May 2025 19:13:54 +0000 (19:13 +0000)]
[PATCH] applets/devicenotifier: check if device has been added before

BUG: 495140

Skip device if applet already has device with similar udi

Gbp-Pq: Name upstream_a83c4e5f_applets-devicenotifier-check-if-device-has-been-added-before.patch

4 months ago[PATCH] kcm_regionandlang: add locale C to mapping and always set LANG and LC_*
Han Young [Sat, 22 Feb 2025 15:13:19 +0000 (23:13 +0800)]
[PATCH] kcm_regionandlang: add locale C to mapping and always set LANG and LC_*

BUG: 500432

Add locale C to glibc mappings so that locale C is actually saved to config file

Also set LC_* whenever LANG is set, this ensure LC_* are always up to date. In previous logic, LC_* can become out of sync if user change LANG to something else than changed it back.

Gbp-Pq: Name upstream_c9ee2931_kcm-regionandlang-add-locale-C-to-mapping-and-always-set-LANG-and-LC-.patch

4 months ago[PATCH] kcm/users: refine "deleting logged-in user" UX
Nate Graham [Fri, 14 Mar 2025 22:23:58 +0000 (16:23 -0600)]
[PATCH] kcm/users: refine "deleting logged-in user" UX

Right now there are two problems:
1. Deleting a logged-in user shows no warning about this.
2. Asking to delete the files of a logged-in user fails silently
   (AccountsService simply won't do it).

This commit solves both problems: now the user sees a warning dialog
when they try to delete another logged-in user, and it also prevents
them from trying to delete a logged-in user's files, instead redirecting
them to just delete the account but not the files.

To achieve this, I needed to change what the `loggedIn` property does,
because previously it was inaccurate, returning whether the queried user
is the currently logged-in user. Now it returns whether the quaried user
is logged in, and I added a new `isMe` property to hold whether the
queried user is the currently logged-in user.

BUG: 495494
FIXED-IN: 6.4.0

Gbp-Pq: Name upstream_9abfdd26_kcm-users-refine-deleting-logged-in-user-UX.patch

4 months ago[PATCH] users kcm: Fix issue in sorting user list
Sune Vuorela [Thu, 13 Feb 2025 19:28:40 +0000 (19:28 +0000)]
[PATCH] users kcm: Fix issue in sorting user list

If two users are logged in, the sorting order is not stable, both should be sorted before the other

Use partition instead of sorting, since we only care about having moved logged in users up front.

Found by: Kamil Kaznowski

Gbp-Pq: Name upstream_fbb2e6d3_users-kcm-Fix-issue-in-sorting-user-list.patch

4 months ago[PATCH] applets/appmenu: Store dbus menu importer in a std::unique_ptr
Vlad Zahorodnii [Wed, 23 Apr 2025 11:34:28 +0000 (14:34 +0300)]
[PATCH] applets/appmenu: Store dbus menu importer in a std::unique_ptr

The code is simpler this way.

Gbp-Pq: Name upstream_5d008e00_applets-appmenu-Store-dbus-menu-importer-in-a-std-unique-ptr.patch

4 months ago[PATCH] applets/appmenu: Fix displaying menu of the previous active window
Vlad Zahorodnii [Fri, 18 Apr 2025 19:39:46 +0000 (22:39 +0300)]
[PATCH] applets/appmenu: Fix displaying menu of the previous active window

We need to break the DBusMenuImporter::menuUpdated() signal connection
when the active window changes. Otherwise, it's possible that the
menuUpdated signal will be emitted and the menu will be marked as
available.

BUG: 473714

Gbp-Pq: Name upstream_73875471_applets-appmenu-Fix-displaying-menu-of-the-previous-active-window.patch

4 months ago[PATCH] applets/notifications: never use scientific notation for large numbers
Nate Graham [Sat, 29 Mar 2025 21:35:36 +0000 (15:35 -0600)]
[PATCH] applets/notifications: never use scientific notation for large numbers

Normal people don't know how to read it.

BUG: 422166
FIXED-IN: 6.4.0

Gbp-Pq: Name upstream_cf206f9d_applets-notifications-never-use-scientific-notation-for-large-numbers.patch

4 months ago[PATCH] applets/systemtray: Open context menu on click when ItemIsMenu
Kai Uwe Broulik [Sat, 22 Mar 2025 17:22:35 +0000 (18:22 +0100)]
[PATCH] applets/systemtray: Open context menu on click when ItemIsMenu

As per StatusNotifierItem spec:

> The item only support the context menu, the visualization should
prefer showing the menu or sending ContextMenu() instead of Activate()

Gbp-Pq: Name upstream_f17c2546_applets-systemtray-Open-context-menu-on-click-when-ItemIsMenu.patch

4 months ago[PATCH] Fix Scroll Wheel issue in AllApps submenu of Application Dashboard
Tomislav Pap [Mon, 24 Mar 2025 23:23:07 +0000 (23:23 +0000)]
[PATCH] Fix Scroll Wheel issue in AllApps submenu of Application Dashboard

Scroll with mouse wheel was problematic in AllApps subsection. It worked
partially, abruptly stopping when hovering over app icons, or just
during mouse wheel scrolling.

The problem is that QQuick WheelInterceptor::findwheelArea() never entered
into its if statement because there are 3 children elements of QML parent,
and their z axis values are 1, 0, 0 respectfully.

BUG: 486481
FIXED-IN: 6.4.0

Gbp-Pq: Name upstream_4f9b1a69_Fix-Scroll-Wheel-issue-in-AllApps-submenu-of-Application-Dashboard.patch

4 months ago[PATCH] libkmpris: allow MultiplexerModel to show actual player name
Fushan Wen [Mon, 24 Mar 2025 12:33:47 +0000 (20:33 +0800)]
[PATCH] libkmpris: allow MultiplexerModel to show actual player name

The lock screen needs it to show the actual player name instead of
"Choose player automatically"

Gbp-Pq: Name upstream_e4e0dee5_libkmpris-allow-MultiplexerModel-to-show-actual-player-name.patch

4 months agorelax-interplasma-versioned-deps
Debian Qt/KDE Maintainers [Mon, 21 Jul 2025 16:21:10 +0000 (18:21 +0200)]
relax-interplasma-versioned-deps

Gbp-Pq: Name relax-interplasma-versioned-deps.patch

4 months agofix-incorrect-libplasma-dependency-version
Debian Qt/KDE Maintainers [Mon, 21 Jul 2025 16:21:10 +0000 (18:21 +0200)]
fix-incorrect-libplasma-dependency-version

Gbp-Pq: Name fix-incorrect-libplasma-dependency-version.patch

4 months agoplasma-workspace (4:6.3.6-2) unstable; urgency=medium
Aurélien COUDERC [Mon, 21 Jul 2025 16:21:10 +0000 (18:21 +0200)]
plasma-workspace (4:6.3.6-2) unstable; urgency=medium

  [ Aurélien COUDERC ]
  * Fix incorrectly encoded libplasma dependency version that breaks
    builds with our mixed 6.3.x packages in trixie.

[dgit import unpatched plasma-workspace 4:6.3.6-2]

4 months agoImport plasma-workspace_6.3.6-2.debian.tar.xz
Aurélien COUDERC [Mon, 21 Jul 2025 16:21:10 +0000 (18:21 +0200)]
Import plasma-workspace_6.3.6-2.debian.tar.xz

[dgit import tarball plasma-workspace 4:6.3.6-2 plasma-workspace_6.3.6-2.debian.tar.xz]

4 months agoImport plasma-workspace_6.3.6.orig.tar.xz
Aurélien COUDERC [Sat, 19 Jul 2025 10:11:47 +0000 (12:11 +0200)]
Import plasma-workspace_6.3.6.orig.tar.xz

[dgit import orig plasma-workspace_6.3.6.orig.tar.xz]