View Single Post
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#70
First of all... Many thanks to bibek!

It seems that someone was asking a build for our beloved N900...

I tweaked a little the original sources to make it run inside fremantle.
To install:
- You may need the meecolay repo to have all the libs (verify that with ldd /opt/forum-qml/bin/forum-qml)
- Unpack in /opt
- Create the symbolic links for the desktop files
ln -s /opt/forum-qml/forum-tmo.desktop /usr/share/applications/hildon/forum-tmo.desktop
ln -s /opt/forum-qml/forum-fmc.desktop /usr/share/applications/hildon/forum-fmc.desktop
- Add the providers's definition
ln -s /opt/forum-qml/share/providers /usr/share/accounts/providers

To use in fullscreen mode(the usual trick):

aptitude install xbindkeys wmctrl

echo '"wmctrl -r :ACTIVE: -b toggle,fullscreen"' > /home/user/.xbindkeysrc
echo 'shift + KP_Enter' >> /home/user/.xbindkeysrc
echo "xbindkeys &" >> /home/user/.profile
chown user:user /home/user/.xbindkeysrc
chown user:user /home/user/.profile

and run as user (or reboot):
xbindkeys &

Now, pressing SHIFT + RETURN you can activate fullscreen for any application.

Know problems:

Until now, it's impossible to login using signond.
Running with strace, the message is:

Received forum list
ForumSession::signOn
m_accountSetup->createAccount( 0x983b80 , "" )
ForumSession::querySignOnCredentials()
ForumSession::signOn
m_accountSetup->createAccount( 0x985ba0 , "" )
ForumSession::querySignOnCredentials()

But nothing happens..

It would be great to obtain some error to debug this step or use an alternative authentication for fremantle.
(Maybe that marmistrz could help to debug this issue...)
Attached Images
 

Last edited by xes; 2013-01-21 at 17:18.
 

The Following 21 Users Say Thank You to xes For This Useful Post: