mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Use ibus portal in snap
It's supported since snapd 2.46 that was released in August
This commit is contained in:
parent
e99558abeb
commit
edcd462fb9
1 changed files with 2 additions and 10 deletions
|
@ -20,6 +20,8 @@ apps:
|
||||||
environment:
|
environment:
|
||||||
# Tell glib to use portals on file associations handling.
|
# Tell glib to use portals on file associations handling.
|
||||||
GTK_USE_PORTAL: 1
|
GTK_USE_PORTAL: 1
|
||||||
|
# Use sandboxed ibus api
|
||||||
|
IBUS_USE_PORTAL: 1
|
||||||
plugs:
|
plugs:
|
||||||
- alsa
|
- alsa
|
||||||
- audio-playback
|
- audio-playback
|
||||||
|
@ -174,16 +176,6 @@ parts:
|
||||||
after:
|
after:
|
||||||
- mozjpeg
|
- mozjpeg
|
||||||
|
|
||||||
# Qt checks that ibus-daemon binary is present, otherwise doesn't work
|
|
||||||
ibus:
|
|
||||||
plugin: nil
|
|
||||||
stage-packages:
|
|
||||||
- ibus
|
|
||||||
stage:
|
|
||||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libjpeg.so.8.2.2
|
|
||||||
after:
|
|
||||||
- mozjpeg
|
|
||||||
|
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
plugin: nil
|
plugin: nil
|
||||||
build-packages:
|
build-packages:
|
||||||
|
|
Loading…
Add table
Reference in a new issue