Closed Spirou4D closed 5 years ago
Hi Patrick!
Would it be possible for you to compile Gnome-Pie from source? If so, we could investigate what is causing the issue. There is an easy-to-follow guide at Gnome-Pie's Homepage.
In particular the line https://github.com/Simmesimme/Gnome-Pie/blob/develop/src/gui/indicator.vala#L74 may cause problems as there is Gnome Shell hard coded and Mint uses (as far ass I know) a customized version of Gnome Shell. Maybe you can remove this if-block and try if this changes anything.
Before running your compiled version of Gnome-Pie you should uninstall the other version!
Thank you!
Ok Simon, i will try......At soon Patrick
Patrick DepoixArchitecte D.P.L.G.Historien-chercheur en histoire de l'ArchitectureEx-Maître de conférence de l'Ecole d'Architecture de Lille-Région NordSitArchi-ReaderNewS http://www.google.com/reader/shared/user%2F04161245489718164963%2Fstate%2Fcom.google%2Fstarred
http://www.linkedin.com/pub/patrick-depoix/40/b3b/542136, rue d'Esquermes59000 LilleFranceTel (+33/0) 952 51 33 25Port (+33/0) 06 23 13 73 71 Skype:oikakeruPour répondre --> Mailto:patrick.depoix@gmail.com http://---%20http://www.linkedin.com/pub/patrick-depoix/40/b3b/542%20Patrick%20Depoix%20Architecte%20D.P.L.G.%20Historien-chercheur%20en%20histoire%20de%20l%27Architecture%20Ex-Ma%C3%AEtre%20de%20conf%C3%A9rence%20de%20l%27Ecole%20d%27Architecture%20de%20Lille-R%C3%A9gion%20Nord136,%20rue%20d%27Esquermes%2059000%20Lille%20France%20Tel%20%20%20%28+33/0%29%20952%2051%2033%2025%20Port%20%20%28+33/0%29%2006%2023%2013%2073%2071%20Fax%20%20%28+33/0%29%20826%2070%2004%2040%20Skype:oikakeru%20%20Pour%20r%C3%A9pondre%20--%3E%20Mailto:patrick.depoix@free.fr
2017-02-21 7:13 GMT+01:00 Simon Schneegans notifications@github.com:
Hi Patrick!
Would it be possible for you to compile Gnome-Pie from source? If so, we could investigate what is causing the issue. There is an easy-to-follow guide at Gnome-Pie's Homepage http://simmesimme.github.io/gnome-pie.html#toc4.
In particular the line https://github.com/Simmesimme/ Gnome-Pie/blob/develop/src/gui/indicator.vala#L74 may cause problems as there is Gnome Shell hard coded and Mint uses (as far ass I know) a customized version of Gnome Shell. Maybe you can remove this if-block and try if this changes anything.
Before running your compiled version of Gnome-Pie you should uninstall the other version!
Thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Simmesimme/Gnome-Pie/issues/142#issuecomment-281254548, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQPCIHwPux-J_ukOegsfU3HzOvfuNhqks5reoBwgaJpZM4MAyVH .
ANSWER AFTER COMPILATION: patrinux@HOME01 ~/Applications/Gnome-Pie $ ./make.sh bg/ 101 messages traduits, 55 messages non traduits. de/ 156 messages traduits. es/ 156 messages traduits. fr/ 153 messages traduits, 3 messages non traduits. it/ 47 messages traduits, 19 traductions approximatives, 90 messages non traduits. ko/ 99 messages traduits, 1 traduction approximative, 56 messages non traduits. lt/ 156 messages traduits. pl/ 63 messages traduits, 93 messages non traduits. pt_BR/ 101 messages traduits, 55 messages non traduits. ru/ 79 messages traduits, 21 traductions approximatives, 56 messages non traduits. zh_CN/ 101 messages traduits, 55 messages non traduits. -- The C compiler identification is GNU 5.4.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found Vala: /usr/bin/valac -- checking for a minimum Vala version of 0.22.0 -- found Vala, version 0.34.4 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'gtk+-3.0' -- Found gtk+-3.0, version 3.18.9 -- Checking for module 'appindicator3-0.1' -- Found appindicator3-0.1, version 12.10.0 -- Checking for module 'libwnck-3.0' -- Found libwnck-3.0, version 3.14.1 -- Checking for module 'gio-unix-2.0' -- Found gio-unix-2.0, version 2.48.2 -- Checking for module 'cairo' -- Found cairo, version 1.14.6 -- Checking for module 'gee-0.8' -- Found gee-0.8, version 0.18.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'libxml-2.0' -- Found libxml-2.0, version 2.9.3 -- Checking for module 'xtst' -- Found xtst, version 1.2.2 -- Checking for module 'libgnome-menu-3.0' -- Found libgnome-menu-3.0, version 3.13.3
Summary: EXECUTABLE_OUTPUT_PATH = /home/patrinux/Applications/Gnome-Pie VALA_EXECUTABLE = /usr/bin/valac Libs: GTK3_LIBRARIES = gtk-3;gdk-3;pangocairo-1.0;pango-1.0;atk-1.0;cairo-gobject;cairo;gdk_pixbuf-2.0;gio-2.0;gobject-2.0;glib-2.0 CAIRO_LIBRARIES = cairo GEE_LIBRARIES = gee-0.8;gobject-2.0;glib-2.0 INDICATOR_LIBRARIES = INDICATOR3_LIBRARIES = appindicator3;dbusmenu-glib;gtk-3;gdk-3;pangocairo-1.0;pango-1.0;atk-1.0;cairo-gobject;cairo;gdk_pixbuf-2.0;gio-2.0;gobject-2.0;glib-2.0 XML_LIBRARIES = xml2 XTST_LIBRARIES = Xtst GMENU_LIBRARIES = GMENU3_LIBRARIES = gnome-menu-3;gio-2.0;gobject-2.0;glib-2.0 X11_LIBRARIES = X11 WNCK_LIBRARIES = wnck-3;gtk-3;gdk-3;pangocairo-1.0;pango-1.0;atk-1.0;cairo-gobject;cairo;gdk_pixbuf-2.0;gio-2.0;gobject-2.0;glib-2.0 ARCHIVE_LIBRARIES = /usr/lib/x86_64-linux-gnu/libarchive.so
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/patrinux/Applications/Gnome-Pie/build
[ 1%] Generating daemon.c, actions/action.c, actions/uriAction.c,
actions/sigAction.c, actions/keyAction.c, actions/pieAction.c,
actions/appAction.c, actions/actionRegistry.c,
actionGroups/windowListGroup.c, actionGroups/menuGroup.c,
actionGroups/sessionGroup.c, actionGroups/bookmarkGroup.c,
actionGroups/devicesGroup.c, actionGroups/actionGroup.c,
actionGroups/groupRegistry.c, actionGroups/clipboardGroup.c,
images/image.c, images/icon.c, images/renderedText.c, images/themedIcon.c,
pies/pie.c, pies/save.c, pies/pieManager.c, pies/load.c,
pies/defaultConfig.c, gui/tipViewer.c, gui/preferencesWindow.c,
gui/piePreviewSliceRenderer.c, gui/triggerSelectButton.c, gui/indicator.c,
gui/pieList.c, gui/piePreviewRenderer.c, gui/piePreviewDeleteSign.c,
gui/piePreviewCenter.c, gui/piePreview.c, gui/iconSelectWindow.c,
gui/newSliceWindow.c, gui/piePreviewAddSign.c, gui/commandComboList.c,
gui/newsWindow.c, gui/pieOptionsWindow.c, gui/pieComboList.c,
gui/themeList.c, gui/aboutWindow.c, gui/sliceTypeList.c, utilities/paths.c,
utilities/color.c, utilities/bindingManager.c, utilities/archiveReader.c,
utilities/archiveWriter.c, utilities/trigger.c, utilities/focusGrabber.c,
utilities/animatedValue.c, utilities/config.c, utilities/key.c,
utilities/logger.c, renderers/centerRenderer.c, renderers/pieRenderer.c,
renderers/sliceRenderer.c, renderers/pieWindow.c, themes/theme.c,
themes/centerLayer.c, themes/themeImporter.c, themes/sliceLayer.c
appindicator3-0.1.vapi:24.4-24.13: warning: [Deprecated] is deprecated. Use
[Version (deprecated = true, deprecated_since = "", replacement = "")]
appindicator3-0.1.vapi:27.4-27.13: warning: [Deprecated] is deprecated. Use
[Version (deprecated = true, deprecated_since = "", replacement = "")]
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:75.5-75.49:
warning: the modifier static' is not applicable to constants private static const double pie_radius = 126; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:76.5-76.44: warning: the modifier
static' is not applicable to constants
private static const double radius = 24;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:77.5-77.46:
warning: the modifier static' is not applicable to constants private static const double delete_x = 13; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:78.5-78.47: warning: the modifier
static' is not applicable to constants
private static const double delete_y = -13;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:79.5-79.58:
warning: the modifier static' is not applicable to constants private static const double click_cancel_treshold = 5; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:45.5-45.41: warning: the modifier
static' is not applicable to constants
private static const int radius = 18;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:46.5-46.52:
warning: the modifier static' is not applicable to constants private static const double globale_scale = 0.8; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:47.5-47.58: warning: the modifier
static' is not applicable to constants
private static const double click_cancel_treshold = 5;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/newsWindow.vala:26.5-26.43:
warning: the modifier static' is not applicable to constants public static const int news_count = 2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:32.5-32.51: warning: the modifier
static' is not applicable to constants
private static const bool display_debug = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:33.5-33.53:
warning: the modifier static' is not applicable to constants private static const bool display_warning = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:34.5-34.51: warning: the modifier
static' is not applicable to constants
private static const bool display_error = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:35.5-35.53:
warning: the modifier static' is not applicable to constants private static const bool display_message = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:41.5-41.48: warning: the modifier
static' is not applicable to constants
private static const bool log_debug = false;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:42.5-42.49:
warning: the modifier static' is not applicable to constants private static const bool log_warning = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:43.5-43.47: warning: the modifier
static' is not applicable to constants
private static const bool log_error = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:44.5-44.49:
warning: the modifier static' is not applicable to constants private static const bool log_message = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:50.5-50.51: warning: the modifier
static' is not applicable to constants
private static const bool display_time = false;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:51.5-51.46:
warning: the modifier static' is not applicable to constants private static const bool log_time = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:57.5-57.51: warning: the modifier
static' is not applicable to constants
private static const bool display_file = false;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:58.5-58.47:
warning: the modifier static' is not applicable to constants private static const bool log_file = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:70.5-70.54: warning: the modifier
static' is not applicable to constants
private static const int max_log_length = 1000000;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:185.23-185.48:
warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:186.44-186.63:
warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:196.18-196.33:
warning: Gdk.Screen.width has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:197.18-197.34:
warning: Gdk.Screen.height has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:70.23-70.48:
warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:74.44-74.63:
warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:80.30-80.40:
warning: Gdk.Device.grab has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:52.23-52.48:
warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:54.44-54.63:
warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:60.17-60.29:
warning: Gdk.Device.ungrab has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:323.23-323.48:
warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:324.44-324.63:
warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:229.26-229.41:
warning: Gdk.Screen.width has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:230.26-230.42:
warning: Gdk.Screen.height has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:339.23-339.48:
warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:340.44-340.63:
warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
Compilation succeeded - 40 warning(s)
Scanning dependencies of target gnome-pie
[ 3%] Building C object src/CMakeFiles/gnome-pie.dir/actions/uriAction.c.o
[ 4%] Building C object src/CMakeFiles/gnome-pie.dir/daemon.c.o
[ 6%] Building C object src/CMakeFiles/gnome-pie.dir/actions/keyAction.c.o
[ 7%] Building C object src/CMakeFiles/gnome-pie.dir/actions/action.c.o
[ 9%] Building C object src/CMakeFiles/gnome-pie.dir/actions/sigAction.c.o
[ 10%] Building C object src/CMakeFiles/gnome-pie.dir/actions/pieAction.c.o
[ 12%] Building C object src/CMakeFiles/gnome-pie.dir/actions/appAction.c.o
[ 13%] Building C object
src/CMakeFiles/gnome-pie.dir/actions/actionRegistry.c.o
[ 15%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/windowListGroup.c.o
[ 16%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/menuGroup.c.o
[ 18%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/sessionGroup.c.o
[ 19%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/bookmarkGroup.c.o
[ 21%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/actionGroup.c.o
[ 22%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/devicesGroup.c.o
[ 24%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/groupRegistry.c.o
[ 25%] Building C object
src/CMakeFiles/gnome-pie.dir/actionGroups/clipboardGroup.c.o
[ 27%] Building C object src/CMakeFiles/gnome-pie.dir/images/image.c.o
[ 28%] Building C object src/CMakeFiles/gnome-pie.dir/images/icon.c.o
[ 30%] Building C object
src/CMakeFiles/gnome-pie.dir/images/renderedText.c.o
[ 31%] Building C object src/CMakeFiles/gnome-pie.dir/images/themedIcon.c.o
[ 33%] Building C object src/CMakeFiles/gnome-pie.dir/pies/pie.c.o
[ 34%] Building C object src/CMakeFiles/gnome-pie.dir/pies/save.c.o
[ 36%] Building C object src/CMakeFiles/gnome-pie.dir/pies/pieManager.c.o
[ 37%] Building C object src/CMakeFiles/gnome-pie.dir/pies/load.c.o
[ 39%] Building C object src/CMakeFiles/gnome-pie.dir/pies/defaultConfig.c.o
[ 40%] Building C object src/CMakeFiles/gnome-pie.dir/gui/tipViewer.c.o
[ 42%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/preferencesWindow.c.o
[ 43%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/piePreviewSliceRenderer.c.o
[ 45%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/triggerSelectButton.c.o
[ 46%] Building C object src/CMakeFiles/gnome-pie.dir/gui/indicator.c.o
[ 48%] Building C object src/CMakeFiles/gnome-pie.dir/gui/pieList.c.o
[ 50%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/piePreviewRenderer.c.o
[ 51%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/piePreviewDeleteSign.c.o
[ 53%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/piePreviewCenter.c.o
[ 54%] Building C object src/CMakeFiles/gnome-pie.dir/gui/piePreview.c.o
[ 56%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/iconSelectWindow.c.o
[ 57%] Building C object src/CMakeFiles/gnome-pie.dir/gui/newSliceWindow.c.o
[ 59%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/piePreviewAddSign.c.o
[ 60%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/commandComboList.c.o
[ 62%] Building C object src/CMakeFiles/gnome-pie.dir/gui/newsWindow.c.o
[ 63%] Building C object
src/CMakeFiles/gnome-pie.dir/gui/pieOptionsWindow.c.o
[ 65%] Building C object src/CMakeFiles/gnome-pie.dir/gui/pieComboList.c.o
[ 66%] Building C object src/CMakeFiles/gnome-pie.dir/gui/themeList.c.o
[ 68%] Building C object src/CMakeFiles/gnome-pie.dir/gui/aboutWindow.c.o
[ 69%] Building C object src/CMakeFiles/gnome-pie.dir/gui/sliceTypeList.c.o
[ 71%] Building C object src/CMakeFiles/gnome-pie.dir/utilities/paths.c.o
[ 72%] Building C object src/CMakeFiles/gnome-pie.dir/utilities/color.c.o
[ 74%] Building C object
src/CMakeFiles/gnome-pie.dir/utilities/bindingManager.c.o
[ 75%] Building C object
src/CMakeFiles/gnome-pie.dir/utilities/archiveReader.c.o
[ 77%] Building C object
src/CMakeFiles/gnome-pie.dir/utilities/archiveWriter.c.o
[ 78%] Building C object src/CMakeFiles/gnome-pie.dir/utilities/trigger.c.o
[ 80%] Building C object
src/CMakeFiles/gnome-pie.dir/utilities/focusGrabber.c.o
[ 81%] Building C object
src/CMakeFiles/gnome-pie.dir/utilities/animatedValue.c.o
[ 83%] Building C object src/CMakeFiles/gnome-pie.dir/utilities/config.c.o
[ 84%] Building C object src/CMakeFiles/gnome-pie.dir/utilities/key.c.o
[ 86%] Building C object src/CMakeFiles/gnome-pie.dir/utilities/logger.c.o
[ 87%] Building C object
src/CMakeFiles/gnome-pie.dir/renderers/centerRenderer.c.o
[ 89%] Building C object
src/CMakeFiles/gnome-pie.dir/renderers/pieRenderer.c.o
[ 90%] Building C object
src/CMakeFiles/gnome-pie.dir/renderers/sliceRenderer.c.o
[ 92%] Building C object
src/CMakeFiles/gnome-pie.dir/renderers/pieWindow.c.o
[ 93%] Building C object src/CMakeFiles/gnome-pie.dir/themes/theme.c.o
[ 95%] Building C object src/CMakeFiles/gnome-pie.dir/themes/centerLayer.c.o
[ 96%] Building C object
src/CMakeFiles/gnome-pie.dir/themes/themeImporter.c.o
[ 98%] Building C object src/CMakeFiles/gnome-pie.dir/themes/sliceLayer.c.o
[100%] Linking C executable ../../gnome-pie
[100%] Built target gnome-pie
patrinux@HOME01 ~/Applications/Gnome-Pie $
There are 48 warnings !
Patrick DepoixArchitecte D.P.L.G.Historien-chercheur en histoire de l'ArchitectureEx-Maître de conférence de l'Ecole d'Architecture de Lille-Région NordSitArchi-ReaderNewS http://www.google.com/reader/shared/user%2F04161245489718164963%2Fstate%2Fcom.google%2Fstarred
http://www.linkedin.com/pub/patrick-depoix/40/b3b/542136, rue d'Esquermes59000 LilleFranceTel (+33/0) 952 51 33 25Port (+33/0) 06 23 13 73 71 Skype:oikakeruPour répondre --> Mailto:patrick.depoix@gmail.com http://---%20http://www.linkedin.com/pub/patrick-depoix/40/b3b/542%20Patrick%20Depoix%20Architecte%20D.P.L.G.%20Historien-chercheur%20en%20histoire%20de%20l%27Architecture%20Ex-Ma%C3%AEtre%20de%20conf%C3%A9rence%20de%20l%27Ecole%20d%27Architecture%20de%20Lille-R%C3%A9gion%20Nord136,%20rue%20d%27Esquermes%2059000%20Lille%20France%20Tel%20%20%20%28+33/0%29%20952%2051%2033%2025%20Port%20%20%28+33/0%29%2006%2023%2013%2073%2071%20Fax%20%20%28+33/0%29%20826%2070%2004%2040%20Skype:oikakeru%20%20Pour%20r%C3%A9pondre%20--%3E%20Mailto:patrick.depoix@free.fr
2017-02-21 7:13 GMT+01:00 Simon Schneegans notifications@github.com:
Hi Patrick!
Would it be possible for you to compile Gnome-Pie from source? If so, we could investigate what is causing the issue. There is an easy-to-follow guide at Gnome-Pie's Homepage http://simmesimme.github.io/gnome-pie.html#toc4.
In particular the line https://github.com/Simmesimme/ Gnome-Pie/blob/develop/src/gui/indicator.vala#L74 may cause problems as there is Gnome Shell hard coded and Mint uses (as far ass I know) a customized version of Gnome Shell. Maybe you can remove this if-block and try if this changes anything.
Before running your compiled version of Gnome-Pie you should uninstall the other version!
Thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Simmesimme/Gnome-Pie/issues/142#issuecomment-281254548, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQPCIHwPux-J_ukOegsfU3HzOvfuNhqks5reoBwgaJpZM4MAyVH .
I forgot to say you that change nothing: the icon is alkways invisible but the popup menu is there.
//
//if (screen.get_window_manager_name() == "GNOME Shell") {
// icon = "gnome-pie";
// gnome_shell = true;
//}
//
========================================================================
RESULT: No change but in joined file, the new compilation without this if-block in Indicator.vala:74 TERMINAL And when I run gnome-pie in terminal, i have this: patrinux@HOME01 ~/Applications/Gnome-Pie $ ./gnome-pie [MESSAGE] Welcome to Gnome-Pie 0.7.0! [MESSAGE] Loading Pies from "/home/patrinux/.config/gnome-pie/pies.conf". [WARNING] Failed to look up menu_file for "applications.menu" [MESSAGE] Started happily...
(gnome-pie:28169): Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
Patrick DepoixArchitecte D.P.L.G.Historien-chercheur en histoire de l'ArchitectureEx-Maître de conférence de l'Ecole d'Architecture de Lille-Région NordSitArchi-ReaderNewS http://www.google.com/reader/shared/user%2F04161245489718164963%2Fstate%2Fcom.google%2Fstarred
http://www.linkedin.com/pub/patrick-depoix/40/b3b/542136, rue d'Esquermes59000 LilleFranceTel (+33/0) 952 51 33 25Port (+33/0) 06 23 13 73 71 Skype:oikakeruPour répondre --> Mailto:patrick.depoix@gmail.com http://---%20http://www.linkedin.com/pub/patrick-depoix/40/b3b/542%20Patrick%20Depoix%20Architecte%20D.P.L.G.%20Historien-chercheur%20en%20histoire%20de%20l%27Architecture%20Ex-Ma%C3%AEtre%20de%20conf%C3%A9rence%20de%20l%27Ecole%20d%27Architecture%20de%20Lille-R%C3%A9gion%20Nord136,%20rue%20d%27Esquermes%2059000%20Lille%20France%20Tel%20%20%20%28+33/0%29%20952%2051%2033%2025%20Port%20%20%28+33/0%29%2006%2023%2013%2073%2071%20Fax%20%20%28+33/0%29%20826%2070%2004%2040%20Skype:oikakeru%20%20Pour%20r%C3%A9pondre%20--%3E%20Mailto:patrick.depoix@free.fr
2017-02-21 7:13 GMT+01:00 Simon Schneegans notifications@github.com:
Hi Patrick!
Would it be possible for you to compile Gnome-Pie from source? If so, we could investigate what is causing the issue. There is an easy-to-follow guide at Gnome-Pie's Homepage http://simmesimme.github.io/gnome-pie.html#toc4.
In particular the line https://github.com/Simmesimme/ Gnome-Pie/blob/develop/src/gui/indicator.vala#L74 may cause problems as there is Gnome Shell hard coded and Mint uses (as far ass I know) a customized version of Gnome Shell. Maybe you can remove this if-block and try if this changes anything.
Before running your compiled version of Gnome-Pie you should uninstall the other version!
Thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Simmesimme/Gnome-Pie/issues/142#issuecomment-281254548, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQPCIHwPux-J_ukOegsfU3HzOvfuNhqks5reoBwgaJpZM4MAyVH .
patrinux@HOME01 ~/Applications/Gnome-Pie $ ./make.sh bg/ 101 messages traduits, 55 messages non traduits. de/ 156 messages traduits. es/ 156 messages traduits. fr/ 153 messages traduits, 3 messages non traduits. it/ 47 messages traduits, 19 traductions approximatives, 90 messages non traduits. ko/ 99 messages traduits, 1 traduction approximative, 56 messages non traduits. lt/ 156 messages traduits. pl/ 63 messages traduits, 93 messages non traduits. pt_BR/ 101 messages traduits, 55 messages non traduits. ru/ 79 messages traduits, 21 traductions approximatives, 56 messages non traduits. zh_CN/ 101 messages traduits, 55 messages non traduits. mkdir: impossible de créer le répertoire «build»: Le fichier existe -- checking for a minimum Vala version of 0.22.0 -- found Vala, version 0.34.4
Summary: EXECUTABLE_OUTPUT_PATH = /home/patrinux/Applications/Gnome-Pie VALA_EXECUTABLE = /usr/bin/valac Libs: GTK3_LIBRARIES = gtk-3;gdk-3;pangocairo-1.0;pango-1.0;atk-1.0;cairo-gobject;cairo;gdk_pixbuf-2.0;gio-2.0;gobject-2.0;glib-2.0 CAIRO_LIBRARIES = cairo GEE_LIBRARIES = gee-0.8;gobject-2.0;glib-2.0 INDICATOR_LIBRARIES = INDICATOR3_LIBRARIES = appindicator3;dbusmenu-glib;gtk-3;gdk-3;pangocairo-1.0;pango-1.0;atk-1.0;cairo-gobject;cairo;gdk_pixbuf-2.0;gio-2.0;gobject-2.0;glib-2.0 XML_LIBRARIES = xml2 XTST_LIBRARIES = Xtst GMENU_LIBRARIES = GMENU3_LIBRARIES = gnome-menu-3;gio-2.0;gobject-2.0;glib-2.0 X11_LIBRARIES = X11 WNCK_LIBRARIES = wnck-3;gtk-3;gdk-3;pangocairo-1.0;pango-1.0;atk-1.0;cairo-gobject;cairo;gdk_pixbuf-2.0;gio-2.0;gobject-2.0;glib-2.0 ARCHIVE_LIBRARIES = /usr/lib/x86_64-linux-gnu/libarchive.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/patrinux/Applications/Gnome-Pie/build
[ 1%] Generating daemon.c, actions/action.c, actions/uriAction.c, actions/sigAction.c, actions/keyAction.c, actions/pieAction.c, actions/appAction.c, actions/actionRegistry.c, actionGroups/windowListGroup.c, actionGroups/menuGroup.c, actionGroups/sessionGroup.c, actionGroups/bookmarkGroup.c, actionGroups/devicesGroup.c, actionGroups/actionGroup.c, actionGroups/groupRegistry.c, actionGroups/clipboardGroup.c, images/image.c, images/icon.c, images/renderedText.c, images/themedIcon.c, pies/pie.c, pies/save.c, pies/pieManager.c, pies/load.c, pies/defaultConfig.c, gui/tipViewer.c, gui/preferencesWindow.c, gui/piePreviewSliceRenderer.c, gui/triggerSelectButton.c, gui/indicator.c, gui/pieList.c, gui/piePreviewRenderer.c, gui/piePreviewDeleteSign.c, gui/piePreviewCenter.c, gui/piePreview.c, gui/iconSelectWindow.c, gui/newSliceWindow.c, gui/piePreviewAddSign.c, gui/commandComboList.c, gui/newsWindow.c, gui/pieOptionsWindow.c, gui/pieComboList.c, gui/themeList.c, gui/aboutWindow.c, gui/sliceTypeList.c, utilities/paths.c, utilities/color.c, utilities/bindingManager.c, utilities/archiveReader.c, utilities/archiveWriter.c, utilities/trigger.c, utilities/focusGrabber.c, utilities/animatedValue.c, utilities/config.c, utilities/key.c, utilities/logger.c, renderers/centerRenderer.c, renderers/pieRenderer.c, renderers/sliceRenderer.c, renderers/pieWindow.c, themes/theme.c, themes/centerLayer.c, themes/themeImporter.c, themes/sliceLayer.c
appindicator3-0.1.vapi:24.4-24.13: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
appindicator3-0.1.vapi:27.4-27.13: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")]
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:75.5-75.49: warning: the modifier static' is not applicable to constants private static const double pie_radius = 126; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:76.5-76.44: warning: the modifier
static' is not applicable to constants
private static const double radius = 24;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:77.5-77.46: warning: the modifier static' is not applicable to constants private static const double delete_x = 13; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:78.5-78.47: warning: the modifier
static' is not applicable to constants
private static const double delete_y = -13;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:79.5-79.58: warning: the modifier static' is not applicable to constants private static const double click_cancel_treshold = 5; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:45.5-45.41: warning: the modifier
static' is not applicable to constants
private static const int radius = 18;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:46.5-46.52: warning: the modifier static' is not applicable to constants private static const double globale_scale = 0.8; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:47.5-47.58: warning: the modifier
static' is not applicable to constants
private static const double click_cancel_treshold = 5;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/newsWindow.vala:26.5-26.43: warning: the modifier static' is not applicable to constants public static const int news_count = 2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:32.5-32.51: warning: the modifier
static' is not applicable to constants
private static const bool display_debug = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:33.5-33.53: warning: the modifier static' is not applicable to constants private static const bool display_warning = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:34.5-34.51: warning: the modifier
static' is not applicable to constants
private static const bool display_error = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:35.5-35.53: warning: the modifier static' is not applicable to constants private static const bool display_message = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:41.5-41.48: warning: the modifier
static' is not applicable to constants
private static const bool log_debug = false;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:42.5-42.49: warning: the modifier static' is not applicable to constants private static const bool log_warning = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:43.5-43.47: warning: the modifier
static' is not applicable to constants
private static const bool log_error = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:44.5-44.49: warning: the modifier static' is not applicable to constants private static const bool log_message = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:50.5-50.51: warning: the modifier
static' is not applicable to constants
private static const bool display_time = false;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:51.5-51.46: warning: the modifier static' is not applicable to constants private static const bool log_time = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:57.5-57.51: warning: the modifier
static' is not applicable to constants
private static const bool display_file = false;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:58.5-58.47: warning: the modifier static' is not applicable to constants private static const bool log_file = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:70.5-70.54: warning: the modifier
static' is not applicable to constants
private static const int max_log_length = 1000000;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:185.23-185.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:186.44-186.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:196.18-196.33: warning: Gdk.Screen.width has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:197.18-197.34: warning: Gdk.Screen.height has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:70.23-70.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:74.44-74.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:80.30-80.40: warning: Gdk.Device.grab has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:52.23-52.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:54.44-54.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:60.17-60.29: warning: Gdk.Device.ungrab has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:323.23-323.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:324.44-324.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:229.26-229.41: warning: Gdk.Screen.width has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:230.26-230.42: warning: Gdk.Screen.height has been deprecated since 3.22
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:339.23-339.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20.
/home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:340.44-340.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20
/home/patrinux/Applications/Gnome-Pie/src/gui/indicator.vala:71.13-71.61: warning: local variable screen' declared but never used var screen = (Gdk.X11.Screen)Gdk.Screen.get_default(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 41 warning(s) Scanning dependencies of target gnome-pie [ 1%] Generating daemon.c, actions/action.c, actions/uriAction.c, actions/sigAction.c, actions/keyAction.c, actions/pieAction.c, actions/appAction.c, actions/actionRegistry.c, actionGroups/windowListGroup.c, actionGroups/menuGroup.c, actionGroups/sessionGroup.c, actionGroups/bookmarkGroup.c, actionGroups/devicesGroup.c, actionGroups/actionGroup.c, actionGroups/groupRegistry.c, actionGroups/clipboardGroup.c, images/image.c, images/icon.c, images/renderedText.c, images/themedIcon.c, pies/pie.c, pies/save.c, pies/pieManager.c, pies/load.c, pies/defaultConfig.c, gui/tipViewer.c, gui/preferencesWindow.c, gui/piePreviewSliceRenderer.c, gui/triggerSelectButton.c, gui/indicator.c, gui/pieList.c, gui/piePreviewRenderer.c, gui/piePreviewDeleteSign.c, gui/piePreviewCenter.c, gui/piePreview.c, gui/iconSelectWindow.c, gui/newSliceWindow.c, gui/piePreviewAddSign.c, gui/commandComboList.c, gui/newsWindow.c, gui/pieOptionsWindow.c, gui/pieComboList.c, gui/themeList.c, gui/aboutWindow.c, gui/sliceTypeList.c, utilities/paths.c, utilities/color.c, utilities/bindingManager.c, utilities/archiveReader.c, utilities/archiveWriter.c, utilities/trigger.c, utilities/focusGrabber.c, utilities/animatedValue.c, utilities/config.c, utilities/key.c, utilities/logger.c, renderers/centerRenderer.c, renderers/pieRenderer.c, renderers/sliceRenderer.c, renderers/pieWindow.c, themes/theme.c, themes/centerLayer.c, themes/themeImporter.c, themes/sliceLayer.c appindicator3-0.1.vapi:24.4-24.13: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] appindicator3-0.1.vapi:27.4-27.13: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:75.5-75.49: warning: the modifier
static' is not applicable to constants
private static const double pie_radius = 126;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:76.5-76.44: warning: the modifier static' is not applicable to constants private static const double radius = 24; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:77.5-77.46: warning: the modifier
static' is not applicable to constants
private static const double delete_x = 13;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:78.5-78.47: warning: the modifier static' is not applicable to constants private static const double delete_y = -13; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewSliceRenderer.vala:79.5-79.58: warning: the modifier
static' is not applicable to constants
private static const double click_cancel_treshold = 5;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:45.5-45.41: warning: the modifier static' is not applicable to constants private static const int radius = 18; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:46.5-46.52: warning: the modifier
static' is not applicable to constants
private static const double globale_scale = 0.8;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/gui/piePreviewDeleteSign.vala:47.5-47.58: warning: the modifier static' is not applicable to constants private static const double click_cancel_treshold = 5; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/gui/newsWindow.vala:26.5-26.43: warning: the modifier
static' is not applicable to constants
public static const int news_count = 2;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:32.5-32.51: warning: the modifier static' is not applicable to constants private static const bool display_debug = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:33.5-33.53: warning: the modifier
static' is not applicable to constants
private static const bool display_warning = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:34.5-34.51: warning: the modifier static' is not applicable to constants private static const bool display_error = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:35.5-35.53: warning: the modifier
static' is not applicable to constants
private static const bool display_message = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:41.5-41.48: warning: the modifier static' is not applicable to constants private static const bool log_debug = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:42.5-42.49: warning: the modifier
static' is not applicable to constants
private static const bool log_warning = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:43.5-43.47: warning: the modifier static' is not applicable to constants private static const bool log_error = true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:44.5-44.49: warning: the modifier
static' is not applicable to constants
private static const bool log_message = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:50.5-50.51: warning: the modifier static' is not applicable to constants private static const bool display_time = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:51.5-51.46: warning: the modifier
static' is not applicable to constants
private static const bool log_time = true;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:57.5-57.51: warning: the modifier static' is not applicable to constants private static const bool display_file = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:58.5-58.47: warning: the modifier
static' is not applicable to constants
private static const bool log_file = false;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/home/patrinux/Applications/Gnome-Pie/src/utilities/logger.vala:70.5-70.54: warning: the modifier static' is not applicable to constants private static const int max_log_length = 1000000; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:185.23-185.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20. /home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:186.44-186.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20 /home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:196.18-196.33: warning: Gdk.Screen.width has been deprecated since 3.22 /home/patrinux/Applications/Gnome-Pie/src/renderers/pieRenderer.vala:197.18-197.34: warning: Gdk.Screen.height has been deprecated since 3.22 /home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:70.23-70.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20. /home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:74.44-74.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20 /home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:80.30-80.40: warning: Gdk.Device.grab has been deprecated since 3.20. /home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:52.23-52.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20. /home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:54.44-54.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20 /home/patrinux/Applications/Gnome-Pie/src/utilities/focusGrabber.vala:60.17-60.29: warning: Gdk.Device.ungrab has been deprecated since 3.20. /home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:323.23-323.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20. /home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:324.44-324.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20 /home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:229.26-229.41: warning: Gdk.Screen.width has been deprecated since 3.22 /home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:230.26-230.42: warning: Gdk.Screen.height has been deprecated since 3.22 /home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:339.23-339.48: warning: Gdk.Display.get_device_manager has been deprecated since 3.20. /home/patrinux/Applications/Gnome-Pie/src/renderers/pieWindow.vala:340.44-340.63: warning: Gdk.DeviceManager.list_devices has been deprecated since 3.20 /home/patrinux/Applications/Gnome-Pie/src/gui/indicator.vala:71.13-71.61: warning: local variable
screen' declared but never used
var screen = (Gdk.X11.Screen)Gdk.Screen.get_default();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 41 warning(s)
[ 3%] Building C object src/CMakeFiles/gnome-pie.dir/gui/indicator.c.o
[ 4%] Linking C executable ../../gnome-pie
[100%] Built target gnome-pie
patrinux@HOME01 ~/Applications/Gnome-Pie $
YES the problem with Mint Serena is: [WARNING] Failed to look up menu_file for "applications.menu" (gnome-pie:28347): Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
Patrick DepoixArchitecte D.P.L.G.Historien-chercheur en histoire de l'ArchitectureEx-Maître de conférence de l'Ecole d'Architecture de Lille-Région NordSitArchi-ReaderNewS http://www.google.com/reader/shared/user%2F04161245489718164963%2Fstate%2Fcom.google%2Fstarred
http://www.linkedin.com/pub/patrick-depoix/40/b3b/542136, rue d'Esquermes59000 LilleFranceTel (+33/0) 952 51 33 25Port (+33/0) 06 23 13 73 71 Skype:oikakeruPour répondre --> Mailto:patrick.depoix@gmail.com http://---%20http://www.linkedin.com/pub/patrick-depoix/40/b3b/542%20Patrick%20Depoix%20Architecte%20D.P.L.G.%20Historien-chercheur%20en%20histoire%20de%20l%27Architecture%20Ex-Ma%C3%AEtre%20de%20conf%C3%A9rence%20de%20l%27Ecole%20d%27Architecture%20de%20Lille-R%C3%A9gion%20Nord136,%20rue%20d%27Esquermes%2059000%20Lille%20France%20Tel%20%20%20%28+33/0%29%20952%2051%2033%2025%20Port%20%20%28+33/0%29%2006%2023%2013%2073%2071%20Fax%20%20%28+33/0%29%20826%2070%2004%2040%20Skype:oikakeru%20%20Pour%20r%C3%A9pondre%20--%3E%20Mailto:patrick.depoix@free.fr
2017-02-21 7:13 GMT+01:00 Simon Schneegans notifications@github.com:
Hi Patrick!
Would it be possible for you to compile Gnome-Pie from source? If so, we could investigate what is causing the issue. There is an easy-to-follow guide at Gnome-Pie's Homepage http://simmesimme.github.io/gnome-pie.html#toc4.
In particular the line https://github.com/Simmesimme/ Gnome-Pie/blob/develop/src/gui/indicator.vala#L74 may cause problems as there is Gnome Shell hard coded and Mint uses (as far ass I know) a customized version of Gnome Shell. Maybe you can remove this if-block and try if this changes anything.
Before running your compiled version of Gnome-Pie you should uninstall the other version!
Thank you!
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Simmesimme/Gnome-Pie/issues/142#issuecomment-281254548, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQPCIHwPux-J_ukOegsfU3HzOvfuNhqks5reoBwgaJpZM4MAyVH .
Is this still an issue?
no thks.
Hi Simon,
I installed your very NICE pie menu on my Linux Mint Serena MATTE (alias ubuntu Xenial 16.04) 64B but the icon in the dashboard is not shown...I can use it like it would be invisible I see the popup menu with "Preferences, About & Quit" but not the icon so beautiful! Thanks for your reply in advance.
Bye bye Patrick