diff --git a/control-center/ChangeLog b/control-center/ChangeLog index c2a0f337f..89ce39f63 100644 --- a/control-center/ChangeLog +++ b/control-center/ChangeLog @@ -1,3 +1,11 @@ +2001-12-19 Seth Nickell + + * Makefile.am: + * gnomecc.desktop.in: + + Install into $datadir/applications and add a Categories + field to the .desktop file. + 2001-12-18 Bradford Hovinen * preferences.c (gnomecc_preferences_load): Use GConf diff --git a/control-center/Makefile.am b/control-center/Makefile.am index ce1c986a4..2d9e2819e 100644 --- a/control-center/Makefile.am +++ b/control-center/Makefile.am @@ -8,7 +8,7 @@ splash_DATA = \ blank.png \ active.png -sysdir = $(datadir)/gnome/apps/Settings +sysdir = $(datadir)/applications sys_in_files = gnomecc.desktop.in sys_DATA = $(sys_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ diff --git a/control-center/gnomecc.desktop.in b/control-center/gnomecc.desktop.in index d42a6600e..7085fec74 100644 --- a/control-center/gnomecc.desktop.in +++ b/control-center/gnomecc.desktop.in @@ -5,3 +5,4 @@ Icon=control-center.png Exec=gnomecc Terminal=0 Type=Application +Categories=Application;Settings; \ No newline at end of file