
Linux
Alpha-猪
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux下应用程序创建桌面快捷方式
1.创建快捷方式文件 桌面新建文本,命名为 App.desktop,设置程序名称、图标及程序路径,内容如下 [Desktop Entry] Version=1.0 Type=Application Name=AppName Icon=/home/logo.png Exec=/home//bin/App Comment=The Drive to Develop Terminal=true Cat...原创 2019-10-11 10:13:03 · 915 阅读 · 0 评论 -
This application failed to start because it could not find or load the Qt platform plugin “xcb”解决方法
1.This application failed to start because it could not find or load the Qt platform plugin “xcb” The correct solution is running the following comand onto a terminal: sudo ln -sf /usr/lib/x86_64-l...原创 2019-10-11 10:14:59 · 1134 阅读 · 0 评论