auouymous
|
2012-08-07
, 11:53
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#351
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2012-08-08
, 09:59
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#352
|
-#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);
2)
Or you can rebind hotkey from F5 to other key by specifyingCode:dbus-send --print-reply --dest=org.telescope /Launcher org.telescope.Launcher.Showin /etc/telescope.confCode:hotkey = <keyname>
|
2012-08-08
, 10:09
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#353
|
XGrabKey(_dpy, _hotKeyCode, ControlMask, _rootWindow, False, GrabModeAsync, GrabModeAsync); XGrabKey(_dpy, _hotKeyCode, ControlMask | Mod2Mask, _rootWindow, False, GrabModeAsync, GrabModeAsync);
|
2012-08-09
, 04:50
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#354
|
Now switcher and launcher are almost working on N900. There are still some crashing, so it can't yet replace hildon-desktop, but now I'm sure Telescope will be replacement of hildon-desktop.
|
2012-08-09
, 06:03
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#355
|
I've never used an n900 but I thought Telescope was made to mimic the n900. Is this not how the n900 works?
If you remove hildon-desktop on n8x0 you lose the desktop image, desktop widgets, statusbar and I think notifications. Telescope does not replace any of those.
|
2012-08-17
, 09:59
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#356
|
|
2012-08-17
, 10:50
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#357
|
I'm plannig to add support for scrollable application menu (as Maemo5 PR1.3 has).
|
2012-08-17
, 12:29
|
Posts: 355 |
Thanked: 598 times |
Joined on Sep 2009
@ Nizhny Novgorod, Russia
|
#358
|
|
2012-09-25
, 20:17
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#359
|