Check Steam game compatibility details directly from the GNOME Panel. How to use: Click the gamepad icon in the panel, search for a game, and select it from the list. Requirement: An active internet connection is needed to fetch data. Disclaimer: This extension uses data and services from Steam and ProtonDB but is not affiliated with Valve or ProtonDB. Note: This extension is in early development. Feedback is welcome!
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:81
searchEntry.clutter_text.connect('activate', () => {
this._onSearch(searchEntry.get_text());
})