Missing icon for desktop in Dash in 18.04
I upgraded today to 18.04. One item I am missing is a "Show desktop" button in the dash. How can I add this without running a script? (This must be a common request). Thanks.
18.04 gnome-dash
add a comment |
I upgraded today to 18.04. One item I am missing is a "Show desktop" button in the dash. How can I add this without running a script? (This must be a common request). Thanks.
18.04 gnome-dash
add a comment |
I upgraded today to 18.04. One item I am missing is a "Show desktop" button in the dash. How can I add this without running a script? (This must be a common request). Thanks.
18.04 gnome-dash
I upgraded today to 18.04. One item I am missing is a "Show desktop" button in the dash. How can I add this without running a script? (This must be a common request). Thanks.
18.04 gnome-dash
18.04 gnome-dash
edited Jan 18 at 9:03
karel
58.2k12128146
58.2k12128146
asked Aug 16 '18 at 0:16
MET7MET7
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I think the easiest would be to use/install a relevant gnome extension.
There is for example https://extensions.gnome.org/extension/1194/show-desktop-button/ however this adds a button to the top bar.
Alternatively, you could install gnome-tweak-tool to check if the ubuntu dock extension has an otion for this. Or, you could try the das-to-panel extension (instead of the ubuntu dock, probably) that has a option for this.
add a comment |
The most useful solution for me was always to bind the same keyboard shortcut to "Show desktop" as in Windows. This way, whatever OS I use, I always press the
Windows logo key + D
shortcut.
Achieving this in Gnome is as simple as running command:
gsettings set org.gnome.desktop.wm.keybindings show-desktop ['<Super>d']
To achieve the same without using console, open System Settings, go to Devices, Keyboard and adjust there a shortcut for Hide all normal windows
.
Additionally, if you sometimes use a mouse, I find the TaskBar Gnome extension very handy. By default it displays a nice blue icon to show a desktop on the top panel:
.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1065742%2fmissing-icon-for-desktop-in-dash-in-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think the easiest would be to use/install a relevant gnome extension.
There is for example https://extensions.gnome.org/extension/1194/show-desktop-button/ however this adds a button to the top bar.
Alternatively, you could install gnome-tweak-tool to check if the ubuntu dock extension has an otion for this. Or, you could try the das-to-panel extension (instead of the ubuntu dock, probably) that has a option for this.
add a comment |
I think the easiest would be to use/install a relevant gnome extension.
There is for example https://extensions.gnome.org/extension/1194/show-desktop-button/ however this adds a button to the top bar.
Alternatively, you could install gnome-tweak-tool to check if the ubuntu dock extension has an otion for this. Or, you could try the das-to-panel extension (instead of the ubuntu dock, probably) that has a option for this.
add a comment |
I think the easiest would be to use/install a relevant gnome extension.
There is for example https://extensions.gnome.org/extension/1194/show-desktop-button/ however this adds a button to the top bar.
Alternatively, you could install gnome-tweak-tool to check if the ubuntu dock extension has an otion for this. Or, you could try the das-to-panel extension (instead of the ubuntu dock, probably) that has a option for this.
I think the easiest would be to use/install a relevant gnome extension.
There is for example https://extensions.gnome.org/extension/1194/show-desktop-button/ however this adds a button to the top bar.
Alternatively, you could install gnome-tweak-tool to check if the ubuntu dock extension has an otion for this. Or, you could try the das-to-panel extension (instead of the ubuntu dock, probably) that has a option for this.
answered Aug 16 '18 at 0:34
step21step21
113
113
add a comment |
add a comment |
The most useful solution for me was always to bind the same keyboard shortcut to "Show desktop" as in Windows. This way, whatever OS I use, I always press the
Windows logo key + D
shortcut.
Achieving this in Gnome is as simple as running command:
gsettings set org.gnome.desktop.wm.keybindings show-desktop ['<Super>d']
To achieve the same without using console, open System Settings, go to Devices, Keyboard and adjust there a shortcut for Hide all normal windows
.
Additionally, if you sometimes use a mouse, I find the TaskBar Gnome extension very handy. By default it displays a nice blue icon to show a desktop on the top panel:
.
add a comment |
The most useful solution for me was always to bind the same keyboard shortcut to "Show desktop" as in Windows. This way, whatever OS I use, I always press the
Windows logo key + D
shortcut.
Achieving this in Gnome is as simple as running command:
gsettings set org.gnome.desktop.wm.keybindings show-desktop ['<Super>d']
To achieve the same without using console, open System Settings, go to Devices, Keyboard and adjust there a shortcut for Hide all normal windows
.
Additionally, if you sometimes use a mouse, I find the TaskBar Gnome extension very handy. By default it displays a nice blue icon to show a desktop on the top panel:
.
add a comment |
The most useful solution for me was always to bind the same keyboard shortcut to "Show desktop" as in Windows. This way, whatever OS I use, I always press the
Windows logo key + D
shortcut.
Achieving this in Gnome is as simple as running command:
gsettings set org.gnome.desktop.wm.keybindings show-desktop ['<Super>d']
To achieve the same without using console, open System Settings, go to Devices, Keyboard and adjust there a shortcut for Hide all normal windows
.
Additionally, if you sometimes use a mouse, I find the TaskBar Gnome extension very handy. By default it displays a nice blue icon to show a desktop on the top panel:
.
The most useful solution for me was always to bind the same keyboard shortcut to "Show desktop" as in Windows. This way, whatever OS I use, I always press the
Windows logo key + D
shortcut.
Achieving this in Gnome is as simple as running command:
gsettings set org.gnome.desktop.wm.keybindings show-desktop ['<Super>d']
To achieve the same without using console, open System Settings, go to Devices, Keyboard and adjust there a shortcut for Hide all normal windows
.
Additionally, if you sometimes use a mouse, I find the TaskBar Gnome extension very handy. By default it displays a nice blue icon to show a desktop on the top panel:
.
edited Oct 21 '18 at 8:12
answered Oct 21 '18 at 8:05
G. DemeckiG. Demecki
1816
1816
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1065742%2fmissing-icon-for-desktop-in-dash-in-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown