Control: severity -1 serious On Thu, Oct 2, 2025 at 11:07 AM Giacomo Mulas <[email protected]> wrote: > File "/usr/lib/python3/dist-packages/gtweak/tweaks/tweak_group_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) > > I had not tried to use it for a while, so I don't know exactly since when > this problem arised. It looks very much like some underlying python api was > changed under its feet and it was not updated to match it. Please let me know > if there is some additional information I can provide, or test I can perform, > to ease solving this.
This appears to be a bug with the Startup Applications feature. The app will run if you don't have any files in ~/.config/autostart/ . You could temporarily move the files elsewhere to use the app and then move them back, as a workaround. Maybe this issue will be fixed when we get glib2.0 2.86 into Unstable in the next few days: https://bugs.debian.org/1115340 Thank you, Jeremy Bícha

