[gnome] Update extensions for v46

This commit is contained in:
2024-04-03 12:59:14 -04:00
parent 3fb1ec63ae
commit 7421cdba8f
251 changed files with 15759 additions and 3153 deletions

View File

@ -298,10 +298,6 @@ var Device = GObject.registerClass({
const supported = [];
for (const name in imports.service.plugins) {
// Exclude mousepad/presenter plugins in unsupported sessions
if (!HAVE_REMOTEINPUT && ['mousepad', 'presenter'].includes(name))
continue;
const meta = imports.service.plugins[name].Metadata;
if (meta === undefined)