mijorus / smile

An emoji picker for linux, with custom tags support and localization. I'll also put some random emojis here πŸ¦πŸΎπŸ¦”πŸ¦‡
https://mijorus.it/projects/smile
GNU General Public License v3.0
235 stars 13 forks source link

won't open on Fedora 38 (flatpak version) #60

Closed davidM-tugraz closed 9 months ago

davidM-tugraz commented 9 months ago

Hello, when I try to launch the app nothing happens. When launching via a terminal I get the following output:

Traceback (most recent call last):
  File "/app/share/smile/smile/main.py", line 59, in do_activate
    self.window = Picker(application=self)
  File "/app/share/smile/smile/Picker.py", line 105, in __init__
    self.refresh_emoji_list()
  File "/app/share/smile/smile/Picker.py", line 209, in refresh_emoji_list
    self.emoji_list.remove_all()
AttributeError: 'FlowBox' object has no attribute 'remove_all'
^C
[david@zbook-firefly14-g7 ~]$ 

System: Fedora 38 Gnome 44.5 Wayland Flatpak 1.15.4

mijorus commented 9 months ago

Hi, I'm aware of this issue and I have already submitted an update about an hour ago.

Hope that it comes out quickly.

Please let me know

VortexAcherontic commented 9 months ago

Updated just now on openSUSE Aeon. Works for me now.

davidM-tugraz commented 9 months ago

Just got the update and it works again. Thanks.