Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921579 - media-gfx/fontforge-20230101 installs useless .desktop entry with USE="-X -gtk"
Summary: media-gfx/fontforge-20230101 installs useless .desktop entry with USE="-X -gtk"
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-07 17:03 UTC by Esteve Varela Colominas
Modified: 2024-01-07 17:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Esteve Varela Colominas 2024-01-07 17:03:20 UTC
When the GUI interface for fontforge is disabled, it installs a useless desktop file in /usr/share/applications/org.fontforge.FontForge.desktop

Running this file does nothing, as Terminal=false, and it doesn't support any graphical mode.

Currently I do the following in my configuration (/etc/portage/env/media-gfx/fontforge):

    INSTALL_MASK="
    /usr/share/applications
    /usr/share/fontforge
    /usr/share/icons
    /usr/share/metainfo
    /usr/share/mime
    /usr/share/pixmaps
    "

But I feel this should be handled in the ebuild.
Comment 1 Esteve Varela Colominas 2024-01-07 17:04:40 UTC
I should note that I've ran with this INSTALL_MASK for as long as I can remember (potentially since around 2020), and nothing has broken, as I'm pretty sure that the excluded directories are only used for the GUI.