Comments

1905 Comments

Seems to be working.

karma

This is working fine here.

Looks OK here.

I'm not seeing any alerts either (after a reboot) and systemd-resolved is definitely running.

adama$ systemctl status systemd-resolved
● systemd-resolved.service - Network Name Resolution
     Loaded: loaded (/usr/lib/systemd/system/systemd-resolved.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: active (running) since Sun 2024-05-19 15:37:32 AEST; 28s ago

Looks to be working OK. I am not seeing the issues reported against F40, and systemd-resolved is definitely running.

karma

Looks OK here.

Looks OK here.

Working fin in 39.

BZ#2278895 virtualbox-guest-additions-7.0.18 is available

Working fine in 38.

BZ#2278895 virtualbox-guest-additions-7.0.18 is available

Working OK here, multimedia (YouTube) playing fine.

karma

Working OK on bare metal and in a VirtualBox VM.

Intel NUC NUC13ANHi7 (NUC13ANHi7000) (rev N11225-207) 1 x 13th Gen Intel(R) Core(TM) i7-1360P Intel Corporation Raptor Lake-P [Iris Xe Graphics] (rev 04)

karma

Working in 39 as a VirtualBox VM.

karma

Working in 38 as a VirtualBox VM.

karma

No problems so far, system still works and my stuff builds and runs fine.

Everything working here.

BZ#2278895 virtualbox-guest-additions-7.0.18 is available

Well.... upstream suggested fix (change the value of "colnr") doesn't really fix the problem because it doesn't fix the misplacement of the lines symbol. The best looking compromise seems to be to define "colnr" to be just a space (given the misplacement of the lines symbol). The way I did that was to add this to my ~/.vimrc file:

" Attempt to fix vim-airline.
if !exists('g:airline_symbols')
    let g:airline_symbols = {}
endif
let g:airline_symbols.colnr = ' '

Anyway out of the box vim-airline is now broken in Fedora. There is probably a way to patch fix this in the config files that are part of tha package, but I don't know if it is worth the bother.

I'm using Source Code Pro in my terminals. I did try changing the font but it didn't seem to make any difference. I'll try again a bit later today with a range of fonts, grab a screen shot, and report upstream.

Sorry I spoke too soon. There does seem to be an "issue" in that the text in the status area seems garbled. The "%" symbol appears partly on top of the lines symbol, which is misplaced (and the "%" seems that it shouldn't be there at all).

I doubt this is deliberate. In any case the previous version looks better and the layout conforms to the documentation. Can you please verify?

Working fine here.