Create Launcher Blog
Creates a .desktop launcher for the Linux menu system
Status: Alpha
Brought to you by:
narnie
I decided to use the ConfigParser module with some modifications (prevent lowercasing the option and using "=" instead of " = " as the separator). That will speed things up quite a bit with the option of allowing me to use it rather than needing to write a fully extensible parser. I might do that in the future if I decide to implement more than just the basics for creating launchers.
I have also run into a bug in GTK that causes a floating point exception when I'm trying to change from a Application type to Link type. I think I can get around this, but may change my approach anyway.