como criar um atalho do Google Chrome na área de trabalho para o CentOS

4

Eu fiz o download e instalei o Google Chrome com sucesso a partir do repositório, e posso executá-lo a partir de um terminal.

A minha pergunta é, como posso criar um atalho ou um lançador na minha área de trabalho no CentOS?

    
por Xerath 23.12.2014 / 14:35

3 respostas

3

Meu amigo Xerath . Como todos sabemos - todo o Linux OS é um SDK e tudo é um arquivo. Em tal sistema - a maioria de nós gosta de ser profissionais. Então, aqui está uma explicação mais profissional sobre como colocar um atalho no local da área de trabalho:

1. Open terminal (xterm, konsole or whichever terminal you use)

2. Change the directory to your Desktop place:

~$ cd ~/Desktop

3. Use your favourite editor (for me it is vim) and type:

~$ vim chrome-browser.desktop

  1. Put a content like this: [Desktop Entry] Comment[en_US]=This is my best browser Comment=This is my best browser Exec=/usr/bin/google-chrome GenericName[en_US]=Chrome GenericName=Chrome Icon=google-chrome MimeType= Name[en_US]=Google Chrome Name=Google Chrome Path=/tmp/ StartupNotify=true Terminal=false TerminalOptions= Type=Application

  2. Save, give right permissions and... launch! Should work without any problems.

    
por 23.12.2014 / 17:39
1

Depois dessa postagem , parece que você pode:

 - Open the file browser 
   (the "home" folder shortcut is on the desktop by default)
 - Click the "Computer" link on the left navigation panel 
   and go to "/usr/shared/applications".
   This should display all the applications icons/shortcuts 
   in the browser window.
 - do "Right-click Icon->Context Menu->Copy To". 
   This will bring up another browser window titled "Select Destination".
 - Select (left-click) the "Desktop" folder in the left navigation panel, 
   and the click the "Select" button in the bottom right.
 - The Application icon should now be on the desktop
    
por 23.12.2014 / 17:13
0

Uma solução muito mais fácil seria:

Ir para arquivos: usr: share: applications: chrome

clique com o botão direito e, em seguida, pressione copiar para

clique em área de trabalho

ele não será exibido até que você ajuste a ferramenta

pressione crtl + alt + t

digite sudo apt-get install gnome-tweak-tool digite sua senha em seguida, uma vez que é baixado ir ao desktop e clique em mostrar aplicativos no dektop então o cromo deveria estar lá!

    
por 12.03.2017 / 02:17