Re: [QtMoko] (v35) Network connections

2011-06-08 Thread Radek Polak
On Tuesday 07 June 2011 23:53:48 David Lanzendörfer wrote:

 Howdy how.
 Wouldn't it be easier to do something like liwi (SHR)
 which just lists all available networks?
 The need to type the specific ESSID into the phone suprised me a bit
 considering the rest of the environment which is soo much iPhone like
 in usage feeling.

You have to use the context menu on the Wireless LAN - there is item called 
WLAN detection. Then you have to use context menu again and select Add new 
networks

I wonder how this could ever pass any usability tests - it took me months to 
discover it ;-). Patches to make it more simple are welcome. I think e.g. N900 
has it solved in very nice way.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko v35 FBreader

2011-06-08 Thread Radek Polak
On Wednesday 08 June 2011 00:23:35 Francesco De Vita wrote:

 can you tell us what is the complete command you used? export
 LD_LIBRARY_PATH=...?

There is nothing after the =. It means that it deletes this environment 
variable.

If you copy-paste this to FR shell you'll be able to use Favourites and 
there will be new icon for E-book reader QX which will launch FBReader 
correctly:

cat  /usr/share/applications/FBReaderQX.desktop __END__
[Desktop Entry]
Name=E-book reader QX
GenericName=E-book reader
Comment=E-book reader
TryExec=fbreader.sh
Exec=fbreader.sh %F
StartupNotify=true
Terminal=false
Type=Application
Icon=FBReader.png
Categories=Office;Viewer;Literature;
__END__

cat  /usr/bin/fbreader.sh __END__
#!/bin/sh
export LD_LIBRARY_PATH=
FBReader
__END__

chmod +x /usr/bin/fbreader.sh


Hope this helped

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[qtMoko] Wiki spammed

2011-06-08 Thread Guilhem Bonnefille
Hi,

Looking for documentation on qtMoko, I found that the wiki is spammed.
Is there any cleanning process in progress? What is the policy? With a
fresh wiki login, I'm (naturally) not able to drop pages. Can someone
give me enought priviledge to delete pages? I can also simply rename
all identified page in order to add SPAM prefix: current priviledge
are enough and wiki's administrator will then be able to easily check
and drop pages.

http://qtmoko.org/
http://qtmoko.org/wiki/Special:AllPages
-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko : typing text without stylus

2011-06-08 Thread Tomas Nackaerts
On Tuesday 07 June 2011 23:04:55 Xavier Cremaschi wrote:
 On 07/06/2011 21:58, Xavier Cremaschi wrote:
  On 06/06/2011 21:45, Peter Fey wrote:
  Am Montag, den 06.06.2011, 18:01 +0200 schrieb Xavier Cremaschi:
  and it seems there is an English dictionary in
  /opt/qtmoko/etc/dict
  (.dawg files wtf?)
  
  Hi,
  this guide (http://www.fragcom.de/server/fragcom_words) explains how to
  add a german dictionary to qtmoko. You need to adjust paths to the paths
  used by qtmoko, but under qtmoko ~v26 I got it to work an noticed
  predictive effects :-). I haven't tried for recent versions of qtmoko.
  
  Steps 67 for non-germans: replace en_US by de_DE in the mentioned file
  twice, and reboot freerunner.
  
  It also mentions the .dawg file is from a debian package called
  wngerman, maybe something similar exists for your languages.
  
  Peter
  
  Ok I tried it with a french dictionary and also the original words.dawg
  for en_US, and it doesn't seem to work for me :( Same behavior as
  previously...
 
 It works with :
  http://kewlcat.no-ip.org/openmoko/words.dawg
 instead of the dict I used.
 
 It seems dictionary in debian *spell packages are not in dawg format,
 and you can generate a dawg file from a list of words using qdawggen
 (but you need to build Qt to get it)... or go there and be happy :)
  http://alasal.be/openmoko/keyboard/
 
 
 Xavier.
 

Very nice, typing works much better now. This was the only thing that was 
missing in qtmoko for me.

I only have one problem:

I'm unable to use the special characters like é or à and also symbols (.,?) do 
not work :-(
Somebody ideas to solve this?

I'v also added the information to the faq on the wiki

Kind regards

Tomas


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko : typing text without stylus

2011-06-08 Thread Guilhem Bonnefille
2011/6/7 Xavier Cremaschi omega.xav...@gmail.com:
 On 07/06/2011 21:58, Xavier Cremaschi wrote:

 On 06/06/2011 21:45, Peter Fey wrote:

 Am Montag, den 06.06.2011, 18:01 +0200 schrieb Xavier Cremaschi:

 and it seems there is an English dictionary in
 /opt/qtmoko/etc/dict
 (.dawg files wtf?)

 Hi,
 this guide (http://www.fragcom.de/server/fragcom_words) explains how to
 add a german dictionary to qtmoko. You need to adjust paths to the paths
 used by qtmoko, but under qtmoko ~v26 I got it to work an noticed
 predictive effects :-). I haven't tried for recent versions of qtmoko.

 Steps 67 for non-germans: replace en_US by de_DE in the mentioned file
 twice, and reboot freerunner.

 It also mentions the .dawg file is from a debian package called
 wngerman, maybe something similar exists for your languages.

 Peter

 Ok I tried it with a french dictionary and also the original words.dawg
 for en_US, and it doesn't seem to work for me :( Same behavior as
 previously...

 It works with :
    http://kewlcat.no-ip.org/openmoko/words.dawg
 instead of the dict I used.

Good news! First idea coming: we need to package this in many Debian
packages. Where the word list came from? Other say: what is the
licence?

-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko v35 FBreader

2011-06-08 Thread Yury Sakarinen


Thanks Radek. Now my FR used for 100 pct without the tedious
procedure of running through qx xterm %)

If you copy-paste this to FR shell you'll be able to use Favourites 
and
there will be new icon for E-book reader QX which will launch 
FBReader

correctly:

cat  /usr/share/applications/FBReaderQX.desktop __END__
[Desktop Entry]
Name=E-book reader QX
GenericName=E-book reader
Comment=E-book reader
TryExec=fbreader.sh
Exec=fbreader.sh %F
StartupNotify=true
Terminal=false
Type=Application
Icon=FBReader.png
Categories=Office;Viewer;Literature;
__END__

cat  /usr/bin/fbreader.sh __END__
#!/bin/sh
export LD_LIBRARY_PATH=
FBReader
__END__

chmod +x /usr/bin/fbreader.sh


Hope this helped

Regards

Radek




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtMoko] Wiki spammed

2011-06-08 Thread Radek Polak
Guilhem Bonnefille wrote:

 Looking for documentation on qtMoko, I found that the wiki is spammed.
 Is there any cleanning process in progress? What is the policy? With a
 fresh wiki login, I'm (naturally) not able to drop pages. Can someone
 give me enought priviledge to delete pages? I can also simply rename
 all identified page in order to add SPAM prefix: current priviledge
 are enough and wiki's administrator will then be able to easily check
 and drop pages.

If you tell me username, i can give you admin rights. I never wanted to mess 
with wiki and i thought that community can keep it in decent, but i was 
obviously wrong :(

It would be really nice to block the wiki so that only registered and maybe 
approved users could contribute. I wonder if that could be arranged from the 
wiki admin area or if we need Fabio who is hosting wiki and owns qtmoko.org 
domain.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[qtMoko] qtmoko.sourceforge.net bug

2011-06-08 Thread Yury Sakarinen


another bug report for applications page
http://qtmoko.sourceforge.net/apps/qtmoko-keyboard-russian-abc.html
(Russian layout for finger keyboard)

when u click on link or from FR More apps menu (arora), there is no 
appropriate page:


An error has been encountered in accessing this page.

1. Server: qtmoko.sourceforge.net
2. URL path: /apps/qtmoko-keyboard-russian-abc_1-1_all.deb
3. Error notes: NONE
4. Error type: 404
5. Request method: GET
6. Request query string: NONE
7. Time: 2011-03-17 18:32:29 UTC (1300386749)

Reporting this problem: The problem you have encountered is with a 
project web site hosted by SourceForge.net. This issue should be 
reported to the SourceForge.net-hosted project (not to SourceForge.net).



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtMoko] qtmoko.sourceforge.net bug

2011-06-08 Thread Radek Polak
Yury Sakarinen wrote:

  another bug report for applications page
  http://qtmoko.sourceforge.net/apps/qtmoko-keyboard-russian-abc.html
  (Russian layout for finger keyboard)
 
  when u click on link or from FR More apps menu (arora), there is no
  appropriate page:
 
  An error has been encountered in accessing this page.
 
  1. Server: qtmoko.sourceforge.net
  2. URL path: /apps/qtmoko-keyboard-russian-abc_1-1_all.deb
  3. Error notes: NONE
  4. Error type: 404
  5. Request method: GET
  6. Request query string: NONE
  7. Time: 2011-03-17 18:32:29 UTC (1300386749)

Hi, it's fixed now.

Thanks for report!

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko : typing text without stylus

2011-06-08 Thread Xavier Cremaschi

On 08/06/2011 13:59, Tomas Nackaerts wrote:

I only have one problem:

I'm unable to use the special characters like é or à and also symbols (.,?) do
not work :-(
Somebody ideas to solve this?


Same problem for me alas, I cannot type ça because of the ç


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Qtmoko : typing text without stylus

2011-06-08 Thread Xavier Cremaschi

On 08/06/2011 14:04, Guilhem Bonnefille wrote:


Good news! First idea coming: we need to package this in many Debian
packages. Where the word list came from? Other say: what is the
licence?



From here : http://www.openwall.com/wordlists/

You can get them (not in .dawg format) here : ftp://ftp.openwall.com/pub/

Licence is here : http://www.openwall.com/wordlists/LICENSE.shtml


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtMoko] Wiki spammed

2011-06-08 Thread Guilhem Bonnefille
2011/6/8 Radek Polak pson...@seznam.cz:
 Guilhem Bonnefille wrote:

 Looking for documentation on qtMoko, I found that the wiki is spammed.
 Is there any cleanning process in progress? What is the policy? With a
 fresh wiki login, I'm (naturally) not able to drop pages. Can someone
 give me enought priviledge to delete pages? I can also simply rename
 all identified page in order to add SPAM prefix: current priviledge
 are enough and wiki's administrator will then be able to easily check
 and drop pages.

 If you tell me username, i can give you admin rights. I never wanted to mess
 with wiki and i thought that community can keep it in decent, but i was
 obviously wrong :(

username=Guyou

 It would be really nice to block the wiki so that only registered and maybe
 approved users could contribute. I wonder if that could be arranged from the
 wiki admin area or if we need Fabio who is hosting wiki and owns qtmoko.org
 domain.

I previously managed a mediawiki by myself. But as spare time is
missing, I was really happy to discover that SourceForge offers such
service. Now, the mediawiki instance of viking is the one deployed and
managed by SourceForge. Only SourceForge users can edit, if wiki admin
give write permissions.

-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


navit and libQtGui

2011-06-08 Thread Guilhem Bonnefille
Hi,

I discovered that navit has a Qt frontend. So, I firstly do not
understand why we should use Qx to run navit. Then, I discovered that
the libQtGui provided by official Debian package is compiled with X11
support.

Where do the /opt/qtmoko/lib/libQtGui.so.4 came from?
Is there any solution to find to replace Debian's package libqtgui4
with a one compiled without X11 support?
Anybody to rebuild just navit-graphics-qt-qpainter package with the Qt
version of QtMoko?

-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community