Install gnome-shell-mousewheel-zoom and Gnome-Pie Fedora 17
I finally upgraded from Fedora 15 to 17, quite happy I might say but there are a couple of things I am missing from my F15 installation.
The first one is gnome-shell-mousewheel-zoom a Compiz-like tool I followed this tutorial which worked in F15 but now I get this error
Traceback (most recent call last):
File "/usr/bin/mousewheelzoom.py", line 96, in <module>
main()
File "/usr/bin/mousewheelzoom.py", line 67, in main
z = Zoomer()
File "/usr/bin/mousewheelzoom.py", line 22, in __init__
self._refreshDBUS()
File "/usr/bin/mousewheelzoom.py", line 31, in _refreshDBUS
self._mag.getZoomRegions()
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: No existe la interfaz «(null)» en el objeto en la ruta /org/gnome/Magnifier
Has anyone been able to have this function running in F17?
And the other one is Gnome-Pie a circular application launcher; I had solved this with a help of a friend but for F15 but it seems not to be working in F17; if I try the same steps for its compillation in F17 I get these errors:
mkdir: no se puede crear el directorio «build»: El fichero ya existe
-- checking for a minimum Vala version of 0.11.0
-- found Vala, version 0.16.0
-- checking for module 'gtk+-3.0'
-- package 'gtk+-3.0' not found
-- checking for module 'appindicator-0.1'
-- package 'appindicator-0.1' not found
-- checking for module 'gee-1.0'
-- package 'gee-1.0' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:279 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:333 (_pkg_check_modules_internal)
CMakeLists.txt:46 (pkg_check_modules)
Summary:
EXECUTABLE_OUTPUT_PATH = /home/administrador/Gnome-Pie
VALA_EXECUTABLE = /usr/bin/valac
Libs:
GTK2_LIBRARIES = gtk-x11-2.0;gdk-x11-2.0;atk-1.0;gio-2.0;pangoft2-1.0;pangocairo-1.0;gdk_pixbuf-2.0;cairo;pango-1.0;freetype;fontconfig;gobject-2.0;glib-2.0
GTK3_LIBRARIES =
CAIRO_LIBRARIES = cairo
GEE_LIBRARIES =
INDICATOR_LIBRARIES =
INDICATOR3_LIBRARIES =
XML_LIBRARIES = xml2
XTST_LIBRARIES = Xtst
GMENU_LIBRARIES =
GMENU3_LIBRARIES = gnome-menu-3;gio-2.0;gobject-2.0;glib-2.0
UNIQUE_LIBRARIES = unique-1.0;gtk-x11-2.0;gdk-x11-2.0;atk-1.0;gio-2.0;pangoft2-1.0;pangocairo-1.0;gdk_pixbuf-2.0;cairo;pango-1.0;freetype;fontconfig;gobject-2.0;glib-2.0
X11_LIBRARIES = X11
BAMF_LIBRARIES = bamf;wnck-1;gtk-x11-2.0;gdk-x11-2.0;atk-1.0;gio-2.0;pangoft2-1.0;pangocairo-1.0;gdk_pixbuf-2.0;cairo;pango-1.0;freetype;fontconfig;gobject-2.0;glib-2.0
WNCK_LIBRARIES = wnck-1;gtk-x11-2.0;gdk-x11-2.0;atk-1.0;gio-2.0;pangoft2-1.0;pangocairo-1.0;gdk_pixbuf-2.0;cairo;pango-1.0;freetype;fontconfig;gobject-2.0;glib-2.0
-- Configuring incomplete, errors occurred!
make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
If anyone has solved these issues or could point me into the right direction I'd apprecaite it enormously.
Cheers
Juan