Right Click Menu No Longer Appears

Recently, the menu no longer appears when I right click on a game. Running lutris from the command line, this is what I get when I try to right click:

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py”, line 399, in update_revealer
self.game_bar = GameBar(game, self.game_actions, self.application)
File “/usr/lib/python3/dist-packages/lutris/gui/widgets/game_bar.py”, line 61, in init
self.update_view()
File “/usr/lib/python3/dist-packages/lutris/gui/widgets/game_bar.py”, line 86, in update_view
self.play_button = self.get_play_button()
File “/usr/lib/python3/dist-packages/lutris/gui/widgets/game_bar.py”, line 226, in get_play_button
popover = self.get_popover(self.get_game_buttons(), popover_button)
File “/usr/lib/python3/dist-packages/lutris/gui/widgets/game_bar.py”, line 233, in get_game_buttons
displayed = self.game_actions.get_displayed_entries()
File “/usr/lib/python3/dist-packages/lutris/game_actions.py”, line 141, in get_displayed_entries
and not steam_shortcut.all_shortcuts_set(self.game)
File “/usr/lib/python3/dist-packages/lutris/util/steam/shortcut.py”, line 48, in all_shortcuts_set
shortcut_found = [
File “/usr/lib/python3/dist-packages/lutris/util/steam/shortcut.py”, line 50, in
if game.name in s[‘AppName’]
KeyError: ‘AppName’

Any help is appreciated.

2 Likes