QtCreator Linux ubuntu24.04问题集合

入门操作:

左侧边栏目没了:https://blog.csdn.net/weixin_44511670/article/details/144979040

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.是需要~/.bashrc改成如下形式:

bash 复制代码
#Qt5
export QtDir='/home/david/MySoft/Qt5.15/5.15.0/gcc_64'
export PATH=${QtDir}/bin:${PATH}
export LD_LIBRARY_PATH=${QtDir}/lib:${LD_LIBRARY_PATH}
export QT_PLUGIN_PATH=${QtDir}/plugins:${QT_PLUGIN_PATH}
export QML2_IMPORT_PATH=${QtDir}/qml:${QML2_IMPORT_PATH}
export QT_QPA_PLATFORM_PLUGIN_PATH=${QtDir}/plugins/platforms:${QT_QPA_PLATFORM_PLUGIN_PATH}
export DISPLAY=:1

尤其增加:export DISPLAY=:1 24.0

相关推荐
DY009J19 小时前
从 MSYS2 环境中提取独立 MinGW-w64 工具链的技术方案
c++·windows
J2虾虾19 小时前
Java使用jcifs读取Windows的共享文件
java·开发语言·windows
angushine19 小时前
Windows下循环复制一个文件
windows
Alphapeople19 小时前
isaac sim和isaac lab的安装
linux·运维·服务器
炘爚19 小时前
Linux 时间函数、格式化及 printf 相关总结
linux
平常心cyk19 小时前
Linux快速复习——常用命令
linux
w61001046619 小时前
CKAD-2026-金丝雀部署
linux·运维·服务器·k8s
.小小陈.19 小时前
深度拆解 Linux Ext 系列文件系统:从硬件底层到软硬链接全流程
linux·运维·服务器
liulilittle19 小时前
OPENPPP2 1.0.0.26145 正式版发布:内核态 SYSNAT 性能飞跃 + Windows 平台避坑指南
开发语言·网络·c++·windows·通信·vrrp
分布式存储与RustFS20 小时前
Windows原生版RustFS:无需Docker,1分钟本地对象存储环境搭建
windows·docker·容器·对象存储·minio·企业存储·rustfs