[gentoo-user] No ebuild for pdfedit?

2010-05-14 Thread Xianwen Chen
Hi list,

pdfedit was in the portage tree [1], but not anymore[2]. Why is that?

X

[1] http://bugs.gentoo.org/158188

[2] http://gentoo-portage.com/Search?search=pdfedit
-- 
Xianwen Chen, M.Sc.
Scientific assistant, BFE, UiT (www.uit.no)
Tel.: +47 776 46 112 | Fax: +47 776 46 020



Re: [gentoo-user] No ebuild for pdfedit?

2010-05-14 Thread Xianwen Chen
Thanks a lot!

Xianwen

On Fri, May 14, 2010 at 5:06 PM, ubiquitous1980 nixuser1...@gmail.com wrote:
 Looked at the overlays.  Following overlays list contain some of the
 matching ebuilds:

 http://www.ebuildfind.net/search/?q=pdfedit

 Thanks

 Ubiquitous1990

 On 14/05/10 21:47, Xianwen Chen wrote:
 Hi list,

 pdfedit was in the portage tree [1], but not anymore[2]. Why is that?

 X

 [1] http://bugs.gentoo.org/158188

 [2] http://gentoo-portage.com/Search?search=pdfedit







-- 
Xianwen Chen, M.Sc.
Scientific assistant, BFE, UiT (www.bfe.uit.no)
Tel.: +47 776 46 112 | Fax: +47 776 46 020



Re: [gentoo-user] No ebuild for pdfedit?

2010-05-14 Thread Xianwen Chen
I see. Thanks a lot!

X

On Fri, May 14, 2010 at 5:08 PM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
 On Fri, May 14, 2010 at 8:47 AM, Xianwen Chen xianwen.c...@gmail.com wrote:
 Hi list,

 pdfedit was in the portage tree [1], but not anymore[2]. Why is that?

 X

 [1] http://bugs.gentoo.org/158188

 [2] http://gentoo-portage.com/Search?search=pdfedit

 According to http://bugs.gentoo.org/show_bug.cgi?id=158188#c25

 Closing as wont be fixed since we dont add qt3 apps any more

 According to the pdfedit website, porting to Qt4 is ongoing but not
 completed yet. So I guess you need to use the ebuilds from the bug
 report, or wait for a Qt4 version of pdfedit to be released.





-- 
Xianwen Chen, M.Sc.
Scientific assistant, BFE, UiT (www.bfe.uit.no)
Tel.: +47 776 46 112 | Fax: +47 776 46 020



[gentoo-user] How to use X configure or driver from Ubuntu

2010-04-18 Thread Xianwen Chen – Uni . Tromsø
Dear all,

I use a Compaq 7550 monitor. It's a CRT.

Currently, I can not adjust the refresh rate under Gentoo, but it was
adjustable when it was running Ubuntu. I think I may need to copy the
X configure file or some sort of CRT driver file from Ubuntu. What do
you think? Any suggestion please?

Kind regards,

Chen

-- 
Xianwen Chen, M.Sc., Scientific Assistant
www.uit.no | xianwen.chen at (gmail.com | uit.no)
Tel.: +47 776 46 112 | Fax: +47 776 46 020



Re: [gentoo-user] How to use X configure or driver from Ubuntu

2010-04-18 Thread Xianwen Chen – Uni . Tromsø
Thanks for your reply Hemman! I'm using HAL to configure X. Currently
not xorg.conf is placed under /etc/X11. Shall I copy the xorg.conf
file from Ubuntu to Gentoo?

Chen


On 4/18/10, Volker Armin Hemmann volkerar...@googlemail.com wrote:
 On Sonntag 18 April 2010, Xianwen Chen – Uni. Tromsø wrote:
 Dear all,

 I use a Compaq 7550 monitor. It's a CRT.

 Currently, I can not adjust the refresh rate under Gentoo, but it was
 adjustable when it was running Ubuntu. I think I may need to copy the
 X configure file or some sort of CRT driver file from Ubuntu. What do
 you think? Any suggestion please?

 Kind regards,

 Chen

 post your xorg.conf file for a start. There are no 'crt driver files'.





[gentoo-user] Modify keymap

2010-01-13 Thread Xianwen Chen
Hi list,

I'm using a en_US keyboard. When I use

  setxkbmap -layout no -variant dvorak

to set the keyboard layout to Norwegian Dvorak, I can't use the letter
ø because this key doesn't exist on an en_US keyboard.

To solve this problem, I want to modify the layout file, to set the
Windows key to ø. Does anyone know which file shall I touch?

Best regards,

Wen

--
Xianwen Chen
Sent from Tromso, 19, Norway



Re: [gentoo-user] Modify keymap

2010-01-13 Thread Xianwen Chen
Thanks a lot! ØØØ :)

Best regards,

Wen

--
Xianwen Chen



On Wed, Jan 13, 2010 at 4:52 PM, Vincent Launchbury
vinc...@doublecreations.com wrote:
 Xianwen Chen wrote:
 I can't use the letter ø because this key doesn't exist on an en_US
 keyboard.

 To solve this problem, I want to modify the layout file, to set the
 Windows key to ø. Does anyone know which file shall I touch?

 You might be able to use x11-apps/xmodmap. Grab x11-apps/xev to find out
 the keycode, which is usually 115 for the windows key:

 Run xev and press the key, then watch for output like:
  state 0x0, keycode 115, ...

 Then get the keysym for ø by doing:
 $cat /usr/include/X11/keysymdef.h |grep -i oslash
 #define XK_Oslash 0x00d8 /* U+00D8 LATIN CAPITAL LETTER O WITH STROKE */
 #define XK_oslash 0x00f8 /* U+00F8 LATIN SMALL LETTER O WITH STROKE */

 Then create ~/.Xmodmap, here's the relevant part of my file:
 $cat ~/.Xmodmap |grep 115
 keycode 115 = 0x00f8

 Then, the command:
 $xmodmap ~/.Xmodmap
 is required to make the changes, so just add it to your .xinitrc or the
 startup file for whatever desktop environment you're running.

 This works fine for me in anything that supports unicode, although
 strangely it doesn't work in xterm.

 Note that I'm not using dvorak, but I don't see that making a
 difference. Good luck :). øøø!

 Kind Regards,
 Vincent.






[gentoo-user] How to allow wheel users to open ports?

2010-01-11 Thread Xianwen Chen
Hello all,

How can I allow wheel users to open ports? Please help me!

Thank you!

Regards,

 Xianwen Chen xianwen.c...@yahoo.com



  

Re: [gentoo-user] How to allow wheel users to open ports?

2010-01-11 Thread Xianwen Chen
Hi Alan,

Thanks for the reply!

I want to run webmail  add-on on thunderbird with a wheel user. The system 
doesn't allow the webmail to open at port below 1024. Any open port above 1024 
is not accessible. How can I solve this problem?

 Best regards,


Xianwen Chen xianwen.c...@yahoo.com





From: Alan McKinnon alan.mckin...@gmail.com
To: gentoo-user@lists.gentoo.org
Sent: Mon, January 11, 2010 9:01:45 AM
Subject: Re: [gentoo-user] How to allow wheel users to open ports?

On Monday 11 January 2010 09:59:39 Xianwen Chen wrote:
 Hello all,
 
 How can I allow wheel users to open ports? Please help me!

You don't open ports. You let users run apps that open ports.

Perhaps you should state more clearly what it is that you want to accomplish.


-- 
alan dot mckinnon at gmail dot com


  

Re: [gentoo-user] How to allow wheel users to open ports?

2010-01-11 Thread Xianwen Chen
Thanks for the hint Adam!

 Best regards,


Xianwen Chen xianwen.c...@yahoo.com





From: Adam a...@jaftan.com.au
To: gentoo-user@lists.gentoo.org
Sent: Mon, January 11, 2010 9:20:44 AM
Subject: Re: [gentoo-user] How to allow wheel users to open ports?

 I want to run webmail  add-on on thunderbird with a wheel user. The system 
 doesn't allow the webmail to open at port below 1024. Any open port above 
 1024 is not accessible. How can I solve this problem?

Plenty of info via google, like
http://stackoverflow.com/questions/413807/is-there-a-way-for-non-root-processes-to-bind-to-privileged-ports-1024-on-linux/413868


  

[gentoo-user] About gnash and swfdec

2010-01-06 Thread Xianwen Chen
Hi guys and girls,

Have you tried gnash or swfdec as alternatives to adobe flash player?
I tried both of them. The high consumption of cpu resource and the
lack of support to SWF version 8-10 are the main disadvantages in my
opinion. And it seems that swfdec hasn't published a new version for
more than a year. Perhaps gnash is our only hope currently?

Regards,

Wen

--
Xianwen Chen
Scientific Assistant
Norwegian College of Fishery Science
University of Tromsø
N-9037 Tromsø, Norway

Office phone: +44 77 64 61 12
Skype: xianwen.chen



Re: [gentoo-user] does the aqua use flag still valid in gentoo 2008?

2010-01-06 Thread Xianwen Chen
hi,

if you have enabled aqua flag in make.conf, then it won't matter how
it is set in desktop profile.

regards,

wen

On Thu, Jan 7, 2010 at 6:56 AM, Xi Shen davidshe...@googlemail.com wrote:
 hi,

 i want to try to enable the aqua flag with my kde. but it is
 displayed as (-aqua) when i try to emerge kde. i searched the
 network, and people say it is disabled by my profile. i am using the
 default/linux/amd64/10.0/desktop profile. which profile should i use
 to enable this use flag?


 --
 Best Regards,
 David Shen

 http://twitter.com/davidshen84/
 http://meme.yahoo.com/davidshen84/





-- 
Xianwen Chen
Scientific Assistant
Norwegian College of Fishery Science
University of Tromsø
N-9037 Tromsø, Norway

Office phone: +44 77 64 61 12
Skype: xianwen.chen



Re: [gentoo-user] Network message encryption

2009-08-19 Thread Xianwen Chen
Hi KH,

Thanks for the links. I've now understood what the psi is. Thank you very much!

Best regards,

Wen

On 8/17/09, KH gentoo-u...@konstantinhansen.de wrote:
 Xianwen Chen schrieb:
 On 8/17/09, KH gentoo-u...@konstantinhansen.de wrote:

 Hi,

 IIRC psi can be used togetzter with gnupg. This should do ;-)

 kh



 Hi KH,

 What's IIRC psi? Could you please provide a link?

 Best regards,

 Wen



 Hi Wen,

 IIRC = Acronym for If I Recall(or Remember) Correctly. See [1]

 PSI = net-im/psi See [2] and [3]

 This is from the PSI website [3]:
 Using the same SSL technology that makes it possible for you to safely
 shop on the web, Psi automatically encrypts its communication with
 compatible IM servers to provide a secure connection over untrusted
 networks like public WiFi access points. For advanced security needs,
 Psi can also encrypt messages end-to-end with OpenPGP.

 Regards
 kh


 [1] http://www.urbandictionary.com/define.php?term=iircr=f

 [2] http://packages.larrythecow.org/?v=pkgc=net-ims=psi

 [3] http://psi-im.org/




-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



Re: [gentoo-user] Network message encryption

2009-08-17 Thread Xianwen Chen
Hi Dale,

On 8/17/09, Dale rdalek1...@gmail.com wrote:




 According to the USE flags, it appears that Kopete supports encryption.
 I have no clue how good it is or if this is exactly what you are looking
 for but you may want to look into it.


Yes, Kopete supports encryption. Thanks for the information. However,
I need to use QQ protocal, which isn't right now supported by Kopete.

Best regards,

Wen

 [ebuild   R   ] kde-base/kopete-3.5.10-r4  USE=crypt groupwise
 highlight history sametime ssl statistics texteffect yahoo -addbookmarks
 -alias -autoreplace -connectionstatus -contactnotes -debug
 -emoticons-manager -gadu -irc -jabber (-jingle) -kdehiddenvisibility
 -latex -msn -netmeeting -nowlistening -oscar -slp -sms -translator -v4l2
 -webpresence -winpopup -xscreensaver

 r...@smoker / # euse -i crypt
 global use flags (searching: crypt)
 
 [+ CD ] crypt - Add support for encryption -- using mcrypt or gpg where
 applicable

 Hope that gets you in the some sort of a direction.

 Dale

 :-)  :-)




-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



Re: [gentoo-user] Network message encryption

2009-08-17 Thread Xianwen Chen
Hi Saphirus,

On 8/17/09, Saphirus Sage saphirus...@gmail.com wrote:

 Well, for instant messengers, most do support some form of encryption,
 such that Empathy, Pidgin or any other client which can handle MSN must
 use encryption, as everything is sent over SSL. But, in general, I would
 suggest Pidgin, as via a plugin, it can be used in combination with OTR
 (Off-The-Record) which uses public-key encryption between clients, and
 ontop of that, there's even a plugin for pidgin which uses RSA instead,
 which I've found to be buggy, but is certainly a bit stronger in the
 cryptographic sense.



Thanks very much for the information. I'm emerged pidgin-otr, and it
works well! I didn't go for the RSA plugin, since it was buggy, and
OTR is enough for me.

Best regards,

Wen

-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



Re: [gentoo-user] Network message encryption

2009-08-17 Thread Xianwen Chen
Hi Mike,

On 8/17/09, Mike Kazantsev mk.frag...@gmail.com wrote:

 I'm using gajim with TLS-enabled (transport-level encryption) connection
 to the servers and built-in GPG plugin to encrypt messages, containing
 some auth info, which I occasionally have to pass.
 I believe pidgin also had support for such feature via one of the
 standard plugins.

Thanks for the information. I've checked the wikipedia page of gajim.
It's very interesting, however, I'm not a jabber user. But I'll check
it again if any friend of mine is using jabber, since the GPG plugin
is very attractive to me.

Best regards,

Wen


 TLS is widely-deployed on XMPP (jabber) servers, but encryption ends at
 the server in question, so it can intercept / mangle the messages, so it
 might be good idea to prefer large and reliable servers to
 possibly-compromised or malicious small ones.
 Furthermore, in case of XMPP, your (source) server is free to pass the
 message in unencrypted form to destination server, so message can be
 caught by any IP-sniffers on the route.
 Then there's also remote client connection, which can be unencrypted
 (no TLS/SSL) and likewise intercepted on TCP/IP level.

 GPG encryption requires clients on both sides to support it, but has
 benefit that all cryptographic operations are happening on client
 machines, so server (or any intermediate host) is unable to spoof
 conversation, provided the encryption (GPG) keys aren't compromised.

 --
 Mike Kazantsev // fraggod.net



-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



Re: [gentoo-user] Network message encryption

2009-08-17 Thread Xianwen Chen
On 8/17/09, KH gentoo-u...@konstantinhansen.de wrote:

 Hi,

 IIRC psi can be used togetzter with gnupg. This should do ;-)

 kh



Hi KH,

What's IIRC psi? Could you please provide a link?

Best regards,

Wen


-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



Re: [gentoo-user] Network message encryption

2009-08-17 Thread Xianwen Chen
Hi Hinnerk,

Thanks! I'm using it now!

Best regards,

Wen

On 8/17/09, Hinnerk van Bruinehsen hvbruineh...@googlemail.com wrote:
 I use an OTR-plugin for Pidgin. It works fine with ICQ and Facebookchat
 and most likely with most other protocols too.

 x11-plugins/pidgin-otr

 There is even a compatible Plugin for Miranda (encrypted messages to
 Windows).



 On Mon, 2009-08-17 at 13:13 +0200, KH wrote:
 Xianwen Chen schrieb:
  Hello all,
 
  I'm looking for a network message encryption method. Please kindly
  tell me if you know any Instant Messenger which supports encryption.
  Thank you very much!
 
  Best regards,
 
  Wen
 

 Hi,

 IIRC psi can be used togetzter with gnupg. This should do ;-)

 kh






-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



Re: [gentoo-user] Network message encryption

2009-08-17 Thread Xianwen Chen
Hi Thomas,

Thanks for your information. I would love to have a try on Kopete once
it supports QQ protocal.

Best regards,

Wen

On 8/17/09, Thomas Kahle tom...@gmx.de wrote:

 Kopete with the otr use flag supports Off The Record Encryption. This is
  THE method when communicating over a totally open channel like the
 internet. The message is encrypted on your computer and decrypted on the
 receivers computer. A drawback is that you have to handshake with each
 of the receivers first. New keys are generated on the fly (off the
 record) such that if your secret key is compromised no old messages can
 be decrypted still. Wikipedia has a small article about it and it works
 quite easily once set up in kopete.

 Best
 Thomas


 Best regards,

 Wen



 --
 Thomas Kahle

 The fundamental theorem of algebra is open source. Like any other
 mathematical theorem it can be applied free of charge and everybody
 has access to its proof and can convince himself how it works. Why
 should software be any different?




-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



[gentoo-user] Network message encryption

2009-08-16 Thread Xianwen Chen
Hello all,

I'm looking for a network message encryption method. Please kindly
tell me if you know any Instant Messenger which supports encryption.
Thank you very much!

Best regards,

Wen

-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com



Re: [gentoo-user] Is gentoo-wiki.com down?

2009-07-26 Thread Xianwen Chen
Hi friends,

It ([1]) is now up again, at least for now.

Cheers,

Wen

[1] http://en.gentoo-wiki.com/


-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com


[gentoo-user] Is gentoo-wiki.com down?

2009-07-25 Thread Xianwen Chen
Hello all,

I've been unable to access gentoo-wiki.com for days. Does anyone know
what the problem is?

Sincerely,

Wen

-- 
Xianwen Chen

Mobile: +86 13774 228909
Email: cxi...@post.uit.no; xianwen.c...@gmail.com