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 381867 - mouse cursor disappear after exit fullscreen mode
mouse cursor disappear after exit fullscreen mode
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Bruno Boaventura
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-03 13:03 UTC by Bruno Boaventura
Modified: 2006-12-04 17:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
patch to fix mouse hide on exit fullscreen (510 bytes, patch)
2006-12-03 13:20 UTC, Bruno Boaventura
committed Details | Review

Description Bruno Boaventura 2006-12-03 13:03:25 UTC
Steps to reproduce (I did it in eog-ng).

1. open a image;
2. F11 to fullscreen;
3. wait toolbar get hide;
4. press ESC to exit fullscreen.

Expected results:
Exit fullscreen and show mouse cursor

What happen:
Exit fullscreen and mouse cursor is HIDE.
Comment 1 Bruno Boaventura 2006-12-03 13:20:53 UTC
Created attachment 77580 [details] [review]
patch to fix mouse hide on exit fullscreen
Comment 2 Felix Riemann 2006-12-04 17:24:48 UTC
Thanks! I commited it to the eog-ng branch with a little change to avoid a compiler warning. HEAD is unaffected by this.

2006-12-04  Felix Riemann

	* shell/eog-window.c: (eog_window_stop_fullscreen): Unhide mouse
	cursor upon leaving fullscreen mode. Fixes bug #381867.
	Patch by Bruno Boaventura.