Skip to content

Commit

Permalink
Snap: use system theme and xwayland
Browse files Browse the repository at this point in the history
  • Loading branch information
joshirio authored and shiftkey committed Mar 24, 2019
1 parent a4b18c2 commit 42c7e83
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions script/electron-builder-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,30 @@ snap:
- ssh-keys
- unity7
- wayland
# additional plugs to pick up the GTK theme and icons from the system, mouse cursor theme still not fixed
- {
'gtk-3-themes':
{
'interface': 'content',
'target': '$SNAP/data-dir/themes',
'default-provider': 'gtk-common-themes:gtk-3-themes',
},
}
- {
'icon-themes':
{
'interface': 'content',
'target': '$SNAP/data-dir/icons',
'default-provider': 'gtk-common-themes:icon-themes',
},
}
- {
'sound-themes':
{
'interface': 'content',
'target': '$SNAP/data-dir/sounds',
'default-provider': 'gtk-common-themes:sounds-themes',
},
}
environment:
DISABLE_WAYLAND: 1

0 comments on commit 42c7e83

Please sign in to comment.