无法更改 gnome-screenshot 的默认保存目录

无法更改 gnome-screenshot 的默认保存目录

我刚刚安装了 Ubuntu 12.04,但使用我的旧 11.10/home分区作为/home12.04 的点。(更新:换句话说,12.04 应用程序很可能使用我旧的 11.10 应用程序配置。实际上它们是。)

奇怪的是,我似乎无法更改 的默认保存目录gnome-screenshot。我尝试在第一个屏幕截图中将保存位置从 更改~/Pictures~/Pictures/Screenshots。但在第二个屏幕截图中,保存的目录仍然是~/Picture

这里是gconf.xml

petra@petra-laptop:~$ cat .gconf/apps/gnome-screenshot/%gconf.xml 
<?xml version="1.0"?>
<gconf>
    <entry name="last_save_directory" mtime="1335771751" type="string">
        <stringvalue>file:///home/petra/Pictures/Screenshots</stringvalue>
    </entry>
    <entry name="border_effect" mtime="1335771746" type="string">
        <stringvalue>none</stringvalue>
    </entry>
    <entry name="delay" mtime="1335771746" type="int" value="0"/>
    <entry name="include_pointer" mtime="1335771746" type="bool" value="false"/>
    <entry name="include_border" mtime="1335771746" type="bool" value="true"/>
</gconf>

截图应该用last_save_directory吧?(更新:unix时间戳显示1335771751这意味着Mon 30 Apr 2012 02:42:31 PM WIT GMT+7在我安装12.04几个小时后,所以这应该意味着gnome-screenshot成功写入gconf.xml文件)

我也尝试过改变它CompizConfig 设置管理器,但也没有带来运气。

还有其他方法吗?(或者我应该向 Launchpad 报告吗?虽然我以前从未这样做过)

更新:这是 fstab

petra@petra-laptop:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=b7b72b03-f7e6-4665-a4cd-fa0df5b2a0cf /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda7 during installation
UUID=6c4d7a04-1e5f-4514-98a9-3e37867b34e8 /home           ext4    defaults        0       2
# swap was on /dev/sda6 during installation
UUID=5ecd35ad-d3bf-482c-bdac-dc3eae31ee8e none            swap    sw              0       0

更新

我刚刚尝试截取一些屏幕截图并将其保存到其他目录而不是~/Pictures/Screenshots。显然gconf.xml在最新的屏幕截图之后没有更新。

相关内容