cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #02750
[Bug 664089] Re: Clipper action failed on other WM than kde gnome xfce
forgot to mention that the patch has been included since then, thanks
again!
** Changed in: cairo-dock-plug-ins
Importance: Undecided => Low
** Changed in: cairo-dock-plug-ins
Status: New => Fix Committed
** Changed in: cairo-dock-plug-ins
Assignee: (unassigned) => Fabounet (fabounet03)
--
You received this bug notification because you are a member of Cairo-
Dock Team, which is subscribed to Cairo-Dock Plug-ins.
https://bugs.launchpad.net/bugs/664089
Title:
Clipper action failed on other WM than kde gnome xfce
Status in Cairo-Dock : Plug-ins:
Fix Committed
Bug description:
Hi,
When using other Desktop Manager than KDE, Gnome and XFCE, the configuration file name for actions is bugged
example :
for
KDE : plug-ins/Clipper/Clipper-actions-kde.conf
GNOME : plug-ins/Clipper/Clipper-actions-gnome.conf
XFCE : plug-ins/Clipper/Clipper-actions-xfce.conf
OTHER : plug-ins/Clipper/Clipper-actions-(null).conf
Please change by :
OTHER : plug-ins/Clipper/Clipper-actions-other.conf
FIX :
Clipper/src/applet-clipboard.c
- const gchar *cEnvName[4] = {NULL, "gnome", "kde", "xfce"};
+ const gchar *cEnvName[4] = {"other", "gnome", "kde", "xfce"};
Thanks.
An Openbox user:
Guillaume DELVIT
References