-1 gnome configuration customization top-bar
我正在使用 GNOME 3.18 运行 Ubuntu GNOME 15.10,我希望能够更改顶部栏中应用程序的文本。例如,我将如何改变这一点:
就Firefox
?
您需要编辑该.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
:
当然,同样适用于谷歌浏览器等。
归档时间: |
|
查看次数: |
1475 次 |
最近记录: |