maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 ! (https://talk.maemo.org/showthread.php?t=85878)

m4r0v3r 2012-08-07 00:52

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
yeah that's what it is for since I don't really want to install Inception

am just going to purge everything install from this and start again with the privileges command

didnt work mainly because opensh is still in there. ill edit the source and attempt this :D any chance you could compile it please? am too lazy to setup scratch box :P

also quick question this is the desktop file for abi word after ive changed it to just run normal without opensh

Quote:

[Desktop Entry]
Encoding=UTF-8
Version=1.0.0
Type=Application
Terminal=false
Name=Abiword
Exec=debian su user - abiword-fullscreen.sh"
Icon=/opt/easy-deb-chroot/icons/abiword.svg
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
is the command debian the chroot? nothing part of inception?

rcolistete 2012-08-07 01:24

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by user/zero (Post 1248390)
I have a suggestion, I don't know if it's only me getting this :)
In xephwm, line 14, unless the -fullscreen option is passed to Xephyr, the (default?) grey bottom toolbar and top status bar make the environment unusable for me.
Code:

xinit  /usr/bin/$WMEXEC -- /usr/bin/Xephyr :1 -br -screen 854x480x16 -dpi 96 -parent $PARWIN -ac -fullscreen

Sorry, I haven't understood you 100%. Have you used suxephwm (as user) or xephwm (as root) ? Could you better explain the problem ?

Current xephwm (for Harmattan, by Qole) is :
Code:

xinit /usr/bin/$WMEXEC -- /usr/bin/Xephyr :1 -br -screen 858x480x16 -dpi 96 -fullscreen +kb -ac
They difference is that you added "-parent $PARWIN" and removed "+kb". Could you explain the reason ?

rcolistete 2012-08-07 01:43

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by m4r0v3r (Post 1248496)
yeah that's what it is for since I don't really want to install Inception

am just going to purge everything install from this and start again with the privileges command

didnt work mainly because opensh is still in there. ill edit the source and attempt this :D any chance you could compile it please? am too lazy to setup scratch box :P

Feel free to send the modified source code. But I am really busy in the following days, until Friday.

'debian' calls 'qchroot' (see Easy Chroot for Harmattan topic), which needs Harmattan open mode or Inception + aegisctl.

But I have used opensh (from Inception 0.1.x) in some install scripts and .desktop files.

See the FAQ in 1st topic and the the first following posts : I've already said that making a special Harmattan open mode version of Easy Debian can be possible.

I am waiting to receive my 2nd N9 to install Harmattan open mode and test it. My current N9 has Inception (which is a lot simpler to install, i.e., without reflasing) to represent a large user base.

Or anybody else can try making the easy-deb-chroot-openmode package.

m4r0v3r 2012-08-07 01:58

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
whenever you can that would be great. i may of messed up the last line of prerm were it closes the chroot I wasn't 100% sure I used the right syntax if it won't compile that might be it, or it could be any other mistakes I made, and I don't mind waiting till friday. thanks

Kabouik 2012-08-07 02:28

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Well, I had plenty of connection issues today so I couldn't download again the Sci image. I still have the one I screwed up trying to install VLC, R, and some other stuff I don't remember (I think I tried to install too much stuff considering the space available in the image, that may be the problem), and it runs quite well and LXDE runs flawlessly, but it might not be a good control for testing and experiments. I also have the Estel image but icons are not designed to work with it (Debian LXDE icon does not work with this image, even after Harmattanization). However, here is an observation/issue I experienced:

- In OOWriter, Gedit, Leafpad, Abiword, pressing the ENTER key on the VKB (I tested default, Swype, English Arrows) won't end the line to start a new one. I think the key is just not working as I can't do a websearch in Epiphany either, as I can't validate what I typed in the search field.

Please let me know if you also experience that or if it may be due to my screwed up image.

HolgerN 2012-08-07 06:43

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
I had to change the user and the rights for /home/user/.cache/menus/
in order to enable the lxde-menu. Before only root could write and read.

Quote:

opensh
chown user:users /home/user/.cache/menus
chmod a+rw /home/user/.cache/menus

Now everything works.

In my image the enter key does also not work as expected. If i am writing something in openoffice nothing shows until i am pressing the enter button in the virtual keyboard. There is no line break inserted.

Kabouik 2012-08-07 06:56

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
I also observed that the backspace key does not work for editing MP3 tags inside Aqualung. I think it worked in text applications like Gedit, but I am not sure (can't test right now).

ranbaxy 2012-08-07 08:11

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Great job! Gonna try it! Thanks rcolistete! :)

user/zero 2012-08-07 10:38

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
rcolistete, I'm running xephwm as root, from debian-m5-v3e.img.ext2. I only added -fullscreen and deleted +kb for some reason :confused:, the rest was there 'out-of-the-box'. It's not as if I knew enough about Xephyr and xinit to add something like parent windows :D

Also another thing: can I use an image built by debootstrap with these scripts? (archived, with a FS etc.)

panukooo 2012-08-07 20:49

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
when trying to install easy debian 1.0.4 not installed tells me missing dependencies. what am I missing? I follow all the steps and there I stayed because I cant install

by terminal

~ # cd /home/user/MyDocs/Downloads
/home/user/MyDocs/Downloads # dpkg -i easy-deb-
chroot_1.0.4-1harmattan1_armel.deb
Aegis rejecting easy-deb-chroot_1.0.4-1harmattan1_armel.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
/home/user/MyDocs/Downloads #

alredy have installed aegis ctrl

m4r0v3r 2012-08-07 21:34

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
you haven't incepted the package i think

panukooo 2012-08-08 01:26

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by m4r0v3r (Post 1248874)
you haven't incepted the package i think

to install easy debian chroot 1.0.4 , no need inception so it says in the instructions , I already install inception, aegis ctrl, opensh , xmimd . when I install easy debian 1.4.0 throws me that error to comment before any solution ?

HtheB 2012-08-08 01:30

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by panukooo (Post 1248915)
to install easy debian chroot 1.0.4 , no need inception so it says in the instructions , I already install inception, aegis ctrl, opensh , xmimd . when I install easy debian 1.4.0 throws me that error to comment before any solution ?

download the file again... it shouldn't be rejected by aegis...

panukooo 2012-08-08 02:20

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by HtheB (Post 1248916)
download the file again... it shouldn't be rejected by aegis...

already download several times and is the same. when I try through the terminal tells me what I wrote before and when I install the normal way says : searching the required applications and then tells me: not found the installation package dependencies

I do not know what I'm doing wrong if I follow all the steps correctly

rcolistete 2012-08-08 12:44

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by panukooo (Post 1248915)
to install easy debian chroot 1.0.4 , no need inception so it says in the instructions , I already install inception, aegis ctrl, opensh , xmimd . when I install easy debian 1.4.0 throws me that error to comment before any solution ?

aegisctl and opensh needed to be installed with incept instead of dpkg -i.

HtheB 2012-08-08 17:35

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Epipathy crashes when I visit a website that has flash content... :(

Edit: Iceweasel doesn't work, not in the harmattan menu, neither in lxde :( how can I find out why it doesn't work?

panukooo 2012-08-08 17:46

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1249109)
aegisctl and opensh needed to be installed with incept instead of dpkg -i.

yes, I know aegisctrl and opensh must be installed with inception the rest not that I meant, and that's what I'm doing and not let me install easy debian 1.0.4
and if I do this : / usr / sbin /incept easy debian 1.0.4 .....

rcolistete 2012-08-09 00:33

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by panukooo (Post 1249207)
yes, I know aegisctrl and opensh must be installed with inception the rest not that I meant, and that's what I'm doing and not let me install easy debian 1.0.4
and if I do this : / usr / sbin /incept easy debian 1.0.4 .....

Put all the .deb files in /usr/home/MyDocs. Use Terminal and Tab button to complete the commands, don't put any extra spaces in the commands below. $ means Terminal prompt as user, # means Terminal prompt as root :
$ cd ~/MyDocs
$ devel-su
confirm the root password (default is rootme),
# cd ~user/MyDocs
# dpkg -i inception_0.2.5_armel.deb
# /usr/sbin/pasiv
type the root password, then confirm with yes :
# /usr/sbin/incept aegisctl_1.3_armel.deb
type the root password,
# /usr/sbin/incept opensh_1.00_armel.deb
confirming the root password,
# dpkg -i easy-chroot_0.1.0-1harmattan1_armel.deb
type the root password,
# dpkg -i xmimd_1.1_armel.deb

If there is any error message in the above steps, copy it exactly to here so we can try to find the problem.

rcolistete 2012-08-09 00:34

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by HtheB (Post 1249204)
Epipathy crashes when I visit a website that has flash content... :(

Edit: Iceweasel doesn't work, not in the harmattan menu, neither in lxde :( how can I find out why it doesn't work?

Iceweasel closes for any site or just when there is Flash content ?

rcolistete 2012-08-09 00:56

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by Kabouik (Post 1248517)
I also have the Estel image but icons are not designed to work with it (Debian LXDE icon does not work with this image, even after Harmattanization). However, here is an observation/issue I experienced:.

Version 1.0.5 will fix it.

Quote:

Originally Posted by Kabouik (Post 1248517)
In OOWriter, Gedit, Leafpad, Abiword, pressing the ENTER key on the VKB (I tested default, Swype, English Arrows) won't end the line to start a new one. I think the key is just not working as I can't do a websearch in Epiphany either, as I can't validate what I typed in the search field.

The MeeGo virtual keyboard in :
- OOWriter, Leaf and gedit, enter jumps to next line;
- Abiword and wxMaxima doesn't show the typed characters until space or enter, enter jumps to next line;
- Iceweasel, enter confirm.

rcolistete 2012-08-09 01:01

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by user/zero (Post 1248628)
rcolistete, I'm running xephwm as root, from debian-m5-v3e.img.ext2. I only added -fullscreen and deleted +kb for some reason :confused:, the rest was there 'out-of-the-box'. It's not as if I knew enough about Xephyr and xinit to add something like parent windows :D

The "+kb" needs to be deleted in "/usr/bin/xephwm" inside Debian so Estel's, Sulu's images work. v1.0.5 will have this fix.

Quote:

Originally Posted by user/zero (Post 1248628)
Also another thing: can I use an image built by debootstrap with these scripts? (archived, with a FS etc.)

The same images used by Easy Debian for Maemo 4 & 5. Ask it in the topic Easy Debian Fremantle Beta Testing.

rcolistete 2012-08-09 01:05

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by HolgerN (Post 1248542)
I had to change the user and the rights for /home/user/.cache/menus/
in order to enable the lxde-menu. Before only root could write and read.

I will include it in v1.0.5 "FixDebImg" icon.

Quote:

Originally Posted by HolgerN (Post 1248542)
In my image the enter key does also not work as expected. If i am writing something in openoffice nothing shows until i am pressing the enter button in the virtual keyboard. There is no line break inserted.

I don't know why this happens for some users and not for others. For me, only in Abiword and wxMaxima that nothing shows. But enter always works.

Which image are you using ?

rcolistete 2012-08-09 01:09

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by m4r0v3r (Post 1248504)
whenever you can that would be great. i may of messed up the last line of prerm were it closes the chroot I wasn't 100% sure I used the right syntax if it won't compile that might be it, or it could be any other mistakes I made, and I don't mind waiting till friday. thanks

Please, fix all .desktop files by removing the " in the end of Exec lines, e.g :

PHP Code:

Exec=debian su user abiword-fullscreen.sh

And send me the source code after testing well the "Easy Debian for Open Mode" in you N9/N950 with Harmattan open mode.

HtheB 2012-08-09 01:13

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1249317)
Iceweasel closes for any site or just when there is Flash content ?

Epipathy closes directly when opening a website that has flash content.
Iceweasel doesn't run at all :(

rcolistete 2012-08-09 01:24

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by HtheB (Post 1249325)
Epipathy closes directly when opening a website that has flash content.
Iceweasel doesn't run at all :(

For Iceweasel, follow the instructions of post #34 about removing ".mozilla/firefox". It was a problem for v1.0.2 users who used Iceweasel outside LXDE.

HtheB 2012-08-09 01:37

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1249328)
For Iceweasel, follow the instructions of post #34 about removing ".mozilla/firefox". It was a problem for v1.0.2 users who used Iceweasel outside LXDE.

Thanks!
Next problem:
I'm getting an error message on every startup of Iceweasel:

Code:

Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Could not send message to GConf daemon: Process /usr/lib/gconf2/gconfd-2 exited with status 1)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Could not send message to GConf daemon: Process /usr/lib/gconf2/gconfd-2 exited with status 1)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Could not send message to GConf daemon: Process /usr/lib/gconf2/gconfd-2 exited with status 1)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Could not send message to GConf daemon: Process /usr/lib/gconf2/gconfd-2 exited with status 1)
Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Could not send message to GConf daemon: Process /usr/lib/gconf2/gconfd-2 exited with status 1)

Any idea what is wrong? Iceweasel works after clicking OK, but it's just that annoying message that comes up on each startup of Iceweasel...

Edit: After clicking on a YouTube video, Iceweasel will also crash.
By the way, is there any way to add flashplayer and Java on Iceweasel? What is the easiest way to get the latest version of Firefox/Iceweasel?

m4r0v3r 2012-08-09 01:42

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1249324)
Please, fix all .desktop files by removing the " in the end of Exec lines, e.g :

PHP Code:

Exec=debian su user abiword-fullscreen.sh

And send me the source code after testing well the "Easy Debian for Open Mode" in you N9/N950 with Harmattan open mode.

will do. should be done soon

panukooo 2012-08-09 05:20

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1249315)
Put all the .deb files in /usr/home/MyDocs. Use Terminal and Tab button to complete the commands, don't put any extra spaces in the commands below. $ means Terminal prompt as user, # means Terminal prompt as root :
$ cd ~/MyDocs
$ devel-su
confirm the root password (default is rootme),
# cd ~user/MyDocs
# dpkg -i inception_0.2.5_armel.deb
# /usr/sbin/pasiv
type the root password, then confirm with yes :
# /usr/sbin/incept aegisctl_1.3_armel.deb
type the root password,
# /usr/sbin/incept opensh_1.00_armel.deb
confirming the root password,
# dpkg -i easy-chroot_0.1.0-1harmattan1_armel.deb
type the root password,
# dpkg -i xmimd_1.1_armel.deb

If there is any error message in the above steps, copy it exactly to here so we can try to find the problem.

ok I'll do just a question if I already had installed inception and I did this : # / usr / sbin / pasiv to activate inception , I do it again or omit this step? because I had already activated with another application to be exact unrestricted ui and if installed succesfully

rcolistete 2012-08-09 12:25

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by panukooo (Post 1249366)
ok I'll do just a question if I already had installed inception and I did this : # / usr / sbin / pasiv to activate inception , I do it again or omit this step? because I had already activated with another application to be exact unrestricted ui and if installed succesfully

Repeat all steps cited above exactly. Copy here any error messages, exactly.

panukooo 2012-08-10 17:39

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1249492)
Repeat all steps cited above exactly. Copy here any error messages, exactly.

man thanks for the help, I finally installed and I can say amazing. I can finally edit my office files thanks brother

HtheB 2012-08-10 18:14

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
rcolistete, got a solution for my problem on post #106?

user/zero 2012-08-10 22:00

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by HtheB (Post 1249325)
Epipathy closes directly when opening a website that has flash content.
Iceweasel doesn't run at all :(

I'm not pretending to be a doctor - I'm just a Med student right now - but still anything remotely related to this disease, Epipathy, has failed to cross my ears yet. Must be a newly-discovered affection of the limbs or skin of some sort.
:D :D

HtheB 2012-08-10 22:15

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by user/zero (Post 1250228)
I'm not pretending to be a doctor - I'm just a Med student right now - but still anything remotely related to this disease, Epipathy, has failed to cross my ears yet. Must be a newly-discovered affection of the limbs or skin of some sort.
:D :D

hahah, I just noticed that I spelled it wrong! should be Epiphany :p

Piotrek_PL 2012-08-11 09:20

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Hello,

I think I did everything according to the instructions in the first post but I can't get the virtual keyboard to work. The only keys that do work is the "?" and the enter key. I have tried to reinstall xmimd and now it's even worse - only the enter key works. Any ideas on how to fix this?

Cheers

rcolistete 2012-08-11 11:39

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by Piotrek_PL (Post 1250363)
I think I did everything according to the instructions in the first post but I can't get the virtual keyboard to work. The only keys that do work is the "?" and the enter key. I have tried to reinstall xmimd and now it's even worse - only the enter key works. Any ideas on how to fix this?

Which PR (1.2, 1.3 ?) and language are you using ? Do you have installed xmimd_1.1 and "Harmattanized" the image ?

rcolistete 2012-08-11 14:40

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by HtheB (Post 1249331)
Thanks!
Next problem:
I'm getting an error message on every startup of Iceweasel:

Any idea what is wrong? Iceweasel works after clicking OK, but it's just that annoying message that comes up on each startup of Iceweasel

This dbus errors are due to incompatible Harmattan dbus. Other Debian softwares suffers from this problem when starting. Even Easy Debian Fremantle has this problem in some images/softwares. I don't know any solution but I am searching for it.

rcolistete 2012-08-11 15:06

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by HtheB (Post 1249331)
Edit: After clicking on a YouTube video, Iceweasel will also crash.
By the way, is there any way to add flashplayer and Java on Iceweasel? What is the easiest way to get the latest version of Firefox/Iceweasel?

About Flash plugin in web browsers :

Iceweasel in "debian-m5-v3e.img.ext2" (or its Sci version) has :
- Flash version 9.0.31 installed, just check it going to :
CodeGeek Flash Player Test Page
The Adobe Flash Player find version page closes Iceweasel.
This problem, YouTube not playing videos, etc, are problably due to the old Flash version of Easy Debian, i.e., 9.0 is a lot older than current 11.x on PC desktops nowadays.

Epiphany closes when trying the Flash tests cited above, as well as YouTube.

I suggest to use MeeGo Firefox (recently updated to v14) with Flash plugin, both from Nokia Store, and Phony add-on to set user agent to desktop :
- YouTube works playing videos;
- CodeGeek Flash Player Test Page shows Flash v10.1.105 for Firefox;
- The Adobe Flash Player find version page also shows v10.1.105.6 with flash animation ok.

About Java applets in web browsers :

Iceweasel in "debian-m5-v3e.img.ext2" (or its Sci version) has :
- JavaTester.org test showing Java JRE v1.6.0;
- Sun JDK 1.4 Demo Applets working;
- Sun Java test not starting;
- as well as other Java sites not working.

Epiphany also seems to not have Java plug-in installed.

Other Debian images can have Flash / Java plugins working or not.

Boxeri 2012-08-11 21:33

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1250426)
Which PR (1.2, 1.3 ?) and language are you using ? Do you have installed xmimd_1.1 and "Harmattanized" the image ?

I also can't get the VKB working. Only enter works. I am on 1.3 and using the debian-m5-v3e-Sci-2GB.img.ext2.lzma image. Already tried re-installing xmimd, but no luck. Everything else seems to work properly.

Any ideas?

rcolistete 2012-08-11 22:21

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by Boxeri (Post 1250643)
I also can't get the VKB working. Only enter works. I am on 1.3 and using the debian-m5-v3e-Sci-2GB.img.ext2.lzma image. Already tried re-installing xmimd, but no luck. Everything else seems to work properly.

Repeating my question : which language are you using in MeeGo Harmattan ?

Boxeri 2012-08-12 05:47

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Quote:

Originally Posted by rcolistete (Post 1250657)
Repeating my question : which language are you using in MeeGo Harmattan ?

Ahh, sorry. Mine is in Finnish language.


All times are GMT. The time now is 08:14.

vBulletin® Version 3.8.8