mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Add support for 3.18 after testing. Closes #1
This commit is contained in:
@@ -30,6 +30,12 @@ to install the extension in your home directory. A Shell reload is required <cod
|
|||||||
|
|
||||||
**I recommend setting Top Bar > Show Applications Menu off in Gnome Tweak Tool.** This will cause the applications menu for native gnome apps (which normally appears in the top bar) to be presented in the top left of the window. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.
|
**I recommend setting Top Bar > Show Applications Menu off in Gnome Tweak Tool.** This will cause the applications menu for native gnome apps (which normally appears in the top bar) to be presented in the top left of the window. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.
|
||||||
|
|
||||||
|
## Compatibility
|
||||||
|
|
||||||
|
This extension has been tested with Gnome 3.18+.
|
||||||
|
|
||||||
|
This extension manipulates the Gnome Main Panel, aka Top Bar. So, most other extensions which operate on the top bar should be compatible. For instance, to add intellihide behavior to the panel, try [Hide Top Bar](https://extensions.gnome.org/extension/545/hide-top-bar/). Or, to set the panel opacity, try [Dynamic Panel Transparency](https://extensions.gnome.org/extension/1011/dynamic-panel-transparency/). If you'd like to add a traditional application menu, check out [Gno-Menu](https://extensions.gnome.org/extension/608/gnomenu/).
|
||||||
|
|
||||||
## Bug Reporting
|
## Bug Reporting
|
||||||
|
|
||||||
Bugs should be reported to the Github bug tracker [https://github.com/jderose9/dash-to-panel/issues](https://github.com/jderose9/dash-to-panel/issues).
|
Bugs should be reported to the Github bug tracker [https://github.com/jderose9/dash-to-panel/issues](https://github.com/jderose9/dash-to-panel/issues).
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"uuid": "dash-to-panel@jderose9.github.com",
|
"uuid": "dash-to-panel@jderose9.github.com",
|
||||||
"name": "Dash to Panel",
|
"name": "Dash to Panel",
|
||||||
"description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nIt is recommended to set Top Bar > Show Applications Menu off in Gnome Tweak Tool so that the application menu for native gnome apps will be presented within the application's window. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.",
|
"description": "An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.\n\nIt is recommended to set Top Bar > Show Applications Menu off in Gnome Tweak Tool so that the application menu for native gnome apps will be presented within the application's window. It is also recommended to turn Windows > Titlebar Buttons > Minimize & Maximize on.",
|
||||||
"shell-version": [ "3.20", "3.22" ],
|
"shell-version": [ "3.18", "3.20", "3.22" ],
|
||||||
"url": "https://github.com/jderose9/dash-to-panel",
|
"url": "https://github.com/jderose9/dash-to-panel",
|
||||||
"gettext-domain": "dash-to-panel",
|
"gettext-domain": "dash-to-panel",
|
||||||
"version": -1
|
"version": -1
|
||||||
|
|||||||
Reference in New Issue
Block a user