Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739874 - >=app-editors/gedit-3.36.2: Tepl-WARNING: GVfs metadata is not supported (...) you should configure Tepl with --disable-gvfs-metadata.
Summary: >=app-editors/gedit-3.36.2: Tepl-WARNING: GVfs metadata is not supported (......
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-01 12:24 UTC by tt_1
Modified: 2020-09-02 18:05 UTC (History)
1 user (show)

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 tt_1 2020-09-01 12:24:12 UTC
I got this warning spawning into the console if I start to edit a textfile with recently updated gedit: 

(gedit:22499): Tepl-WARNING **: 14:15:55.996: GVfs metadata is not supported. Fallback to TeplMetadataManager. Either GVfs is not correctly installed or GVfs metadata are not supported on this platform. In the latter case, you should configure Tepl with --disable-gvfs-metadata.

the gui-libs/tepl ebuild does have gvfs-metadata enforced on line 47: 		--enable-gvfs-metadata \

so, can we change gvfs-metadata to a useflag? 

if that's not an option, feel free to close as invalid. it's merely a warning
Comment 1 Mart Raudsepp gentoo-dev 2020-09-02 17:58:57 UTC
You need to be running a dbus user bus session
Comment 2 Mart Raudsepp gentoo-dev 2020-09-02 18:01:23 UTC
And I suppose have gvfs installed. But yes, it's a warning and you aren't supposed to mind console output from a graphical program too much - it does warn you that metadata doesn't work. Next big tepl release will apparently convert it from gvfs to something internal, I've read.
Comment 3 tt_1 2020-09-02 18:05:42 UTC
yeah, I got this message despite being root via `su -` , and given that it's benign - this cannot be 'cured' by making gvfs optional in compiling gui-libs/tepl?

(yes, gvfs is emerge)