[轉]ubuntu 12.04添加launcher方法

來源:互聯網
上載者:User

標籤:des   blog   http   io   os   ar   sp   div   on   

[轉]ubuntu 12.04添加launcher方法

 

http://www.cnblogs.com/Jerryshome/archive/2012/08/21/2649500.html

 

 

對ubuntu 12.04自訂launcher的方法做一記錄,希望能對有需要的朋友有所協助

以sublime text 2的launcher定義為例
(1) 添加簡介命令來啟動sublime
    sudo ln -s /opt/softwares/Sublime_Text2/sublime_text   /usr/bin/sublime
(2)在Unity建立一個launcher
  sudo sublime /usr/share/applications/sublime.desktop
  在sublime.desktop中添加如下內容
        [Desktop Entry]
       Name=Sublime Text 2
       GenericName=Sublime Text 2 Editor
       Type=Application
       Exec=/opt/softwares/Sublime_Text2/sublime_text
       Icon=/opt/softwares/Sublime_Text2/Icon/48x48/sublime_text.png
       Categories=TextEditor;IDE;Development;
       X-Ayatana-Desktop-Shortcuts=Runroot;Newwindow
       [Runroot Shortcut Group]
       Name=Run as root
       Exec=gksudo -k -u root /opt/softwares/Sublime_Text2/sublime_text
       TargetEnvironment=Unity
       [Newwindow Shortcut Group]
       Name=New Window
       Exec=/opt/softwares/Sublime_Text2/sublime_text -n
       TargetEnvironment=Unity

(3)如果此時sublime處於運行狀態,則在ubuntu左側launcher視窗應該出現一個sublime的表徵圖,點擊右鍵,並選擇Lock to Launcher即可

註:sublime 的安裝路徑請自行根據實際情況進行調整

[轉]ubuntu 12.04添加launcher方法

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.