The officially official Devuan Forum!

You are not logged in.

#1 2023-09-14 08:05:44

Charon795
Member
Registered: 2023-08-25
Posts: 55  

[SOLVED] Removing the WhiteSur theme

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

#2 2023-09-14 08:58:08

soren
Member
Registered: 2023-04-30
Posts: 87  

Re: [SOLVED] Removing the WhiteSur theme

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

#3 2023-09-14 10:45:31

Charon795
Member
Registered: 2023-08-25
Posts: 55  

Re: [SOLVED] Removing the WhiteSur theme

soren wrote:

Try the command like so

rm -rf ~/.themes/WhiteSur-Light

EDIT: dont use sudo, no need.

Nope, the topic never went away sad
I just pasted the command and no messages appeared in the terminal after that, and the topic was never deleted

Offline

#4 2023-09-14 10:50:13

soren
Member
Registered: 2023-04-30
Posts: 87  

Re: [SOLVED] Removing the WhiteSur theme

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 sad
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

#5 2023-09-14 10:54:00

Charon795
Member
Registered: 2023-08-25
Posts: 55  

Re: [SOLVED] Removing the WhiteSur theme

soren wrote:
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 sad
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
ldrwxr-xr-x 2 root root 4096 сен 13 21:34 .
drwx------ 6 root root 4096 сен 13 21:34 ..

Offline

#6 2023-09-14 11:06:41

soren
Member
Registered: 2023-04-30
Posts: 87  

Re: [SOLVED] Removing the WhiteSur theme

Looks like you are logging is a root?

Offline

#7 2023-09-14 11:12:47

Charon795
Member
Registered: 2023-08-25
Posts: 55  

Re: [SOLVED] Removing the WhiteSur theme

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 ..

Last edited by Charon795 (2023-09-14 11:25:01)

Offline

#8 2023-09-14 11:20:52

soren
Member
Registered: 2023-04-30
Posts: 87  

Re: [SOLVED] Removing the WhiteSur theme

Charon795 wrote:
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

#9 2023-09-14 11:24:32

soren
Member
Registered: 2023-04-30
Posts: 87  

Re: [SOLVED] Removing the WhiteSur theme

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

Offline

#10 2023-09-14 11:28:12

Charon795
Member
Registered: 2023-08-25
Posts: 55  

Re: [SOLVED] Removing the WhiteSur theme

soren wrote:
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

#11 2023-09-14 11:29:36

soren
Member
Registered: 2023-04-30
Posts: 87  

Re: [SOLVED] Removing the WhiteSur theme

Your welcome.

Offline

Board footer