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)

rcolistete 2012-08-06 09:52

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

Originally Posted by HolgerN (Post 1248195)
I have the problem that the menu in lxde is empty.

Totally empty ?

Quote:

Originally Posted by HolgerN (Post 1248195)
It works before i used easy-deb-chroot. Any ideas? I have installed easy-deb-chroot_1.0.3-1harmattan1_armel.deb.

1st try : reboot and run again "Debian LXDE".

Quote:

Originally Posted by HolgerN (Post 1248195)
Iam using the following image: debian-m5-v3e-Sci-2GB.img.ext2

When was it downloaded ? The "Harmattanized" version was available since 04/08. If it was before, you need to "Harmattanize" the image or download it again. I've now added text about this issue on 1st post : "If download before 04/08/2012, please download it again as it was updated".

Quote:

Originally Posted by HolgerN (Post 1248195)
I can not start debian application outside of lxde using the icons. Only lxde can be started using the icon. DebianChroot and Close Debian working also.

Run in X Terminal :
$ /bin/opensh -c "/usr/sbin/aegisctl -s; debian su user - abiword-fullscreen.sh"
Does Abiword open ? If not, what are the error messages ?

MAX9 2012-08-06 10:26

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
1 Attachment(s)
My menu in lxde is empty too, totally. And the Backgroundimage is away/empty. Image "debian-m5-v3e-Sci-2GB.img.ext2" downloaded today.

HtheB 2012-08-06 10:47

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
does no one has a solution for my problem?
I just keep getting
xz: debian_wheezy0sulu.img.lzma: Compressed data is corrupt
when I try to decompress the image

HolgerN 2012-08-06 10:49

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Ok, after redownloading the image, all icons work propperly now.

But the menu remains empty.

rcolistete 2012-08-06 11:24

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

Originally Posted by HtheB (Post 1248220)
does no one has a solution for my problem?
I just keep getting
xz: debian_wheezy0sulu.img.lzma: Compressed data is corrupt
when I try to decompress the image

Same error. This image is corrupted.

rcolistete 2012-08-06 11:33

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

Originally Posted by HolgerN (Post 1248221)
Ok, after redownloading the image, all icons work propperly now.

But the menu remains empty.

Max9 and HolgerN : try this solution for empy LXDE menu. I.e., tap "Debian Chroot" and type inside Debian terminal :
# killall lxpanel
# find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
# lxpanel -p LXDE &
And tap the "Debian LXDE" again to verify if it works.

It seems to be a LXDE bug.

HtheB 2012-08-06 12:09

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

Originally Posted by rcolistete (Post 1248233)
Same error. This image is corrupted.

Thanks for verifying this for me!
Does one of the images have sound support for Harmattan?
There is an image for Maemo5 which has sound drivers, so I hope there is one for Harmattan as well

MAX9 2012-08-06 13:59

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
1 Attachment(s)
Quote:

Originally Posted by rcolistete (Post 1248238)
Max9 and HolgerN : try this solution for empy LXDE menu. I.e., tap "Debian Chroot" and type inside Debian terminal :
# killall lxpanel
# find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
# lxpanel -p LXDE &
And tap the "Debian LXDE" again to verify if it works.

It seems to be a LXDE bug.

The same empty menu.

@HolgerN:

have you unmark "Manage the desktop and show file icons" too?

I think this is the problem...

I remove all files and reinstall again.

godofwar424 2012-08-06 14:19

Re: [Announce] Easy Debian for MeeGo Harmattan
 
Quote:

Originally Posted by rcolistete (Post 1247800)
"Debian Chroot" icon works like the screenshot ?

Use v1.0.2 and be sure to "Harmattanize" the image before, i.e., make the file copy in Debian terminal :
[root@m5v3e: ~] cp ~/.debian/usr/bin/* /usr/bin/

Then run in MeeGo terminal :
$ /bin/opensh -c "/usr/sbin/aegisctl -s; debian suxephwm-id.sh; xmimd.sh
Place the output here if it doesn't open LXDE.

The output is this

Code:

/usr/bin/suxephwm-id.sh: line 2: suxephwm: command not found
Xephyr LXDE windows id :
xmimd running with Xephyr LXDE window id :
option parsing failed: Cannot parse integer value '-v' for '-x'

:confused:

rcolistete 2012-08-06 15:18

Re: [Announce] Easy Debian for MeeGo Harmattan
 
Quote:

Originally Posted by godofwar424 (Post 1248277)
Code:

/usr/bin/suxephwm-id.sh: line 2: suxephwm: command not found
Xephyr LXDE windows id :
xmimd running with Xephyr LXDE window id :
option parsing failed: Cannot parse integer value '-v' for '-x'


Which image and easy-deb-chroot version are you using ? This bug (absence of suxephwm) was fixed in v1.0.2 of easy-deb-chroot. Install v1.0.3 and make sure to "Harmattanize" the image.

Kabouik 2012-08-06 15:29

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

Originally Posted by HtheB (Post 1248251)
Thanks for verifying this for me!
Does one of the images have sound support for Harmattan?
There is an image for Maemo5 which has sound drivers, so I hope there is one for Harmattan as well

The Sci version by Rcolistete has sound support, I successfully played MP3 on it. Just don"t set Music Player as default application or it will add a useless icon in Harmattan homescreen.

I'm currently downloading the image again Rcolistete, I'll let you know if it solves my problems. :)

rcolistete 2012-08-06 16:17

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

Originally Posted by MAX9 (Post 1248272)
have you unmark "Manage the desktop and show file icons" too?

If this option is marked, just long tap the desktop to show a menu with "Desktop Settings". There you can choose (your missing) background, etc.

If unmarked, then you need Menu -> System Tools -> PCMan File Manager -> Edit -> Preferences -> Desktop. Or, from the Debian command line, run "pcmanfm" then Edit -> Preferences -> Desktop.

A nice tutorial about LXDE options, LXDE has many configuration options.

rcolistete 2012-08-06 16:25

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

Originally Posted by rcolistete (Post 1248238)
Max9 and HolgerN : try this solution for empy LXDE menu. I.e., tap "Debian Chroot" and type inside Debian terminal :
# killall lxpanel
# find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
# lxpanel -p LXDE &
And tap the "Debian LXDE" again to verify if it works.

It seems to be a LXDE bug.

Max9 and HolgerN : please keep me in touch about this empyt LXDE menu problem, if solved or not.

MAX9 2012-08-06 16:40

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
I solved the problem with a reinstall Easy Debian.

rcolistete 2012-08-06 17:18

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Version 1.0.4 (06/08/2012) of easy-deb-chroot (Easy Debian) Harmattan released :
* added (again...) missing scripts xephwm and suxephwm needed on Debian images.

So, anyone with problems launching LXDE after 'Harmattanizing" images, please install v1.0.4 and "Harmattanize" the image again.

Sorry, the v1.0.2 fix has xephwm and suxephwm included in the directory tree to create the .deb, but I've used "cp *.sh" instead of "cp *" inside the makefile... Time to sleep better.

ss29er 2012-08-06 17:32

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Does anyone know why I am getting "No such file or directory" while trying to extract via xz -d debian-m5-v3e-Sci-2GB.img.ext2.lzma
I have verified the file is in MyDocs

Thanks!

rcolistete 2012-08-06 18:37

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

Originally Posted by ss29er (Post 1248357)
Does anyone know why I am getting "No such file or directory" while trying to extract via xz -d debian-m5-v3e-Sci-2GB.img.ext2.lzma
I have verified the file is in MyDocs!

Within X Terminal as user in MeeGo :
$ cd ~/MyDocs
$ ls -l debian*lzma
should show or not if you have a compressed debian image.

godofwar424 2012-08-06 18:44

Re: [Announce] Easy Debian for MeeGo Harmattan
 
Quote:

Originally Posted by rcolistete (Post 1248294)
Which image and easy-deb-chroot version are you using ? This bug (absence of suxephwm) was fixed in v1.0.2 of easy-deb-chroot. Install v1.0.3 and make sure to "Harmattanize" the image.

Using qoles default image.

I extracted it as in the instructions, I have installed v1.0.3 and then harmattanized the image.

Still the same result :(

rcolistete 2012-08-06 18:48

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

Originally Posted by rcolistete (Post 1248238)
Max9 and HolgerN : try this solution for empy LXDE menu. I.e., tap "Debian Chroot" and type inside Debian terminal :
# killall lxpanel
# find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
# lxpanel -p LXDE &
And tap the "Debian LXDE" again to verify if it works.

It seems to be a LXDE bug.

Another solution is simply removing the content of "~/.cache/menus". In MeeGo X Terminal as user or root :
$ rm -f /home/user/.cache/menus/*

This is also needed to update the LXDE menu itens when you change Debian images.

This issue is now cited in the FAQ of 1st post.

user/zero 2012-08-06 19:03

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
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

rcolistete 2012-08-06 19:06

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
I am planning for another day a new version (1.0.5) with another icon (e.g., "FixDebImg") which would run :
- the Harmattanize procedure (copy of ~/.debian files to the Debian image);
- synchroot the Debian image to make keyboard working, etc;
- clean the MeeGo "~/.cache/menus" to update the LXDE menu.

ss29er 2012-08-06 19:19

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
I have the debian-m5-v3e-Sci-2GB.img.ext2 in MyDocs (It is 2gb) but when I try to run LXDE or Chroot and all the other apps in the debian folder nothing happens? (I've tried rebooting)

Any Ideas? Thanks again in advance!

rcolistete 2012-08-06 19:29

Re: [Announce] Easy Debian for MeeGo Harmattan
 
Quote:

Originally Posted by godofwar424 (Post 1248383)
Using qoles default image.

I extracted it as in the instructions, I have installed v1.0.3 and then harmattanized the image.

Still the same result :(

My fault. Install v1.0.4 and Harmattanize again.

user/zero 2012-08-06 19:39

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

Originally Posted by ss29er (Post 1248396)
When I try to run LXDE or Chroot and all the other apps in the debian folder nothing happens

Assuming you've installed the prerequisite tools (Inception etc.) try
Code:

opensh
/usr/sbin/aegisctl -s
/usr/sbin/aegisctl +r
cd MyDocs
debian

and share the output.

godofwar424 2012-08-06 19:44

Re: [Announce] Easy Debian for MeeGo Harmattan
 
Quote:

Originally Posted by rcolistete (Post 1248402)
My fault. Install v1.0.4 and Harmattanize again.

It works!! :D

ss29er 2012-08-06 20:15

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

Originally Posted by user/zero (Post 1248405)
Assuming you've installed the prerequisite tools (Inception etc.) try
Code:

opensh
/usr/sbin/aegisctl -s
/usr/sbin/aegisctl +r
cd MyDocs
debian

and share the output.

I am getting the following error "Operation not permitted (do you have the right credentials?)

Thanks!

thedead1440 2012-08-06 20:25

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
^^ when you opened terminal did you do devel-su and enter the password which is rootme?

slaapliedje 2012-08-06 20:31

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
The debian Wheezy image is at http://lorienart.pl/debian_wheezy0sulu.img.lzma

Though it didn't have many of the applications installed.

slaapliedje

rcolistete 2012-08-06 20:59

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

Originally Posted by ss29er (Post 1248415)
I am getting the following error "Operation not permitted (do you have the right credentials?)

Inception is possibly not well installed/configured. Repeat item (1) of section "Dependencies before installing Easy Debian Harmattan" of the 1st post.

MAX9 2012-08-06 21:57

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Easy debian is really fast on the N9@1.3GHz.

kamilstone 2012-08-06 22:20

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Thanks a lot! for Easy Debian developers! Great job.

PS I have one little question: How can I turn off virtual keyboard?
I have Nokia SU-8W (bt keyboard) and when I try to write sth its run, but the virtual keyboard obscures half of a display.

MAX9 2012-08-06 22:24

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
uninstall the xmimd package.

But, you mean a on/off button?

kamilstone 2012-08-06 22:40

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
I asking coz exacly I wonna find another way to turn off without installing and uninstalling xmimd, yes something like software "on/off button".

rcolistete 2012-08-06 23:17

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

Originally Posted by kamilstone (Post 1248463)
Thanks a lot! for Easy Debian developers! Great job.

PS I have one little question: How can I turn off virtual keyboard?
I have Nokia SU-8W (bt keyboard) and when I try to write sth its run, but the virtual keyboard obscures half of a display.

The xmimd package can't be uninstalled because it is a dependency for easy-deb-chroot Harmattan package.

I will give a practical solution by creating an alternative "LXDE noVKB" icon.

1) Using MeeGo X Terminal as user :
$ cp /opt/easy-deb-chroot/lxde-debian.desktop ~/.local/share/applications/lxde-novkb-debian.desktop
Then edit the "~/.local/share/applications/lxde-novkb-debian.desktop" file, here using nano (available in Nokia Store or via "apt-get install nano") :
$ nano ~/.local/share/applications/lxde-novkb-debian.desktop
Just change the lines Name and Exec to :
Name=LXDE noVKB
Exec=/bin/opensh -c "/usr/sbin/aegisctl -s; debian suxephwm"

or

2) download the lxde-novkb-debian.desktop here and then copy it to ~/.local/share/applications/.

Thanks for the idea, I will include this "LXDE noVKB" in next release of Easy Debian Harmattan.

rcolistete 2012-08-06 23:26

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

Originally Posted by kamilstone (Post 1248463)
I have Nokia SU-8W (bt keyboard) and when I try to write sth its run, but the virtual keyboard obscures half of a display.

Does Nokia SU-8W Bluetooth keyboard work well inside LXDE ? All characters and control keys ? See the tip to run synchroot on 1st post.

My experience using Stowaway Bluetooth keyboard on Easy Debian Harmattan.

I'm curious to see Bluetooth mouse + btinput being used in Easy Debian Harmattan (it has mouse cursor).

kamilstone 2012-08-07 00:16

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
I did exacly the same as in Your instruction, the icon has created, but nothing running. I have to wait to next version?
Here You are :)
Yes, Just finished checking on LXDE because on "easy apps" it works too.
Every symbol,also functional symbols works perfectly.

Yeah, Now I searchin on the net about mouse connecting and Java way to compile my programs. LXDE runnung terminal but nothing cant write on it, either virtual, nor SU-8W, nor LXDE dekstop keyboards.
on maemo.com i found subject that one man connect bt mouse to Easy Debian and everything is working (opening folders and so on) with one "but" - there are no cursor to see.

m4r0v3r 2012-08-07 00:20

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
any chance of not having inception and opensh etc as depedencies and just using

AEGIS_FIXED_ORIGIN=com.nokia.maemo

so it will run with privileges? ill try it later and force installing it, but i dont really want to break my depedencies on my main phone :/

kamilstone 2012-08-07 00:22

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
one more, I dont using btconnect, just paring bt keyboard in the system bt settings. Maybe this is the clue?

PS the arrows doesn't works.

rcolistete 2012-08-07 00:25

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

Originally Posted by kamilstone (Post 1248491)
I did exacly the same as in Your instruction, the icon has created, but nothing running. I have to wait to next version?
Here You are :)

I'm not sure if it worked for you, so I updated the above post including a link to the .desktop file.

rcolistete 2012-08-07 00:51

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

Originally Posted by m4r0v3r (Post 1248492)
any chance of not having inception and opensh etc as depedencies and just using

AEGIS_FIXED_ORIGIN=com.nokia.maemo

so it will run with privileges? ill try it later and force installing it, but i dont really want to break my depedencies on my main phone :/

Maybe for Harmattan open mode users. But not otherwise.


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

vBulletin® Version 3.8.8