How to increase the icon text size in Ubuntu 18.04?
How can I increase the icon text size in Ubuntu 18.04? I have tried
using gnome-tweaks but I was only able to change font size of window titles and interface items.
Here is a screen shot of three icons from my desktop and I want to change the font size of the text below each icon.

18.04 fonts .desktop
add a comment |
How can I increase the icon text size in Ubuntu 18.04? I have tried
using gnome-tweaks but I was only able to change font size of window titles and interface items.
Here is a screen shot of three icons from my desktop and I want to change the font size of the text below each icon.

18.04 fonts .desktop
Hi, you want to change the font size of texts below the icons on "Desktop" only??
– PRATAP
Sep 15 '18 at 18:05
Preferably, I would like to change the icon text font size everywhere.
– Håkon Hægland
Sep 15 '18 at 18:16
it is possible to select the text below the icons on Desktop, others are related with "Interface" in gnome-tweaks.
– PRATAP
Sep 15 '18 at 18:18
add a comment |
How can I increase the icon text size in Ubuntu 18.04? I have tried
using gnome-tweaks but I was only able to change font size of window titles and interface items.
Here is a screen shot of three icons from my desktop and I want to change the font size of the text below each icon.

18.04 fonts .desktop
How can I increase the icon text size in Ubuntu 18.04? I have tried
using gnome-tweaks but I was only able to change font size of window titles and interface items.
Here is a screen shot of three icons from my desktop and I want to change the font size of the text below each icon.

18.04 fonts .desktop
18.04 fonts .desktop
asked Sep 15 '18 at 16:40
Håkon HæglandHåkon Hægland
1,41141846
1,41141846
Hi, you want to change the font size of texts below the icons on "Desktop" only??
– PRATAP
Sep 15 '18 at 18:05
Preferably, I would like to change the icon text font size everywhere.
– Håkon Hægland
Sep 15 '18 at 18:16
it is possible to select the text below the icons on Desktop, others are related with "Interface" in gnome-tweaks.
– PRATAP
Sep 15 '18 at 18:18
add a comment |
Hi, you want to change the font size of texts below the icons on "Desktop" only??
– PRATAP
Sep 15 '18 at 18:05
Preferably, I would like to change the icon text font size everywhere.
– Håkon Hægland
Sep 15 '18 at 18:16
it is possible to select the text below the icons on Desktop, others are related with "Interface" in gnome-tweaks.
– PRATAP
Sep 15 '18 at 18:18
Hi, you want to change the font size of texts below the icons on "Desktop" only??
– PRATAP
Sep 15 '18 at 18:05
Hi, you want to change the font size of texts below the icons on "Desktop" only??
– PRATAP
Sep 15 '18 at 18:05
Preferably, I would like to change the icon text font size everywhere.
– Håkon Hægland
Sep 15 '18 at 18:16
Preferably, I would like to change the icon text font size everywhere.
– Håkon Hægland
Sep 15 '18 at 18:16
it is possible to select the text below the icons on Desktop, others are related with "Interface" in gnome-tweaks.
– PRATAP
Sep 15 '18 at 18:18
it is possible to select the text below the icons on Desktop, others are related with "Interface" in gnome-tweaks.
– PRATAP
Sep 15 '18 at 18:18
add a comment |
1 Answer
1
active
oldest
votes
Open dconf Editor. If not yet installed, install it by the following command in terminal.
sudo apt update && sudo apt-get install dconf-editor -ysearch with keywords nautilus, open /org/gnome/nautilus/
- open Desktop and then choose font (Desktop font)
- give your preferred value.
please see the below pics, where i changed font sizes from 'sans normal' 5,10,15 & 20







Sorry if this sounds obtuse, but WTF is dconf Editor? Ie how do I open this???? It doesn't even appear to exist on 18.04.
– Paul Benson
Oct 2 '18 at 16:12
you need to install dconf editor.sudo apt update && sudo apt-get install dconf-editor -yPlease see the edited answer.
– PRATAP
Oct 2 '18 at 16:15
Ah! Thanks, but why couldn't you have said that in the first place? Time and again some important info is omitted when explaining something, and it's very frustrating and time-wasting.
– Paul Benson
Oct 2 '18 at 16:45
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%2f1075561%2fhow-to-increase-the-icon-text-size-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open dconf Editor. If not yet installed, install it by the following command in terminal.
sudo apt update && sudo apt-get install dconf-editor -ysearch with keywords nautilus, open /org/gnome/nautilus/
- open Desktop and then choose font (Desktop font)
- give your preferred value.
please see the below pics, where i changed font sizes from 'sans normal' 5,10,15 & 20







Sorry if this sounds obtuse, but WTF is dconf Editor? Ie how do I open this???? It doesn't even appear to exist on 18.04.
– Paul Benson
Oct 2 '18 at 16:12
you need to install dconf editor.sudo apt update && sudo apt-get install dconf-editor -yPlease see the edited answer.
– PRATAP
Oct 2 '18 at 16:15
Ah! Thanks, but why couldn't you have said that in the first place? Time and again some important info is omitted when explaining something, and it's very frustrating and time-wasting.
– Paul Benson
Oct 2 '18 at 16:45
add a comment |
Open dconf Editor. If not yet installed, install it by the following command in terminal.
sudo apt update && sudo apt-get install dconf-editor -ysearch with keywords nautilus, open /org/gnome/nautilus/
- open Desktop and then choose font (Desktop font)
- give your preferred value.
please see the below pics, where i changed font sizes from 'sans normal' 5,10,15 & 20







Sorry if this sounds obtuse, but WTF is dconf Editor? Ie how do I open this???? It doesn't even appear to exist on 18.04.
– Paul Benson
Oct 2 '18 at 16:12
you need to install dconf editor.sudo apt update && sudo apt-get install dconf-editor -yPlease see the edited answer.
– PRATAP
Oct 2 '18 at 16:15
Ah! Thanks, but why couldn't you have said that in the first place? Time and again some important info is omitted when explaining something, and it's very frustrating and time-wasting.
– Paul Benson
Oct 2 '18 at 16:45
add a comment |
Open dconf Editor. If not yet installed, install it by the following command in terminal.
sudo apt update && sudo apt-get install dconf-editor -ysearch with keywords nautilus, open /org/gnome/nautilus/
- open Desktop and then choose font (Desktop font)
- give your preferred value.
please see the below pics, where i changed font sizes from 'sans normal' 5,10,15 & 20







Open dconf Editor. If not yet installed, install it by the following command in terminal.
sudo apt update && sudo apt-get install dconf-editor -ysearch with keywords nautilus, open /org/gnome/nautilus/
- open Desktop and then choose font (Desktop font)
- give your preferred value.
please see the below pics, where i changed font sizes from 'sans normal' 5,10,15 & 20







edited Oct 2 '18 at 16:18
answered Sep 15 '18 at 18:22
PRATAPPRATAP
2,5672626
2,5672626
Sorry if this sounds obtuse, but WTF is dconf Editor? Ie how do I open this???? It doesn't even appear to exist on 18.04.
– Paul Benson
Oct 2 '18 at 16:12
you need to install dconf editor.sudo apt update && sudo apt-get install dconf-editor -yPlease see the edited answer.
– PRATAP
Oct 2 '18 at 16:15
Ah! Thanks, but why couldn't you have said that in the first place? Time and again some important info is omitted when explaining something, and it's very frustrating and time-wasting.
– Paul Benson
Oct 2 '18 at 16:45
add a comment |
Sorry if this sounds obtuse, but WTF is dconf Editor? Ie how do I open this???? It doesn't even appear to exist on 18.04.
– Paul Benson
Oct 2 '18 at 16:12
you need to install dconf editor.sudo apt update && sudo apt-get install dconf-editor -yPlease see the edited answer.
– PRATAP
Oct 2 '18 at 16:15
Ah! Thanks, but why couldn't you have said that in the first place? Time and again some important info is omitted when explaining something, and it's very frustrating and time-wasting.
– Paul Benson
Oct 2 '18 at 16:45
Sorry if this sounds obtuse, but WTF is dconf Editor? Ie how do I open this???? It doesn't even appear to exist on 18.04.
– Paul Benson
Oct 2 '18 at 16:12
Sorry if this sounds obtuse, but WTF is dconf Editor? Ie how do I open this???? It doesn't even appear to exist on 18.04.
– Paul Benson
Oct 2 '18 at 16:12
you need to install dconf editor.
sudo apt update && sudo apt-get install dconf-editor -y Please see the edited answer.– PRATAP
Oct 2 '18 at 16:15
you need to install dconf editor.
sudo apt update && sudo apt-get install dconf-editor -y Please see the edited answer.– PRATAP
Oct 2 '18 at 16:15
Ah! Thanks, but why couldn't you have said that in the first place? Time and again some important info is omitted when explaining something, and it's very frustrating and time-wasting.
– Paul Benson
Oct 2 '18 at 16:45
Ah! Thanks, but why couldn't you have said that in the first place? Time and again some important info is omitted when explaining something, and it's very frustrating and time-wasting.
– Paul Benson
Oct 2 '18 at 16:45
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%2f1075561%2fhow-to-increase-the-icon-text-size-in-ubuntu-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
Hi, you want to change the font size of texts below the icons on "Desktop" only??
– PRATAP
Sep 15 '18 at 18:05
Preferably, I would like to change the icon text font size everywhere.
– Håkon Hægland
Sep 15 '18 at 18:16
it is possible to select the text below the icons on Desktop, others are related with "Interface" in gnome-tweaks.
– PRATAP
Sep 15 '18 at 18:18