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)

Eztran 2013-03-20 19:35

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
If the files are in /home/user/inception, you'd need:

Code:

$ /usr/sbin/incept /home/user/inception/aegisctl_1.3_armel.deb
$ /usr/sbin/incept /home/user/inception/opensh_1.00_armel.deb

Note that you are using the 'incept' application, which is located in /usr/sbin, hence '/usr/sbin/incept'. There is a space between '.../incept' and the file path.

captainofiron 2013-03-21 21:01

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

Originally Posted by Eztran (Post 1330368)
If the files are in /home/user/inception, you'd need:

Code:

$ /usr/sbin/incept /home/user/inception/aegisctl_1.3_armel.deb
$ /usr/sbin/incept /home/user/inception/opensh_1.00_armel.deb

Note that you are using the 'incept' application, which is located in /usr/sbin, hence '/usr/sbin/incept'. There is a space between '.../incept' and the file path.

thanks, very helpful

wook_sf 2013-03-26 11:42

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
is there any way to patch wmctrl to run windows in fullscreen or to override windows resizing by harmattan's wm?

captainofiron 2013-04-25 21:27

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
so I finally had a free chance to mess with this again and I tried to do
Quote:

3) Javispedro solution for using MeeGo virtual keyboard (vkb), now the v1.2 is translucent and works with PR1.2/PR1.3. Download the new xmimd_1.2_armel.deb package to some folder (e.g., "/home/user/") in your Nokia N9/N950 and install it using the X-Terminal :
$ devel-su
type the root password, then :
# cd ~user
# dpkg -i xmimd_1.2_armel.deb
but its telling me
Aegis rejecting xmimd_1.1_armel.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
/home/user #

captainofiron 2013-05-23 20:48

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

Originally Posted by captainofiron (Post 1338971)
so I finally had a free chance to mess with this again and I tried to do

but its telling me
Aegis rejecting xmimd_1.1_armel.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
/home/user #

Anybody?
please?

rcolistete 2013-05-23 21:04

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

Originally Posted by captainofiron (Post 1346354)
Anybody?
please?

Are you using inception or open mode kernel ?

The xmimd version is now 1.2, see item B-3.

Follow the 1st post of this topic.

captainofiron 2013-05-23 21:19

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

Originally Posted by rcolistete (Post 1346359)
Are you using inception or open mode kernel ?

The xmimd version is now 1.2, see item B-3.

Follow the 1st post of this topic.

I was using the inception

I was following along with the first thread, could the issue be that I put 1.1 not 1.2?

captainofiron 2013-05-23 21:29

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

Originally Posted by rcolistete (Post 1346359)
Are you using inception or open mode kernel ?

The xmimd version is now 1.2, see item B-3.

Follow the 1st post of this topic.

so I opened terminal, entered devel-su and the password

then I typed

# cd ~user

the then displayed

/home/user #
so I typed in: dpkg -i xmimd_1.2_armel.deb

and its again telling me
Aegis rejecting xmimd_1.2_armel.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
/home/user #


is the problem the location of the folder?

I have all the files for this install in home/user/inception

Thanks

rcolistete 2013-05-23 21:37

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

Originally Posted by captainofiron (Post 1346369)
so I opened terminal, entered devel-su and the password

then I typed

# cd ~user

the then displayed

/home/user #
so I typed in: dpkg -i xmimd_1.2_armel.deb

and its again telling me
Aegis rejecting xmimd_1.2_armel.deb: Could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
/home/user #


is the problem the location of the folder?

I have all the files for this install in home/user/inception

Thanks

Yes, the problem is the location of the files. The dpkg doesn't find the .deb file to install.

So enter the correct folder using cd (cd /home/user/inception) or place the files in ~.

captainofiron 2013-05-28 17:31

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

Originally Posted by rcolistete (Post 1346370)
Yes, the problem is the location of the files. The dpkg doesn't find the .deb file to install.

So enter the correct folder using cd (cd /home/user/inception) or place the files in ~.


So I would need to type:
# cd ~user/inception

and then it would work?

Thanks

rcolistete 2013-05-28 18:08

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Yes. You were in the wrong folder so dpkg was not finding the .deb file to install.

captainofiron 2013-05-28 19:04

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

Originally Posted by rcolistete (Post 1347505)
Yes. You were in the wrong folder so dpkg was not finding the .deb file to install.

thanks a million.

that is working, but now I am to this
Quote:

Choosing a Debian image :
Easy Debian needs a Debian image (ext2 or ext3 type) in "/home/user/MyDocs" and named "debian*.img*". You need 3GB (or more) available on "MyDocs" partition.
1) Choose a Debian image :
There are some options of Debian images, see their detailed description in post #137.
It's recommended to use the most stable image where all Easy Debian icons work, it is a scientific version of Qole's default Easy Debian image, debian-m5-v3e-Sci-2GB.img.ext2.lzma (04/08/2012, 486 MB of download, 2GB after uncompressing, 176 MB available inside it). If downloaded before 04/08/2012, please download it again as it was updated. Copy it to "/home/user/MyDocs/" then, as user in Terminal :
$ cd ~/MyDocs
$ xz -d debian-m5-v3e-Sci-2GB.img.ext2.lzma
when I try to enter $ cd ~/MyDocs

it tells me

sh: cd: can't cd to /root/MyDocs

the file "debian-m5-v3e-Sci-2GB.img.ext2.lzma" is located in "/home/user/MyDocs/"

Thanks again

rcolistete 2013-05-29 13:45

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

Originally Posted by captainofiron (Post 1347526)
thanks a million.

that is working, but now I am to this


when I try to enter $ cd ~/MyDocs

it tells me

sh: cd: can't cd to /root/MyDocs

the file "debian-m5-v3e-Sci-2GB.img.ext2.lzma" is located in "/home/user/MyDocs/"

Thanks again

Pay attention to the instructions, you are logged as "root" user (after "devel-su") instead of "user" user. The instructions of 1st post says "Copy it to "/home/user/MyDocs/" then, as user in Terminal :
$ cd ~/MyDocs
$ xz -d debian-m5-v3e-Sci-2GB.img.ext2.lzma".

captainofiron 2013-05-29 14:55

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

Originally Posted by rcolistete (Post 1347732)
Pay attention to the instructions, you are logged as "root" user (after "devel-su") instead of "user" user. The instructions of 1st post says "Copy it to "/home/user/MyDocs/" then, as user in Terminal :
$ cd ~/MyDocs
$ xz -d debian-m5-v3e-Sci-2GB.img.ext2.lzma".

ah I see, I wasnt aware there was a difference. How do you access "user" and not "root"?

rcolistete 2013-05-29 14:57

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

Originally Posted by captainofiron (Post 1347750)
ah I see, I wasnt aware there was a difference. How do you access "user" and not "root"?

When you open a Terminal, you are as "user".

captainofiron 2013-05-29 16:28

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

Originally Posted by rcolistete (Post 1347752)
When you open a Terminal, you are as "user".

ok, so no password or devel-su are needed, great

just open terminal and immediately type

$ cd ~/MyDocs
$ xz -d debian-m5-v3e-Sci-2GB.img.ext2.lzma

malibu1106 2013-06-21 10:10

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Hi !
First : excuse my poor english level.
Second : thanks for this tutorial, it's very usefull !!

Now : my problem ..
Trying to install the virtual keyboard, xmimd_1.2_armel.deb )
( Rename in "1.deb" )

And terminal saying :
Aegis rejecting 1.deb: package 'xmimd' already installed from 'com.nokia.maemo/local' -- not replacing it from unknown origin
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require


Thanks for ur help !

Searching on topic, maybe forgot devel-su ? no !
File corrupt : downloaded it 2 times ..

Yisroel491 2013-06-21 13:49

is there some easy way to get me a transparent vkb for general usage. out looks really cool and even more convenient and useful.

rcolistete 2013-06-21 14:00

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

Originally Posted by malibu1106 (Post 1353643)
Searching on topic, maybe forgot devel-su ? no !
File corrupt : downloaded it 2 times ..

Yes, "devel-su" is needed, see item B.3 of 1st topic :
"$ devel-su
type the root password, then :"
If the problem persists, as root remove xmimd before installing v1.2 :
# dpkg -r xmimd

rcolistete 2013-06-21 14:03

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

Originally Posted by Yisroel491 (Post 1353686)
is there some easy way to get me a transparent vkb for general usage. out looks really cool and even more convenient and useful.

Not yet available. See the topic "xmimd: X11 <-> Meego Input Method bridge".

malibu1106 2013-06-21 14:17

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

Originally Posted by rcolistete (Post 1353688)
Yes, "devel-su" is needed, see item B.3 of 1st topic :
"$ devel-su
type the root password, then :"
If the problem persists, as root remove xmimd before installing v1.2 :
# dpkg -r xmimd

Thanks a lot for ur answer.
I saw that devel-su was needed and it doesn't work.
and when i do dpkg -r xmimd, it's saying it's not installed yet.

rcolistete 2013-06-21 14:20

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

Originally Posted by malibu1106 (Post 1353695)
I saw that devel-su was needed and it doesn't work.

What doesn't work ? Where ? Please copy the error messages and the input lines before them.

malibu1106 2013-06-21 14:27

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

Originally Posted by rcolistete (Post 1353697)
What doesn't work ? Where ? Please copy the error messages and the input lines before them.

login as: root
root@192.168.1.102's password:


BusyBox v1.20.0.git (MeeGo 3:1.20-0.2+0m8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

RM696-21-3_PR_006:~# ls
RM696-21-3_PR_006:~# cd ~user
RM696-21-3_PR_006:/home/user# ls
1.deb RF2011_REPLAY_UPLOAD.REC private
MyDocs RF2011_res_new_db.pak signature.x509
RF2011_REPLAY.REC RF2011_rfbsav
RM696-21-3_PR_006:/home/user# dpkg -i 1.deb
Aegis rejecting 1.deb: package 'xmimd' already installed from 'com.nokia.maemo/local' -- not replacing it from unknown origin
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
RM696-21-3_PR_006:/home/user#


( Sorry to waste ur time, it's problably a little error of beginner ..
I'm using putty to paste cut easier, but i was trying directly on n9)

rcolistete 2013-06-21 14:42

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Follow exactly the 1st post, item B-3. Download xmimd_1.2_armel.deb (it has 44.210 bytes) and put it (without renaming) in "/home/user/" of your N9. The commands are simple enough to type directly in N9 vkb.

malibu1106 2013-06-21 14:47

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Ok .. it's done, but i got the same error ..
I downloaded the debian package via my computer, put it in MyDocs via usb, move it in /home/user via filebox.
Open a terminal
devel-su > password
cd ~user
dpkg -i xmimd_1.2_armel.deb

"Aegis rejecting xmimd_1.2_armel.deb: package 'xmimd' already installed from 'com.nokia.maemo/local' -- not replacing it from unknown origin
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require."

rcolistete 2013-06-21 15:53

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Please show the output of :
$ apt-cache show xmimd

malibu1106 2013-06-21 16:03

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
It's say
"Impossible to find packet xmimd
No packet found "

When i start to try to install debian, inception and aegis was already installed ( via n9qtweak )
Facing this error, i checked version, it's same version for all package, but i reinstalled aegisctl following exactly the topic procedure, because i don't completly understand how to use aegis ..

rcolistete 2013-06-21 16:10

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Sorry, but your 2nd last message shows that xmimd is installed :
"package 'xmimd' already installed from 'com.nokia.maemo/local'"
And my N9 shows a different message from "apt-cache show xmimd2" (an unknown package) :
"W: Unable to locate package xmimd2
E: No packages found"

What are you using ? Nokia N9 ? With PR (firmware) ? It has inception or open mode kernel ?

malibu1106 2013-06-21 16:14

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Sorry, i don't understand too ..
I translate from french to english, i got the same message.
I'm using a n9 pr1.3
Incepted via n9qtweak

malibu1106 2013-06-21 16:28

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Was trying to do
"
devel-su
psswd
/usr/sbin/aegisctl -s
"
aegisctl : operation not permitted (do you have the right credentials?)

Maybe it's a link ?
and when i go to /usr/sbin manually and put in terminal
"aegisctl -s "
It's say : aegisctl : not found

malibu1106 2013-06-21 16:32

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
No idea ?
Maybe flash it to start at 0 ..

malibu1106 2013-06-21 17:16

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
I flashed my n9, and it's working ..
Thanks a lot for your answer !
And great job ..

AJMAL P.M 2013-07-30 14:36

Re: [Announce] Easy Debian for MeeGo Harmattan : now with VKB on PR1.3 !
 
Can anybody confirm whether this "debian-m5-v3e-Sci-2GB.img.ext2.lzma" is corrupted or not?

I get

xz: debian-m5-v3e-Sci-2GB.img.ext2.lzma: Compressed data is corrupt

I have downloaded it using wget. Took 3 nights to complete. (Used Profilematic to schedule auto dowload via wget coz of slow internet connection and night data allowance)

Actual file size is 486MB but the downloaded file is 604MB.

Hope someone'd help.

Mikkosssss 2013-07-30 15:00

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
My file was 400 something Mb few weeks ago and it worked.

rcolistete 2013-07-30 21:03

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

Originally Posted by AJMAL P.M (Post 1363886)
Can anybody confirm whether this "debian-m5-v3e-Sci-2GB.img.ext2.lzma" is corrupted or not?

The .lzma file has 508.726.080 bytes and it is ok, I've downloaded and uncompressed it today.

AJMAL P.M 2013-08-09 13:18

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
I have accidentally changed the taskbar (bottom one with start/menu) background image. Please help me to restore it. I tried some paths but couldn't find the file. Then I tried to remove debian and reinstall. First opened close debian. Then rm -f debian image. Then removed chroot n all in case it's necessary. Also deleted some files existed in /home/user/

But still after reinstalling debian I can't see any change. I don't get a restored desktop. Please tell me how to reinstall debian so that everything will be default as first try.

rcolistete 2013-08-09 23:23

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

Originally Posted by AJMAL P.M (Post 1366051)
I have accidentally changed the taskbar (bottom one with start/menu) background image. Please help me to restore it. I tried some paths but couldn't find the file. Then I tried to remove debian and reinstall. First opened close debian. Then rm -f debian image. Then removed chroot n all in case it's necessary. Also deleted some files existed in /home/user/

But still after reinstalling debian I can't see any change. I don't get a restored desktop. Please tell me how to reinstall debian so that everything will be default as first try.

See the post #137 (which was cited by the 1st post) where I've said :
Quote:

Some configuration files of the Debian images are stored in "/home/user/.config/" : lxde, lxpanel, openbox, pcmanfm directories. To reset the configuration, run as root in MeeGo Terminal :
# cd /home/user/.config/
# rm -rf lxde lxpanel openbox pcmanfm
It is useful when switching from one Debian image to another yields strange look & feel.
So I recommend the commands above in boldface.

And post #34 about v1.0.3 of Easy Debian Harmattan :
Quote:

2) the fonts and GUI appearance inside and outside LXDE are changed (see the updated screenshots of the 1st post) :
- font Droid Sans 10 for applications outside LXDE, specified by the file "/home/user/.gtkrc-2.0";
- font Droid Sans 12 for LXDE, see file "/home/user/.config/lxde/config";
- LXDE with large window title bar with larger buttons, specified by the title font DejaVu Sans 18 in file "/home/user/.config/openbox/lxde-rc.xml".
So it is now easier to read and interact by tapping the screen.
You can tune the font size to your preference by editing the above configuration files (which are now installed by Easy Debian package).
And uncommenting (removing #) the line "# gtk-theme-name="MurrinaNightOrange" inside "/home/user/.gtkrc-2.0" gives a darker theme inside and outside LXDE.
More help is available in LXDE sites with documentation, hints & tips.

Robotex 2013-08-29 10:52

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
Is it possible to run Ubuntu Touch using the same method?

Mikkosssss 2013-08-29 11:36

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

Originally Posted by Robotex (Post 1370360)
Is it possible to run Ubuntu Touch using the same method?

I dont think so but:
http://talk.maemo.org/showthread.php?t=89134

turbovomit 2013-09-02 08:30

Re: [Announce] Easy Debian for MeeGo Harmattan : now with translucent VKB on PR1.3 !
 
i installed meecatalog, added community repos, refreshed, but i don't see easydebian.
Did i missed something ?


All times are GMT. The time now is 12:07.

vBulletin® Version 3.8.8