Changing application title for menu.


klapse

Central Scrutinizer
Joined
Aug 30, 2012
Messages
1,932
Location
Germany
Hi All

I am creating a different version of an existing game in the archives. I would like it to install a different name in the pandora/xfce menu. I tried changing all the titles in the PXML file, but it still creates the menu entry "Ur Quan Masters" instead of the desired title "Ur Quan Masters Easier"

Here is the modified pxml file. I am stuck. Help!

Code:
<?xml version="1.0" encoding="UTF-8"?>
<PXML xmlns="http://openpandora.org/namespaces/PXML">
  <package id="uqm-070e">
    <version major="0" minor="7e" release="0" build="5" type="release"/>
    <author name="klapse" website="http://sc2.sourceforge.net/"/>
    <titles>
      <title lang="en_US">The Ur-Quan Masters Easier</title>
    </titles>
    <descriptions>
      <description lang="en_US">Easier combat version! Captain an ancient alien ship of unknown power and fight for the freedom of Earth from enslavement under the Ur-Quan. Along the way, you will see many alien races, some friendly and some not so friendly.

The Ur-Quan Masters is a port of Star Control II, which was originally released for DOS and the 3DO. It is derived from the 3DO version, but most of the features from the PC version are also present, making UQM a hybrid between the DOS and 3DO versions.

The Ur-Quan Masters also supports online play in the form of net-melee. It has been tested and works on the Pandora just as good as on a regular PC.</description>
    </descriptions>
    <icon src="icon.png"/>
  </package>
  
  <application id="uqm">
    <exec command="run.sh"/>
    <version major="0" minor="7e" release="0" build="5" type="release"/>
    <author name="Fred Ford and Paul Reiche" website="http://sc2.sourceforge.net/"/>
    <titles>
      <title lang="en_US">The Ur-Quan Masters Easier</title>
    </titles>
    <title lang="en_US">The Ur-Quan Masters Easier</title> <!--Extra block for compatibility with OS versions before HF6-->
    <descriptions>
      <description lang="en_US">Easier combat version! Captain an ancient alien ship of unknown power and fight for the freedom of Earth from enslavement under the Ur-Quan. Along the way, you will see many alien races, some friendly and some not so friendly.

The Ur-Quan Masters is a port of Star Control II, which was originally released for DOS and the 3DO. It is derived from the 3DO version, but most of the features from the PC version are also present, making UQM a hybrid between the DOS and 3DO versions.

The Ur-Quan Masters also supports online play in the form of net-melee. It has been tested and works on the Pandora just as good as on a regular PC.</description>
    </descriptions>
    <description lang="en_US">Easier combat version! Captain an ancient alien ship of unknown power and fight for the freedom of Earth from enslavement under the Ur-Quan. Along the way, you will see many alien races, some friendly and some not so friendly.

The Ur-Quan Masters is a port of Star Control II, which was originally released for DOS and the 3DO. It is derived from the 3DO version, but most of the features from the PC version are also present, making UQM a hybrid between the DOS and 3DO versions.

The Ur-Quan Masters also supports online play in the form of net-melee. It has been tested and works on the Pandora just as good as on a regular PC.</description> <!--Extra block for compatibility with OS versions before HF6-->
    <icon src="icon.png"/>
    <licenses>
      <license name="GPLv2+ (program)" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://prdownloads.sourceforge.net/sc2/uqm-0.7.0-source.tgz?download"/>
      <license name="CC BY-NC-SA 2.5 (content)" url="http://creativecommons.org/licenses/by-nc-sa/2.5/" sourcecodeurl="http://prdownloads.sourceforge.net/sc2/uqm-0.7.0-content.uqm?download"/>
      <license name="CC BY 2.0 (documentation)" url="http://creativecommons.org/licenses/by/2.0/" sourcecodeurl="#"/>
    </licenses>
    <previewpics>
      <pic src="screenshot-0.png"/>
      <pic src="screenshot-1.png"/>
      <pic src="screenshot-2.png"/>
      <pic src="screenshot-3.png"/>
    </previewpics>
    <info name="The Ur-Quan Masters Manual" type="text/html" src="doc/manual.txt"/>
    <categories>
      <category name="Game">
        <subcategory name="StrategyGame"/>
        <subcategory name="AdventureGame"/>
        <subcategory name="RolePlaying"/>
      </category>
    </categories>
  </application>
</PXML>
 
That PXML looks fine to me ... at least I can't find the old name anywhere, where it could cause this ...

I don't know if this matters only to the repo or to the Pandora as well, but maybe the id "uqm" is already used by the other version?

Or maybe something else is wrong with your pnd and the other one is detected instead?
 
If u have both pnds on your memory stick that can cause issues (if both pnds have the same id)
 
Thanks for your input, milkshake and x1212. Unfortunately nothing I do changes the application title in the xfce application menu.

I will upload the .pnd to the Ur-Quan Masters thread.
 
Back
Top