Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

box artifact showinig when zoom is active #14

Open
jazbina opened this issue Nov 7, 2012 · 1 comment
Open

box artifact showinig when zoom is active #14

jazbina opened this issue Nov 7, 2012 · 1 comment

Comments

@jazbina
Copy link

jazbina commented Nov 7, 2012

I have try to use gnome-shell-mousewheel-zoom version 0.7.4-0ubuntu1_i386 and 0.8.0-0ubuntu1 in Debian Wheezy. I did install python-dbus and python-xlib. Install and running gsmz passes without errors but when zoom is in use, hovering with mouse over text produces blue box.
I have made a video to demonstrate problem and to play with OpenShot :) http://vimeo.com/48762020

Is there any plans to make gsmz gnome extension ?

@jazbina
Copy link
Author

jazbina commented Nov 7, 2012

I get same errors like in this issue #10 (comment) when i try to compile. It can make working package, i use checkinstall, but blue box is still there. mousewheelzoom was purged before compile and pkill -9`d

$ make
mousewheelzoom.vala:40.15-42.39: warning: unhandled error GLib.IOError' mousewheelzoom.vala:47.23-47.36: warning: unhandled errorGLib.IOError'
zoom_active = mag.isActive();
^^^^^^^^^^^^^^
mousewheelzoom.vala:49.28-49.46: warning: unhandled error GLib.IOError' current_zoom = zoom.getMagFactor(); ^^^^^^^^^^^^^^^^^^^ mousewheelzoom.vala:72.13-72.31: warning: unhandled errorGLib.IOError'
mag.setActive(true);
^^^^^^^^^^^^^^^^^^^
mousewheelzoom.vala:87.17-87.36: warning: unhandled error GLib.IOError' mag.setActive(false); ^^^^^^^^^^^^^^^^^^^^ mousewheelzoom.vala:105.31-105.59: warning: unhandled errorGLib.IOError'
DBusConnection conn = Bus.get_sync(BusType.SESSION);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mousewheelzoom.vala:127.23-127.51: warning: local variable `wfm' declared but never used
WatchForMagnifier wfm = new WatchForMagnifier();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/luigi/gnome-shell-mousewheel-zoom/mousewheelzoom.vala: In function ‘watch_for_magnifier_construct’:
/home/luigi/gnome-shell-mousewheel-zoom/mousewheelzoom.vala:106:2: warning: passing argument 3 of ‘g_cclosure_new’ from incompatible pointer type [enabled by default]
In file included from /usr/include/glib-2.0/gobject/gobject.h:29:0,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:25,
from /home/luigi/gnome-shell-mousewheel-zoom/mousewheelzoom.c:9:
/usr/include/glib-2.0/gobject/gclosure.h:206:11: note: expected ‘GClosureNotify’ but argument is of type ‘void ()(void *)’
/home/luigi/gnome-shell-mousewheel-zoom/mousewheelzoom.vala:106:2: warning: passing argument 3 of ‘g_cclosure_new’ from incompatible pointer type [enabled by default]
In file included from /usr/include/glib-2.0/gobject/gobject.h:29:0,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:25,
from /home/luigi/gnome-shell-mousewheel-zoom/mousewheelzoom.c:9:
/usr/include/glib-2.0/gobject/gclosure.h:206:11: note: expected ‘GClosureNotify’ but argument is of type ‘void (
)(void *)’
/home/luigi/gnome-shell-mousewheel-zoom/mousewheelzoom.vala: In function ‘_vala_main’:
/home/luigi/gnome-shell-mousewheel-zoom/mousewheelzoom.vala:132:21: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
Compilation succeeded - 7 warning(s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants