|
2012-04-13
, 10:13
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#122
|
Hi JavisPedro.
I try found the "Xephyr" but i no see it any place.
|
2012-04-13
, 14:15
|
Posts: 149 |
Thanked: 34 times |
Joined on Dec 2011
|
#123
|
Do it via SSH, and by the way that should be run _outside the chroot_.
At the moment I'd prefer to debug and get feedback about xmim at the moment, not think about how you can do it wihout SSH and on your weird setup (why are you not using -fullscreen for example?).
|
2012-04-14
, 20:30
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#124
|
Currently it is very hard to set up, so not for the faint of heart. It can be scripted up if it proves to be something that is worthwhile for the average chroot user.
1. After booting Easy Debian, you will first need to get the window ID of the _Xephyr_ window. This can be done from the terminal that is outside of Easy Debian. Just run xwininfo and tap once on Xephyr. xwininfo will print something like:
Here, 0x4200002 is the window id.Code:xwininfo: Window id: 0x4200002 "Xephyr on :1 ( ... )"
[root@chroot: ~]xephwm & [root@chroot: ~]wmctrl -l
2. Now you need to start xmim (I hope you installed the above .deb by now!). Run:
Replace 0x4200002 with the xephyr window id you got in the above step.Code:xmimd -d :1 -x 0x4200002 -v
3. Now get into the terminal inside the chroot. You have to set a few environment variables:
Code:export GTK_IM_MODULE=xim export XMODIFIERS="@im=xmim"
The Following 2 Users Say Thank You to rcolistete For This Useful Post: | ||
|
2012-04-15
, 02:52
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#125
|
Here's a first release: http://depot.javispedro.com/nit/harm..._1.0_armel.deb. xmim should be installed in Harmattan, not inside Easy Debian.
3. Now get into the terminal inside the chroot. You have to set a few environment variables:
Code:export GTK_IM_MODULE=xim export XMODIFIERS="@im=xmim"
The Following User Says Thank You to rcolistete For This Useful Post: | ||
|
2012-04-15
, 02:58
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#126
|
3. Now get into the terminal inside the chroot. You have to set a few environment variables:
Code:export GTK_IM_MODULE=xim export XMODIFIERS="@im=xmim"
|
2012-04-15
, 03:17
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#127
|
|
2012-04-15
, 03:19
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#128
|
The Following User Says Thank You to qole For This Useful Post: | ||
|
2012-04-15
, 03:22
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#129
|
d) inside Debian chroot (as root), copy xephwm-id.sh and suxephwm-id.sh to /usr/bin :
[root@chroot: /] cd ~
[root@chroot: /] chmod 755 xephwm-id.sh suxephwm-id.sh
[root@chroot: /] cp xephwm-id.sh suxephwm-id.sh /usr/bin
|
2012-04-15
, 03:32
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#130
|
Name=Debian LXDE
Exec=/bin/opensh -c "aegisctl -s; debian suxephwm-id.sh; xmimd.sh"
Icon=/home/user/.local/share/icons/hicolor/scalable/apps/deblet.png
Type=Application
I try found the "Xephyr" but i no see it any place.
Can show please the image or how i search the "Xephyr"?
I try with 2 terminals harmmatans and with terminal LDXE but nothing :S.
Thank