Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

tulip.desktop fails desktop-file-validate #13

Closed
probonopd opened this issue Aug 21, 2017 · 3 comments
Closed

tulip.desktop fails desktop-file-validate #13

probonopd opened this issue Aug 21, 2017 · 3 comments

Comments

@probonopd
Copy link

desktop-file-validate says:
tulip.desktop: error: value "4.10.0" for key "Version" in group "Desktop Entry" is not a known version

Fix:
Simply delete the Version=4.10.0 line. As per the XDG desktop spec, this is not for the application version.

Reference:
https://travis-ci.org/AppImage/appimage.github.io/builds/266251154#L544

probonopd added a commit to probonopd/tulip that referenced this issue Aug 21, 2017
@anlambert
Copy link
Contributor

fixed in 607bee6

@probonopd
Copy link
Author

Thank you. If someone could be so kind to ping me once a new release is available for download, I could add it to the AppImageHub central directory of AppImages.

@anlambert
Copy link
Contributor

@probonopd : Tulip 5.1.0 has been released and its AppImages can be downloaded from the GitHub release page (https://github.com/Tulip-Dev/tulip/releases/tag/tulip_5_1_0)

probonopd added a commit to AppImage/appimage.github.io that referenced this issue Nov 12, 2017
bpinaud referenced this issue Jan 29, 2019
TravisCI: Migrate Linux builds from trusty to xenial
p-mary referenced this issue in anlambert/talipot Jan 3, 2020
QOpenGL module is marked as deprecated since a while now so it is time
to remove its use from the Talipot codebase and promote the use of
QOpenGL* classes directly integrated in the QtGui module.

The big difference between QOpenGL and QtOpenGL from Qt5 is that all
rendering is performed in framebuffer objects, there is no more direct
rendering in the underlying os windows with its own OpenGL context.

Talipot OpenGL rendering also follows that idiom, all renderings are performed
offscreen using a shared OpenGL context. This also means that there is no
more QGLWidget as viewport for QGraphicsView. Talipot OpenGL scene are
now converted to QImage in order to display them using the default Qt raster
rendering engine. This should fixes the numerous rendering glitches observed
on MacOS.

First thing observed after the migration is a consequent performance boost
in OpenGL rendering when using an Intel GPU on a Linux host machine (especially
when selecting elements, it is now 10 times faster on debian stable).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants