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
261 stars 14 forks source link

Preferences does not open #25

Closed yochananmarqos closed 1 year ago

yochananmarqos commented 1 year ago

Using 2.0.0:

Emoji list creation took 87.236173ms
Traceback (most recent call last):
  File "/usr/share/smile/smile/main.py", line 60, in <lambda>
    self.create_action("preferences", lambda w, e: Settings(self.application_id))
  File "/usr/share/smile/smile/Settings.py", line 59, in __init__
    self.custom_tags_rows = self.create_custom_tags_list()
  File "/usr/share/smile/smile/Settings.py", line 103, in create_custom_tags_list
    rows.append(self.empty_list_label)
AttributeError: 'Settings' object has no attribute 'empty_list_label'
mijorus commented 1 year ago

should be fixed with 2.0.1, sorry for that

yochananmarqos commented 1 year ago

Yes, the preferences opens now. However, when closing the preferences I see this:

Traceback (most recent call last):
  File "/usr/share/smile/smile/Settings.py", line 197, in on_window_close
    set_custom_tags(row.hexcode, row.__entry.get_text())
AttributeError: 'ActionRow' object has no attribute 'hexcode'
mijorus commented 1 year ago

last fix I promise XD

mijorus commented 1 year ago

should be fixed with the latest tag

yochananmarqos commented 1 year ago

Thankee sai! :cowboy_hat_face: