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

Pet*_*rus 5 12.04

我刚刚安装了 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>
Run Code Online (Sandbox Code Playgroud)

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

而且我也尝试从CompizConfig Setting Manager更改它,但也没有运气。

有没有其他方法可以做到?(或者我应该向 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
Run Code Online (Sandbox Code Playgroud)

更新

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