Comment 2 for bug 139980

Revision history for this message
xtknight (xt-knight) wrote :

This patch should fix the issue. It modifies every occurrence of "applnk/Development" and "applnk/Games" to "applications".

I am not sure about the one such as this:

-%dir %{prefix}/share/applnk
-%{prefix}/share/applnk/Games/*
+%dir %{prefix}/share/applications
+%{prefix}/share/applications/*

The %dir seems to lack Games while the line below it includes Games. In my patch they are both just applications. I am not sure if this will cause any problems, but to my knowledge there are no Games being compiled with the package, and the old way wouldn't have worked.

Using this for the FLUID icon doesn't seem to make a difference, anyhow. The icon shows up and works.

-%dir %{prefix}/share/applnk
-%{prefix}/share/applnk/Development/*
+%dir %{prefix}/share/applications
+%{prefix}/share/applications/*

There were many occurrences of this in the Makefiles and those were also changed. The patch works fine.