Installing new Themes & Icons in Terminal Doesn't Work
Posted: Thu Sep 17, 2020 3:48 am
Hello Experienced Linux Users,
I am fairly new to Linux and have been reading tutorials and teaching myself Command Line Instructions via the Terminal
What I have is a Sony Vaio Intel Core i5, 2.5 GHz, 4 GB RAM, with LXLE 18.04.3 32-bit loaded.
What I am trying to do is load the themes and icons from this package / and page:
How To Make Linux Look Like Windows XP
www.addictivetips.com/ubuntu-linux-tips ... indows-xp/
This part I was able to do by using the CLI command given, and cutting and pasting into the Terminal
Installing XP GTK Themes
The cornerstone of any Linux distribution is the theme. To install these themes, you have to first install the git tool on your Linux PC.
And my understanding of LXLE is Debian based, so I followed this part of the commands:
Debian
sudo apt-get install git
With the git tool on the system, we can use it to grab the code.
git clone https://github.com/Elbullazul/Longhorn- ... ration.git
And this is where it began to go pear-shaped for me:
Install Longhorn Plex
To get the Longhorn Plex theme working, you’ll need to move it to the theme folder. To install the theme at the system level (so every user can access it), do:
sudo mv ~/Longhorn-Collaboration/Windows\ \Longhorn\ \Plex /usr/share/themes/
But Terminal did not like that command and responded with:
mv: cannot stat '/home/username/Longhorn-Collaboration/Windows Longhorn Plex': No such file or directory
So, my hopes of simply following the CLI cheats does not seem to be working.
So my question is:
What CLI command(s) should I use to load the themes and icons packages?
Many thanks in advance,
HAL
I am fairly new to Linux and have been reading tutorials and teaching myself Command Line Instructions via the Terminal
What I have is a Sony Vaio Intel Core i5, 2.5 GHz, 4 GB RAM, with LXLE 18.04.3 32-bit loaded.
What I am trying to do is load the themes and icons from this package / and page:
How To Make Linux Look Like Windows XP
www.addictivetips.com/ubuntu-linux-tips ... indows-xp/
This part I was able to do by using the CLI command given, and cutting and pasting into the Terminal
Installing XP GTK Themes
The cornerstone of any Linux distribution is the theme. To install these themes, you have to first install the git tool on your Linux PC.
And my understanding of LXLE is Debian based, so I followed this part of the commands:
Debian
sudo apt-get install git
With the git tool on the system, we can use it to grab the code.
git clone https://github.com/Elbullazul/Longhorn- ... ration.git
And this is where it began to go pear-shaped for me:
Install Longhorn Plex
To get the Longhorn Plex theme working, you’ll need to move it to the theme folder. To install the theme at the system level (so every user can access it), do:
sudo mv ~/Longhorn-Collaboration/Windows\ \Longhorn\ \Plex /usr/share/themes/
But Terminal did not like that command and responded with:
mv: cannot stat '/home/username/Longhorn-Collaboration/Windows Longhorn Plex': No such file or directory
So, my hopes of simply following the CLI cheats does not seem to be working.
So my question is:
What CLI command(s) should I use to load the themes and icons packages?
Many thanks in advance,
HAL