GNOME Bugzilla – Bug 698828
'Select a File' option fails to show list of all locations
Last modified: 2016-03-31 13:22:07 UTC
Created attachment 242402 [details] screenshot of the problem OS: Ubuntu 12.04 Desktop Environment: gnome-session 3.4.2.1 While creating a virtual machine, during the step of 'Source Selection', if 'Select a File' option is chosen, and it is cancelled without selecting a source. Then, again if the same option is selected again (i.e. 'Select a File'), gnome-boxes fails to show the list of all the locations, and only 'Recently Used' locations are shown. (That is, it is unable to show all the locations from the second time onward) How Reproducible: Always I've attached a screenshot
Since you don't have theme setup, it *could* be because of that. Please do `jhbuild build gnome-themes-standard` and see if you can reproduce it then. If not, its most likely a gtk+ bug.
I did that. But no changes were observed. (In reply to comment #1) > Since you don't have theme setup, it *could* be because of that. Please do > `jhbuild build gnome-themes-standard` and see if you can reproduce it then. If > not, its most likely a gtk+ bug.
(In reply to comment #2) > I did that. But no changes were observed. > > (In reply to comment #1) > > Since you don't have theme setup, it *could* be because of that. Please do > > `jhbuild build gnome-themes-standard` and see if you can reproduce it then. If > > not, its most likely a gtk+ bug. Could you try reproducing this against another GNOME app? e.g gedit. You'll want to be running it inside the same env as boxes, i-e jhbuild. If system installed gedit works inside jhbuild, thats easy then. Otherwise you might want to build that in jhbuild as well.
(In reply to comment #3) > (In reply to comment #2) > > I did that. But no changes were observed. > > > > (In reply to comment #1) > > > Since you don't have theme setup, it *could* be because of that. Please do > > > `jhbuild build gnome-themes-standard` and see if you can reproduce it then. If > > > not, its most likely a gtk+ bug. > > Could you try reproducing this against another GNOME app? e.g gedit. You'll > want to be running it inside the same env as boxes, i-e jhbuild. If system > installed gedit works inside jhbuild, thats easy then. Otherwise you might want > to build that in jhbuild as well. I could find no such problems, with the system installed gedit.
(In reply to comment #4) > (In reply to comment #3) > > (In reply to comment #2) > > > I did that. But no changes were observed. > > > > > > (In reply to comment #1) > > > > Since you don't have theme setup, it *could* be because of that. Please do > > > > `jhbuild build gnome-themes-standard` and see if you can reproduce it then. If > > > > not, its most likely a gtk+ bug. > > > > Could you try reproducing this against another GNOME app? e.g gedit. You'll > > want to be running it inside the same env as boxes, i-e jhbuild. If system > > installed gedit works inside jhbuild, thats easy then. Otherwise you might want > > to build that in jhbuild as well. > > I could find no such problems, with the system installed gedit. Did you run it under jhbuild env as I asked? I'll have to write a test case for this but right now I'm rather busy with other things. If you could do that before me, that would be awesome. Test case would be a simple app that creates/launches a dialog like Boxes does, at least twice.
The Workaround I Discovered: Building 'Gedit' inside 'JhBuild' removes the bug!
(In reply to comment #6) > The Workaround I Discovered: Its not a workaround. Its most likely that it was a bug in gtk+ (or somewhere else in the stack) that has been fixed already.