[arch-general] help, the ibus input candidate list is far away from input window

2014-07-25 Thread
hi, when I use geany and firefox, the input candidate list is away from input 
window (not following the cursor, but at the bottom left corner), how can I 
solve this problem?
I use ibus-rime, xfce.
any help will be appreciated. 
thank you

please visit this link for screen shot
http://pan.baidu.com/s/1dDGgHB7‍

Re: [arch-general] help, the ibus input candidate list is far away from input window

2014-07-25 Thread Martti Kühne
On Fri, Jul 25, 2014 at 10:13 AM, 宾 lian...@qq.com wrote:
 hi, when I use geany and firefox, the input candidate list is away from input 
 window (not following the cursor, but at the bottom left corner), how can I 
 solve this problem?
 I use ibus-rime, xfce.
 any help will be appreciated.
 thank you

 please visit this link for screen shot
 http://pan.baidu.com/s/1dDGgHB7‍

Did you try exporting these variables before starting either firefox/geany?

[0] https://wiki.archlinux.org/index.php/IBus#GTK.2B_applications

cheers!
mar77i


Re: [arch-general] help, the ibus input candidate list is far away from input window

2014-07-25 Thread Felix Yan
On Friday, July 25, 2014 16:13:33 宾 wrote:
 hi, when I use geany and firefox, the input candidate list is away from
 input window (not following the cursor, but at the bottom left corner), how
 can I solve this problem?

Please first make sure you are making use of the GTK IM Module, e.g. the 
environment variable GTK_IM_MODULE should be set to ibus instead of xim.

And the two programs you mentioned are problematic themselves:

Firefox only has cursor-following working when IME's pre-edit option was 
enabled. I think this is indeed a firefox bug since version 29 or 30, although 
no one seems to have reported it. The option should be something like Embed 
Preedit String lying somewhere in your IME settings.

For Geany, I found an old bug report [1] in JuffEd mentioning the same 
problem, and pointing to Scintilla which also affects Geany. However, the 
Scintilla people say they have fixed it [2]. So perhaps Geany is using older 
version of Scintilla or whatever other reason, I don't know. You can open a 
bug report to Geany about this.

[1] http://sourceforge.net/p/juffed/bugs/59/
[2] http://sourceforge.net/p/scintilla/bugs/1159/

Regards,
Felix Yan

signature.asc
Description: This is a digitally signed message part.


Re: [arch-general] Recording an online TV broadcast?

2014-07-25 Thread Csányi Pál
Hi,

 Jesse Jaara wrote:
 Tvheadend, vlc, mythtv, ffmpeg

2014-07-24 23:41 GMT+02:00 Klearchos-Angelos Gkountras k...@grrlz.net:
 also try smplayer ..

Thanks!

Maybe my question wasn't so clear because I don't mentioned the DVB cards in it.

I don't have such DVB card, so I can't to connect my cable TV ( not a
satellite connection ).
I mean through a cable modem Internet connection.
There is online TV channels, such as:
http://www.mediaklikk.hu/media-lejatszo/?ch=4

I can't open this in VLC.

How can I record this kind of online TV channel?

-- 
Regards from Pal


[arch-general] NetworkManager attribute but doesn't use ipv6

2014-07-25 Thread Yamakaky

Hi

I have a problem with nm : it seems to get an ipv6 address from dhcp, 
but it doesn't use it.


ip addr

inet 192.168.0.5/24 brd 192.168.0.255 scope global wifi
   valid_lft forever preferred_lft forever
inet6 *:*:*:*:*:*:8f3e:7de1/64 scope global noprefixroute dynamic
   valid_lft 86334sec preferred_lft 86334sec

ip -6 route

*:*:*:*::/64 dev wifi  proto kernel  metric 303  mtu 1480
fe80::/64 dev wifi  proto kernel  metric 256

(I replaced my ipv6 by * for privacy)

Web sites like http://whatismyipv6.com/ say that I don't have an ipv6.

I searched on the web, but nothing concluant. Any idea ?


Re: [arch-general] NetworkManager attribute but doesn't use ipv6

2014-07-25 Thread Patrick Burroughs (Celti)
On Fri, Jul 25, 2014 at 8:02 AM, Yamakaky yamak...@yamaworld.fr wrote:
 ip -6 route

 *:*:*:*::/64 dev wifi  proto kernel  metric 303  mtu 1480
 fe80::/64 dev wifi  proto kernel  metric 256

If I'm not mistaken on how this works (in comparison with my setup) it
looks like you're missing a default route.

Try `ip -6 route add default via *:*:*:*::/64 dev wifi`.

Regards,
~Celti


Re: [arch-general] NetworkManager attribute but doesn't use ipv6

2014-07-25 Thread Patrick Burroughs (Celti)
On Fri, Jul 25, 2014 at 8:21 AM, Patrick Burroughs (Celti)
celticmad...@gmail.com wrote:
 On Fri, Jul 25, 2014 at 8:02 AM, Yamakaky yamak...@yamaworld.fr wrote:
 ip -6 route

 *:*:*:*::/64 dev wifi  proto kernel  metric 303  mtu 1480
 fe80::/64 dev wifi  proto kernel  metric 256

 If I'm not mistaken on how this works (in comparison with my setup) it
 looks like you're missing a default route.

 Try `ip -6 route add default via *:*:*:*::/64 dev wifi`.

Erm, my apologies for not double-checking my post, that should have
been *:*:*:*::1, not /64, for the (probable) ipv6 gateway.

Regards,
~Celti


Re: [arch-general] NetworkManager attribute but doesn't use ipv6

2014-07-25 Thread Yamakaky

Le 25/07/2014 17:23, Patrick Burroughs (Celti) a écrit :

On Fri, Jul 25, 2014 at 8:21 AM, Patrick Burroughs (Celti)
celticmad...@gmail.com wrote:

On Fri, Jul 25, 2014 at 8:02 AM, Yamakaky yamak...@yamaworld.fr wrote:

 ip -6 route

*:*:*:*::/64 dev wifi  proto kernel  metric 303  mtu 1480
fe80::/64 dev wifi  proto kernel  metric 256


If I'm not mistaken on how this works (in comparison with my setup) it
looks like you're missing a default route.

Try `ip -6 route add default via *:*:*:*::/64 dev wifi`.


Erm, my apologies for not double-checking my post, that should have
been *:*:*:*::1, not /64, for the (probable) ipv6 gateway.

Regards,
~Celti



It works ! Now how can I automate this in nm ?


Re: [arch-general] [draft] xorg-server 1.16 is now available

2014-07-25 Thread Leonid Isaev
Hi,

[ cross-posting to arch-general ]

On Fri, Jul 25, 2014 at 03:59:27PM +0200, Laurent Carlier wrote:
 The new version comes with the following changes:
 * X is now rootless with the help of systemd-logind, this also means that it 
 must be launched from the same virtual terminal as was used to log in. Please 
 note that launching X through a login-manager (gdm, kdm, ...) doesn't yet 
 provide rootless access. The old root execution behavior can be restored 
 through the Xorg.wrap config file (man xorg.wrap).

Note that this update is not seemless because it breaks virtual machines with
vesa (no KMS, so can not access /dev/mem). The documentation says that Xorg
will autodetect whether or not to drop root privs, but it doesn't.

Forcing X to run as root via Xwrapper.config does help, but neither this file
nor /etc/X11/X11 are part of the package. Is it possible to at least have the
latter directory in xorg-server?

Otherwise, great news!

Thanks,
-- 
Leonid Isaev
GPG fingerprints: DA92 034D B4A8 EC51 7EA6  20DF 9291 EE8A 043C B8C4
  C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D


pgpNlqm2GrN4H.pgp
Description: PGP signature


Re: [arch-general] [draft] xorg-server 1.16 is now available

2014-07-25 Thread Jan Alexander Steffens
On Fri, Jul 25, 2014 at 6:53 PM, Leonid Isaev lis...@umail.iu.edu wrote:
 Forcing X to run as root via Xwrapper.config does help, but neither this file
 nor /etc/X11/X11 are part of the package. Is it possible to at least have the
 latter directory in xorg-server?

/etc/X11/X11/Xwrapper.config seems wrong. Laurent, can you please
check if it can be altered to use /etc/X11/Xwrapper.config?


[arch-general] [draft] xorg-server 1.16 is now available

2014-07-25 Thread Karol Blazewicz
I can start only one rootless X session at a time. If I want to start
a second one while the first one is running, I have to use 'sudo
startx'.
I'm logging into tty and starting X as a user.

Did I mis-configure something or is it a feature'? Can you start
multiple X sessions simultaneously with xorg 1.16?