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 575278 - [patch] don't update desktopdb on request
[patch] don't update desktopdb on request
Status: RESOLVED OBSOLETE
Product: gnome-control-center
Classification: Core
Component: general
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 586802 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-03-13 18:26 UTC by Fryderyk Dziarmagowski
Modified: 2010-11-18 23:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
make updating desktopdb optional (2.06 KB, patch)
2009-03-13 18:27 UTC, Fryderyk Dziarmagowski
needs-work Details | Review
re-diff for 2.28.0 with suggested change (2.08 KB, patch)
2009-09-24 09:45 UTC, Fryderyk Dziarmagowski
none Details | Review

Description Fryderyk Dziarmagowski 2009-03-13 18:26:01 UTC
Yessss, there are some people out there still packaging this piece of sh^Hoftware.
Comment 1 Fryderyk Dziarmagowski 2009-03-13 18:27:03 UTC
Created attachment 130593 [details] [review]
make updating desktopdb optional
Comment 2 Fryderyk Dziarmagowski 2009-05-23 15:52:18 UTC
ping
Comment 3 Jens Granseuer 2009-06-24 19:22:09 UTC
*** Bug 586802 has been marked as a duplicate of this bug. ***
Comment 4 Jens Granseuer 2009-06-24 19:24:10 UTC
Sorry, kind of swamped atm.

--disable-update-desktop would be more consistent. Otherwise fine.
Comment 5 Fryderyk Dziarmagowski 2009-09-24 09:45:25 UTC
Created attachment 143888 [details] [review]
re-diff for 2.28.0 with suggested change
Comment 6 Jens Granseuer 2009-09-24 21:37:02 UTC
Why the AC_PATH_PROG? You never seem to use that anywhere.
Comment 7 Daniel Macks 2009-09-24 21:43:22 UTC
I think it's this part of the patch:
>+++ gnome-control-center-2.28.0/font-viewer/Makefile.am
>[...]
>-	update-desktop-database $(DESTDIR)$(desktopdir)
>+	$(UPDATE_DESKTOP_DATABASE) $(DESTDIR)$(desktopdir)

Now why the AC_PATH_PROG is done first before another test that might make the command ignored and irrelevant (i.e., if ./configure is explicitly told not to run it) is a separate question.
Comment 8 Bastien Nocera 2010-11-18 15:01:11 UTC
$ grep -i mimetype `find -name "*.desktop*"`
$

And the font-viewer is gone from the 3.0 control-center.
Comment 9 Daniel Macks 2010-11-18 22:28:46 UTC
Sorry for drifting slightly off-topic then, but (re Comment #8), did font-viewer get moved to a different module? Or is there somewhere a new-named comparable tool for the gnome desktop?
Comment 10 Bastien Nocera 2010-11-18 23:07:02 UTC
It's in gnome-utils:
http://git.gnome.org/browse/gnome-utils/tree/font-viewer