File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ import * as window from '@pkg/window';
5656import { closeDashboard , openDashboard } from '@pkg/window/dashboard' ;
5757import { openPreferences , preferencesSetDirtyFlag } from '@pkg/window/preferences' ;
5858
59+ // https://www.electronjs.org/docs/latest/breaking-changes#changed-gtk-4-is-default-when-running-gnome
60+ if ( process . platform === 'linux' ) {
61+ Electron . app . commandLine . appendSwitch ( 'gtk-version' , '3' ) ;
62+ }
63+
5964Electron . app . setPath ( 'userData' , path . join ( paths . appHome , 'electron' ) ) ;
6065Electron . app . setPath ( 'cache' , paths . cache ) ;
6166Electron . app . setAppLogsPath ( paths . logs ) ;
Original file line number Diff line number Diff line change 22 "name" : " rancher-desktop" ,
33 "productName" : " Rancher Desktop" ,
44 "license" : " Apache-2.0" ,
5- "version" : " 1.19.0 " ,
5+ "version" : " 1.19.1 " ,
66 "author" : {
77 "name" : " SUSE" ,
88 "email" : " containers@suse.com"
You can’t perform that action at this time.
0 commit comments