BURG para o Ubuntu 12.10 [duplicado]

0

Ei, eu mudei do win 7 para o ubuntu com dual boot. e não gosto da aparência do grub assim que gostaria de instalar burg..would gostaria de saber que burg é compatível com 12.10 ou não. E se sim, por favor, deixe-me saber os passos exatos para fazer o download.

Existe também alguma maneira de alterar a aparência da minha área de trabalho?

Obrigado

    
por shivamDev 04.01.2013 / 23:42

1 resposta

0

Para instalar o Burg:

  sudo add-apt-repository ppa:n-muench/burg sudo apt-get update 
  sudo apt-get install burg burg-themes

Agora, para fazer o BURG integrar o disco rígido, digite o seguinte comando no terminal:

  sudo burg-install "(hd0)"

Lembre-se de substituir "hd0" pela unidade na qual o seu MBR está instalado.

Agora atualize o burg:

  sudo update-burg

Por fim, execute o seguinte para testar e definir seu tema:

 sudo burg-emu

 burg4

Pressione F2 para alterar o tema.

Pressione F3 para alterar a resolução

Se você quiser usar outra maneira fácil de configurar o burg, é necessário instalar o Burg-manager, para isso, verifique nosso post anterior.

Aqui estão as teclas de atalho definidas no menu de inicialização:

* 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.
    
por Vignesh Pichamani 05.01.2013 / 00:17