1. 程式人生 > >linux(ubuntu)下建立eclipse快捷方式

linux(ubuntu)下建立eclipse快捷方式

1、 sudo gedit  /usr/share/applications/eclipse.desktop (此步驟生成eclipse.desktop檔案,並開啟檔案,比vi好用)

2、向eclipse .desktop中新增以下內容:       [Desktop Entry]       Encoding=UTF-8       Name=eclipse        Comment=Eclipse IDE        Exec=/home/hff/SoftwareInstall/eclipse/eclipse        Icon=/home/hff/SoftwareInstall/eclipse/icon.xpm        Terminal=false        StartupNotify=true        Type=Application        Categories=Application;Development;  

其中Exec和Icon替換成自己eclipse解壓目錄下相應檔案。


3.儲存並退出(如果前面不是以管理員[sudo]登入的這裡不能儲存!!!)

如果開啟生成的檔案提示“未信任的應用程式啟動器”,需要進一步操作。

4.通過快捷鍵Ctrl + Alt + T開啟終端命令操作視窗,輸入:sudo nautilus,然後根據提示輸入密碼,輸入完畢可能會出現些警告資訊,不用管。警告資訊如下:

(nautilus:9906): Gtk-WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

** (nautilus:9906): CRITICAL **: Another desktop manager in use; desktop window won't be created

(nautilus:9906): IBUS-WARNING **: The owner of /home/wuqizhisha/.config/ibus/bus is not root!
Nautilus-Share-Message: Called "net usershare info" but it failed: 執行子程序“net”失敗(沒有那個檔案或目錄)
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

nautilus這個命令是用於以root許可權開啟檔案管理視窗。因為直接操作檔案會有許可權問題。

5.在檔案eclipse.desktop上點選右鍵,選擇屬性,在屬性視窗中點選許可權選項卡,選擇所有者為root,勾選允許作為程式執行檔案,點選關閉.然後就ok了