|
Bugzilla – Full Text Bug Listing |
| Summary: | goldendict fails to start | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Vladimir <malik0102> |
| Component: | Other | Assignee: | E-mail List <screening-team-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | shenlebantongying |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Vladimir
2023-06-03 19:29:17 UTC
The goldendict in the repo was the fork's older version. --- Yes, openSUSE's qt multimedia seems to have some problems. --- As workaround, you can open `~/.goldendict/config` or `~/.config/goldendict/config` And manually change from QtMultimedia to FFmpeg at this line (just delete the line also OK): ``` <internalPlayerBackend>FFmpeg</internalPlayerBackend> ``` It seems openSUSE's current Qt6 Multimedia is a dummy implementation. https://github.com/qt/qtmultimedia/blame/837a0ed6fe9c911a60626447feaaf034d1b682a5/src/multimedia/platform/qplatformmediaintegration.cpp#L21 (In reply to slb from comment #1) > The goldendict in the repo was the fork's older version. > > --- > > > Yes, openSUSE's qt multimedia seems to have some problems. > > --- > > As workaround, you can open `~/.goldendict/config` or > `~/.config/goldendict/config` > > And manually change from QtMultimedia to FFmpeg at this line (just delete > the line also OK): > > ``` > <internalPlayerBackend>FFmpeg</internalPlayerBackend> > ``` This method works. Thank you. Another workaround is `sudo zypper in qt6-multimedia`. My bad, I didn't realize that qt multimedia needs a run time dependency :( (In reply to slb from comment #4) > Another workaround is `sudo zypper in qt6-multimedia`. > > My bad, I didn't realize that qt multimedia needs a run time dependency :( Yes, this method works as well. |