+ -
当前位置:首页 → 问答吧 → 请问xubuntu 8.04的硬件要求

请问xubuntu 8.04的硬件要求

时间:2011-09-10

来源:互联网

Lubuntu11.04使用中~~~但发现默认没有截图软件!
本来想安装Shutter~~但sudo一看安装后得79M~~果断按了n
所以安装了GNOME中的小截图软件!几百K得小大~

代码:
sudo apt-get install gnome-screenshot


总是在菜单里点然后截图很麻烦~就得设置快捷键!
用Leafpad打开 /home/你/.config/openbox中得lubuntu-rc.xml

先设置按住 徽标健 左键拖动~移动窗口!原来得按Alt健会与一些软件冲突!
“区分大小写”搜索查找 “A-Left”找到action="Drag"这个!把A改成W
这样:
<mousebind button="W-Left" action="Drag">
<action name="Move"/>
</mousebind>



在设置截图软件得快捷键!
“区分大小写”搜索查找 “/keybind”找到
<keybind key="C-F11">
<action name="Execute">
<execute>xbacklight -inc 10</execute>
</action>
</keybind> -->
在它得下面回车空行~填入:
<keybind key="C-Print">
<action name="Execute">
<command>gnome-screenshot --interactive</command>
</action>
</keybind>

保存文件~~注销再进入用户电脑!

徽标健 左键拖动~可以移动窗口!
Ctrl+Print健可以唤出截图软件!

作者: manhua   发布时间: 2011-09-10

用scrot或者import截图。

作者: tusooa   发布时间: 2011-09-10

shutter就是启动有点慢,没别的缺点

作者: nmsfan   发布时间: 2011-09-10

U10.10时一直使用 gnome-screenshot 简单明了!
昨天刚新安装了LU11.04~~所以还是继续用gnome-screenshot

对~shutter确实不错~~就是启动慢些~~

用scrot或者import截图~~都是命令行得吧!那就不太习惯了!
说来GIMP里得截图也不错!哈哈~~不过特意开GIMP截图~那有点大才小用了 。。

作者: manhua   发布时间: 2011-09-10