F18以上gnome-panel隱藏 - Linux

Rachel avatar
By Rachel
at 2015-07-30T11:12

Table of Contents

就是有沒有指令可以操作把gnome-panel藏起來,

甚至暫時性的砍掉process都可以

以往在Fedora 16以前,可以在工作列表裡找到gnome-panel,

可以把panel刪掉或是重建起來,但是Fedora 18之後好像沒效了,

求救,謝謝。

--
Tags: Linux

All Comments

Vanessa avatar
By Vanessa
at 2015-07-30T17:18
gnome-panel 是 GNOME 2 和 GNOME 3 Fallback 的東西
Skylar Davis avatar
By Skylar Davis
at 2015-08-04T15:04
GNOME Fallback 已經不再支援了,而 Fedora 也沒有提供
GNOME Flashback,所以在 Fedora 18 看到的應該不是
gnome-panel
Ivy avatar
By Ivy
at 2015-08-09T00:16
如果是用 GNOME Classic,最上面那條其實是 gnome-shell
Ivy avatar
By Ivy
at 2015-08-09T20:01
有了,順利的把它砍掉,也重新執行回來了,謝謝~
Michael avatar
By Michael
at 2015-08-10T05:44
去用MATE :P

-d "dir_path" return 值問題

Jake avatar
By Jake
at 2015-07-28T21:43
Dear all, 當我們要知道一個資料夾存不存在時, 假設資料夾為 and#34;/var/run/testand#34; 我們通常會用 [ -d and#34;/var/run/testand#34; ] 來問, 當資料夾存在時, if [ -d and#34;/var/run/testand#34 ...

用 USB 安裝 linux 失敗

Catherine avatar
By Catherine
at 2015-07-28T11:54
Ubuntu 12.04.5/14.04.2/15.04 amd64, Fedora 22 x64 等版本使用下面的方法 我有驗證過可以確定有同時支援 Legacy BIOS 跟 UEFI BIOS 上的安裝 而 Debian x86/amd64 則是確定有支援 Legacy BIOS 的安裝 我沒有試過 ...

用 USB 安裝 linux 失敗

Madame avatar
By Madame
at 2015-07-27T09:55
Debian, Ubuntu, Fedora, ... 都有支援一種叫做 Hybrid ISO 的技術 http://www.syslinux.org/wiki/index.php/Isohybrid 在 Linux 系統上你只要直接對該 USB drive 的 device node 使用 dd 或是 c ...

參數能使用cut去切割嗎?

Lauren avatar
By Lauren
at 2015-07-26T19:50
※ 引述《LIAR (玻璃做的大叔)》之銘言: : 我想寫個script,後面會由使用者輸入學號,像是f00458123這樣, : 第一個當成學級,2-3當成年分,以此類推,我本來想用 : cut -c 1 $1 : cut -c 2-3 $1這樣來處理,結果發現沒有反應,好像不能這樣搞XD : 所以我想請問 ...

參數能使用cut去切割嗎?

Harry avatar
By Harry
at 2015-07-26T19:42
我想寫個script,後面會由使用者輸入學號,像是f00458123這樣, 第一個當成學級,2-3當成年分,以此類推,我本來想用 cut -c 1 $1 cut -c 2-3 $1這樣來處理,結果發現沒有反應,好像不能這樣搞XD 所以我想請問有辦法把輸入的參數切割,方便我做後續的運算嗎? PS:最好不要要求 ...