Comment 2 for bug 218138

Revision history for this message
Yuriy Kozlov (yuriy-kozlov) wrote :

This actually affects all KDE3 games that are installed to /usr/games, and is caused by this line in kubuntu_01_kde3_menu_applications.diff

+ if (kde3application && !m_strExec.startsWith("/"))
+ m_strExec = "/usr/bin/"+m_strExec;