[desktop-discuss] Vermillion b57 - careful!
Glynn Foster
Glynn.Foster at Sun.COM
Tue Jan 30 16:22:10 PST 2007
Dennis Clarke wrote:
>> Hey,
>>
>> Dennis Clarke wrote:
>>> what a disaster .. it kills files in my directory, isn't that nice
>>>
>>> whats the offending code ?
>> Basically the following -
>>
>> gconf_startupdir = get_slab_gconf_string (SLAB_USER_STARTUP_DIR_KEY);
>
> I guess i have to go lookup get_slab_gconf_string.
Hrm, if you wanted to fix it, you'd basically either install the missing schemas
file, or make sure that gconf_startupdir defaults to ".config/autostart" if the
get_slab_gconf_string returns NULL.
>> src_uri = gnome_vfs_uri_new (src_filename);
>
> at the moment I don't even know what the datatype for src_filename is.
> could be a pointer .. could be string .. could be ulong int.
char *
> so .. out of context this doesn't mean much. I guess I'll chat with
> Ken Mays and see what he says.
If you're really interested, check out
gnome-control-center/libslab/application-tile.c:706 remove_from_startup_list()
and gnome-main-menu/main-menu/etc/slab.schemas.in.in
Of course now I have no idea if you're just doing this for a bet or what, but I
somehow feel like I'm wasting my time.
Glynn
More information about the desktop-discuss
mailing list