Your message dated Sat, 28 Feb 2026 13:17:07 +0000
with message-id <[email protected]>
and subject line Bug#1124472: fixed in riseup-vpn 0.24.10+ds1-1+deb13u2
has caused the Debian Bug report #1124472,
regarding riseup-vpn: "cinnamon : could not find polkit agent"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1124472: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124472
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: riseup-vpn
Version: 0.24.10+ds1-1+deb13u1.1
Severity: important
Tags: patch
X-Debbugs-Cc: [email protected]

Dear Maintener,

   * What led up to the situation? I am using cinnamon, riseup-vpn start failed 
with the following message : "could not find polkit agent".
   * What exactly did you do (or not do) that was effective (or
     ineffective)? I launched riseup-vpn in a Cinnamon session
   * What was the outcome of this action? it failed with the message "could not 
find polkit agent".
   * What outcome did you expect instead ? That riseup-vpn starts normally.

Patching pkg/launcher/launcher_linux.go and adding "cinnamon" to the 
polkitProcNames array in the isPolkitRunning function solved the problem. I'm 
attaching the patch to this report. Thanks !


-- System Information:
Debian Release: 13.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.12.57+deb13-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages riseup-vpn depends on:
ii  ca-certificates                    20250419
ii  cinnamon [polkit-1-auth-agent]     6.4.10-2
ii  iproute2                           6.15.0-1
ii  iptables                           1.8.11-2
ii  libc6                              2.41-12
ii  libgcc-s1                          14.2.0-19
ii  libqt6core6t64                     6.8.2+dfsg-9+deb13u1
ii  libqt6gui6                         6.8.2+dfsg-9+deb13u1
ii  libqt6qml6                         6.8.2+dfsg-7
ii  libqt6svg6                         6.8.2-3
ii  libqt6widgets6                     6.8.2+dfsg-9+deb13u1
ii  libstdc++6                         14.2.0-19
ii  mate-polkit [polkit-1-auth-agent]  1.26.1-4+b1
ii  openvpn                            2.6.14-1+deb13u1
ii  pkexec                             126-2
ii  procps                             2:4.0.4-9
ii  python3                            3.13.5-1
ii  qml6-module-qt-labs-platform       6.8.2+dfsg-7
ii  qml6-module-qt-labs-settings       6.8.2+dfsg-7
ii  qml6-module-qtcore                 6.8.2+dfsg-7
ii  qml6-module-qtqml-workerscript     6.8.2+dfsg-7
ii  qml6-module-qtquick                6.8.2+dfsg-7
ii  qml6-module-qtquick-controls       6.8.2+dfsg-7
ii  qml6-module-qtquick-dialogs        6.8.2+dfsg-7
ii  qml6-module-qtquick-effects        6.8.2+dfsg-7
ii  qml6-module-qtquick-layouts        6.8.2+dfsg-7
ii  qml6-module-qtquick-templates      6.8.2+dfsg-7
ii  qml6-module-qtquick-window         6.8.2+dfsg-7

Versions of packages riseup-vpn recommends:
ii  qt6-wayland  6.8.2-4

riseup-vpn suggests no packages.

-- no debconf information
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 riseup-vpn (0.24.10+ds1-1+deb13u1.1) UNRELEASED; urgency=medium
 .
   * Non-maintainer upload.
   * # compatible cinnamon
Author: ellana <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2026-01-01

--- riseup-vpn-0.24.10+ds1.orig/pkg/launcher/launcher_linux.go
+++ riseup-vpn-0.24.10+ds1/pkg/launcher/launcher_linux.go
@@ -136,6 +136,7 @@ func isPolkitRunning() (bool, error) {
                "fingerprint-polkit-agent",
                "xfce-polkit",
                "phosh",
+               "cinnamon",
        }
 
        processes, err := ps.Processes()

--- End Message ---
--- Begin Message ---
Source: riseup-vpn
Source-Version: 0.24.10+ds1-1+deb13u2
Done: Nilesh Patra <[email protected]>

We believe that the bug you reported is fixed in the latest version of
riseup-vpn, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <[email protected]> (supplier of updated riseup-vpn package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 26 Feb 2026 00:27:30 +0530
Source: riseup-vpn
Architecture: source
Version: 0.24.10+ds1-1+deb13u2
Distribution: trixie
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1124472
Changes:
 riseup-vpn (0.24.10+ds1-1+deb13u2) trixie; urgency=medium
 .
   * Add policykits in an ORed fashion so there is at least
     one polkit available. This is due to the removal of
     policykit-1-gnome in stable (Closes: #1124472)
   * Add patch to add in more desktop environments and polkit
     binary paths to startup polkit on service start.
Checksums-Sha1:
 259df355baf431feade5943288d2c2a916e11b86 3027 
riseup-vpn_0.24.10+ds1-1+deb13u2.dsc
 95a7dbae9a6e489876587ba53bf316810828001a 9876 
riseup-vpn_0.24.10+ds1-1+deb13u2.debian.tar.xz
 defa51cee0034a7a9991c5b5472a83afd5fa2576 22468 
riseup-vpn_0.24.10+ds1-1+deb13u2_amd64.buildinfo
Checksums-Sha256:
 aedfc5045b8b374789ebccb1478ef70ec316a6d1224e059aa64d6194ade917fe 3027 
riseup-vpn_0.24.10+ds1-1+deb13u2.dsc
 75340f4e6743b327ff00637b70770aa593b4a2eaf37666d43fb9de54f4183a14 9876 
riseup-vpn_0.24.10+ds1-1+deb13u2.debian.tar.xz
 cec13770acffe1528c74fc31d2fc671b3764e242592b10536c98056612142c0d 22468 
riseup-vpn_0.24.10+ds1-1+deb13u2_amd64.buildinfo
Files:
 9f19b842c2b2420ee1ae0f416ffc566b 3027 net optional 
riseup-vpn_0.24.10+ds1-1+deb13u2.dsc
 b05259c0caa36bc7f019077af71c630b 9876 net optional 
riseup-vpn_0.24.10+ds1-1+deb13u2.debian.tar.xz
 f3aedf253328fd1a8968ddbed78480ee 22468 net optional 
riseup-vpn_0.24.10+ds1-1+deb13u2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iIgEARYKADAWIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCaZ9caxIcbmlsZXNoQGRl
Ymlhbi5vcmcACgkQKieQS9ckPtqkwgD/b2jZaCMUmZakJHdjTG6udnuHjjBUq7GY
6Pxs2DIfiVMA/A8NTXQ9WimeyBuNKUXuiL36t2Ax+E9AXe0gcl7gcwEI
=IkxX
-----END PGP SIGNATURE-----

Attachment: pgpA4UBIShOZc.pgp
Description: PGP signature


--- End Message ---

Reply via email to