You are not logged in.
I don't think GTK2 is going to disappear for a while yet
Yep, esp. on Debian!
Also keep in mind that (unlike e.g. Qt) GTK2 is "just" a UI toolkit and to keep on using it does not pose a security risk or some such. As long as it works, no problem.
Offline
johnraff wrote:I don't think GTK2 is going to disappear for a while yet
Yep, esp. on Debian!
Also keep in mind that (unlike e.g. Qt) GTK2 is "just" a UI toolkit and to keep on using it does not pose a security risk or some such. As long as it works, no problem.
Makes sense. As long as there's no so-called bit rot then why not keep them if they work?
Real Men Use Linux
Offline
Bullseye Freeze Policy:
https://release.debian.org/bullseye/freeze_policy.html
Mostly for developers, but some bits of interest to us too, eg:
2021-02-12 - Milestone 2 - Soft Freeze
Packages that are not in bullseye at the start of the soft freeze will not be in the release.
and
Please note that packages that are in bullseye at the start of the soft freeze can still be removed if they are buggy.
So nothing that's not in Testing on 12th Feb. will be coming in Bullseye. (I don't think that rules out possible package upgrades though.)
...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
bullseye froze softly
"we currently believe the state of bullseye is pretty good, so we're aiming for a record short freeze"
details here:
https://lists.debian.org/debian-devel-a … 00002.html
...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've already upgraded my Debian Cinnamon desktop, everything works great. No problems on my old hardware with the 5.10 kernel.
The final dist-upgrade had a held package, ggc-8-base, remove it. You can also remove ggc-9-base if it's installed. Debian Guide...
https://www.debian.org/releases/bullsey … ng.en.html
We don't have a complete Beryllium repo upgrade yet, but most, if not all, of BunsenLabs Lithium should still work.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
We don't have a complete Beryllium repo upgrade yet...
Last uploads of migrated Beryllium packages went up yesterday, so now we do:
deb https://kelaino.bunsenlabs.org/~johnraff/debian beryllium main
Add that to a basic Bullseye CLI system and install bunsen-meta-all.
I'm just about to test this out and will start a new topic if it works OK...
EDIT - hold that a bit, the metapackage needs a little tweaking. Anyway, I'll start a new thread.
Last edited by johnraff (2021-02-14 07:08:19)
...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
Take your time. I assume you'll upgrade in a VM, I can test it on metal when it's ready.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
When the first test ISO's are out I can give 'em a spin!
Real Men Use Linux
Offline
^Thanks! But that won't be for a while yet - I'm still hoping the Bullseye version of live-build will be upgraded to the latest version from Sid.
Meanwhile, the packages are available, and a how-to topic coming soon. Any volunteers to try that will be highly welcome.
...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
When the first test ISO's are out I can give 'em a spin!
No ISOs for a while, but the packages are out.
HOW-TO here:
https://forums.bunsenlabs.org/viewtopic.php?id=7356
...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
Debian Project News - March 18th, 2021
Some interesting bits here and there:
https://www.debian.org/News/weekly/current/issue/
...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
Debian Project News - March 18th, 2021
Some interesting bits here and there:
https://www.debian.org/News/weekly/current/issue/
All sorts of good info:) Finally signed up for the mailing list. Thank you for posting!
Offline
@Johnraff, I updated my Debian desktop to Bullseye just after the soft freeze, I'd love to do the same with Lithium (and post a tutorial). Do we have enough BL packages yet?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^Yes, they're all there, use the experimental repo:
deb https://kelaino.bunsenlabs.org/~johnraff/debian beryllium main
...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
^^ & ^Thread on setting up the experimental Beryllium:
https://forums.bunsenlabs.org/viewtopic.php?id=7356
Not quite the same as upgrading a Lithium system of course.
...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
NewInBullseye
Debian wiki page that will probably have more stuff added...
https://wiki.debian.org/NewInBullseye
Worth keeping an eye on.
...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
Command "open" in Bullseye
http://charles.plessy.org/Debian/debi%C3%A2neries/open/
Debian Bullseye will provide the command /usr/bin/open for your greatest comfort at the command line. On a system with a graphical desktop environment, the command should have a similar result as when opening a document from a mouse-and-click file browser.
Technically, /usr/bin/open is a symbolic link managed by update-alternatives to point towards xdg-open if available and otherwise run-mailcap.
...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
and otherwise run-mailcap.
Now that's interesting.
The man page starts thusly:
run-mailcap, view, see, edit, compose, print - execute programs via entries in the mailcap file
I only have this on my non-graphical Debian install.
There are some entries in /etc/mailcap.
Testing with e.g.
compose some.html
just opens the file with vi. I wonder what's possible on a graphical system.
- and apparently no package owns /etc/mailcap; I wonder what created it and who writes to it?
Offline
apparently no package owns /etc/mailcap; I wonder what created it and who writes to it?
update-mime updates the /etc/mailcap file to reflect mime information changed by a Debian package during installation or removal.
update-mime belongs to mime-support
...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
^ Thanks.
Offline