`mailto:` links did not open new messages for me when Thunderbird is set as default on Windows.
I installed it from the *Microsoft Store*. That version doesn’t pass mailto arguments!
I was able to fixit as follows: uninstall the Store app & install Thunderbird from [thunderbird.net](https://www.thunderbird.net).
Then mailto works again in all browsers.
#Thunderbird #Email #Windows #Bug #TechTips
Thunderbird — Free Your Inbox.

Thunderbird is a free email application that’s easy to set up and customize - and it’s loaded with great features!

Thunderbird

I have continued testing with all versions from 16.x onwards (deleting all data before reinstalling) and the result is the same: it crashes.

#GetSession #Session #Chat #Linux #ChatApp #Bug


RE: friendica.world/objects/84b6ef…

Files before folders?
Folders before files?

Or maybe it's a statement on the implicit, unexamined assumption about the spatial relationship corresponding to "before".

It's the little unexpected pranks that make me love #GTK .

#UI #programming #freesoftware #bug #bugs #opensource #humor

And of course there was a red bug and an oriental garden lizard as well as a giant grasshopper #bug #lizard #grasshopper #Phuket

Oh what's this? A Ribombee OC? Yup!

Creaetd by ME

This is Pixie! She's a playful little Ribombee girl who loves going through flower fields. She doesn't like rain much since she's afraid of getting wet. She also loves fairy related stuff.

#Pixie #Ribombee #BeeFly #Bug #Fairy #Pokemon #Girl #Cute #Diaper #Nappy #Babyfur #Diaperfur #red #bow #Ribbon #Dress

No login screen after upgrade to f43
Huh, just a couple of weeks after I wrote that upgrades hardly ever break Fedora, it turns out that this latest upgrade broke Fedora for a lot of people.
"Solved: authselect was never set up on a system upgraded through many versions"

#Fedora #Linux #bug

No login screen after upgrade to f43 (Solved: authselect was never set up on a system upgraded through many versions)

I solved this myself but wanted to document the solution in case other users might have the same issues. All hints and feedback on how to best achieve this goal are appreciated. Issue The upgrade itself ran smooth but after boot there is just a blinking cursor, no login screen. Debugging steps (feel free to skip) Switch to a text console (Ctrl+Alt+F3), login as prompted. Check for failed services systemctl --failed Some user@[somenumber].service entries were listed systemctl status user@[s...

Fedora Discussion

Today's bug is a minor `valgrind` build system bug: https://bugs.kde.org/show_bug.cgi?id=511972

There `valgrind` probed at `./configure` time presence of `-W${flag}` support in `gcc` and used `-Wno-${flag}` to disable it. And it worked until https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=5b276d38c2fdd7df3d167755940da2038e049308

`gcc-16` will not allow countering `-Walloc-size-larger-than=42` with `-Wno-alloc-size-larger-than=42` any more. It has to be spelled as `-Wno-alloc-size-larger-than`.

#bug #valgrind

511972 – valgrind-3.26.0 tests fail to build on upcomig gcc-16: unrecognized command-line option '-Wno-alloc-size-larger-than=18446744073709551615'

#Chromium #Bug

Frustrating, I found the code that I would like to modify and recompile Chromium.

1. WindowStates
https://source.chromium.org/chromium/chromium/src/+/main:ui/ozone/platform/wayland/host/wayland_window.h;l=266-280;drc=a7cdebe0e5025250794e1407e6880141e3520bb1

This defines "is_minimized" and "is_suspended" this is nonsense, Wayland has no "minimized" state.

2. OnToplevelConfigure, where windowstate is set, there is no is_minimize = SOMETHING

https://source.chromium.org/chromium/chromium/src/+/main:ui/ozone/platform/wayland/host/xdg_toplevel.cc;l=233-267;bpv=0;bpt=1

There is only is_suspended = something.

Thus is_minimized is never set.

×