[problem help] 图片查看器无法启动
Tofloor
poster avatar
愚夫
deepin
2024-02-04 08:37
Author

V23,使用非玲珑版的图片查看器,一打开就自动关闭,使用命令行启动时,报错信息中有许多玲珑应用的信息,如下:

PC:~$ deepin-image-viewer ~/Pictures/example.jpg
load translate "/persistent/linglong/entries/share/dtk5/DWidget/translations/dtkwidget_zh_CN"
load translate "/usr/share/qt5/translations/qt_zh_CN"
load translate "/usr/share/qt5/translations/qtbase_zh_CN"
load translate "/usr/share/deepin-image-viewer/translations/deepin-image-viewer_zh_CN"
dtk.core.dsg: AppId is fetched from AM, and value is "deepin-terminal"
DGuiApplicationHelper: Don't use QGuiApplication::setPalette on DTK application.
QFileSystemWatcher::removePaths: list is empty
QFileSystemWatcher::removePaths: list is empty
load translate "/persistent/linglong/entries/share/dtk5/DDeclarative/translations/dtkdeclarative_zh_CN"
qrc:/qml/main.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/MainStack.qml:75:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ImageViewer.qml:541:5: QML LiveTextWidget: Cannot anchor to an item that isn't a parent or sibling.
qrc:/qml/ThumbnailListView.qml:320:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ThumbnailListView.qml:313:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/FullImageView.qml:325:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/FullImageView.qml:217:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ImageViewer.qml:603:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ImageViewer.qml:530:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ImageViewer.qml:195:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ViewTopTitle.qml:24:5: Unable to assign [undefined] to QColor
qt.qpa.xcb: QXcbConnection: XCB error: 5 (BadAtom), sequence: 436, resource id: 0, major code: 20 (GetProperty), minor code: 0
qrc:/qml/ImageDelegate/NormalImageDelegate.qml:39:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/FullImageView.qml:210:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ImageViewer.qml:159:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/ThumbnailDelegate/NormalThumbnailDelegate.qml:43:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qrc:/qml/Utils/ImageInputHandler.qml:22:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { ... }
qml: live exit
you need start analyze first
qml: function startLiveText()
qml: Live Text analyze start
vkCreateInstance failed -9
fopen /persistent/linglong/entries/share/deepin-ocr-plugin-manager/model/det.param.bin failed
fopen /persistent/linglong/entries/share/deepin-ocr-plugin-manager/model/det.bin failed
fopen /persistent/linglong/entries/share/deepin-ocr-plugin-manager/model/rec_zh-Hans_en.param.bin failed
fopen /persistent/linglong/entries/share/deepin-ocr-plugin-manager/model/rec_zh-Hans_en.bin failed

段错误

PC:~$

Reply Favorite View the author
All Replies
UnionD
deepin
2024-02-05 13:18
#1

现象比较诡异啊,是beta2升级到beta3出现的吗,按理说非玲珑包没用qml,这个图片查看器用的哪个版本。在终端看看包版本和环境变量呢。

apt policy deepin-image-viewer linglong-bin
ll-cli list | grep image
echo $XDG_DATA_DIRS

升级Beta3的话看看这个帖子 https://bbs.deepin.org/post/267968

Reply View the author
兆兆嘟嘟嘟
deepin
2024-02-06 11:49
#2

把玲珑版卸载了再试试。

Reply View the author