repo.or.cz
/
gentoo-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
app-i18n/fcitx-skk: add 5.1.3, drop 5.1.2
[gentoo-zh.git]
/
net-misc
/
baidunetdisk
/
files
/
baidunetdisk
blob
0cd03e0f317f1251fc734178f72bc88460e2fdb9
1
#!/usr/bin/env sh
2
if
[
"
${GDK_BACKEND}
"
=
"wayland"
];
then
3
export
GDK_BACKEND
=
x11
4
/
opt
/
baidunetdisk
/
baidunetdisk
--no-sandbox
"$@"
5
else
6
/
opt
/
baidunetdisk
/
baidunetdisk
--no-sandbox
"$@"
7
fi