I had a problem with Vivaldi browser (vivaldi-stable). It started with blank window on both my computers. I had to remove the ~/.config/vivaldi folder to make it working again.
Sync Updates for Week 17, 2024
- Edited
Some issues with conky but the default text changed color to red
But it's solved now:
**
**
Mark12870 I had a problem with Vivaldi browser (vivaldi-stable). It started with blank window
Likely this problem:
https://help.getsol.us/docs/user/troubleshooting/#broken-ui-with-chromium-applications
If it happens again you can just run those commands and avoid having to delete the entire folder.
ReillyBrogan Sweet, it's all good now! Thank you!
Cherry-picked discord 0.0.52
- Edited
Gnome. I'm having problems with notification pop ups. Hard to explain but the words appear vertically. Unfortunately, no time to troubleshoot for the next few days and it isn't a big deal. I was just wondering if someone else had something similar. Evolution and clocks at least are effected.
edit - Solved. Problem was with Mojave-alt theme from repository. Updated to more recent gnome-look version.
My only complaint is finding out about the todo.txt
gnome extension a few days before the sync and not yet being able to figure out how to port it to gnome 46. Thanks Team!
plutuplutu not yet being able to figure out how to port it to gnome 46.
So, basically you have two options here: wait for the extension developper to update the extension to GNOME 46. OR you check out this directory: ~/.local/share/gnome-shell/extensions
It contains folders with all your installed extensions. Figure out which is the folder for the todo.txt extension. Enter this folder, you will find a file called metadata.json
. This file will contain something looking like this:
"shell-version": [
"43",
"44",
"45"
],
Here, you can just replace the 45
with 46
. Save the file. Reboot and check in extension manager, if you now can enable todo.txt extension. For some extensions, this procedure will work, for others not. Only one way to find out
Sebastian Yeah, I already tried that with no luck. However, I did it again and this time reading the error rang a bell: they talk about it there: https://gjs.guide/extensions/upgrading/gnome-shell-46.html
At least I know where to start
And done! .add(
is now .add_child(
. It was easy.