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 495510 - enable gnome-font-viewer to install fonts
enable gnome-font-viewer to install fonts
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] fonts:///
git master
Other All
: Normal enhancement
: ---
Assigned To: James Henstridge
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-10 07:50 UTC by Nathan Holstein
Modified: 2009-11-16 23:59 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
enable gnome-font-viewer to install fonts (14.69 KB, patch)
2007-11-10 07:51 UTC, Nathan Holstein
none Details | Review

Description Nathan Holstein 2007-11-10 07:50:42 UTC
This is a patch to enable gnome-font-viewer to graphically install fonts to fonts://.  It does three main things:
  *  Add "Install" and "Close" buttons to the bottom of the window.  The install button shows a confirm dialog and then uses Gnome-VFS to copy the font to fonts://, followed by exec'ing fc-cache.
  *  Add an --install command line option which bypasses the viewing window, and only asks the user to confirm the install.
  *  Allows g-f-v to open multiple fonts in a tabbed interface.  If only one font is opened, then it hides the tabs.

Known issues:
  *  Installs fonts to the user's ~/.fonts, currently unable to install to the system fonts folder.
  *  Does not extend nautilus's menu to provide support for new features.  (Currently looking into).
Comment 1 Nathan Holstein 2007-11-10 07:51:54 UTC
Created attachment 98857 [details] [review]
enable gnome-font-viewer to install fonts
Comment 2 Jens Granseuer 2007-11-10 11:52:36 UTC
Hi, thanks for your patch. IMO g-f-v is the wrong place to add font installation, though, and the font tab in the appearance capplet would be a better fit. (Note, however, that the fonts tab and its layout/features have long been under discussion (bug 160547)). Also, this is a duplicate of bug 86598.
Comment 3 Chris Jones 2008-05-01 15:52:18 UTC
Isn't it a great place to put it? when you download a font and open it (which may be a single operation) you get to see what it looks like and can immediately poke an Install button which copes it to ~/.fonts/
Having to go System->Preferences->Appearance->Fonts->Install and then find the font I've just downloaded, would be pretty tedious IMO (although I'm not arguing against it being in both places, for maximal ease of use)
Comment 4 Ronan Jouchet 2009-07-26 11:05:07 UTC
Totally agree with Chris's point of view, g-f-v is the place to do this, it is just what a user will do when downloading a font.

Link to Launchpad discussion on this: https://bugs.launchpad.net/gnome-control-center/+bug/389657
Link to hbons-blog discussion on this: http://www.bomahy.nl/hylke/blog/adding-fonts-in-gnome/
Comment 5 Jens Granseuer 2009-11-14 13:17:45 UTC
This has been fixed for a whie now.