Open nlpsuge opened 2 years ago
Hm, this works for me, and there have been no recent changes in related functionality. Are you sure this is a newly-downloaded image? Which source is it from?
Are you sure this is a newly-downloaded image?
Yes.
Which source is it from?
Wallhaven.cc.
I'm debugging. And m = VarietyMetadata(filename)
has this exception:
TypeError: gobject variety+Util+VarietyMetadata' doesn't support property path'
I found a similar issue https://github.com/varietywalls/variety/issues/193.
Version of Variety
0.8.7, it works well on 0.8.5
Describe the bug
After installing the Variety 0.8.7 from the source, I can't find the
View at xxx
on the indicator and the context menu of theHistory
.Context
To Reproduce
1.Install the Variety 0.8.7 from the source 2.Try to find the
View at xxx
on the indicator and the context menu of theHistory
Attach Variety's log file
Desktop environment and version
Gnome
OS name and version
Fedora 35
Screenshots
Attached files
Additional context
I just debugged a bit and found that the variable
info
isNone
in my case: https://github.com/varietywalls/variety/blob/0bce08bc10e589680de64b352b4a469c8f89b9e1/variety/VarietyWindow.py#L741