Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:opensuse_zh
TencentMeeting
wemeet.in
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wemeet.in of Package TencentMeeting
#!/bin/sh export PATH=$PATH:/opt/wemeet/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/wemeet export QT_PLUGIN_PATH="/usr/lib64/qt5" export XDG_SESSION_TYPE=x11 export QT_QPA_PLATFORM=xcb export QT_AUTO_SCREEN_SCALE_FACTOR=1 export QT_STYLE_OVERRIDE=fusion # 解决使用自带qt情况下,字体颜色全白看不到的问题 export IBUS_USE_PORTAL=1 # fix ibus unset WAYLAND_DISPLAY FONTCONFIG_DIR=$HOME/.config/fontconfig # if pipewire-pulse installed if [ -f /usr/bin/pipewire-pulse ]; then export PULSE_LATENCY_MSEC=20 fi if [ -f "/usr/bin/bwrap" ];then mkdir -p $FONTCONFIG_DIR bwrap --dev-bind / / --tmpfs $HOME/.config --ro-bind $FONTCONFIG_DIR $FONTCONFIG_DIR wemeetapp $*; else exec wemeetapp $*; fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor