博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
gnome3 底部 任务栏_如何在gnome 3 classic中删除底部面板?
阅读量:2516 次
发布时间:2019-05-11

本文共 1222 字,大约阅读时间需要 4 分钟。

gnome3 底部 任务栏

The 3 classic’s bottom panel looks not useful to me. I do not use it. How to remove the bottom panel in gnome 3 classic?

3 classic的底部面板对我来说没有用。 我不用这个。 如何在gnome 3 classic中删除底部面板?

That bottom panel is from the .

该底部面板来自 。

The gnome 3 classic package depends on that package on CentOS 7 as far as I checked.

据我检查,gnome 3 classic软件包取决于CentOS 7上的该软件包。

And Gnome 3 classic uses it as a required plugin and ignores user settings even if it is disabled.

而且,Gnome 3 classic使用它作为必需的插件,即使禁用了它,也会忽略用户设置。

A dirty fix is to just remove the directory for the plugin:

一个肮脏的解决方法是只删除插件的目录:

# rm -r /usr/share/gnome-/extensions/window-list@gnome-shell-extensions.gcampax.github.com

If you want it back later, you may re-install that plugin’s package.

如果您以后想要它,可以重新安装该插件的软件包。

# yum reinstall gnome-shell-extension-window-list
Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。


Hover over a blank part of the bottom panel. Press Ctrl + Super + Right Click. Press delete/remove this panel.

将鼠标悬停在底部面板的空白部分上。 按Ctrl + Super +右键。 按删除/删除此面板。



Nice trick! Please also note that this is available only after certain version of Gnome 3 classic (I am not aware of which though).

好招! 另请注意,仅在某些版本的Gnome 3 classic之后才可用(尽管我不知道哪个版本)。

翻译自:

gnome3 底部 任务栏

转载地址:http://oblwd.baihongyu.com/

你可能感兴趣的文章
SpringBoot整合Netty
查看>>
MongoDB数据库的基本操作
查看>>
PAT乙级1014
查看>>
ORACLE wm_concat自定义
查看>>
[Zend PHP5 Cerification] Lectures -- 6. Database and SQL
查看>>
[Drupal] Using the Administrator theme whenever you want.
查看>>
【Hibernate框架】关联映射(一对一关联映射)
查看>>
【算法】大数乘法
查看>>
WPF解析PPT为图片
查看>>
JavaScrict中的断言调试
查看>>
密码服务
查看>>
结构体在内存中的存储
查看>>
冲刺阶段—个人工作总结01
查看>>
基于Python的Webservice开发(二)-如何用Spyne开发Webservice
查看>>
PowerDesigner修改设计图中文字的字体大小等样式
查看>>
Python list和 np.Array 的转换关系
查看>>
jenkins忘记密码如何处理?
查看>>
布尔操作符-逻辑或(||)
查看>>
vim的列编辑操作
查看>>
Linux驱动学习 —— 在/sys下面创建目录示例
查看>>