Hi,
I am testing it in a 32bits Ubuntu setup with Openbox. First, I must say it is a very good start for a standalone application. Then, I will list here after a list of things which seem to need improvements.
caymus, if you can find a little time for that, it would be very nice
First launch of the binary:
* The "About" menu says "Linuxvilage" // you had good idea pointing to the website, however could you add a "l" ? It is "LinuxVillage"
* Then : /home/$user|Desktop/ // this does not work if the system has "Bureau" or any other name for Desktop, according to the language. Could you do something like this ?
Not write "/home/$user" because that's geeky, just something such as "Shortcut location" and in the choices, instead of "Desktop" add a field where people would write their own location choice ?
* The gui does not yet display the icon chosen, do you think this is a feature you might add ?
* This is the desktop file I produced, when choosing .local/share/applicatiions:
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=QtShortcut
Name[en_US]=QtShortcut
Icon=shortcut48.png
Exec=Qt-shortcut-creator
Comment[en_US]=Allows creating new menu entries
Categories=Settings
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=QtShortcut
Name[en_US]=QtShortcut
Icon=shortcut48.png
Exec=Qt-shortcut-creator
Comment[en_US]=Allows creating new menu entries
Categories=Settings
I think adding [en_US] in the "Name" and in the "Comment" lines is not necessary, because the default is always English anyhow. We usually add the iso code for all the other languages.
About the name of the program, I think djohnston gave a good idea : just "Qtshortcut" is fine, and about the name of the binary, would it be ok for you to name it "qtshortcut", without any high case ?
* Last, if you can do more or less all which is above, would you know how to make a pot file ?
All this, if you feel like continuing to work on it, of course...