-1

正如标题强烈暗示的那样,我已经阅读了如何启动带有多个选项卡的 KDE konsole 运行各种 progs?,而答案正是我所需要的——除了,我想设置远程标题,我没有找到任何选项。我可以在其他地方看到它应该可以从命令行执行,但如果可能的话,我宁愿使用这个配置文件方法。有选择吗?

4

1 回答 1

0

这对我有用 cmd; konsole --tabs-from-file `/settings/s-tab-file

cat /settings/s-tab-file

title: Pay6 1 ;; command: ~/bin/pay_index    # scripts that call functions 
title: Sal6 2 ;; command: ~/bin/sales_index #  <---[ scripts fails unless contains    #! /bin/sh  ]---
title: Led6 3 ;; command: ~/bin/ledger_index 

上面是 3 条单独的线,我不得不放一条空格线,因为 post 把它们变成了一条长线。

在 kubuntu 18.04 3 konsole 选项卡之前工作得很好,正如预期的那样我现在遇到的问题是 Kubuntu 20.04 给了我第四个尾随的空 konsole,它看起来很愚蠢,必须删除才能看起来正确。

于 2020-05-29T00:39:27.097 回答