After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761551 - Operations popover shows also on desktop window
Operations popover shows also on desktop window
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Desktop
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-04 13:17 UTC by Alberts Muktupāvels
Modified: 2016-02-04 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
toolbar: don't show operations popover in desktop (1.58 KB, patch)
2016-02-04 14:46 UTC, Carlos Soriano
committed Details | Review

Description Alberts Muktupāvels 2016-02-04 13:17:57 UTC
Copying files from one window to other made operations popover show up also on desktop window.

Also is it expected to show popover in all windows? Both in destination and source window?
Comment 1 Carlos Soriano 2016-02-04 14:46:43 UTC
Created attachment 320436 [details] [review]
toolbar: don't show operations popover in desktop

We needed a check there to not show it if the window is the desktop one.

Also this fixes the operations button not being hidden again due to
the desktop window popover being shown.
Comment 2 Carlos Soriano 2016-02-04 14:48:18 UTC
Yes it's expected. Indeed we could do something smarter. But showing the popover is not the solution we wanted anyway, just we didn't find a good one yet.

Attachment 320436 [details] pushed as 3e9238d - toolbar: don't show operations popover in desktop