You are not logged in.
Pages: 1
Hi all! Recently I was interested in the WhiteSur-Light topic from Xfce-Look.org
I downloaded the archive of this theme, went to settings-appearance and added this theme.
Having used this theme, I decided to download another one, but from the official repository, and I managed to do it. But now I don't understand how to delete the WhiteSur theme.
I wrote the command sudo apt remove WhiteSur-light, but it gave me an error, then I decided to look at the correct name of this theme. I wrote the command apt search theme | less but didn’t find this topic there.
This theme is also not in the Usr/share/themes/ location.
Perhaps the theme is in the .themes folder
I checked using the command sudo find / -iname "*WhiteSur-Light*"
gives the location .themes/WhiteSur-Light
I wrote the command sudo rm -rf WhiteSur-light, but still nothing. The theme does not disappear in the settings - appearance
Offline
Try the command like so
rm -rf ~/.themes/WhiteSur-Light
EDIT: dont use sudo, no need.
Last edited by soren (2023-09-14 09:05:25)
Offline
Try the command like so
rm -rf ~/.themes/WhiteSur-Light
EDIT: dont use sudo, no need.
Nope, the topic never went away
I just pasted the command and no messages appeared in the terminal after that, and the topic was never deleted
Offline
soren wrote:Try the command like so
rm -rf ~/.themes/WhiteSur-Light
EDIT: dont use sudo, no need.
Nope, the topic never went away
I just pasted the command and no messages appeared in the terminal after that, and the topic was never deleted
Can you post the output of below command and use code tags when replying please.
ls -al ~/.themes
Offline
Charon795 wrote:soren wrote:Try the command like so
rm -rf ~/.themes/WhiteSur-Light
EDIT: dont use sudo, no need.
Nope, the topic never went away
I just pasted the command and no messages appeared in the terminal after that, and the topic was never deletedCan you post the output of below command and use code tags when replying please.
ls -al ~/.themes
ldrwxr-xr-x 2 root root 4096 сен 13 21:34 .
drwx------ 6 root root 4096 сен 13 21:34 ..
Offline
Looks like you are logging is a root?
Offline
Looks like you are logging is a root?
)
When I started the terminal I entered the su command and entered the root password.
After that I always tried to remove whitesur, but nothing worked..
After writing your command, nothing changed either, but after re-entering the terminal and entering your command again, the WhiteSur theme was deleted
It turns out that the problem was that I wrote the "su" command, huh ..
Last edited by Charon795 (2023-09-14 11:25:01)
Offline
soren wrote:Looks like you are logging is a root?
)
When I started the terminal I entered the su command and entered the root password.
After that I always tried to remove whitesur, but nothing worked..
After writing your command, nothing changed either, but after re-entering the terminal and entering your command again, the WhiteSur theme was deleted
It turns out that the problem was that I wrote the "su" command, huh ..
No need to use SU (super user) when working in your home directory.
Here is a good article on the use of the super user account, which should be used wisely.
https://linuxize.com/post/su-command-in-linux/
Last edited by soren (2023-09-14 11:21:18)
Offline
ps: can you now please also help me remove the WhiteSur icons ^^"?
Same process, this time maybe the icons are in /home/<your user>/.icons so let us know the output of below command first before we remove any files.
ls -al ~/.icons
Offline
Charon795 wrote:ps: can you now please also help me remove the WhiteSur icons ^^"?
Same process, this time maybe the icons are in /home/<your user>/.icons so let us know the output of below command first before we remove any files.
ls -al ~/.icons
I have already written the following commands and removed the necessary icons
Thanks for your help
xanther@devuan:~$ cd ~/.icons
xanther@devuan:~/.icons$ ls -a
. .. Tela Tela-dark Tela-light WhiteSur WhiteSur-dark
xanther@devuan:~/.icons$ rm -rf WhiteSur
xanther@devuan:~/.icons$ rm -rf WhiteSur-dark
xanther@devuan:~/.icons$
Offline
Your welcome.
Offline
Pages: 1