web-dev-qa-db-ja.com

Googleを作成する方法Chromeデスクトップ上のCentOS用のショートカット

Google Chromeをリポジトリから正常にダウンロードしてインストールしました。ターミナルから実行できます。

私の質問は、CentOSのデスクトップにショートカットまたはランチャーを作成するにはどうすればよいですか?

4
Xerath

私の友人Xerath。 Linux全体がSDKであり、すべてがファイルです。そのようなシステムでは、私たちのほとんどは専門家になりたいと思っています。だからここにあなたのデスクトップの場所にショートカットを置く方法のより専門的な説明があります:

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. 次のようなコンテンツを入力してください:[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. 保存して、適切な権限を与えて...起動してください!問題なく動作するはずです。

3
podwysoc

これに続いて post 次のことができるようです:

 - 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
1
Hastur

はるかに簡単な解決策は次のとおりです。

Files:usr:share:applications:chromeに移動します

右クリックして、コピーを押して

次にデスクトップをクリックします

tweakツールを入手するまで表示されません

crtl + alt + tを押します

次に、パスワードにSudo apt-get install gnome-Tweak-tool typeと入力します。ダウンロードが完了したら、デスクトップに移動して、デスクトップ上の[アプリケーションの表示]をクリックします。chromeが表示されます!

0
Leveldestroyers