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 675406 - drop gromit support?
drop gromit support?
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-05-03 20:34 UTC by William Jon McCann
Modified: 2012-06-28 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2012-05-03 20:34:27 UTC
Was reviewing Totem for XDG compliance and noticed that it reads:
src/plugins/gromit/totem-gromit.c:      path = g_build_filename (g_get_home_dir (), ".gromitrc", NULL);

And then writes out a config file if it doesn't exist.

Maybe it is time to retire this plugin rather than update gromit code?
Comment 1 Bastien Nocera 2012-05-04 10:13:20 UTC
I'd rather get it fixed, as there's nothing available that would be functionally close.
Comment 2 Bastien Nocera 2012-06-28 13:36:26 UTC
To go along with:
http://git.gnome.org/browse/gromit/commit/?id=12135943b06be097d3875e1fa73feea598822a18

commit 961bce73c4a060d81813c7444747407749d1b87c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 28 14:34:46 2012 +0100

    gromit: Load configuration from ~/.config/gromit
    
    Instead of a file within the home directory.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675406