RMF/User Guide/Desktop Integration
< RMF | User Guide
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