Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438356 - app-office/gnucash-2.4.11 enables experimental gtkmm features causing programming example stub from gnc-plugin-gtkmm.cpp to show up in File->Import menu
Summary: app-office/gnucash-2.4.11 enables experimental gtkmm features causing program...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-14 17:35 UTC by Jordan Evens
Modified: 2012-10-27 10:17 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 Jordan Evens 2012-10-14 17:35:06 UTC
The gentoo build uses the experimental gtkmm features which cause the programming example stub from gnc-plugin-gtkmm.cpp to show up in File->Import menu.
As per Christian's comment in the referenced bug, 'The gentoo build explicitly switches on the experimental gtkmm features, which in turn will have this menu item show up. The gentoo file should comment out or remove line 80 that says "$(use_enable cxx gtkmm)".'

Reproducible: Always

Steps to Reproduce:
1. build gnucash
2. run gnucash
2. go to File->Import
Actual Results:  
stub entry "Do _Something in C++/gtkmm..." which does nothing when clicked exists

Expected Results:  
stub entry should not be present in File->Import menu
Comment 1 Pacho Ramos gentoo-dev 2012-10-27 10:17:24 UTC
+*gnucash-2.4.11-r1 (27 Oct 2012)
+
+  27 Oct 2012; Pacho Ramos <pacho@gentoo.org> +gnucash-2.4.11-r1.ebuild,
+  -gnucash-2.4.11.ebuild:
+  Drop 'cxx' as that feature is experimental and not recommended by upstream,
+  bug #438356 by Jordan Evens.
+