13 Commits

Author SHA1 Message Date
Ghostkeeper
5f94657d2c
Update MIME types with new file formats from Trimesh
Contributes to issue CURA-6739.
2019-08-29 16:07:14 +02:00
Lipu Fei
06cb628699 Update desktop and mimeinfo to add gcode mime type
CURA-5878
2018-11-22 15:47:12 +01:00
Ghostkeeper
30ef724322
Update STL MIME type
Since march, there is now an official MIME type for STL files. See https://www.iana.org/assignments/media-types/model/stl for the new MIME type specification.

Fixes #4141.
2018-09-21 14:11:59 +02:00
Cherubim
31599485e7
Add slicer keyword
Doesn't matter much since the keywords is really only used in software managers/browsers where we don't publish Cura, but if someone is to make a package (like people did for Arch and Debian) this should get Cura a few more hits.
2018-07-14 17:08:12 +02:00
Cherubim
4aca455ec8
Add Dutch translation to desktop file
Can't hurt, can it?
2018-07-14 17:05:26 +02:00
Thomas Karl Pietrowski
0e95063f8f
desktop.in: Ultimaker Cura everywhere! 2017-11-28 00:45:01 +01:00
A.Sasin
5a8fa92c3f Added semicolon
CURA-4449
2017-10-19 09:01:15 +02:00
petterreinholdtsen
379430d072 List model/x3d+xml in the desktop file
Add model/x3d+xml as a supported MIME type in the desktop file.

Fixes issue #2571.
2017-10-12 13:40:46 +02:00
probonopd
b9970d57b4 Make it pass desktop-file-validate, closes #1784
```
cura.desktop: error: (will be fatal in the future): value "cura-icon.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path
```
__Solution:__ Remove `.png`. __PLEASE NOTE__ that for this to work, cura-icon.png must be located in one of the directories in which desktops search for icons, such as `/usr/share/icons/hicolor/128x128/apps/`. Please make sure it ends up there (also in the AppImage, too.)

```
cura.desktop: error: value "application/sla;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;image/bmp;image/gif;image/jpeg;image/png" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character
```
__Solution:__ Add `;`

Reference:
https://travis-ci.org/AppImage/AppImageHub/builds/266072586#L538-L539
2017-08-18 20:49:25 +02:00
awhiemstra
cee0539146 Remove version field from Desktop file
Apparently, it is not required and we are specifying an invalid version.

Fixes #1784
2017-05-03 15:54:09 +02:00
Thomas Karl Pietrowski
06939c340e i18n: de: Fix spelling 2016-09-08 23:55:32 +02:00
Thomas Karl Pietrowski
ce884b387b i18n: de: Adding translated comment
Adding german translation primary as example for CURA-570.
2016-09-08 00:36:01 +02:00
Thomas Karl Pietrowski
0a126cf809 Generate cura.desktop (#668)
Adds support to install Cura to an alternative path, while generating a correct .desktop file for it.

* Renaming cura.desktop to cura.desktop.in
* CMAKE: Generate .desktop from .desktop.in
* Replace hardcoded paths with FULL_PATHs
* Tell CMake to generate cura.desktop
* CMake: Set full paths for .desktop generation
   * It tells CMake where to find the .desktop.in is and where to store the result.
2016-08-07 08:38:15 +02:00