diff options
author | Rodrigo Gimenez <estrod[at]zoho[dot]com> | 2017-05-04 18:29:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-06 07:03:44 +0700 |
commit | f105fc71871323283449bc2f41429c91978449a6 (patch) | |
tree | 24aa88bd1e5109c0ff8e0d0834e54bbe805325cf /desktop/variety/fix-valueerror.patch | |
parent | 5008d6f617332cda99088b922cd9a526a21446aa (diff) |
desktop/variety: Added (python library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/variety/fix-valueerror.patch')
-rw-r--r-- | desktop/variety/fix-valueerror.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/variety/fix-valueerror.patch b/desktop/variety/fix-valueerror.patch new file mode 100644 index 0000000000000..21a1739d9d080 --- /dev/null +++ b/desktop/variety/fix-valueerror.patch @@ -0,0 +1,11 @@ +diff -Naur variety-0.6.4.orig/variety/indicator.py variety-0.6.4/variety/indicator.py +--- variety-0.6.4.orig/variety/indicator.py 2017-04-29 07:23:37.000000000 +0200 ++++ variety-0.6.4/variety/indicator.py 2017-04-29 13:30:24.341703536 +0200 +@@ -33,6 +33,8 @@ + use_appindicator = True + except ImportError: + use_appindicator = False ++except ValueError: ++ use_appindicator = False + + from variety_lib import varietyconfig |