You are not logged in.
Pages: 1
I'm trying to follow #3 here to install the Papirus icon theme, but get is not a valid command. Is get clone a Git command, thus requiring that I install git?
Last edited by KrunchTime (2017-05-25 06:48:37)
Offline
Yes, what they meant is 'sudo git clone ....' probably. What I would do is just 'git clone ...' to some user space and then 'sudo cp....' or no sudo at all and just copy them to user .icons.
Last edited by brontosaurusrex (2017-05-25 06:42:05)
Online
It looks like a typo to me, and yes you'll need git. I don't see why you have to clone the repo as root though. I haven't tried it, but this ought to work (run it in some directory belonging to you):
git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk.git
Then you can go into the created directory and copy out what you want.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
@bronto: Perhaps you're right; https://git-scm.com/docs/git-clone
@johnraff: Why sudo...perhaps because the first step in the how-to is to:
cd /usr/share/icons
. But I understand what you're saying...6 of 1, half a dozen of the other.
Thank you both for your input.
Last edited by KrunchTime (2017-05-25 06:47:38)
Offline
^Yes, but there's no need to clone the repo in a system dir - somewhere in your own space should be fine.
Then you can still do:
cd /path/to/papirus-icon-theme-gtk
sudo cp Papirus-Arc-Dark-GTK Papirus-Dark-GTK Papirus-GTK /usr/share/icons
Using sudo only for the actual file install step (and keep the repo for now, in case you need it later).
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
^Yes, but there's no need to clone the repo in a system dir - somewhere in your own space should be fine.
Good point.
Offline
i do not think git should ever be used with sudo.
Offline
From the link:
3) Install Papirus Icon Theme Manually
Other Distro users can install Papirus Icon Theme manually by cloning the developer source file from github page.
Button says [Clone or Download] - I chose download:
/media/5/zip-tar-gz/papirus-icon-theme-master.zip
Install like any other theme
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Pages: 1