After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644019 - uses "s" for filename
uses "s" for filename
Status: RESOLVED DUPLICATE of bug 633983
Product: gsettings-desktop-schemas
Classification: Core
Component: general
git master
Other Linux
: Normal blocker
: ---
Assigned To: gsettings-desktop-schemas-maint
gsettings-desktop-schemas-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-06 13:36 UTC by Christian Persch
Modified: 2011-03-06 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2011-03-06 13:36:54 UTC
This is a serious bug in the org.gnome.desktop.background schema:

    <key name="picture-filename" type="s">
      <default>'@datadir@/themes/Adwaita/backgrounds/stripes.jpg'</default>
      <_summary>Picture Filename</_summary>
      <_description>
        File to use for the background image.
      </_description>
    </key>

Filenames are not UTF-8; this *must* either use type "ay", or change the meaning to store an URI instead of a filename.
Comment 1 Bastien Nocera 2011-03-06 14:29:42 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 633983 ***