sugarlabs / sugar

Sugar GTK shell
GNU General Public License v3.0
252 stars 240 forks source link

Scattered Favorites view at Home does not show #932

Closed happytobe2e closed 3 years ago

happytobe2e commented 3 years ago

Dear Sugar Labs Community,

When loading the scattered Favorites view on the Home screen, I do not get randomly placed icons. Instead, I get the following error message in my shell.log:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/jarabe/desktop/viewcontainer.py", line 69, in do_size_allocate
    self._layout.allocate_children(allocation, self._children)
  File "/usr/lib/python3.9/site-packages/jarabe/desktop/favoriteslayout.py", line 250, in allocate_children
    name_hash = hashlib.md5(child.get_bundle_id().decode())
AttributeError: 'str' object has no attribute 'decode'

For your information, I am running Fedora Rawhide.

quozl commented 3 years ago

Thanks. It was fixed in commit 118fe73eee4177833dc692e1172451656f580b7f.

happytobe2e commented 3 years ago

Closing as duplicate of bug #923.