Fix desktop file removing %i
According to the specs, the %i
expands to --icon ${Icon}
, however that is no longer a valid qt argument, the proper correction would be to use --qwindowicon
, however there doesn't seem to be an equivalent %c
that expands to only ${Name}
. On the other hand I think it is redundant to specify specific icon since it is not changed by localization or any source.