Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

RMF/User Guide/Desktop Integration

ProR allows opening a file by double clicking it (assuming ProR is not open yet). To allow this, it first has to be integrated into the desktop. This does not happen automatically yet. Here are the instructions for various operating systems:


Linux

TODO: Work in progress. Eventually, there should be a script that performs these tasks.

  • You may have to install xdg-utils
  • Register the mime-type:
xdg-icon-resource install --context mimetypes --size 128 icon.xpm application-reqif
  • Configure the file extension:
xdg-mime install pror-mime.xml
  • Install the .desktop file in
.local/share/application
  • Make ProR the default ReqIF handler:
xdg-mime default .local/share/application/pror.desktop application/reqif

Copyright © Eclipse Foundation, Inc. All Rights Reserved.