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 314428 - add ability to set the application's launcher file
add ability to set the application's launcher file
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2005-08-24 21:51 UTC by Emmanuele Bassi (:ebassi)
Modified: 2011-02-18 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed API (3.83 KB, patch)
2005-08-24 22:04 UTC, Emmanuele Bassi (:ebassi)
none Details | Review

Description Emmanuele Bassi (:ebassi) 2005-08-24 21:51:21 UTC
add API similar to g_set/get_application_name(), in order to store the
application's desktop entry file name, in order to be retrieved using
g_key_file_load_from_file/from_data_dirs().

this could be useful to indirectely retrieve application's metadata, such as the
supported mime types, or the application's default command line for opening files.
Comment 1 Emmanuele Bassi (:ebassi) 2005-08-24 22:04:35 UTC
Created attachment 51294 [details] [review]
proposed API
Comment 2 Matthias Clasen 2005-09-26 15:57:08 UTC
Hmm, I'm not convinced that this adds sufficient value. 
We won't be able to implement it meaningfully on Windows, and it really just
stores a string.
Comment 3 Emmanuele Bassi (:ebassi) 2006-05-07 22:55:36 UTC
I think we can close this bug.