如何在 GNOME 中更改应用程序顶部栏中的名称?

-1 gnome configuration customization top-bar

我正在使用 GNOME 3.18 运行 Ubuntu GNOME 15.10,我希望能够更改顶部栏中应用程序的文本。例如,我将如何改变这一点:

在此处输入图片说明

Firefox?

Tim*_*Tim 8

您需要编辑该.desktop文件。

首先,使用以下命令之一在 gedit 或 nano 中打开它:

sudo nano /usr/share/applications/firefox.desktop
Run Code Online (Sandbox Code Playgroud)

<%%>

sudo -H gedit /usr/share/applications/firefox.desktop
Run Code Online (Sandbox Code Playgroud)

然后找到说 的那行Name=Firefox Web Browser,并将其更改为Name=Firefox

当然,同样适用于谷歌浏览器等。