-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KWin code incorrectly references openbox. #2
Comments
I forgot just how bad the markdown is here, I'll e-mail the patches just in case. |
Don't do that, just fork the repo, add it and make a pull request. Wouldn't you mind doing it for yourself? |
Sure thing On Apr 21, 2011, at 3:39 AM, Kwpolska
|
I added your patches, they're waiting to be pulled.Cheers, |
In fact this dumps a awk error if you happen to use kwin. Below patch seems to do the job.
From 419cd0999774944192497ab84cdc6bd6067df47c Mon Sep 17 00:00:00 2001
From: Adam Young atyrelyoung@gmail.com
Date: Thu, 21 Apr 2011 02:08:10 -0700
Subject: [PATCH] KWin parsing incorrectly references openbox.
screenfetch-dev | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/screenfetch-dev b/screenfetch-dev$HOME/.icewm/theme ]; then Win_theme="$ (awk -F"[",/]" '!/#/ {print $2}' $HOME/.icewm/theme)"; fi;;
index 7490c7e..6f9f4cc 100755
--- a/screenfetch-dev
+++ b/screenfetch-dev
@@ -352,7 +352,7 @@ detectwmtheme () {
'Metacity') if [ "
gconftool-2 -g /apps/metacity/general/theme
" ]; then Win_theme="$(gconftool-2 -g /apps/metacity/general/theme)"; fi ;;'Xfwm4') if [ -f ${XDG_CONFIG_HOME:-${HOME}/.config}/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]; then Win_theme="$(xfconf-query -c xfwm4 -p /general/theme)"; fi;;
'IceWM') if [ -f
'Emerald') if [ -f
'FVWM') Win_theme="Not Present";;
'DWM') Win_theme="Not Present";;
--
1.7.4.4
The text was updated successfully, but these errors were encountered: