ilmarn

Results 9 comments of ilmarn

Is there any way to get list of installed optional packages in current version?

I think that could be a good start. My idea behind this enhancement is to get info why I have this bundle/package installed and who depends on it

yes, #1272 is what i was looking > I noticed that yesterday too. swupd search told me that installing something was 40 MB. So I bundle-added it, and it proceeded...

was able to compile it localy on CL 40520 using https://github.com/neovim/neovim/blob/master/BUILD.md#third-party-dependencies ``` $ cmake -S cmake.deps -B .deps -D CMAKE_BUILD_TYPE=Release $ cmake --build .deps $ cmake -B build -D CMAKE_BUILD_TYPE=Release...

sudo swupd bundle-add xdg-desktop-portal-gnome xdg-desktop-portal should fix this

also had this problem. will try to explain what i did installed xdg-desktop-portal, rebooted, didnt fixed it tried gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'. didnt worked also, removed xdg-desktop-portal after a...

not sure if its related but it seems .xpm image format support is broken, was fine in 41560. at least Eye of Gnome says "Unrecognized image file format"

Neovim uses latest version from branch v2.1 https://github.com/neovim/neovim/blob/081beb3659bd6d8efc3e977a160b1e72becbd8a2/cmake.deps/deps.txt#L4 Another option is to compile with static libs

``` sudo mkdir -p /etc/kernel/cmdline-removal.d sudo echo "console=ttyS0,115200n8" > /etc/kernel/cmdline-removal.d/ttyS0.conf sudo clr-boot-manager update ``` will persist thru updates