[问题]如何创建应用程序的快捷方式?
发表于 : 2006-10-27 8:40
从源里安装了wesnoth 但是游戏中没有快捷方式,请问如何创立?
还有就是安装了tremulouos,是下载的.bin然后sudo sh ××××.bin 安装的,请问如何卸载,因为我的显卡好像不支持openGL……
郁闷
现在我已经可以在ubuntu下工作了
昨晚把windows下的打印共享也搞定了!!!
问题已自己解决一个
仿照lumaQQ添加快捷反式的方法自己添加了一个:
sudo gedit /usr/share/applications/wesnoth.desktop
然后which wesnoth
命令行返回 :/usr/games/wesnoth
然后将wesnoth.desktop改为:
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Name=Battle for Wesnoth
GenericName=Strategy Game
Comment=A fantasy turn-based strategy game
Icon=wesnoth-icon.png
Exec=/usr/games/wesnoth #这就是要修改的地方
Categories=Application;Game;StrategyGame;
现在只剩下,如何删除那个游戏的问题了
我自己也在找方法,同时也请大家帮帮我阿
一起学习提高……
还有就是安装了tremulouos,是下载的.bin然后sudo sh ××××.bin 安装的,请问如何卸载,因为我的显卡好像不支持openGL……
郁闷
现在我已经可以在ubuntu下工作了
昨晚把windows下的打印共享也搞定了!!!
问题已自己解决一个
仿照lumaQQ添加快捷反式的方法自己添加了一个:
sudo gedit /usr/share/applications/wesnoth.desktop
然后which wesnoth
命令行返回 :/usr/games/wesnoth
然后将wesnoth.desktop改为:
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Name=Battle for Wesnoth
GenericName=Strategy Game
Comment=A fantasy turn-based strategy game
Icon=wesnoth-icon.png
Exec=/usr/games/wesnoth #这就是要修改的地方
Categories=Application;Game;StrategyGame;
现在只剩下,如何删除那个游戏的问题了
我自己也在找方法,同时也请大家帮帮我阿
一起学习提高……