KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.83k stars 453 forks source link

screenfetch just locks when DE is KDE5 ( instead of KDE ) #341

Open alexjp opened 8 years ago

alexjp commented 8 years ago

Hi,

Using gentoo, my ${DE} variable reports as KDE5 ( when normally i guess would report KDE ). When this happens, screenfetch just becomes locked at this part.

Thanks

darealshinji commented 8 years ago

There is a check for the KDE version in the script that sets $DE to either KDE4 or KDE5, so identifying your DE as KDE5 should be correct. I assume the problem must be something else.