![]() | 1 | initial version |
Is that a multi-user system and you want the theme to be available for every user? Only then you need to place it in a "global" folder. (extract it in your home folder and then use sudo cp <source> /usr/share/themes
to copy it.
If only you want to use the theme or there is only one user, just use the .themes
directory in your home folder (~/.themes
)
![]() | 2 | No.2 Revision |
Is that a multi-user system and you want the theme to be available for every user? Only then you need to place it in a "global" folder. (extract it in your home folder and then use sudo cp -r <source> /usr/share/themes
to copy it.
If only you want to use the theme or there is only one user, just use the .themes
directory in your home folder (~/.themes
)