pupsik2115 / screenfetch

Automatically exported from code.google.com/p/screenfetch
0 stars 0 forks source link

No geeko in openSUSE :) #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. just run the script screenfetch-dev from a shell
2. ..

What is the expected output? What do you see instead?
Green geeko (openSUSE logo), but instead you'll find tux :)

What version of the product are you using? On what operating system?
screenfetch-dev-2.3.6; openSUSE Celadon x86_64

Please provide any additional information below.
quite sure openSUSE installs lsb_release by default, so script function 
detectdistro () never checks for /etc/SuSE-release. A quick work around could 
be something like this:
--- screenfetch-dev.orig-2.3.6
+++ screenfetch-dev
@@ -234,6 +234,7 @@
       fi
       if [ "$distro_detect" == "Fedora" ]; then distro="Fedora"; fi
       if [ "$distro_detect" == "CrunchBang" ]; then distro="CrunchBang"; fi
+      if [ "$distro_detect" == "SUSE LINUX" ]; then distro="openSUSE"; fi
       if [ "$distro_detect" == "Ubuntu" ]; then distro="Ubuntu"; fi
       if [ "$distro_detect" == "frugalware" ]; then

Original issue reported on code.google.com by fa0...@gmail.com on 3 Nov 2011 at 10:35

GoogleCodeExporter commented 8 years ago
Thanks for reporting this. I'm going to have to tell you right now, though, 
that no one keeps the repository here updated anymore. I keep my personal 
repository located over at SilverIRC and one at GitHub updated quite well, 
however. So, if you're using the versions located on this repository, they will 
be old.

However, I still believe that your issue is valid. I will check my local 
version and see if that line is in there. If not, I'd be glad to add it and 
I'll get back to you here when it's updated.

Here are links to the repositories I keep updated:

http://git.silverirc.com/cgit.cgi/screenfetch-dev.git/
https://github.com/KittyKatt/screenFetch

I've got some pull requests to take care of over there, too. So I'll get back 
to you after I get those in and get this one in as well.

Thanks again for your contribution and thanks for using screenFetch! :D

Original comment by ZeldaRealm on 4 Nov 2011 at 6:07

GoogleCodeExporter commented 8 years ago
Thanks!
And yes, here's the version I'm enjoying: 
http://git.silverirc.com/cgit.cgi/screenfetch-dev.git/snapshot/screenfetch-dev-2
.3.6.tar.bz2

Regards!

Original comment by fa0...@gmail.com on 4 Nov 2011 at 10:37

GoogleCodeExporter commented 8 years ago
I modified and posted on deviantart 
http://blacklite-teh-haxxor.deviantart.com/art/OpenSUSE-Mod-for-Screenfetch-3351
48914

Original comment by HarlanPe...@gmail.com on 13 Feb 2013 at 7:31