summarylogtreecommitdiffstats
path: root/portable-config
blob: c5b446e9cbcf00345f3784fce4330d2200a11f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/bash

# This is your Application ID, avoid conflict
appID="com.qq.weixin"

# This is a friendly name of an application. It should only contain ASCII characters and not spaces.
friendlyName="WeChat"

# This is the state directory of your application, which is located under "XDG_DATA_HOME"
stateDirectory="WeChat_Data"

# This is the target executable to launch
launchTarget="/opt/wechat/wechat"

# Takes boolean value. When enabled, do not process XAuth files and enable X access. Generally this should be always false.
waylandOnly="false"

# Takes boolean value. Binds /dev/video* into the sandbox. Required if target application uses /dev/video* interfaces directly instead of v4l2.
bindCameras="true"

# Takes boolean value. Binds PipeWire socket into the sandbox. Required if target application doesn't use Portals.
bindPipewire="true"

QT_QPA_PLATFORM=xcb
IBUS_USE_PORTAL=1
QT_AUTO_SCREEN_SCALE_FACTOR=1
QT_PLUGIN_PATH="/usr/lib/qt/plugins /opt/wechat-uos-qt/files/wechat"