Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test-shell-g44: g44
env GNOME_SHELL_SLOWDOWN_FACTOR=2 \
MUTTER_DEBUG_DUMMY_MODE_SPECS=1200x800 \
MUTTER_DEBUG_DUMMY_MONITOR_SCALES=1 \
dbus-run-session -- gnome-shell --nested --wayland
dbus-run-session -- gnome-shell --devkit --wayland
rm /run/user/1000/gnome-shell-disable-extensions

test-prefs:
Expand All @@ -78,7 +78,7 @@ test-shell: install
env GNOME_SHELL_SLOWDOWN_FACTOR=1 \
MUTTER_DEBUG_DUMMY_MODE_SPECS=1280x800 \
MUTTER_DEBUG_DUMMY_MONITOR_SCALES=1.5 \
dbus-run-session -- gnome-shell --nested --wayland
dbus-run-session -- gnome-shell --devkit --wayland
rm /run/user/1000/gnome-shell-disable-extensions

lint:
Expand Down
1 change: 0 additions & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export default class SearchLightExt extends Extension {

Main.layoutManager.addChrome(this.mainContainer, {
affectsStruts: false,
affectsInputRegion: true,
trackFullscreen: false,
});

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Take the apps search out of overview.",
"uuid": "search-light@icedman.github.com",
"shell-version": [
"48", "49"
"48", "49", "50"
],
"url": "https://github.com/icedman/search-light",
"schema-id": "org.gnome.shell.extensions.search-light",
"gettext-domain": "search-light",
"version": 100
"version": 101
}