You can subscribe to this list here.
2005 |
Jan
(26) |
Feb
(30) |
Mar
(23) |
Apr
(39) |
May
(105) |
Jun
(81) |
Jul
(62) |
Aug
(73) |
Sep
(50) |
Oct
(25) |
Nov
(81) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(24) |
Feb
(29) |
Mar
(68) |
Apr
(38) |
May
(12) |
Jun
(39) |
Jul
(55) |
Aug
(64) |
Sep
(66) |
Oct
(49) |
Nov
(50) |
Dec
(25) |
2007 |
Jan
(19) |
Feb
(12) |
Mar
(37) |
Apr
(46) |
May
(30) |
Jun
(78) |
Jul
(66) |
Aug
(18) |
Sep
(27) |
Oct
(24) |
Nov
(10) |
Dec
(35) |
2008 |
Jan
(18) |
Feb
(6) |
Mar
(16) |
Apr
(32) |
May
(6) |
Jun
(14) |
Jul
(4) |
Aug
(19) |
Sep
(17) |
Oct
(22) |
Nov
(35) |
Dec
(26) |
2009 |
Jan
(23) |
Feb
(17) |
Mar
(32) |
Apr
(13) |
May
(9) |
Jun
(2) |
Jul
(12) |
Aug
(3) |
Sep
(1) |
Oct
(4) |
Nov
(7) |
Dec
(22) |
2010 |
Jan
(1) |
Feb
(5) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
2011 |
Jan
(1) |
Feb
(2) |
Mar
(4) |
Apr
(1) |
May
(9) |
Jun
|
Jul
|
Aug
(6) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(2) |
2012 |
Jan
|
Feb
(1) |
Mar
(10) |
Apr
(7) |
May
(6) |
Jun
|
Jul
(1) |
Aug
(7) |
Sep
(21) |
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: chris <ch...@ca...> - 2016-08-31 06:44:51
|
Hello, Look what I've just found on the web, that really cool, yeah, more info here <http://sordaslapro.dcrats.com/e4dgxhsk> Best, chris |
From: Peng Wu <pen...@gm...> - 2016-02-15 08:04:51
|
Hi, In Fedora 24, scim is compiled with gcc 6.0, but scim failed to build from source. I wrote a patch to fix the compile, please review it, thanks! URL: https://pkgs.fedoraproject.org/cgit/rpms/scim.git/plain/scim-1.4 .15-fixes-gcc6-compile.patch Best Regards, Peng Wu |
From: Tz-Huan H. <tz...@gm...> - 2015-02-26 14:00:55
|
Hi, On Thu, Feb 26, 2015 at 8:13 AM, Alexej Harm <ale...@xi...> wrote: > Hi, > > the following xmodmap(1) configuration causes a segmentation fault in > the EFL project “Terminology” when AltGr+Shift+0 is pressed to enter > SUPERSCRIPT ZERO (U+2070): > > ! Modofier key (AltGr) that can be replaced with another key. > keycode 108 = Mode_switch Multi_key > ! Superscript numbers. > keysym 0 = 0 parenright 0 zerosuperior > > This is the gdb(1) output of a crash: > > GNU gdb (Gentoo 7.7.1 p1) 7.7.1 > (gdb) run > Starting program: /usr/bin/terminology > warning: Could not load shared library symbols for linux-vdso.so.1. > Do you need "set solib-search-path" or "set sysroot"? > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib64/libthread_db.so.1". > Traceback (most recent call last): > File "/usr/share/gdb/auto-load/usr/lib64/libeo.so.1.12.2-gdb.py", > line 7, in <module> > import eo_gdb > ImportError: No module named eo_gdb > [New Thread 0x7fffed6f5700 (LWP 7555)] > [New Thread 0x7fffeb759700 (LWP 7557)] > > Program received signal SIGSEGV, Segmentation fault. > 0x00007fffeca30b80 in > scim::scim_string_to_key(scim::KeyEvent&, std::string const&) > () from /usr/lib64/libscim-1.0.so.8 > > I have attached a patch that fixes the problem. > > Thank you very much for your patch, I'll commit it. Thanks, Tz-Huan |
From: Alexej H. <ale...@xi...> - 2015-02-26 00:26:20
|
Hi, the following xmodmap(1) configuration causes a segmentation fault in the EFL project “Terminology” when AltGr+Shift+0 is pressed to enter SUPERSCRIPT ZERO (U+2070): ! Modofier key (AltGr) that can be replaced with another key. keycode 108 = Mode_switch Multi_key ! Superscript numbers. keysym 0 = 0 parenright 0 zerosuperior This is the gdb(1) output of a crash: GNU gdb (Gentoo 7.7.1 p1) 7.7.1 (gdb) run Starting program: /usr/bin/terminology warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib64/libeo.so.1.12.2-gdb.py", line 7, in <module> import eo_gdb ImportError: No module named eo_gdb [New Thread 0x7fffed6f5700 (LWP 7555)] [New Thread 0x7fffeb759700 (LWP 7557)] Program received signal SIGSEGV, Segmentation fault. 0x00007fffeca30b80 in scim::scim_string_to_key(scim::KeyEvent&, std::string const&) () from /usr/lib64/libscim-1.0.so.8 I have attached a patch that fixes the problem. Best regards, Alexej Harm |
From: Tz-Huan H. <tz...@gm...> - 2013-04-18 15:41:51
|
Hi Benda, On Thu, Apr 18, 2013 at 2:24 PM, heroxbd <he...@ge...> wrote: > Dear All, > > heroxbd <he...@ge...> writes: > >> I've seen in the changelog of scim-1.4.14[1] that scim-bridge is >> incorporated into SCIM. What socket interface is provided to the old >> scim-bridge client, such as scim-bridge-el? I've tried >> /tmp/scim-socket-frontend-${MYUID}, but that socket seems to be >> different with scim-bridge. >> >> Is there still an old scim-bridge socket around or we have to use >> a new protocol in scim-bridge-el? At present I am compiling out >> scim-bridge-0.4.16 against scim-1.4.14 to provide the socket to >> scim-bridge-el. > > I have figured out that scim-bridge was renamed to scim-im-agent after > the integration. Therefore a trivial patch to scim-bridge-el will do the > job. > > Irie-san, could you please review this patch? Sure, thank you very much for the patch! Thanks, Tz-Huan |
From: heroxbd <he...@ge...> - 2013-04-18 06:25:04
|
Dear All, heroxbd <he...@ge...> writes: > I've seen in the changelog of scim-1.4.14[1] that scim-bridge is > incorporated into SCIM. What socket interface is provided to the old > scim-bridge client, such as scim-bridge-el? I've tried > /tmp/scim-socket-frontend-${MYUID}, but that socket seems to be > different with scim-bridge. > > Is there still an old scim-bridge socket around or we have to use > a new protocol in scim-bridge-el? At present I am compiling out > scim-bridge-0.4.16 against scim-1.4.14 to provide the socket to > scim-bridge-el. I have figured out that scim-bridge was renamed to scim-im-agent after the integration. Therefore a trivial patch to scim-bridge-el will do the job. Irie-san, could you please review this patch? Thanks a lot! Benda |
From: heroxbd <he...@ge...> - 2013-04-18 05:36:49
|
Dear SCIM developers, Cc Irie-san (author of scim-bridge-el), I've been using SCIM since 2007. It rocks. Thank you very much for such a useful piece of IM! I've seen in the changelog of scim-1.4.14[1] that scim-bridge is incorporated into SCIM. What socket interface is provided to the old scim-bridge client, such as scim-bridge-el? I've tried /tmp/scim-socket-frontend-${MYUID}, but that socket seems to be different with scim-bridge. Is there still an old scim-bridge socket around or we have to use a new protocol in scim-bridge-el? At present I am compiling out scim-bridge-0.4.16 against scim-1.4.14 to provide the socket to scim-bridge-el. Cheers, Benda 1. http://www.scim-im.org/news/scim_news/a_new_stable_version_has_been_released_the_main_change_is_the_incorporation_of_scim_bridge |
From: Eduardo L. (Etrunko) <eb...@gm...> - 2013-02-27 14:36:44
|
Hi there, Recently Wayland[1] has been gaining lots of attention as a possible replacement for X11. There is a work in progress for input method protocol for it[2]. The protocol is mostly stabilized by now and just waiting for minor cleanups to be integrated. With the protocol in place, I was thinking how hard would it be to provide a compatibility layer in SCIM so it may work in Wayland and with that take advantage of the many engines available. Thanks in advance [1] http://wayland.freedesktop.org [2] http://thread.gmane.org/gmane.comp.freedesktop.wayland.devel/7177 -- Eduardo de Barros Lima ◤✠◢ eb...@gm... |
From: Mahesh B. R. <mah...@ho...> - 2012-11-14 06:51:46
|
Please remove my mail id from the list. --MaheshDate: Tue, 25 Sep 2012 10:14:15 +0200 From: Chr...@cp... To: tz...@gm... CC: sci...@li... Subject: Re: [Scim-devel] scim + gtk + signals > Well... Could you please provide the main function and Makefile of > your test program > (I remember that you provided the window.{cpp,h}, but I have no idea about > gtkmm, plus I don't know which gtkmm version do you use. Therefore, I > didn't test > with your program but use my test program instead.) Of course. I'm using gtkmm-2.20.3 and gtk+-2.20.1. Attached you find my test program. If you need any more information, just let me know. Thanks, Christian ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scim-devel mailing list Sci...@li... https://lists.sourceforge.net/lists/listinfo/scim-devel |
From: F.J K. <kro...@gm...> - 2012-09-25 11:03:59
|
On Tue 25.Sep'12 at 18:09:58 +0800, Tz-Huan Huang wrote: > Hi F.J, > > On Tue, Sep 25, 2012 at 5:33 PM, F.J Kong <kro...@gm...> wrote: > > Hi Huan > > > > my result: > > I run your test program, when I active IM the program doesn't print any log > > when I close IM the terminal prints some number. > > The program just connects to the key-press signal and > print the key code if the signal is emitted. > Do you mean that there is no key-press signal emitted > when you type something using scim? Yes when I open scim and type some Chinese characters the signal wasn't be emitted. I use smart-pinyin as my input method engine. > > Thanks, > Tz-Huan > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Scim-devel mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scim-devel -- "All mail clients suck. This one just sucks less." |
From: Tz-Huan H. <tz...@gm...> - 2012-09-25 10:10:49
|
Hi F.J, On Tue, Sep 25, 2012 at 5:33 PM, F.J Kong <kro...@gm...> wrote: > Hi Huan > > my result: > I run your test program, when I active IM the program doesn't print any log > when I close IM the terminal prints some number. The program just connects to the key-press signal and print the key code if the signal is emitted. Do you mean that there is no key-press signal emitted when you type something using scim? Thanks, Tz-Huan |
From: Tz-Huan H. <tz...@gm...> - 2012-09-25 10:07:16
|
Hi Christian, On Tue, Sep 25, 2012 at 5:42 PM, Christian Schaubschlaeger <Chr...@cp...> wrote: > > Hi Huan, > >> Thanks for your test program. I tested it and it really >> doesn't work. My test program, which is written in >> pure gtk, works fine in my environment. If my test program >> works for you, then I think the problem might not >> only be related to scim but also gtkmm. I have attached >> my test program, could you please try it and tell >> me whether it works or not? Thanks. > > Your program works fine here! So it is the reason I thought that I solved the problem, but I haven't... I'll try to investigate scim/gtkmm to figure out why, but it might need more time because I know nothing about gtkmm at this moment. Thanks, Tz-Huan |
From: Christian S. <Chr...@cp...> - 2012-09-25 09:42:12
|
Hi Huan, > Thanks for your test program. I tested it and it really > doesn't work. My test program, which is written in > pure gtk, works fine in my environment. If my test program > works for you, then I think the problem might not > only be related to scim but also gtkmm. I have attached > my test program, could you please try it and tell > me whether it works or not? Thanks. Your program works fine here! Christian |
From: F.J K. <kro...@gm...> - 2012-09-25 09:34:04
|
Hi Huan On Tue 25.Sep'12 at 16:38:55 +0800, Tz-Huan Huang wrote: > Hi Christian, > > On Tue, Sep 25, 2012 at 4:14 PM, Christian Schaubschlaeger > <Chr...@cp...> wrote: > >> Well... Could you please provide the main function and Makefile of > >> your test program > >> (I remember that you provided the window.{cpp,h}, but I have no idea about > >> gtkmm, plus I don't know which gtkmm version do you use. Therefore, I > >> didn't test > >> with your program but use my test program instead.) > > > > Of course. I'm using gtkmm-2.20.3 and gtk+-2.20.1. Attached you find my test program. > > If you need any more information, just let me know. > > Thanks for your test program. I tested it and it really > doesn't work. My test program, which is written in > pure gtk, works fine in my environment. If my test program > works for you, then I think the problem might not > only be related to scim but also gtkmm. I have attached > my test program, could you please try it and tell > me whether it works or not? Thanks. my result: I run your test program, when I active IM the program doesn't print any log when I close IM the terminal prints some number. > > Tz-Huan > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Scim-devel mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scim-devel -- "All mail clients suck. This one just sucks less." |
From: Tz-Huan H. <tz...@gm...> - 2012-09-25 08:39:41
|
Hi Christian, On Tue, Sep 25, 2012 at 4:14 PM, Christian Schaubschlaeger <Chr...@cp...> wrote: >> Well... Could you please provide the main function and Makefile of >> your test program >> (I remember that you provided the window.{cpp,h}, but I have no idea about >> gtkmm, plus I don't know which gtkmm version do you use. Therefore, I >> didn't test >> with your program but use my test program instead.) > > Of course. I'm using gtkmm-2.20.3 and gtk+-2.20.1. Attached you find my test program. > If you need any more information, just let me know. Thanks for your test program. I tested it and it really doesn't work. My test program, which is written in pure gtk, works fine in my environment. If my test program works for you, then I think the problem might not only be related to scim but also gtkmm. I have attached my test program, could you please try it and tell me whether it works or not? Thanks. Tz-Huan |
From: Christian S. <Chr...@cp...> - 2012-09-25 08:14:24
|
> Well... Could you please provide the main function and Makefile of > your test program > (I remember that you provided the window.{cpp,h}, but I have no idea about > gtkmm, plus I don't know which gtkmm version do you use. Therefore, I > didn't test > with your program but use my test program instead.) Of course. I'm using gtkmm-2.20.3 and gtk+-2.20.1. Attached you find my test program. If you need any more information, just let me know. Thanks, Christian |
From: Tz-Huan H. <tz...@gm...> - 2012-09-25 07:53:03
|
Hi Christian, On Tue, Sep 25, 2012 at 3:47 PM, Christian Schaubschlaeger <Chr...@cp...> wrote: > > >> Oops, it seems that I missed a change. >> Could you please try the latest branch "develop" again? > > Still no success, I'm afraid... > Can I provide logfiles or something? Well... Could you please provide the main function and Makefile of your test program (I remember that you provided the window.{cpp,h}, but I have no idea about gtkmm, plus I don't know which gtkmm version do you use. Therefore, I didn't test with your program but use my test program instead.) Thanks, Tz-Huan |
From: Christian S. <Chr...@cp...> - 2012-09-25 07:47:45
|
> Oops, it seems that I missed a change. > Could you please try the latest branch "develop" again? Still no success, I'm afraid... Can I provide logfiles or something? Christian |
From: Tz-Huan H. <tz...@gm...> - 2012-09-24 14:09:11
|
Hi Christian, On Mon, Sep 24, 2012 at 3:26 PM, Christian Schaubschlaeger <Chr...@cp...> wrote: > Good morning Tz-Huan, > > I've tried it again (checked out the development branch), but I'm afraid it still does not work. Below you find the gtk code I used for testing this. Oops, it seems that I missed a change. Could you please try the latest branch "develop" again? Thanks. Tz-Huan |
From: Christian S. <Chr...@cp...> - 2012-09-24 07:26:42
|
Good morning Tz-Huan, I've tried it again (checked out the development branch), but I'm afraid it still does not work. Below you find the gtk code I used for testing this. Thanks Christian window.h: #include<gtkmm/window.h> #include<gtkmm/entry.h> #include<gtkmm/box.h> class Window1:public Gtk::Window { public: Window1(); virtual ~ Window1(); protected: void on_button1_clicked(); bool on_entry_keystroke(GdkEventKey *key); private: Gtk::Entry entry1; Gtk::VBox vbox1; }; window.cc #include "window.h" #include <iostream> #include<gtkmm/main.h> Window1::Window1() { set_size_request(200, 100); add(vbox1); entry1.signal_key_release_event().connect(sigc::mem_fun(*this,&Window1::on_entry_keystroke)); vbox1.add(entry1); show_all(); } Window1::~Window1() { std::cout << "Say goodbye" << std::endl; } bool Window1::on_entry_keystroke(GdkEventKey *key) { std::cout << "*** Keystroke\n"; } Am 23.09.2012 12:23, schrieb Tz-Huan Huang: > Hi Christian, > > On Thu, Aug 23, 2012 at 3:24 PM, Christian Schaubschlaeger > <Chr...@cp...> wrote: >> Good morning, >> >>> It seems that the key-release-event is masked by the gtk-im-module of scim. >>> I'll try to find the problem and fix it as soon as I can. >>> Before the fix, could you please try the following environment variables >>> setting when running your program? >>> >>> export XMODIFIERS="@im=SCIM" >>> export GTK_IM_MODULE="xim" >>> >>> In my test, the xim module doesn't have this problem. >> Just tried this. With xim I don't have this problem here either. > I have committed the fix, could you please try it again? > Please get the latest source codes from our git repository: > > https://github.com/scim-im/scim > > Thanks, > Tz-Huan > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Scim-devel mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scim-devel > -- Dipl.-Ing. Christian Schaubschläger Senior Developer security coding factory GmbH Wildbergstrasse 32 4040 Linz Austria web: www.cpsd.at fon: +43 732 781 584-83 fax: +43 732 781 584-99 |
From: Tz-Huan H. <tz...@gm...> - 2012-09-23 10:23:52
|
Hi Christian, On Thu, Aug 23, 2012 at 3:24 PM, Christian Schaubschlaeger <Chr...@cp...> wrote: > > Good morning, > >> It seems that the key-release-event is masked by the gtk-im-module of scim. >> I'll try to find the problem and fix it as soon as I can. >> Before the fix, could you please try the following environment variables >> setting when running your program? >> >> export XMODIFIERS="@im=SCIM" >> export GTK_IM_MODULE="xim" >> >> In my test, the xim module doesn't have this problem. > > Just tried this. With xim I don't have this problem here either. I have committed the fix, could you please try it again? Please get the latest source codes from our git repository: https://github.com/scim-im/scim Thanks, Tz-Huan |
From: Tz-Huan H. <tz...@gm...> - 2012-09-20 05:07:52
|
On Thu, Sep 20, 2012 at 10:56 AM, tobyyang <to...@ye...> wrote: > using gdb, i found scim need a panel daemon? Yes. You should provide a PanelAgent instance for scim x11 frontend to talk to. Please see extra/panel/scim_panel_gtk.cpp for more information. You can get rid of gtk part and provide a pure-X11 one instead. Thanks, Tz-Huan |
From: tobyyang <to...@ye...> - 2012-09-20 03:30:45
|
i fount there is some problem the scim talking to x11, it print: XIO: fatal IO error 11 (Resource temporily unavailable) on X server ":0" when try to connect panel daemon? -- View this message in context: http://scim.1324931.n2.nabble.com/scim-lauch-failed-on-customized-small-linux-system-tp7577472p7577511.html Sent from the scim-devel mailing list archive at Nabble.com. |
From: tobyyang <to...@ye...> - 2012-09-20 02:56:18
|
using gdb, i found scim need a panel daemon? reload_config_callback (m_config); m_server_name = m_config->read (String (SCIM_CONFIG_FRONTEND_X11_SERVER_NAME), m_server_name); m_xims_dynamic = m_config->read (String (SCIM_CONFIG_FRONTEND_X11_DYNAMIC), true); m_config->signal_connect_reload (slot (this, &X11FrontEnd::reload_config_callback)); m_display_name = init_ims (); SCIM_DEBUG_FRONTEND (1) << "X11 -- Connecting to panel daemon.\n"; if (m_panel_client.open_connection (m_config->get_name (), m_display_name) < 0) throw FrontEndError (String ("X11 -- failed to connect to the panel daemon!")); using gdb, i found scim need a panel daemon??? -- View this message in context: http://scim.1324931.n2.nabble.com/scim-lauch-failed-on-customized-small-linux-system-tp7577472p7577510.html Sent from the scim-devel mailing list archive at Nabble.com. |
From: Chen Y. <sup...@gm...> - 2012-09-19 10:40:34
|
开gdb来看调用,最好安装debug库 On Sep 19, 2012 6:07 PM, "tobyyang" <to...@ye...> wrote: > 没解决啊,只是搞清楚了为何会有中文显示。scim还是启动失败,不能输入中文,。。。 > > > > -- > View this message in context: > http://scim.1324931.n2.nabble.com/scim-linux-tp7577468p7577471.html > Sent from the scim-devel mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Scim-devel mailing list > Sci...@li... > https://lists.sourceforge.net/lists/listinfo/scim-devel > |