首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Gnome3中创建不同的应用程序副本

在Gnome3中创建不同的应用程序副本
EN

Ask Ubuntu用户
提问于 2019-11-12 05:59:53
回答 1查看 159关注 0票数 2

在Ubuntu 16之前,我有3份/usr/share/applications/中的终止器(t3.desktopt4.desktopt5.desktop)的副本,以便我可以将每个副本用于不同的用例-- vim用于编码,vim用于记录,其他终端内容--并通过在Unity和按Super-3Super-4Super-5中作为不同的收藏添加它们来快速访问它们。

在Ubuntu 18中尝试这样做,同时打开的所有副本都被认为是同一个应用程序,并在Dock中显示为同一应用程序的不同窗口。因此,我不能在Dock中将它们设置为不同的收藏夹,并使用Super-*快捷方式访问它们。

有什么想法可以让他们作为不同的应用程序出现到统一/码头?

更新:添加桌面文件内容

代码语言:javascript
复制
[Desktop Entry]
Name=t3
Comment=Multiple terminals in one window
TryExec=terminator
Exec=terminator
Icon=terminator
Type=Application
Categories=GNOME;GTK;Utility;TerminalEmulator;System;
StartupNotify=true
X-Ubuntu-Gettext-Domain=terminator
X-Ayatana-Desktop-Shortcuts=NewWindow;
Keywords=terminal;shell;prompt;command;commandline;
[NewWindow Shortcut Group]
Name=Open a New Window
Exec=terminator
TargetEnvironment=Unity

-

代码语言:javascript
复制
[Desktop Entry]
Name=t4
Comment=Multiple terminals in one window
TryExec=terminator
Exec=terminator
Icon=terminator
Type=Application
Categories=GNOME;GTK;Utility;TerminalEmulator;System;
StartupNotify=true
X-Ubuntu-Gettext-Domain=terminator
X-Ayatana-Desktop-Shortcuts=NewWindow;
Keywords=terminal;shell;prompt;command;commandline;
[NewWindow Shortcut Group]
Name=Open a New Window
Exec=terminator
TargetEnvironment=Unity
EN

回答 1

Ask Ubuntu用户

发布于 2019-11-13 03:15:11

最后,只需在工作空间3、4和5中放置不同的结束符窗口,并像描述的这里那样在工作区之间切换,使它们之间的切换速度很快,如这里所示。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1188087

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档