You are not logged in.
Doesn't appear to do anything. Not even a pop up window asking for a password. Is it broken?
Offline
It's not broken for me.
Do you not see a submenu of apps to install, or is the problem that nothing happens when you click one?
eg, if I go to Install Favourite Packages > Multimedia Editors > Install Mhwaveedit
this pops up:
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I can see the submenu of apps, but that terminal window doesn't pop up for me. Mind you, I did change my default terminal to Sakura. Would that have any effect?
Offline
OK the first thing to try is to temporarily set x-terminal-emulator to something different, eg lxterminal, and see if the issue persists.
Menu > System Settings > Edit Debian Alternatives
EDIT: I tried this on my system and yes there is an issue with Sakura using that script. I'll have to have a look at it, and thanks for finding the bug!
Last edited by johnraff (2024-11-09 03:58:46)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I'm sorry but Sakura does not support the -e option of x-terminal-emulator correctly. I've just spent a couple of hours trying to find a workaround but without success.
Unfortunately you are left with the options of setting a different terminal as x-terminal-emulator (most of the other common ones work), or just not using that menu item and installing packages via Synaptic package manager or directly on a terminal with apt.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I swapped out Sakura for Terminator and it works perfectly now.
Except, I keep seeing this...
Someone might want to take a look at that. it's not a deal breaker, since you can simply ignore it and carry on, but it might still be of concern,
Last edited by MarkW (2024-11-09 10:25:59)
Offline
The question about quitting or not is coming from our script, but the actual warning is from apt itself.
You've got an apt key stored in a deprecated place - a key coming from a third-party source it seems.
See 'man apt-key' for the details, the DEPRECATION section. Specifically, you might try:
If your existing use of apt-key add looks like this:
wget -qO- https://myrepo.example/myrepo.asc | sudo apt-key add -
Then you can directly replace this with (though note the recommendation
below):wget -qO- https://myrepo.example/myrepo.asc | sudo tee
/etc/apt/trusted.gpg.d/myrepo.asc
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I don't know where my repositories are, and I can't see them using either Synaptic or Software and Updates, so I'm going to leave it.
Offline
Well, something put a key for packages.bluemail.me in your /etc/apt/trusted.gpg which suggests an added repository.
Run 'inxi --repos' to see what apt repositories you have enabled.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I misremembered. It's actually something to do with gpg keys
ERROR MESSAGE: W: https://packages.bluemail.me/repos/debian/./InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Offline
This is going in circles.
You've got an apt key stored in a deprecated place - a key coming from a third-party source it seems.
See 'man apt-key' for the details, the DEPRECATION section.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Oh, sorry, misread your previous post
Repos
mark@Mark-Home:~$ inxi --repos Repos: Active apt repos in: /etc/apt/sources.list 1: deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware 2: deb https://deb.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware 3: deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware Active apt repos in: /etc/apt/sources.list.d/bluemail.list 1: deb https://packages.bluemail.me/repos/debian ./ Active apt repos in: /etc/apt/sources.list.d/bunsen-bookworm-backports.list 1: deb https://pkg.bunsenlabs.org/debian bookworm-backports main Active apt repos in: /etc/apt/sources.list.d/bunsen.list 1: deb https://pkg.bunsenlabs.org/debian boron main Active apt repos in: /etc/apt/sources.list.d/debian-bookworm-backports.list 1: deb https://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware Active apt repos in: /etc/apt/sources.list.d/home:Head_on_a_Stick:obmenu-generator.list 1: deb http://download.opensuse.org/repositori … _Unstable/ / mark@Mark-Home:~$
Offline
You've got a number of third-party repositories enabled.
if there are any you are no longer using it would be better to remove them.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
How do I do that? I can't access the repos. Either through Synaptic or through Software and Updates
Offline
sudo synaptic
[sudo] password for mark:
Traceback (most recent call last): File "/usr/bin/software-properties-gtk", line 100, in <module> app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 249, in __init__ self.init_distro() File "/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 466, in init_distro eol_date = distro.eol ^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'eol'
Offline
1) You shouldn't launch graphics apps with 'sudo' if at all possible, it's a security risk. Try 'pkexec synaptic'.
2) Try uninstalling software-properties-gtk and run synaptic again. If that runs OK, but you don't know how to remove or add repositories manually, I suggest that would be a good topic for some web searching.
EDIT also this: https://forums.bunsenlabs.org/viewtopic.php?id=8898
and this: https://forums.bunsenlabs.org/viewforum.php?id=21
3) There's something wrong with your system anyway. This doesn't look like a fresh install of BunsenLabs.
Last edited by johnraff (2024-11-14 02:15:50)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
2024·11·20 @ 09:19:48 ~
$ pkexec synaptic
==== AUTHENTICATING FOR org.freedesktop.policykit.exec ====
Authentication is needed to run `/sbin/synaptic' as the super user
Authenticating as: sector11,,, (sector11)
Password:
polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
==== AUTHENTICATION FAILED ====
Error executing command as another user: Not authorized
This incident has been reported.
2024·11·20 @ 09:20:02 ~
$
BUT Sudo works just fine. And it needs a password.
Who is it reporting to?
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Root?
Offline
Exactly - root on my machine.
I have always had problems with "pkexe" from day 1.
But that a subject for a different thread
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
pkexec synaptic
works OK on my BL Boron machine.
There is an issue on Wayland though, see here for a workaround: https://forums.bunsenlabs.org/viewtopic.php?id=9115
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline