Description: fix incorrect xprop values The Windows Previews applet occasionally fails to display any previews of windows. Worse, when this happens the user has to reboot or logout/login for previews to work again. Author: David Mohammed Bug-Ubuntu: https://bugs.launchpad.net/bugs/1779766 Origin: upstream commits b69ecb5892479a4694fc35be2bfd0b2a8d68e575 Last-Update: 2018-07-04 Reviewed-By: David Mohammed --- budgie-extras-0.4.4.orig/budgie-wpreviews/wprviews_tools.py +++ budgie-extras-0.4.4/budgie-wpreviews/wprviews_tools.py @@ -83,7 +83,7 @@ def get(cmd): # just a helper try: return subprocess.check_output(cmd).decode("utf-8").strip() - except (subprocess.CalledProcessError, TypeError): + except (subprocess.CalledProcessError, TypeError, UnicodeDecodeError): pass