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 629769 - Hard coding of application title in splash screen
Hard coding of application title in splash screen
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: libanjuta
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-15 15:04 UTC by Paul Richardson
Modified: 2011-11-13 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Richardson 2010-09-15 15:04:13 UTC
The title "Anjuta" is hard-coded into the e-splash.c source file.

This means that when the splash screen is displayed, the taskbar shows a window with title "Anjuta".

Can this be made a parameter since gtkpod is now using the splash screen functionality from libanjuta.
Comment 1 Johannes Schmid 2010-09-15 17:25:17 UTC
While I would generally avoid splash screens (do you really need one?) I don't see a problem in making that a parameter (or using some macro for it, for example PACKAGE).
Comment 2 Johannes Schmid 2011-11-13 11:49:42 UTC
The new default is to use PACKAGE_NAME from configure.ac, I think that should work for you.

(PACKAGE_NAME is what you define in AC_INIT())

http://git.gnome.org/browse/anjuta/commit/?id=3aa1c0983276aee9e84d1d588ee035ded8e3f7b7

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.