可能重复: 我该怎么安装BURG?
嘿,伙计们,我刚从win 7转到了带双靴的ubuntu。而且不喜欢grub的外观,所以想要安装burg..would,想知道burg与12.10兼容与否。如果是,请告诉我下载它的确切步骤。
还有任何方法来改变我的桌面外观吗?
谢谢
发布于 2013-01-04 23:17:40
安装Burg:
sudo add-apt-repository ppa:n-muench/burg sudo apt-get update
sudo apt-get install burg burg-themes现在,为了使BURG集成HardDisk,在终端中输入以下命令:
sudo burg-install "(hd0)"记住用安装MBR的驱动器替换“hd0”。
现在更新burg:
sudo update-burg最后,运行以下命令来测试和设置主题:
sudo burg-emu
burg4按F2以更改主题。
按F3以更改分辨率
如果您想使用另一种简单的方式来进行configue burg,您需要安装Burg管理器,以检查我们以前的帖子。
下面是在启动菜单中定义的热键:
* t – Open theme selection menu
* f – Toggle between folding mode
* n – Jump to the next item with the same class
* w – Jump to the next Windows item
* u – Jump to the next Ubuntu item
* e – Edit the command of current boot item
* c – Open a terminal window
* 2 – Open two terminal windows
* h – Display help dialog (only available in sora theme)
* i – Display about dialog (only available in sora theme)
* q – Return to old grub menu
* F5/ctrl-x – Finish edit
* F6 – Switch window in dual terminal mode
* F7 – List the folded boot items
* F8 – Toggle between graphic and text mode
* F9 – shutdown
* F10 – reboot
* ESC – quit from the current popup menu or dialog.https://askubuntu.com/questions/236340
复制相似问题