mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
feat(electron): remove x11 for wayland
This commit is contained in:
parent
cd7460b718
commit
0a2965ae18
1 changed files with 1 additions and 2 deletions
|
|
@ -72,7 +72,6 @@ export const startApp = (): void => {
|
|||
|
||||
if (isWayland || forceX11) {
|
||||
log('Applying X11/Wayland compatibility fixes');
|
||||
|
||||
// Force Ozone platform to X11
|
||||
app.commandLine.appendSwitch('ozone-platform', 'x11');
|
||||
|
||||
|
|
@ -84,7 +83,7 @@ export const startApp = (): void => {
|
|||
app.commandLine.appendSwitch('enable-features', 'UseSkiaRenderer');
|
||||
|
||||
// Set GDK backend to X11
|
||||
process.env.GDK_BACKEND = 'x11';
|
||||
// process.env.GDK_BACKEND = 'x11';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue