I'm not sure if quicklauncher is the same as launcher. PATH: xfce4-panel-4.6.1/plugins/launcher but during make process I get an error: launcher.c: In function âlauncher_icon_button_set_tooltipâ: launcher.c:428: error: expected statement before â)â token Looking at the code at line 428 it looks like there's two parenthesis when there should only be one: - && launcher->arrow_position != LAUNCHER_ARROW_INSIDE_BUTTON)) + && launcher->arrow_position != LAUNCHER_ARROW_INSIDE_BUTTON)
Hi, No, this is not the same. But this was fixed a long time ago (cf. <http://git.xfce.org/xfce/xfce4-panel/commit/?h=xfce-4.6&id=f6725d6bb8bcb244774065328c45406afa67eec1>).