Hello, when trying to check the history of installed packages…
“Failed to load history
URL scheme is a required component”
openSUSE 13.1 32
clean install
Hello, when trying to check the history of installed packages…
“Failed to load history
URL scheme is a required component”
openSUSE 13.1 32
clean install
And how/where are you trying to check the history of installed packages?
YsST2 - Online update/Software
management - Extras - History
Works fine here.
Which GUI are you using? Gtk or Qt?
It works with both here though…
On 2013-11-26 15:16, wolfi323 wrote:
>
> JeremyX;2602097 Wrote:
>> YsST2 - Online update/Software
>> management - Extras - History
> Works fine here.
> Which GUI are you using? Gtk or Qt?
> It works with both here though…
I tried the QT variant, it worked. Probably he is missing a library, but
which?
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
Good question.
The history dialog is in libyui-qt-pkg5, if he would be missing that, the whole YaST->Software Management would not start.
And this calls a function in libzypp to get the history. Also unlikely to miss.
But I found this now:
Support | URL scheme is a required component
ZMD is not included anymore in openSUSE and the zypper cache is now in /var/cache/zypp/, so I guess the fix would boil down to:
The zypper cache has become corrupt. To resolve this issue, do the following:
rm -rf /var/cache/zypp
zypper ref
I tried this and no luck.
There may some way to check what library is missing?
On 2013-11-26 21:26, JeremyX wrote:
> There may some way to check what library is missing?
Try to start the program from a terminal to see if it says something there.
Else, have a good look at the logs in “/var/log/yast/”
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
I guess something went wrong with the first installation. I reinstalled the system and now works correctly.