lassekongo83/plano-theme

When i tried updating plano theme, this is what happened:

PranavBhattarai opened this issue · 3 comments

pranav@inspiron-5548:~$ cd ~/.themes/
pranav@inspiron-5548:~/.themes$ ls
delorean-dark-theme-3.6-G
delorean_dark_theme_3_6_g__vs_2_56_by_killhellokitty-d5nnoxt.zip
plano-theme
pranav@inspiron-5548:~/.themes$ cd plano-theme
pranav@inspiron-5548:~/.themes/plano-theme$ ls
gnome-shell  index.theme  plano.png
gtk-2.0      LICENSE      README.md
gtk-3.0      openbox-3    xfwm4
pranav@inspiron-5548:~/.themes/plano-theme$ ```bash
> cd ~/.themes/plano-theme
> git pull
> ```
pranav@inspiron-5548:~/.themes/plano-theme$ ls
pranav@inspiron-5548:~/.themes/plano-theme$ cd ..
pranav@inspiron-5548:~/.themes$ ls
pranav@inspiron-5548:~/.themes$ cd ..
pranav@inspiron-5548:~$ exit
exit
remote: Enumerating objects: 42, done.
remote: Counting objects: 100% (42/42), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 52 (delta 36), reused 40 (delta 34), pack-reused 10
Unpacking objects: 100% (52/52), done.
From https://github.com/lassekongo83/plano-theme
   5200616..e083c7e  master     -> origin/master
org.gnome.Shell already exists on bus and --replace not specified
pranav@inspiron-5548:~/.themes/plano-theme$ 

Did it work? I don't know. I don't think it worked.
"org.gnome.Shell already exists on bus and --replace not specified" dialogue probably mean something.

You can't run markdown syntax in your shell. (Maybe you're viewing the README.md file as raw? Don't do that.). Just copy and paste this:

cd ~/.themes/plano-theme && git pull

@lassekongo83

pranav@inspiron-5548:~/.themes/plano-theme$ git pull
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 13 (delta 6), reused 13 (delta 6), pack-reused 0
Unpacking objects: 100% (13/13), done.
From https://github.com/lassekongo83/plano-theme
   e083c7e..f6d1eba  master     -> origin/master
Updating e083c7e..f6d1eba
Fast-forward
 gtk-3.0/_apps.scss   | 2 +-
 gtk-3.0/_common.scss | 2 ++
 gtk-3.0/gtk-dark.css | 2 ++
 gtk-3.0/gtk.css      | 2 ++
 4 files changed, 7 insertions(+), 1 deletion(-)

Don't I have to clean or delete old files when there is a new one available?
And does this mean I have successfully updated my pano theme?

When you use git there's no need to remove the old files. Yes it's updated.