Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237672 - Missing dependency for gedit.
Summary: Missing dependency for gedit.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 00:11 UTC by bewerbung5
Modified: 2008-09-15 05:41 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 bewerbung5 2008-09-15 00:11:27 UTC
Gedit is unable to load the "external tools" plugin on my system.
Here is what I get on the command line: 

Traceback (most recent call last):
  File "/usr/lib64/gedit-2/plugins/externaltools/__init__.py", line 24, in <module>
    import gnomevfs
ImportError: No module named gnomevfs

** (gedit:22635): WARNING **: Cannot load Python plugin 'External Tools' since file 'externaltools' cannot be read.

"emerge dev-python/gnome-vfs-python" solved it for me.

Reproducible: Always
Comment 1 bewerbung5 2008-09-15 00:14:27 UTC
I tested it with all versions available in portage.
Comment 2 Arun Raghavan (RETIRED) gentoo-dev 2008-09-15 04:07:54 UTC
I'm not sure how we missed this. Fixed in CVS (stable version depending on monolithic gnome-python and unstable -r1 depending on gnome-vfs and libgnome (latter is only required for bug-reporting tool)).
Comment 3 Mart Raudsepp gentoo-dev 2008-09-15 05:00:24 UTC
I guess those that didn't use this particular plugin were quite happy to not have these dependencies, unless they needed it anyway for something else, which was very likely with monolith python bindings.
Comment 4 Rémi Cardona (RETIRED) gentoo-dev 2008-09-15 05:41:03 UTC
Just stating it here for others to remember: 2.24 no longer deps on gnomevfs. We'll have to make sure that the plugins also use gio.

Cheers