How to hide desktop icons?Desktop Icons, Ubuntu 18.10No Desktop Icons Using Compiz WallpaperNo more icons on...
Was Spock the First Vulcan in Starfleet?
How to check is there any negative term in a large list?
Is it appropriate to ask a job candidate if we can record their interview?
Implement the Thanos sorting algorithm
Integer addition + constant, is it a group?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
What is the best translation for "slot" in the context of multiplayer video games?
Trouble understanding the speech of overseas colleagues
Is expanding the research of a group into machine learning as a PhD student risky?
How to Reset Passwords on Multiple Websites Easily?
Why Were Madagascar and New Zealand Discovered So Late?
Purchasing a ticket for someone else in another country?
Opposite of a diet
How can I kill an app using Terminal?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
How do scammers retract money, while you can’t?
Can the discrete variable be a negative number?
How does Loki do this?
How do I find the solutions of the following equation?
How to be diplomatic in refusing to write code that breaches the privacy of our users
A particular customize with green line and letters for subfloat
Gears on left are inverse to gears on right?
Do sorcerers' Subtle Spells require a skill check to be unseen?
Pole-zeros of a real-valued causal FIR system
How to hide desktop icons?
Desktop Icons, Ubuntu 18.10No Desktop Icons Using Compiz WallpaperNo more icons on my desktopDesktop Icons not showing on desktopDesktop icons not showing when using dolphinInstall Themes and Icons from Elementary OS without pantheon14.04 crash - blank desktop icons, toolbar icons and menu icons, no desktop button on loginIcons disappeared from the launcher 12.04Desktop launcher iconsSome icons on desktop are not visible on ubuntu 14.04Cannot open folders from icons on desktop
After using ElementaryOS I am back on Ubuntu. In eOS one of the features are "no desktop icons" and "no right-click option on desktop" and i prefer that setting, its simple and lightweight and I don't use the desktop anymore, only for wallpapers.
How can I completely deactivate the desktop in Ubuntu 14.10 (like eOS)?
icons 14.10 elementary
add a comment |
After using ElementaryOS I am back on Ubuntu. In eOS one of the features are "no desktop icons" and "no right-click option on desktop" and i prefer that setting, its simple and lightweight and I don't use the desktop anymore, only for wallpapers.
How can I completely deactivate the desktop in Ubuntu 14.10 (like eOS)?
icons 14.10 elementary
add a comment |
After using ElementaryOS I am back on Ubuntu. In eOS one of the features are "no desktop icons" and "no right-click option on desktop" and i prefer that setting, its simple and lightweight and I don't use the desktop anymore, only for wallpapers.
How can I completely deactivate the desktop in Ubuntu 14.10 (like eOS)?
icons 14.10 elementary
After using ElementaryOS I am back on Ubuntu. In eOS one of the features are "no desktop icons" and "no right-click option on desktop" and i prefer that setting, its simple and lightweight and I don't use the desktop anymore, only for wallpapers.
How can I completely deactivate the desktop in Ubuntu 14.10 (like eOS)?
icons 14.10 elementary
icons 14.10 elementary
edited 4 mins ago
Pablo Bianchi
3,02021536
3,02021536
asked Oct 29 '14 at 9:21
samsysamsy
4617
4617
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If you install Ubuntu Tweak, on the tweaks tab, there is section that controls desktop icons, and there is a button at the top to disable.
Note you will have to add the testing ppa as the stable version for 14.10 is not yet out.
add a comment |
Open a Terminal (with Ctrl+Alt+t) and type the following command to hide icons and disable right-click on the desktop:
gsettings set org.gnome.desktop.background show-desktop-icons false
To restore the default settings:
gsettings set org.gnome.desktop.background show-desktop-icons true
Tested on 12.04, 14.04 and 14.10.
Isn'tgsettings
preferable todconf
?
– muru
Oct 29 '14 at 10:16
@muru: both are equivalent in that case, I changed my answer asgsettings
is a bit more high-level thandconf
.
– Sylvain Pineau
Oct 29 '14 at 10:19
@SylvainPineau Thanks but this only hide icons in case I run another file manager. I want to completely deactivate the desktop.
– samsy
Oct 29 '14 at 10:55
@samsy For me it deactivates right click and hide desktop icons. What's missing?
– Sylvain Pineau
Oct 29 '14 at 10:58
@SylvainPineau after using that command I did a copy&paste test with a random file and it still works to set a file on the desktop. I forgot to reboot, that could be the reason. Anyway the ubuntu-tweak tool solved it, too.
– samsy
Oct 29 '14 at 11:46
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%2f543086%2fhow-to-hide-desktop-icons%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
If you install Ubuntu Tweak, on the tweaks tab, there is section that controls desktop icons, and there is a button at the top to disable.
Note you will have to add the testing ppa as the stable version for 14.10 is not yet out.
add a comment |
If you install Ubuntu Tweak, on the tweaks tab, there is section that controls desktop icons, and there is a button at the top to disable.
Note you will have to add the testing ppa as the stable version for 14.10 is not yet out.
add a comment |
If you install Ubuntu Tweak, on the tweaks tab, there is section that controls desktop icons, and there is a button at the top to disable.
Note you will have to add the testing ppa as the stable version for 14.10 is not yet out.
If you install Ubuntu Tweak, on the tweaks tab, there is section that controls desktop icons, and there is a button at the top to disable.
Note you will have to add the testing ppa as the stable version for 14.10 is not yet out.
answered Oct 29 '14 at 10:03
NGRhodesNGRhodes
7,0563449
7,0563449
add a comment |
add a comment |
Open a Terminal (with Ctrl+Alt+t) and type the following command to hide icons and disable right-click on the desktop:
gsettings set org.gnome.desktop.background show-desktop-icons false
To restore the default settings:
gsettings set org.gnome.desktop.background show-desktop-icons true
Tested on 12.04, 14.04 and 14.10.
Isn'tgsettings
preferable todconf
?
– muru
Oct 29 '14 at 10:16
@muru: both are equivalent in that case, I changed my answer asgsettings
is a bit more high-level thandconf
.
– Sylvain Pineau
Oct 29 '14 at 10:19
@SylvainPineau Thanks but this only hide icons in case I run another file manager. I want to completely deactivate the desktop.
– samsy
Oct 29 '14 at 10:55
@samsy For me it deactivates right click and hide desktop icons. What's missing?
– Sylvain Pineau
Oct 29 '14 at 10:58
@SylvainPineau after using that command I did a copy&paste test with a random file and it still works to set a file on the desktop. I forgot to reboot, that could be the reason. Anyway the ubuntu-tweak tool solved it, too.
– samsy
Oct 29 '14 at 11:46
add a comment |
Open a Terminal (with Ctrl+Alt+t) and type the following command to hide icons and disable right-click on the desktop:
gsettings set org.gnome.desktop.background show-desktop-icons false
To restore the default settings:
gsettings set org.gnome.desktop.background show-desktop-icons true
Tested on 12.04, 14.04 and 14.10.
Isn'tgsettings
preferable todconf
?
– muru
Oct 29 '14 at 10:16
@muru: both are equivalent in that case, I changed my answer asgsettings
is a bit more high-level thandconf
.
– Sylvain Pineau
Oct 29 '14 at 10:19
@SylvainPineau Thanks but this only hide icons in case I run another file manager. I want to completely deactivate the desktop.
– samsy
Oct 29 '14 at 10:55
@samsy For me it deactivates right click and hide desktop icons. What's missing?
– Sylvain Pineau
Oct 29 '14 at 10:58
@SylvainPineau after using that command I did a copy&paste test with a random file and it still works to set a file on the desktop. I forgot to reboot, that could be the reason. Anyway the ubuntu-tweak tool solved it, too.
– samsy
Oct 29 '14 at 11:46
add a comment |
Open a Terminal (with Ctrl+Alt+t) and type the following command to hide icons and disable right-click on the desktop:
gsettings set org.gnome.desktop.background show-desktop-icons false
To restore the default settings:
gsettings set org.gnome.desktop.background show-desktop-icons true
Tested on 12.04, 14.04 and 14.10.
Open a Terminal (with Ctrl+Alt+t) and type the following command to hide icons and disable right-click on the desktop:
gsettings set org.gnome.desktop.background show-desktop-icons false
To restore the default settings:
gsettings set org.gnome.desktop.background show-desktop-icons true
Tested on 12.04, 14.04 and 14.10.
edited Oct 29 '14 at 10:17
answered Oct 29 '14 at 10:09
Sylvain PineauSylvain Pineau
49.3k16107150
49.3k16107150
Isn'tgsettings
preferable todconf
?
– muru
Oct 29 '14 at 10:16
@muru: both are equivalent in that case, I changed my answer asgsettings
is a bit more high-level thandconf
.
– Sylvain Pineau
Oct 29 '14 at 10:19
@SylvainPineau Thanks but this only hide icons in case I run another file manager. I want to completely deactivate the desktop.
– samsy
Oct 29 '14 at 10:55
@samsy For me it deactivates right click and hide desktop icons. What's missing?
– Sylvain Pineau
Oct 29 '14 at 10:58
@SylvainPineau after using that command I did a copy&paste test with a random file and it still works to set a file on the desktop. I forgot to reboot, that could be the reason. Anyway the ubuntu-tweak tool solved it, too.
– samsy
Oct 29 '14 at 11:46
add a comment |
Isn'tgsettings
preferable todconf
?
– muru
Oct 29 '14 at 10:16
@muru: both are equivalent in that case, I changed my answer asgsettings
is a bit more high-level thandconf
.
– Sylvain Pineau
Oct 29 '14 at 10:19
@SylvainPineau Thanks but this only hide icons in case I run another file manager. I want to completely deactivate the desktop.
– samsy
Oct 29 '14 at 10:55
@samsy For me it deactivates right click and hide desktop icons. What's missing?
– Sylvain Pineau
Oct 29 '14 at 10:58
@SylvainPineau after using that command I did a copy&paste test with a random file and it still works to set a file on the desktop. I forgot to reboot, that could be the reason. Anyway the ubuntu-tweak tool solved it, too.
– samsy
Oct 29 '14 at 11:46
Isn't
gsettings
preferable to dconf
?– muru
Oct 29 '14 at 10:16
Isn't
gsettings
preferable to dconf
?– muru
Oct 29 '14 at 10:16
@muru: both are equivalent in that case, I changed my answer as
gsettings
is a bit more high-level than dconf
.– Sylvain Pineau
Oct 29 '14 at 10:19
@muru: both are equivalent in that case, I changed my answer as
gsettings
is a bit more high-level than dconf
.– Sylvain Pineau
Oct 29 '14 at 10:19
@SylvainPineau Thanks but this only hide icons in case I run another file manager. I want to completely deactivate the desktop.
– samsy
Oct 29 '14 at 10:55
@SylvainPineau Thanks but this only hide icons in case I run another file manager. I want to completely deactivate the desktop.
– samsy
Oct 29 '14 at 10:55
@samsy For me it deactivates right click and hide desktop icons. What's missing?
– Sylvain Pineau
Oct 29 '14 at 10:58
@samsy For me it deactivates right click and hide desktop icons. What's missing?
– Sylvain Pineau
Oct 29 '14 at 10:58
@SylvainPineau after using that command I did a copy&paste test with a random file and it still works to set a file on the desktop. I forgot to reboot, that could be the reason. Anyway the ubuntu-tweak tool solved it, too.
– samsy
Oct 29 '14 at 11:46
@SylvainPineau after using that command I did a copy&paste test with a random file and it still works to set a file on the desktop. I forgot to reboot, that could be the reason. Anyway the ubuntu-tweak tool solved it, too.
– samsy
Oct 29 '14 at 11:46
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%2f543086%2fhow-to-hide-desktop-icons%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