GNOME Bugzilla – Bug 664924
gnome-shell crashes whenever I type in overview mode
Last modified: 2016-05-25 14:00:45 UTC
JS ERROR: !!! Exception was: Error: Failed to convert UTF-8 string to JS s tring: Invalid byte sequence in conversion input JS ERROR: !!! lineNumber = '0' JS ERROR: !!! fileName = '"gjs_throw"' JS ERROR: !!! stack = '"("Failed to convert UTF-8 string to JS string: I nvalid byte sequence in conversion input")@gjs_throw:0 ([object _private_Shell_App])@/usr/share/gnome-shell/js/ui/appDisplay.js:70 ([object Array])@/usr/share/gnome-shell/js/ui/appDisplay.js:130 ()@/usr/share/gnome-shell/js/ui/appDisplay.js:273 ()@/usr/share/gnome-shell/js/ui/appDisplay.js:307 _runDeferredWork("1")@/usr/share/gnome-shell/js/ui/main.js:824 _runAllDeferredWork()@/usr/share/gnome-shell/js/ui/main.js:833 ()@/usr/share/gnome-shell/js/ui/main.js:914 "' JS ERROR: !!! message = '"Failed to convert UTF-8 string to JS string: I nvalid byte sequence in conversion input"'
$ gnome-shell --version GNOME Shell 3.2.1
It's saying that you have a .desktop file whose filename is not valid UTF8.
I figured as much, but: 1) how can I find out which .desktop file is the problem? 2) gnome-shell probably should do better validation instead of crashing, and ideally display as many characters as possible in case the filename is partially in utf8
This was fixed in bug 651503. *** This bug has been marked as a duplicate of bug 651503 ***