fedora input problem...

davelv最近很郁闷,因为他在Fedora
下用Eclipse写程序的时候,一旦有Eclipse实现了自动提示、代码补齐等功能后,键盘就失去相应,必须根据点右键或者切换窗口才能输入。就上网查,发现是Eclipse跟Scim输入法之间有冲突造成的,解决方案有如下两个

  1、在工作位置处(就是编辑代码的地方)点击右-->输入法(英文版是 Input Method)-->SCIM
XXXXX选择这项就可以解决问题。如果你使用的是SCIM输入法但是这里没有SCIM之类的选项,可能是scim-bridge-gtk这个包没有安装好,先关闭Eclipse使用yum
install scim-bridge-gtk即可安装(如果提示已安装,输入yum reinstall
scim-bridge-gtk重装该包),然后再打开Eclipse就应该有SCIM选择项了。

  2、卸载Scim,使用别的输入法,理论上这是可以的,只要新的输入法跟Eclipse兼容即可.不过这个由于davelv还没有找到非Scim的输入法,所以暂时还不能测,如果哪位同学有兴趣可以测试下,然后跟我联系.

  在此还是推荐第一种方法,快捷简单..

  davelv于09-05-27

fedora input problem...,布布扣,bubuko.com

时间: 2025-01-14 18:51:04

fedora input problem...的相关文章

<Numerical Analysis>笔记

2ed, by Timothy Sauer DEFINITION 1.3A solution is correct within p decimal places if the error is less than 0.5 × 10$^{−p}$ .-P29Bisection Method的优点是计算次数(step)是确定的(interval<精度).后面介绍的算法的interval是不确定的, 所以什么时候结束计算呢?不知道.所以定义“stopping criteria’’来决定什么时候结束计

SourceInsight宏插件2(非常好用,强力推荐)

Quicker宏在SI中的使用方法(下载地址:链接:https://pan.baidu.com/s/1LzTeoSeXGCLlWieuGjeKkQ 提取码:5ewr) Quicker宏的添加到SI中配置方法: 1. 运行SI,打开Base工程,如果没有该工程,则生成它,将Quicker.em加入到工程中 2. 安装触发热键和菜单,打开SI的Options的Key Assignments菜单,在Command窗口中选择Macro: AutoExpand然后对其赋一个热键,例如Ctrl Enter

你从未用过的 C-AK 语言!

C++-AK 语言是美国科学家 Aiming·High 和中国科学家龚诗锋(Shifeng Gong)为主要研究者研究出的语言. 名字含义也就是字面意思,可以 AK 的 C++ 语言. 其基本语法与 C++ 完全相同,只是加入了一些库函数和数据结构,使编程更加简便. 头文件:"Data_Structures.h" std::fast_sort(first_points,last_points,cmp) 实现快速排序,即 O(n) 的时间复杂度排序.这种排序算法的原理是龚先生提出的&qu

tensorflow二次开发

编译 方法1: 1 2 3 4 5 6 7 ./configure bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package build出错清理: /root/.cache/bazel 把下面的之前出错的缓存文件给删除掉 生成whell包 bazel-bin/tensorflow/tools/pip_package/build_pip_package /root/tensorflow/wheel_pkg/b

[LinuxService][Yum][problem] 在fedora 9上解决依赖问题

summary: 在32bit的fedora9上安装EMC客户端遇到无法解决的依赖问题 detail: rpm 安装: [[email protected] tmp]# rpm -ivh lgtoclnt-8.2.3.1-1.i686.rpm  error: Failed dependencies: /bin/ksh is needed by lgtoclnt-8.2.3.1-1.i686 libstdc++.so.5 is needed by lgtoclnt-8.2.3.1-1.i686 l

Enormous Input Test Solved Problem code: INTEST

import sys import psyco #一键优化库 psyco.full() def main(): n, k = map(int, sys.stdin.readline().strip().split()) #两位数输入的复用 count = 0 for t in sys.stdin: #注意这个for循环方式 if int(t) % k == 0: count += 1 print '%d' % count #注意格式输出 main() #写成函数的格式是一个良好的习惯 学到 py

A Math Problem

A Math Problem Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 237    Accepted Submission(s): 117 Problem Description You are given a positive integer n, please count how many positive integers

FOJ Problem 2261 浪里个浪

                                                                                                                                                           Problem 2261 浪里个浪 Accept: 40    Submit: 106Time Limit: 1500 mSec    Memory Limit : 32768 KB Pro

HDU 1016 Prime Ring Problem(DFS)

题目链接 Problem Description A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two adjacent circles should be a prime. Note: the number of first circle should always