Hide Forgot
abrt version: 1.1.14 architecture: x86_64 cmdline: /usr/bin/python /usr/bin/gnome-shell --xephyr component: gnome-shell executable: /usr/bin/gnome-shell kernel: 2.6.35.10-74.fc14.x86_64 package: gnome-shell-2.31.5-7.fc14 reason: gnome-shell:326:run_shell:UnboundLocalError: local variable 'xephyr' referenced before assignment release: Fedora release 14 (Laughlin) time: 1295783085 uid: 500 backtrace ----- gnome-shell:326:run_shell:UnboundLocalError: local variable 'xephyr' referenced before assignment Traceback (most recent call last): File "/usr/bin/gnome-shell", line 759, in <module> normal_exit = run_shell() File "/usr/bin/gnome-shell", line 326, in run_shell if xephyr: UnboundLocalError: local variable 'xephyr' referenced before assignment Local variables in innermost frame: perf_output: None shell: None normal_exit: False How to reproduce ----- starting gnome-shell in console with option --xephyr Run a debugging instance inside Xephyr
Created attachment 474813 [details] File: backtrace
This was fixed upstream at some point, but then the development --xephyr option was removed, so it doesn't really matter anyways. (Running gnome-shell in Xephyr made less and less sense at it gained more integration with the GNOME Session, plus xephyr lost 3D acceleration with the DRI2 switch)