Ubuntu 13.04 Launcher中加入Wine應用程序快捷方式
在Ubuntu 13.04上,在Wine中使用SourceInsight是沒有問題的。
問題是不能將SourceInsight的快捷方式固定到左側的Launcher中。
下面是解決這個問題的方法:
1. sudo apt-get install gnome-panel
此命令會安裝一個gnome的組建及其工具
2. sudo gnome-desktop-item-edit /usr/share/applications/ --create-new
此命令會在/usr/share/applications/目錄下面創建一個desktop文件(類似與Windows的快捷方式)
3. 在彈出的Create Launcher窗口中輸入以下內容:
- Type 選擇Application
- Name 輸入Insight3
- Command 輸入 wine "~/.wine/drive_c/Program Files (x86)/Source Insight 3/Insight3.exe"
- Comment 輸入 SourceInsight3
4. 點擊OK後這個desktop文件就建好了
5. 按一下Windows鍵,在搜索欄輸入 Insight3,然後SourceInsight就會啟動
6. 在左側Launcer上Insight3的圖標右鍵,選擇Lock to Launcer
其他的Wine應用程序可以依葫蘆畫瓢。
好了,可以享受Launcer帶來的快捷操作了,Enjoy it!