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
A tool to replace all words with antonyms
changing number of arguments to a function in secondary evaluation
How does 'AND' distribute over 'OR' (Set Theory)?
Was the 2019 Lion King film made through motion capture?
Three legged NOT gate? What is this symbol?
Are differences between uniformly distributed numbers uniformly distributed?
Does a code snippet compile? Or does it get compiled?
Tikzpicture - finish drawing a curved line for a cake slice
function evaluation - I don't get it
Multirow in tabularx?
Why are Gatwick's runways too close together?
Sign changes after taking the square root inequality. Why?
English - Acceptable use of parentheses in an author's name
What should I call bands of armed men in Medieval Times?
Trying to write a shell script that keeps testing a server remotely, but it keeps falling in else statement when I logout
ICO or PNG Format?
What does "sardine box" mean?
Who are these characters/superheroes in the posters from Chris's room in Family Guy?
Acceptable to cut steak before searing?
In SQL Server, why does backward scan of clustered index cannot use parallelism?
Does this Foo machine halt?
Visa National - No Exit Stamp From France on Return to the UK
Should you play baroque pieces a semitone lower?
Blocking people from taking pictures of me with smartphone
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
8 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
8 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 8 hours ago
Ysela CreyoYsela Creyo
232 bronze badges
232 bronze badges
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
8 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
8 hours ago
add a comment |
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
8 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
8 hours ago
1
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
8 hours ago
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
8 hours ago
1
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
8 hours ago
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
8 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 7 hours ago
answered 7 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
8 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
8 hours ago