mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-26 01:05:55 +03:00
[GH-ISSUE #22] [BUG] Linux上缺失依赖 以及百度地图无法显示 #20
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrace#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Glucy-2 on GitHub (Sep 1, 2023).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/22
Describe the bug 描述你遇到的BUG
程序报错无法启动:
安装

libwebkit2gtk-4.0-37包后程序能够启动,但是点击开始按钮有概率弹出此错误信息:(另外建议加一个回车开始的功能)百度地图无法显示:

Environment 使用环境
@Archeb commented on GitHub (Sep 1, 2023):
我这边测试 ArchLinux 6.1.45-1 KDE Plasma 上使用 webkit2gtk 2.40.5-2 包,浏览器是没啥问题的
回车开始这个其实是做了的,Windows 和 macOS 都能正常工作;Linux 为啥不行我再研究一下。
@Glucy-2 commented on GitHub (Sep 1, 2023):
我试了X11和Wayland,百度地图都不显示

但是能看到连接
@Archeb commented on GitHub (Sep 1, 2023):
回车的问题已经在
4759b4dd78修复浏览器这里我也只是引入了一下webview,Eto.Form(上游GUI框架)提供的可配置项其实很少,也没有什么debug办法……看不到什么修复的办法
谷歌地图可以显示吗?
@fakeboboliu commented on GitHub (Sep 1, 2023):
在我的 sid 中正常,Cinnamon@X11
正好有个 AOSC vm 试试 KDE,也不能复现,小版本不同
@Glucy-2 commented on GitHub (Sep 2, 2023):
那可能是我这边的问题了
@leohearts commented on GitHub (Dec 19, 2023):
我这也遇到了同样的问题, 在 flatpak:org.gnome.Platform:40 中遇到了。主机 ubuntu 24.04 中直接运行没有问题。可能是一些旧版运行库导致的。
@leohearts commented on GitHub (Dec 19, 2023):
WEBKIT_DISABLE_COMPOSITING_MODE=1 + Google maps = okay
WEBKIT_DISABLE_COMPOSITING_MODE=1 = Baidu maps = crash
no WEBKIT_DISABLE_COMPOSITING_MODE=1 = crash
@fakeboboliu commented on GitHub (Dec 19, 2023):
你们有在使用英伟达显卡吗? 我注意到这里有一些与这个相关的问题讨论:
https://bugs.webkit.org/show_bug.cgi?id=180739
@leohearts commented on GitHub (Dec 19, 2023):
我用 amd
@leohearts commented on GitHub (Dec 19, 2023):
changing to gnome.Sdk:44 and compile our own webkitgtk:4 fixed this ! If this can be listed on flathub just use the flatpak version. (or build your own and install from local source)