Last week I installed fuse to be able to run a dwg to dxf converter but it unfortunately disabled much of the features on the desktop. When I rebooted, I couldn't enter Zorin (went to tty4 with Alt+F4). Anyway I found a solution here where I kinda reinstalled the desktop from tty4:
systemctl start NetworkManager
apt install ubuntu-desktop
reboot
(I think I replaced the second line with
sudo apt-get install gnome-shell ubuntu-gnome-desktop
because I got saw this solution)
I was able to get back into Zorin but the whole desktop (font and dimensions were more like regular Ubuntu, see screenshot). Also some of the software was acting funny. VLC wasn't able to show videos. I can't uninstall it from the software app. I installed it again and it works but now I have 2 VLCs :')
Same for KdenLive.
I ran sudo apt update and I got the following:
E: The repository 'https://ppa.launchpadcontent.net/noobslab/themes/ubuntu noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Missing Signed-By in the sources.list(5) entry for 'https://packages.zorinos.com/stable'
N: Missing Signed-By in the sources.list(5) entry for 'https://packages.zorinos.com/patches'
N: Missing Signed-By in the sources.list(5) entry for 'https://packages.zorinos.com/apps'
N: Missing Signed-By in the sources.list(5) entry for 'https://packages.zorinos.com/drivers'
When I ran this to check if I have the 4 files as recommended in other solutions:
sudo cp zorin.list.distUpgrade zorin.list.save zorin.sources zorin.sources.save ~/Desktop
I got only two files on my desktop: zorin.list.distUpgrade and zorin.sources.
and I got the following message:
cp: cannot stat 'zorin.list.save': No such file or directory
cp: cannot stat 'zorin.sources.save': No such file or directory
When I ran cat /etc/apt/sources.list
I got this: # Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources
When I ran this instead cat /etc/apt/sources.list.d/ubuntu.sources
I got the following:
Types: deb
URIs: http://eg.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://security.ubuntu.com/ubuntu
Suites: noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
I was trying to find solutions, some suggested installing xdg-desktop-portal but I'm not sure if it is related.
I don't know how to solve this but I prefer a solution that does not mess up my desktop. Any help is appreciated.
