View Single Post
Posts: 355 | Thanked: 598 times | Joined on Sep 2009 @ Nizhny Novgorod, Russia
#350
Hi,

thanks for report!

1) That’s my fault. Makefile:55 should read 'SHAREFILES +=' instead of 'SHAREFILES ='. Already fixed and pushed to bitbucket, please pull this change to your repo.

2)
Code:
dbus-send --print-reply --dest=org.telescope /Launcher org.telescope.Launcher.Show
Or you can rebind hotkey from F5 to other key by specifying
Code:
hotkey = <keyname>
in /etc/telescope.conf

3) I haven’t seen these gcc errors about “dereferencing type-punned pointers” neither on N8x0 nor on desktop. Seems like Fremantle’s GCC is configured more strictly about pointer aliasing. If you can find some good solution, please send me a patch

4) dbus_watch_get_fd is used if DEFINES = -DMAEMO4 is specified in Makefile. It was renamed to dbus_watch_get_unix_fd in later D-Bus versions.


You might surround your Fremantle-specific changes by #ifdef FREMANTLE ... #endif and add -DFREMANTLE in Makefile. If your changes will be compatible with Diablo and desktop by disabling this flag, I would be happy to include any your changes into Telescope!
 

The Following User Says Thank You to Mitrandir For This Useful Post: