mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 08:46:34 +01:00
A Gnome Shell Extension for organizing your Gnome Shell top bar.
https://extensions.gnome.org/extension/4356/top-bar-organizer/
The Dropbox client appends its PID to the id, which gets used for the application name in `handleAppIndicatorKStatusNotifierItemItem`. This resulted in the creation of a new entry for the Dropbox client on basically every Dropbox client start, which would fill up the extensions settings and would also result in the user effectively not being able to set the position for the Dropbox client permanently. This commit fixes these issues by removing the PID (and the hypen before it) for the Dropbox client application name. |
||
|---|---|---|
| .vscode | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.yml | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| COPYING | ||
| git_annotated_tag_template | ||
| package-lock.json | ||
| package.json | ||
| package.sh | ||