Lucas
Lucas
有了这只手,加只眼,是不是就能陪打乒乓球了
这么写Exec=/usr/bin/my_flutter_app,执行 ./my_flutter_app-x86_64.AppImage 将会报错: ``` ~/AndroidStudioProjects/my_flutter_app$ ./my_flutter_app-x86_64.AppImage execv error: No such file or directory ``` 需要写启动脚本 ./appdir/AppRun ``` #!/bin/bash current_path=$(dirname "$0") echo "current path:$current_path" $current_path/usr/bin/my_flutter_app ``` ./appdir/my_flutter_app.desktop写法: ``` [Desktop Entry] Categories=Development;...
我尝试了,就是通过窗口的名称找到任务栏的wid,设置进去了,但是背景透明怎么弄都不生效