GNOME Bugzilla – Bug 645390
gnome-shell: fix restart after rebuild
Last modified: 2011-03-21 13:23:52 UTC
Alt+F2 restart was failing after a rebuild when running from the source tree because it would try to restart ".libs/lt-gnome-shell-real", which didn't exist yet. Fix this by using "libtool --mode=execute" at build time to regenerate that file.
Created attachment 183933 [details] [review] gnome-shell: fix restart after rebuild
Review of attachment 183933 [details] [review]: poked at this a bit, couldn't figure it out. "lt-gnome-shell-real is sometimes there and sometimes not, why?" congratulations for deciphering the shell scripts and solving out the puzzle. Looks like an OK hack, maybe some # force upfront generation of final executable in .libs so <Alt>F2 restart works or some comment like that would be useful.
Attachment 183933 [details] pushed as 206f460 - gnome-shell: fix restart after rebuild