- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
0.8.2"gem 在 Ruby/Rack 应用中的服务器* 上生成 pdf * 时: kit = PDFKit.new("some string he-6ren">
当尝试使用 gem "pdfkit", "~> 0.8.2"gem 在 Ruby/Rack 应用中的服务器* 上生成 pdf * 时:
kit = PDFKit.new("some string here",
page_size: paper_size,
# ..............
zoom: 1)
fl = kit.to_file("/tmp/test123.pdf")
我有这个错误:
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
如何解决?我试过了
xhost +
xhost: unable to open display ""
当然,服务器上没有物理显示。
最佳答案
您应该在远程服务器上安装 X 屏幕驱动程序。
当我尝试在 Ubuntu 服务器(实际上是在 docker 容器中)上使用 wkhtml2pdf
库呈现 pdf 时,我遇到了与 X 显示类似的问题。
在我的例子中,问题是通过安装几个库解决的:
apt-get update -qq && apt-get install -y \
xfonts-base \
xfonts-75dpi \
xserver-common
一般是xserver-common
。也许它会有所帮助。
祝你好运!
关于ruby - 在 *Linux 服务器* : qt. qpa.screen: QXcbConnection: 无法连接到显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49000258/
我在启用 EGLFS QPA 的 Ubuntu 16.04.3 LTS 上构建 Qt-5.9.2。 我在 Ctrl+Alt+F1 屏幕上切换到终端。然后我运行我的 Qt 应用程序 app(基于 Qt
这个问题在这里已经有了答案: Qt 5.1.1: Application failed to start because platform plugin "windows" is missing (
我正在尝试渲染一些简单的 qt 应用程序,它使用 QGraphicsView 和QGLWidget 在armv7 嵌入式平台 上作为viewport(稍微修改过的 collidingmice)( be
我正在尝试浏览一些图像识别教程,但我一直遇到这个错误,这让我无法继续。我正在运行 Ubuntu 21.10 和 Python 3.9.7。我的代码就是这样。 import cv2 img=cv2.im
当尝试使用 gem "pdfkit", "~> 0.8.2"gem 在 Ruby/Rack 应用中的服务器* 上生成 pdf * 时: kit = PDFKit.new("some string he
问题描述 安装Qt5.15.0后,在运行测试用例时弹出错误: qt.qpa.plugin: Could not load the Qt platform plugin "xcb&
我知道关于这个话题有很多答案,但是没有一个对我有帮助。我正在通过 Oracle VM Virtual Box 使用 Ubunty 20.04,我遇到了与所有其他人完全相同的错误。 在使用官方 Qt 手
我已安装 gqcnn , Pyrep和 autolab_core .之后,我执行了我同事编写的代码,并且在他的计算机上运行良好。 但是,我无法运行代码。发生的错误是 python3.7/site-pa
我正在尝试运行此处提到的 Tesseract Ocr 代码 https://www.pyimagesearch.com/2018/09/17/opencv-ocr-and-text-recogniti
当我运行 rstudio 命令时,出现以下错误: qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the
我为我的 Raspberry Pi 买了一个 Tontec 2.4 英寸触摸屏 ( http://elinux.org/MZTX-PI-EXT )。触摸屏 Controller 需要“tsc2007.
我在通过 Remote Explorer 模块与 VSCODE 连接的 Ubuntu 20.04 AWS-Ec2 实例中运行 Opencv 4.4.0。 我正在尝试打开已上传到项目的图像。 impor
我正在尝试使用 Qt 和 opencv 运行创建 UI 的脚本。 但是,这是我得到的一个奇怪的错误 python3 dashboard.py QObject::moveToThread: Curren
似乎有很多类似的问题。我在 StackOverflow 和其他地方查看了其中的 5 个(例如 https://discuss.pixls.us/t/solved-could-not-load-the-
我是一名优秀的程序员,十分优秀!