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
Does a code snippet compile? Or does it get compiled?
Why do funding agencies like the NSF not publish accepted grants?
What does Apple mean by "This may decrease battery life"?
Sign changes after taking the square root inequality. Why?
Loading military units into ships optimally, using backtracking
Help evaluating integral (anything simple that I am missing?)
What are the conventions for transcribing Semitic languages into Greek?
How are you supposed to know the strumming pattern for a song from the "chord sheet music"?
Are differences between uniformly distributed numbers uniformly distributed?
How can I shift my job responsibilities back to programming?
function evaluation - I don't get it
Bitcoin successfully deducted on sender wallet but did not reach receiver wallet
Should I ask for permission to write an expository post about someone's else research?
What costs less energy? Roll or Yaw?
Infeasibility in mathematical optimization models
Can you castle with a "ghost" rook?
Not going forward with internship interview process
Dropdowns & Chevrons for Right to Left languages
How does 'AND' distribute over 'OR' (Set Theory)?
Y2K... in 2019?
Identification of vintage sloping window
How to avoid the "need" to learn more before conducting research?
Continuous vertical line using booktabs in tabularx table?
As a 16 year old, how can I keep my money safe from my mother?
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
7 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
7 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
7 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
7 hours ago
add a comment |
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
7 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
7 hours ago
1
1
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
7 hours ago
I don't think Ubuntu has anything to do with "ico" files, it would be "png"
– George Udosen
7 hours ago
1
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
7 hours ago
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
7 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 6 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
7 hours ago
1
Possible duplicate of How can I create my own ubuntu theme?
– George Udosen
7 hours ago