Gestire temi GTK, icone e personalizzazioni GNOME diventa molto più semplice con Gnome Theme Manager. Una soluzione moderna pensata per chi ama personalizzare Linux senza complicazioni. #GNOME #Linux #OpenSource #GTK #DesktopLinux
Gestire temi GTK, icone e personalizzazioni GNOME diventa molto più semplice con Gnome Theme Manager. Una soluzione moderna pensata per chi ama personalizzare Linux senza complicazioni. #GNOME #Linux #OpenSource #GTK #DesktopLinux
Came back to my workstation this morning and saw that it's been running all night again, instead of going to S3 standby.
I wish I knew how to troubleshoot https://gitlab.gnome.org/GNOME/gnome-session/-/work_items/174 further. That bug where suspend inhibitors sometimes get stuck and randomly make my desktop computer unable to automatically go to sleep when Nautilus or Shortwave are left running… is a huge waste of energy when it's no longer winter here.
Automatically change the theme in Ubuntu depending on the time of day
Steps: Download the Gnome extension: Night Theme Switcher - https://nightthemeswitcher.romainvigier.fr/ or https://extensions.gnome.org/extension/2236/night-theme-switcher/ Create 2 bash scripts: day.sh with this code to change the theme:gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-lgiht';gsettings set org.gnome.desktop.interface color-scheme 'prefer-light'; night.sh:gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark';gsettings set […]I have faced grub not installed issue in regular Ubuntu 26.04 alongside a Bitlocked Windows 11, should I try Kubuntu 26.04 now? #gnome #systeminstallation #kubuntu #lts #2604

Starting 25.10 Ubuntu (Gnome) installer could install alongside Windows even with Bitlocker ON, if there is a freespace already. But today when I installed 26.04, there was no Grub installed in EFI
I translated #akizip to #german till 100 %
its finished.
@deobald The modifications to #gnome is an interesting one because one can say "if you care about upstream first you'd ship a default desktop".
We strive to have most of be config, it's a toggle there for a reason.
The 2nd is Ubuntu ships the most GNOME by a large margin and I basically copy it. If I sat next to you on a plane you could mistake it for ubuntu no problem workflow wise.
I think having an opinionated set of config is different than doing the soft forks people end up making.
After some reflection... I've decided to stick with #ubuntu for another two years and have upgraded all my machines (3 desktops, 4 servers) to 26.04 by doing:
$ sudo do-release-upgrade -d
On the desktop side, things went pretty smoothly and I only had to do the following after the update completed:
1. Resolve some configuration file conflicts, notably rsnapshot, nginx, and grub. For these, mostly used vimdiff afterwards to merge the maintainer's version into the local file.
2. Update apt sources in /etc/apt/sources.list.d. During upgraded, all third party repos are disabled and so afterwards, I had to go and re-enable or update them. Fortunately, I only had a few: google (chrome), steam, and weechat.
3. After updating, Ubuntu pro was not enabled for some reason (though I was enrolled and registered). To fix this, I did: "sudo pro enable livepatch" which also enabled the ESM repos.
That said, not everything was perfect:
1. On my laptop with a 1080p LCD, the default scaling was set to 125% instead of 100% due to it being a smaller screen (14in physically). I did not appreciate this... but I think once you set it to 100% it will be remembered.
2. The OSD for switching inputs is too small and so the text is truncated as shown in the video
3. Epiphany (aka #gnome web) was only version 49 and the font rendering was... blurry. Because of this, I switched back to #firefox (crazy I know) both on the desktop and mobile.
4. I am not a fan of the new default terminal ptyxis, so I installed #ghostty and am using that instead. My issues with ptyxis is that the window decoration does not follow the default color scheme and that it tries to do a bit too much. I did make a custom palette for ptyxis but it still did not behave right (ie. dimming), so I'm just using #ghostty (despite it having a bug with opening off centered with custom window width/height).
On the server side, the upgrades appeared to be fine... until I realized things were not working. In particular a few services stopped working due to #apparmor
1. I had to write a custom apparmor profile for mbsync as shown below.
2. For wireguard and znc, I could not figure out how to write an appropriate apparmor profile, so I installed apparmor-utils and then did "sudo aa-complain" on the corresponding apparmor profiles to put them in complain mode (ie. audit but don't enforce)
I think this last part (the stricter apparmor profiles) will probably bite a lot of people... particularly if you tend to use custom file locations for data and configs, so be warned!
Despite these hiccups, things appear to be running smoothly for now... :}