Jianfeng Liu
Jianfeng Liu
``` #!/usr/bin/python from OpenGL import GL ``` if I run this script use primus run, it failed to load GL library, but optirun works.
在msys2下编译
1,需要编译botan,按照[libQtShadowsocks提供的编译指导](https://github.com/shadowsocks/libQtShadowsocks/wiki/Compiling)里提供的参数```--prefix=/mingw64 --disable-modules=tls --os=mingw --without-stack-protector```进行编译然后安装 2,编译libQtShadowsocks ``` mkdir build && cd build cmake -G "MinGW Makefiles" .. -DUSE_BOTAN2=ON -DCMAKE_INSTALL_PREFIX=/mingw64 mingw32-make -j4 mingw32-make install ``` 3,~~编译libqrencode~~安装mingw-w64-x86_64-qrencode即可,cmake提示找不到依赖直接安装源里的mingw包即可 4,编译shadowsocks-qt5 需要修改 src/CMakeLists.txt和CMakeLists.txt,添加libiconv,~~msys2中有可用的libiconv,不过需要自己添加iconv.pc到/mingw64/lib/pkgconfig~~mingw已经打包了.pc文件[Alexpux/MINGW-packages issue3858](https://github.com/Alexpux/MINGW-packages/issues/3858) ``` target_link_libraries(${APP_NAME}...
我右键点播放列表没反应,播放完就结束了
I have a situation of running kc3 on different os/device. It would be a nightmare when backing up and restore the game data because the json file is too big....
just curious because this is a repo licensed by GPL
it becomes to act like full screen
I use shadowsocks-android vpn mode and I know the local address of the vpn is something like 172.19.0.1. I found the local address of sniffer is 10.1.10.1. If the data...
FreeRDP version: master, 2.8.0 I'm connecting to a Chinese language windows 2019 server with command `xfreerdp /cert-ignore /v:192.168.13.192 /u:Administrator /app:"||notepad"`. The app windows is showed but there is no language...
**Is your feature request related to a problem? Please describe.** I'm connecting to a gonic server (go implemented subsonic server). The flac is always transcoded to 128 kbps mp3. I...