ICO or PNG Format?How can I create my own ubuntu theme?Changing the default folder iconModify dash...
Acceptable to cut steak before searing?
Tikzpicture - finish drawing a curved line for a cake slice
In SQL Server, why does backward scan of clustered index cannot use parallelism?
AsyncDictionary - Can you break thread safety?
Multirow in tabularx?
Write an interpreter for *
Why is transplanting a specific intact brain impossible if it is generally possible?
Continuous vertical line using booktabs in tabularx table?
Is there a way to unplug the Raspberry pi safely without shutting down
What is my malfunctioning AI harvesting from humans?
Is it legal for a company to enter an agreement not to hire employees from another company?
Te-form and かつ and も?
How to mark beverage cans in a cooler for a blind person?
Loading military units into ships optimally, using backtracking
Generate Brainfuck for the numbers 1–255
Why did Gandalf use a sword against the Balrog?
What gave Harry Potter the idea of writing in Tom Riddle's diary?
How can I solve for the intersection points of two ellipses?
Question about "Approaching Zero and Limits" in the Intuitive Proof of the Derivative of Sine
DeclareMathOperator and widearcarrow with kpfonts
constant evaluation when using differential equations.
try/finally with bash shell
Blocking people from taking pictures of me with smartphone
(11 of 11: Meta) What is Pyramid Cult's All-Time Favorite?
ICO or PNG Format?
How can I create my own ubuntu theme?Changing the default folder iconModify dash minimize/maximize/close iconsLauncher icon differences in pixels between monitors usign same resolutionHow to get steam icons in the Ubuntu dash? Specifically numixcreate a video file from series of png imagesgnome-shell.css does not existFew application icons not appearing in Ubuntu Dock after upgrading to Ubuntu 17.10Is it possible to convert linux icon themes into windows compatible icon themes?How to create MY OWN custom icons 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Kind of a dumb question, but which file format are ubuntu icons (in apps and dash to dock) are they .png or .ico files? I want to create some icon/themes for ubuntu. But I'm not sure which format to use, also is 256x256 the resolution like in windows?
Thanks in advance :)
files icons format png
add a comment |
Kind of a dumb question, but which file format are ubuntu icons (in apps and dash to dock) are they .png or .ico files? I want to create some icon/themes for ubuntu. But I'm not sure which format to use, also is 256x256 the resolution like in windows?
Thanks in advance :)
files icons format png
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
10 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
10 hours ago
add a comment |
Kind of a dumb question, but which file format are ubuntu icons (in apps and dash to dock) are they .png or .ico files? I want to create some icon/themes for ubuntu. But I'm not sure which format to use, also is 256x256 the resolution like in windows?
Thanks in advance :)
files icons format png
Kind of a dumb question, but which file format are ubuntu icons (in apps and dash to dock) are they .png or .ico files? I want to create some icon/themes for ubuntu. But I'm not sure which format to use, also is 256x256 the resolution like in windows?
Thanks in advance :)
files icons format png
files icons format png
asked 11 hours ago
Ysela CreyoYsela Creyo
282 bronze badges
282 bronze badges
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
10 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
10 hours ago
add a comment |
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
10 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
10 hours ago
1
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
10 hours ago
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
10 hours ago
1
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
10 hours ago
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
10 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Icons in Ubuntu
Fixed size icons are usually in png
format (can be viewed with most image viewers).
Scalable icons are usually in svg
format (can be viewed with for example eog
, Eye of Gnome, and can be created and manipulated (and zoomed) with inkscape
).
You can find icons that belong to the desktop environment and the installed application programs in subdirectories of
/usr/share/icons/
You will find a whole series of resolutions. In my Lubuntu the following commands find resolutions from 8x8 to 512x512. And there are scalable icons, which will be displayed well in any size/resolution (not pixelated).
$ cd /usr/share/icons/hicolor
$ ls|sort -n
icon-theme.cache
index.theme
scalable
symbolic
8x8
16x16
20x20
22x22
24x24
28x28
32x32
36x36
40x40
42x42
48x48
64x64
72x72
96x96
128x128
192x192
256x256
512x512
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%2f1165039%2fico-or-png-format%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
Icons in Ubuntu
Fixed size icons are usually in png
format (can be viewed with most image viewers).
Scalable icons are usually in svg
format (can be viewed with for example eog
, Eye of Gnome, and can be created and manipulated (and zoomed) with inkscape
).
You can find icons that belong to the desktop environment and the installed application programs in subdirectories of
/usr/share/icons/
You will find a whole series of resolutions. In my Lubuntu the following commands find resolutions from 8x8 to 512x512. And there are scalable icons, which will be displayed well in any size/resolution (not pixelated).
$ cd /usr/share/icons/hicolor
$ ls|sort -n
icon-theme.cache
index.theme
scalable
symbolic
8x8
16x16
20x20
22x22
24x24
28x28
32x32
36x36
40x40
42x42
48x48
64x64
72x72
96x96
128x128
192x192
256x256
512x512
add a comment |
Icons in Ubuntu
Fixed size icons are usually in png
format (can be viewed with most image viewers).
Scalable icons are usually in svg
format (can be viewed with for example eog
, Eye of Gnome, and can be created and manipulated (and zoomed) with inkscape
).
You can find icons that belong to the desktop environment and the installed application programs in subdirectories of
/usr/share/icons/
You will find a whole series of resolutions. In my Lubuntu the following commands find resolutions from 8x8 to 512x512. And there are scalable icons, which will be displayed well in any size/resolution (not pixelated).
$ cd /usr/share/icons/hicolor
$ ls|sort -n
icon-theme.cache
index.theme
scalable
symbolic
8x8
16x16
20x20
22x22
24x24
28x28
32x32
36x36
40x40
42x42
48x48
64x64
72x72
96x96
128x128
192x192
256x256
512x512
add a comment |
Icons in Ubuntu
Fixed size icons are usually in png
format (can be viewed with most image viewers).
Scalable icons are usually in svg
format (can be viewed with for example eog
, Eye of Gnome, and can be created and manipulated (and zoomed) with inkscape
).
You can find icons that belong to the desktop environment and the installed application programs in subdirectories of
/usr/share/icons/
You will find a whole series of resolutions. In my Lubuntu the following commands find resolutions from 8x8 to 512x512. And there are scalable icons, which will be displayed well in any size/resolution (not pixelated).
$ cd /usr/share/icons/hicolor
$ ls|sort -n
icon-theme.cache
index.theme
scalable
symbolic
8x8
16x16
20x20
22x22
24x24
28x28
32x32
36x36
40x40
42x42
48x48
64x64
72x72
96x96
128x128
192x192
256x256
512x512
Icons in Ubuntu
Fixed size icons are usually in png
format (can be viewed with most image viewers).
Scalable icons are usually in svg
format (can be viewed with for example eog
, Eye of Gnome, and can be created and manipulated (and zoomed) with inkscape
).
You can find icons that belong to the desktop environment and the installed application programs in subdirectories of
/usr/share/icons/
You will find a whole series of resolutions. In my Lubuntu the following commands find resolutions from 8x8 to 512x512. And there are scalable icons, which will be displayed well in any size/resolution (not pixelated).
$ cd /usr/share/icons/hicolor
$ ls|sort -n
icon-theme.cache
index.theme
scalable
symbolic
8x8
16x16
20x20
22x22
24x24
28x28
32x32
36x36
40x40
42x42
48x48
64x64
72x72
96x96
128x128
192x192
256x256
512x512
edited 9 hours ago
answered 9 hours ago
sudodussudodus
26.5k3 gold badges35 silver badges85 bronze badges
26.5k3 gold badges35 silver badges85 bronze badges
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%2f1165039%2fico-or-png-format%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
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
10 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
10 hours ago