|
Bugzilla – Full Text Bug Listing |
| Summary: | discover and zypper cannot find correctly openrgb via search | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Mat <kevinmathieu2020> |
| Component: | KDE Applications | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | fvogt |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | terminal command showing case-sensitive | ||
|
Description
Mat
2023-09-06 17:27:30 UTC
zypper install is case sensitive. This is intentional and unlikely to change. That discover does not show OpenRGB as installed application means the AppStream data is not available somehow, and indeed, the OpenRGB package doesn't ship any. This is because for some reason the package does not use "make install" but copies files manually and forgot about the metainfo file. (In reply to Fabian Vogt from comment #1) > zypper install is case sensitive. This is intentional and unlikely to change. > > That discover does not show OpenRGB as installed application means the > AppStream data is not available somehow, and indeed, the OpenRGB package > doesn't ship any. > This is because for some reason the package does not use "make install" but > copies files manually and forgot about the metainfo file. hi you talk about an installed application, but even when it isn't installed, the app can't be found on discover ... is that the same reason? (In reply to Mat from comment #2) > (In reply to Fabian Vogt from comment #1) > > zypper install is case sensitive. This is intentional and unlikely to change. > > > > That discover does not show OpenRGB as installed application means the > > AppStream data is not available somehow, and indeed, the OpenRGB package > > doesn't ship any. > > This is because for some reason the package does not use "make install" but > > copies files manually and forgot about the metainfo file. > > hi you talk about an installed application, but even when it isn't > installed, the app can't be found on discover ... is that the same reason? Yes. Without metainfo, discover does not know about it in any state. https://build.opensuse.org/request/show/1109434 fixes the missing metainfo. |