Adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview. You can support my work by sponsoring me on: - github: https://github.com/sponsors/aunetx - ko-fi: https://ko-fi.com/aunetx If you use Ubuntu, you may want to change the radius of the corner effect for Dash-to-Dock in preferences, else you may see unpleasantly mixed radii in your dock. Note: if the extension shows an error after updating, please make sure to restart your session to see if it persists. This is due to a bug in gnome shell, which I can't fix by myself.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO012 error
GSettings schema XML filename must match schema id
GSettings schema filename must match `<schema-id>.gschema.xml`.
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.overview.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.appfolder.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.panel.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.dash-to-dock.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.applications.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.screenshot.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.lockscreen.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.window-list.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.coverflow-alt-tab.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.hidetopbar.gschema.xml'
schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
expected_filename='org.gnome.shell.extensions.blur-my-shell.dash-to-panel.gschema.xml'
EGO015 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.
components/dash_to_dock.js:37
this.dash_destroy_id = dash.connect('destroy', () => this.remove_dash_blur(false))
extension.js:104
this._connection.connect(
Main.layoutManager,
'startup-complete',
() => this._enable_components()
)
extension.js:88
this._connection.connect(Main.sessionMode, 'updated',
() => this._on_session_mode_changed(Main.sessionMode)
)
EGO015 warning
signals connected by extension should be disconnected in disable()
Signal handler collections created in `enable()` are missing matching disconnect loops in `disable()` or its helper methods.
components/dash_to_dock.js:40
this.dash_blur.connect('remove-dashes', () => this.remove_dash_blur())
EGO013 warning
extension must not create GObject instances or modify shell before enable()
Resource creation or signal/source setup was found outside `enable()`.
Only use initialization for static resources
components/panel.js:21
Main.panel.connect('destroy', () => isMainPanelAlive = false)
EGO030 warning
extensions should avoid synchronous file IO in shell code
Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.
dbus/services.js:13
GLib.file_get_contents(path)
| Version | Status |
|---|---|
| 72 | Active |
| 71 | Active |
| 70 | Active |
| 69 | Active |
| 68 | Active |
| 67 | Active |
| 66 | Active |
| 65 | Active |
| 64 | Active |
| 63 | Active |
| 62 | Active |
| 61 | Active |
| 60 | Active |
| 59 | Active |
| 58 | Active |
| 57 | Rejected |
| 56 | Rejected |
| 55 | Active |
| 54 | Active |
| 53 | Active |
| 52 | Active |
| 51 | Active |
| 50 | Active |
| 49 | Rejected |
| 48 | Rejected |
| 47 | Active |
| 46 | Active |
| 45 | Active |
| 44 | Active |
| 43 | Active |
| 42 | Active |
| 41 | Active |
| 40 | Rejected |
| 39 | Active |
| 38 | Active |
| 37 | Active |
| 36 | Active |
| 35 | Active |
| 34 | Active |
| 33 | Active |
| 32 | Active |
| 31 | Active |
| 30 | Rejected |
| 29 | Active |
| 28 | Active |
| 27 | Active |
| 26 | Active |
| 25 | Active |
| 24 | Active |
| 23 | Active |
| 22 | Active |
| 21 | Active |
| 20 | Active |
| 19 | Active |
| 18 | Active |
| 17 | Rejected |
| 16 | Active |
| 15 | Active |
| 14 | Active |
| 13 | Active |
| 12 | Active |
| 11 | Active |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Active |
| 5 | Active |
| 4 | Active |
| 3 | Active |
| 2 | Active |
| 1 | Active |