问题标签 [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.

0 投票
2 回答
3653 浏览

emacs - 终端模拟器中的颜色主题奇怪/不正确

我在 Konsole(来自 kde)模拟器中运行 emacs-nox 23.3,大多数颜色主题都有奇怪的颜色。

例如,我喜欢Solarized Theme。我希望主题应该是这样的:

日晒主题
(来源:ethanschoonover.com

但是,这就是我得到的:

破碎的日晒主题 http://img824.imageshack.us/img824/3881/voronoi2.png

emacs-color-theme 包中的大多数主题都有类似的行为。我试图更改 Konsole 颜色设置 - 没有结果。我还尝试用这个替换我的 .Xresources ,但没有成功。

0 投票
1 回答
3416 浏览

ssh - 在 ssh 之后从命令行重命名 Konsole 会话

dcop用来重命名 Konsole 会话,例如

但是,当我ssh到服务器并从那里发出此命令时,它不起作用并给出错误:

有没有办法使用dcop或以其他方式重命名 Konsole 会话,即使我已经ssh'ed 到另一台计算机。

0 投票
3 回答
762 浏览

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.

0 投票
1 回答
4471 浏览

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:

  1. export TERM="xterm-256color"
  2. Download and successfully installed color-theme package
  3. Download and successfully (I think) installed solarized theme from https://github.com/sellout/emacs-color-theme-solarized.git
  4. updated init.el:

    /li>

OS: Debian/KDE4.7/Konsole

Emacs Screenshot

Some color are wrong: 1. include 2. numbers 3. def 4. quotes "

Why this theme displays wrong?

0 投票
1 回答
150 浏览

bash - Bash管道问题

我需要执行以下 grep 查询作为 konsole(kde 终端)的参数

适用于当前终端。

工作,但 konsole 窗口显示 grep 查询没有更少的管道。

理想情况下,我希望 konsole 与 konsole &

并发送带有 less 作为 konsole -e 参数的 grep 命令

0 投票
2 回答
3288 浏览

python - 使用“konsole”命令运行 python 脚本

我试图从命令行打开一个 konsole 实例并运行一个 python 脚本。我正在努力:

我得到的行为是一个持久的 konsole 打开,我被放到 python 中,但脚本没有运行。

我需要做什么才能让 python 脚本在 konsole 窗口中运行?

0 投票
2 回答
952 浏览

python - 通过 Python 更改 Konsole 标题

如何在 Python 中更改 Konsole 标题?我找到了这段代码:

但它只适用于 Gnome 终端,而不适用于 Konsole(在 Kubuntu 上)。

0 投票
1 回答
324 浏览

linux - 如何确定 Linux shell 中当前伪终端的活动监视器?

一切都在标题中,我想知道当前监视器以KDE Konsole根据他的位置(左或右)重命名标题。

这样我将~/.bashrc通过示例输入或这样:

更改Konsole.

我看了一下手册页:

  • xdotool
  • xprop

我到处玩qdbus,但我只能找到当前桌面

有什么线索吗?

0 投票
0 回答
420 浏览

linux - 用 glob 重命名 vim 中的 konsole 选项卡会使事情出错

我在我的配置中有以下配置,vimrc可以kde Konsole根据在 `vim.xml 中编辑的当前文件的标题自动更改选项卡标题。

glob我的问题是,当我打开一堆文件时

Konsole变得有问题:字符在屏幕上随机混合。只有一个文件没有问题,Konsole tab它应该被解决。

有什么提示可以杀死这个错误吗?我想到了计算在vim中打开的文件数,

0 投票
2 回答
568 浏览

linux - 如何仅在第一次打开 konsole 时运行特定的 .bashrc 代码

我的 .bashrc 中有一大段代码,每次运行 shell(我通常使用 konsole)时,都会出现一个开关盒,提供使用哪个分支或主干的选项。例子:

$PROJECT_HOME 和其他变量是根据所做的选择设置的。

令人讨厌的是,每次我打开一个新标签时,都会打印相同的屏幕。但是我想打开一个新的 konsole 并使用不同的分支,所以,简单的 export a variabe 不能成为解决方案

只有在打开 konsole 新屏幕时才能运行此代码。也许制作alias konsole=konsole --run <desired-function>. konsole 的文档没有提供帮助,甚至没有man konsole一个konsole --help.