Skip to content

Commit

Permalink
Added .desktop file to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorwin committed Jul 23, 2021
1 parent 93b2cbf commit cf2f4aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/linux/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/JacobianMatrixViewer-1.0.0/
/JacobianMatrixViewer-1.0.*/
*.tar.gz
10 changes: 10 additions & 0 deletions release/linux/JacobianMatrixViewer.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=JacobianMatrixViewer 1.0.1
Comment=A sparse-matrix/dense matrix pattern and difference viewer
Exec=JacobianMatrixViewer
Icon=JacobianMatrixViewer_64.png
Terminal=false
Type=Application
Categories=Science;Engineering;Physics
StartupNotify=true
GenericName[de_DE]=Ein Betrachter und Vergleicher für die Besetzung und Inhalte von schwach-besetzten und dicht besetzten Matrizen
4 changes: 3 additions & 1 deletion release/linux/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Linux version of JacobianMatrixViewer. Requires installed Qt5 libraries.
Run JacobianMatrixViewer from terminal window and fix missing dependencies by
installing appropriate distro packages.

On Ubuntu this should work:
On Ubuntu this should install the required packages:

> sudo apt install qt5-default libqt5svg5 libqt5printsupport5 libqt5xml5

Edit the JacobianMatrixViewer.desktop file and copy it to ~/.local/share/applications/

0 comments on commit cf2f4aa

Please sign in to comment.