问题标签 [konsole]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
emacs - 终端模拟器中的颜色主题奇怪/不正确
我在 Konsole(来自 kde)模拟器中运行 emacs-nox 23.3,大多数颜色主题都有奇怪的颜色。
例如,我喜欢Solarized Theme。我希望主题应该是这样的:
(来源:ethanschoonover.com)
但是,这就是我得到的:
破碎的日晒主题 http://img824.imageshack.us/img824/3881/voronoi2.png
emacs-color-theme 包中的大多数主题都有类似的行为。我试图更改 Konsole 颜色设置 - 没有结果。我还尝试用这个替换我的 .Xresources ,但没有成功。
ssh - 在 ssh 之后从命令行重命名 Konsole 会话
我dcop
用来重命名 Konsole 会话,例如
但是,当我ssh
到服务器并从那里发出此命令时,它不起作用并给出错误:
有没有办法使用dcop
或以其他方式重命名 Konsole 会话,即使我已经ssh
'ed 到另一台计算机。
linux - Variable taking garbage value inside a loop while calling a command line instance in Perl
Here the subroutine Login_logout() calls a SIPp instance(command line instance). After the successful completion of the command line instance the the scalar $option takes some garbage value and hits the else condition and prints the line "INSERT A VALID OPTION...!!!". This process continues infinetly until force closing the Konsole.
Can anybody tell me where I am wrong in the script.
emacs - Emacs solarized theme issue
I've started to use emacs (about few days). Also I read this topic: Color themes are strange/incorrect in terminal emulator but I still have issues.
What I did:
- export TERM="xterm-256color"
- Download and successfully installed color-theme package
- Download and successfully (I think) installed solarized theme from https://github.com/sellout/emacs-color-theme-solarized.git
updated init.el:
/li>
OS: Debian/KDE4.7/Konsole
Some color are wrong: 1. include 2. numbers 3. def 4. quotes "
Why this theme displays wrong?
bash - Bash管道问题
我需要执行以下 grep 查询作为 konsole(kde 终端)的参数
适用于当前终端。
工作,但 konsole 窗口显示 grep 查询没有更少的管道。
理想情况下,我希望 konsole 与 konsole &
并发送带有 less 作为 konsole -e 参数的 grep 命令
python - 使用“konsole”命令运行 python 脚本
我试图从命令行打开一个 konsole 实例并运行一个 python 脚本。我正在努力:
我得到的行为是一个持久的 konsole 打开,我被放到 python 中,但脚本没有运行。
我需要做什么才能让 python 脚本在 konsole 窗口中运行?
python - 通过 Python 更改 Konsole 标题
如何在 Python 中更改 Konsole 标题?我找到了这段代码:
但它只适用于 Gnome 终端,而不适用于 Konsole(在 Kubuntu 上)。
linux - 如何确定 Linux shell 中当前伪终端的活动监视器?
一切都在标题中,我想知道当前监视器以KDE Konsole
根据他的位置(左或右)重命名标题。
这样我将~/.bashrc
通过示例输入或这样:
更改Konsole
.
我看了一下手册页:
- xdotool
- xprop
我到处玩qdbus
,但我只能找到当前桌面
有什么线索吗?
linux - 用 glob 重命名 vim 中的 konsole 选项卡会使事情出错
我在我的配置中有以下配置,vimrc
可以kde Konsole
根据在 `vim.xml 中编辑的当前文件的标题自动更改选项卡标题。
glob
我的问题是,当我打开一堆文件时
Konsole
变得有问题:字符在屏幕上随机混合。只有一个文件没有问题,Konsole tab
它应该被解决。
有什么提示可以杀死这个错误吗?我想到了计算在vim中打开的文件数,
linux - 如何仅在第一次打开 konsole 时运行特定的 .bashrc 代码
我的 .bashrc 中有一大段代码,每次运行 shell(我通常使用 konsole)时,都会出现一个开关盒,提供使用哪个分支或主干的选项。例子:
$PROJECT_HOME 和其他变量是根据所做的选择设置的。
令人讨厌的是,每次我打开一个新标签时,都会打印相同的屏幕。但是我想打开一个新的 konsole 并使用不同的分支,所以,简单的 export a variabe 不能成为解决方案
只有在打开 konsole 新屏幕时才能运行此代码。也许制作alias konsole=konsole --run <desired-function>
. konsole 的文档没有提供帮助,甚至没有man konsole
一个konsole --help
.