The Generic Slider panel plugin crashes with a seg fault (SIGSEGV) when the 'properties' are opened to change the settings. Compiling produced the warning: generic-slider.c:541:11: warning: implicit declaration of function ‘xfce_titled_dialog_new_with_buttons’ Adding #include <libxfce4ui/libxfce4ui.h> to generic-slider.c fixes the problem for me. Maybe the API changed?
I pushed a revamp of the build system for generic-slider. Now it can be built like all other plugins (with ./autogen.sh && make). I also fixed the include bug. Can you try please ?
(In reply to Skunnyk from comment #1) > I pushed a revamp of the build system for generic-slider. Now it can be > built like all other plugins (with ./autogen.sh && make). > I also fixed the include bug. > Can you try please ? Thanks a lot for modernizing the plugin. Everything appears to work in the current version. However, I can't really speak to the (runtime) bug because the properties were also opening for me two commits ago.
This project has been archived. Closing bugs.
I use the slider every day. Is the source code still available? Would the project be reopened if there were a maintainer?
The project code is here: https://git.xfce.org/archive/xfce4-generic-slider/ Feel free to fork it and rework it if you want, then can reconsider the archiving