From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Sun, 12 Oct 2025 12:36:11 +0000
with message-id
and subject line Bug#1117444: fixed in pygobject 3.50.0-8
has caused the Debian Bug report #1117444,
regarding pygobject: GioUnix.DesktopAppInfo requires extraneous parameter to
get_filename() when using GLib 2.84.x
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 owner@bugs.debian.org
immediately.)
--
1117444: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117444
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 5 Oct 2025 18:43:29 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-120.5 required=4.0 tests=BAYES_00,
BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
XMAILER_REPORTBUG autolearn=ham autolearn_force=no
version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 28; hammy, 150; neutral, 207;
spammy,
0. spammytokens:
hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path:
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:33528)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RS
_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.96)
(envelope-from )
id 1v5Thh-003T1K-1k
for submit@bugs.debian.org;
Sun, 05 Oct 2025 18:43:29 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.
org;
s=smtpauto.stravinsky; h=X-Debian-User:Date:Message-ID:Subject:To:From:
Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
Content-Description:In-Reply-To:References;
bh=Qklh0Rn8iuN+YQKYiBUJxFO2tNSdh2PGm/Hg0ZMS4ac=; b
=BpdgeTXo562Kxq5DysFrFA9uSK
GqhSAkX3zMJClUeKge+LKyDVT1Q+6CAOx0mC164sWvPXcsrNmh
QdW2TMWZVUbAGooQB+W9Py2M8su
wWE8gCgygvxrNtaX2wTbeoeP0fT4wzHHkJ0Lkud2MilphggX89
Q+yH/ncsr5ZEe3d6leh7vrrFSkH
D99IxQFhtElN3aD0pUkJTF4gWXpg5aDaaokixiTmdabz1+J/SW
kWJIVF/zQHjURARLFRNsPn3Vb63
rPXePmHcXpGStsOHF1IMe6zPzaje3X/RsMtl6DHhwE6m+PcQ68
7rvJv4ne5mgey8fZIFkacT1Kwtu
slL5QQvQ==;
Received: from authenticated user
by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA
PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.94.2)
(envelope-from )
id 1v5Thd-004DVa-Nt; Sun, 05 Oct 2025 18:43:27 +0000
Received: by debian-20250203 (sSMTP sendmail emulation); Mon, 06 Oct 2025
03:43:20 +0900
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jongmin Kim
To: Debian Bug Tracking System
Subject: Cannot run: TypeError by GioUnix.DesktopAppInfo.get_filename() in
gtweak/utils.py
Message-ID: <175968980009.4311.796424097815965654.reportbug@debian-20250203>
X-Mailer: reportbug 13.2.0
Date: Mon, 06 Oct 2025 03:43:20 +0900
X-Debian-User: jmkim
Delivered-To: submit@bugs.debian.org
Package: gnome-tweaks
Version: 49.0-1
Severity: important
Tags: patch
Dear gnome-tweaks maintainers,
After a recent update, gnome-tweaks fails to start with the following
traceback:
Traceback (most recent call last):
File "/usr/bin/gnome-tweaks", line 100, in
from gtweak.app import GnomeTweaks
File "/usr/lib/python3/dist-packages/gtweak/app.py", line 13, in
from gtweak.tweakview import Window
File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 20, in
from gtweak.tweaks.tweak_group_startup import TWEAK_GROUP as
StartupApplicationTweaks
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_g
oup_startup.py", line 348, in
TWEAK_GROUP = AutostartTweakGroup()
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_g
oup_startup.py", line 243, in __init__
self._startup_dapps = self._get_startup_desktop_files()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_g
oup_startup.py", line 327, in _get_startup_desktop_files
if not AutostartFile(dappinfo).is_start_at_login_enabled():
~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/lib/python3/dist-packages/gtweak/utils.py", line 156, in
__init__
self._desktop_file = appinfo.get_filename()
~~~~~~~~~~~~~~~~~~~~^^
TypeError: GioUnix.DesktopAppInfo.get_filename() takes exactly 1
argument
(0 given)
This issue seems to be caused by a change in the GI bindings. This issue
was already reported to upstream:
https://gitlab.gnome.org/GNOME/gnome-tweaks/-/issues/528
With the proposed patch, gnome-tweaks starts normally. The proposed patch
is available at:
https://gitlab.gnome.org/GNOME/gnome-tweaks/-/merge_requests/173
--- /usr/lib/python3/dist-packages/gtweak/utils.py.orig 2025-10-06
03:00:24.377253424 +0900
+++ /usr/lib/python3/dist-packages/gtweak/utils.py 2025-10-06 03
34:26.743701735 +0900
@@ -134,7 +134,7 @@
@staticmethod
def get_desktop_files():
- return [a.get_filename() for a in Gio.app_info_get_all()]
+ return [a.get_filename(a) for a in Gio.app_info_get_all()]
@staticmethod
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|