|
| Description: |
h2. Reproduction steps * Download the appimage from cristal 0.23 or cristal 0.23.1 * Start it (chmod + x FILE; ./FILE --no-sandbox)
h2. Expected
The application starts.
h2. Actual
The application does not start (i.e., no window opens). No particular error log.
h2. Workound
Set {{XDG_SESSION_TYPE=x11}} environment variable.
h2. Analysis
More precisely, the issue is when the upgrade to 38.2.0 (https://github.com/xwiki-contrib/cristal/commit/3589ce03d068e02ee49a12cda13fa498406c0eaa). Actual root cause -> https://github.com/electron/electron/issues/48737 |
|