| The Following User Says Thank You to auouymous For This Useful Post: | ||
-#define APPLICATION_MENU "/home/user/.osso/menus/applications.menu" +#define APPLICATION_MENU "/etc/xdg/menus/hildon.menu"
-CFLAGS += -Wall -Werror -O2 $(DEFINES) `pkg-config --cflags $(DEPS)` -pthread +CFLAGS += -Wall -fno-strict-aliasing -O2 $(DEFINES) `pkg-config --cflags $(DEPS)` -pthread
cat /usr/share/applications/hildon/intellisyncd.desktop [Desktop Entry] Encoding=UTF-8 Version=1 Type=Daemon Exec=/usr/bin/intellisyncd MimeType=text/nmsdirective X-Osso-Service=intellisyncd
define GETTEXT_PACKAGE "maemo-af-desktop" setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, "/usr/share/locale"); textdomain (GETTEXT_PACKAGE);
dbus-send --print-reply --dest=org.telescope /Launcher org.telescope.Launcher.Show
hotkey = <keyname>

XGrabKey(_dpy, _hotKeyCode, ControlMask, _rootWindow, False, GrabModeAsync, GrabModeAsync);
XGrabKey(_dpy, _hotKeyCode, ControlMask | Mod2Mask, _rootWindow, False, GrabModeAsync, GrabModeAsync);
| The Following User Says Thank You to Mitrandir For This Useful Post: | ||