How to change the default terminal icon
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I know it seems like a duplicate but I can't find anything especially related to terminal icon.
What I tried so far:
Modifying /usr/share/applications/gnome-terminal.desktop icon no changing
I copied this file to ~/.local/share/applications hence created a new app in the menu => old terminal disappears new icon is there BUT when clicked terminal opens and appears with it's old icon in the dock
I replaced every terminal icon I found in the themes but here again no changes
Also replaced the utilities-terminal.svg in humanity theme also no help
The fun part is that when I am trying to add my terminal from the application menu to the dock (add to favs) it adds BOTH applications to the dock.
Really really strange I have no idea why. I am out of ideas now.
EDIT:
here is the /usr/share/applications/gnome-terminal.desktop
[Desktop Entry]
Name=Terminal
Comment=Use the command line
Keywords=shell;prompt;command;commandline;cmd;
TryExec=gnome-terminal
Exec=gnome-terminal
Icon=/path/to/my/icon/terminal.png
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-terminal
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=3.28.2
Categories=GNOME;GTK;System;TerminalEmulator;
StartupNotify=true
X-GNOME-SingleWindow=false
OnlyShowIn=GNOME;Unity;
Actions=new-window
X-Ubuntu-Gettext-Domain=gnome-terminal
X-AppStream-Ignore=true
[Desktop Action new-window]
Name=New Terminal
Exec=gnome-terminal
18.04 gnome icons themes gnome-terminal
add a comment |
I know it seems like a duplicate but I can't find anything especially related to terminal icon.
What I tried so far:
Modifying /usr/share/applications/gnome-terminal.desktop icon no changing
I copied this file to ~/.local/share/applications hence created a new app in the menu => old terminal disappears new icon is there BUT when clicked terminal opens and appears with it's old icon in the dock
I replaced every terminal icon I found in the themes but here again no changes
Also replaced the utilities-terminal.svg in humanity theme also no help
The fun part is that when I am trying to add my terminal from the application menu to the dock (add to favs) it adds BOTH applications to the dock.
Really really strange I have no idea why. I am out of ideas now.
EDIT:
here is the /usr/share/applications/gnome-terminal.desktop
[Desktop Entry]
Name=Terminal
Comment=Use the command line
Keywords=shell;prompt;command;commandline;cmd;
TryExec=gnome-terminal
Exec=gnome-terminal
Icon=/path/to/my/icon/terminal.png
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-terminal
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=3.28.2
Categories=GNOME;GTK;System;TerminalEmulator;
StartupNotify=true
X-GNOME-SingleWindow=false
OnlyShowIn=GNOME;Unity;
Actions=new-window
X-Ubuntu-Gettext-Domain=gnome-terminal
X-AppStream-Ignore=true
[Desktop Action new-window]
Name=New Terminal
Exec=gnome-terminal
18.04 gnome icons themes gnome-terminal
can you please post the contents of the relevant .desktop file? perhaps paste it into a text file first and remove all the alternate language entries (the ones with [de], [it], [ko]... in them) to make it a little more readable, then paste it as a code sample in an edit to your question. Hint -- you make a code sample by separating it with a blank line, and enclosing it in back-ticks(the unshifted ~ key).
– BISI
Mar 23 at 5:54
I don't really get what you mean by "seperating it with a blank line" seperate who? But I think I posted what you wanted. I modified only the icon path. With every other application it worked fine. But here it's tricky. I had also issues with apps which were downloaded over snap. When I moved their .desktop to .local I had +- same issues. So I think maybe this is not the only terminal.desktop file.
– Dimfred
Mar 23 at 12:30
1
actually there are two applications in/usr/share/applications/can you try withorg.gnome.Terminal.desktopfile from/usr/share/applicationsby the way what is the current icon theme you are using?
– PRATAP
Mar 23 at 12:34
Ohh you made it thank you. It was indeed *.Terminal. I have to make grep case insensitive for the next time to get all the results. I am using ubuntu-mono-dark, but I think the terminal icon is from adwaita (ubuntu-mono-dark inherits from there)
– Dimfred
Mar 23 at 13:01
With your answer I could also find the corresponding nautilus file. It's also uppercase.
– Dimfred
Mar 23 at 13:07
add a comment |
I know it seems like a duplicate but I can't find anything especially related to terminal icon.
What I tried so far:
Modifying /usr/share/applications/gnome-terminal.desktop icon no changing
I copied this file to ~/.local/share/applications hence created a new app in the menu => old terminal disappears new icon is there BUT when clicked terminal opens and appears with it's old icon in the dock
I replaced every terminal icon I found in the themes but here again no changes
Also replaced the utilities-terminal.svg in humanity theme also no help
The fun part is that when I am trying to add my terminal from the application menu to the dock (add to favs) it adds BOTH applications to the dock.
Really really strange I have no idea why. I am out of ideas now.
EDIT:
here is the /usr/share/applications/gnome-terminal.desktop
[Desktop Entry]
Name=Terminal
Comment=Use the command line
Keywords=shell;prompt;command;commandline;cmd;
TryExec=gnome-terminal
Exec=gnome-terminal
Icon=/path/to/my/icon/terminal.png
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-terminal
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=3.28.2
Categories=GNOME;GTK;System;TerminalEmulator;
StartupNotify=true
X-GNOME-SingleWindow=false
OnlyShowIn=GNOME;Unity;
Actions=new-window
X-Ubuntu-Gettext-Domain=gnome-terminal
X-AppStream-Ignore=true
[Desktop Action new-window]
Name=New Terminal
Exec=gnome-terminal
18.04 gnome icons themes gnome-terminal
I know it seems like a duplicate but I can't find anything especially related to terminal icon.
What I tried so far:
Modifying /usr/share/applications/gnome-terminal.desktop icon no changing
I copied this file to ~/.local/share/applications hence created a new app in the menu => old terminal disappears new icon is there BUT when clicked terminal opens and appears with it's old icon in the dock
I replaced every terminal icon I found in the themes but here again no changes
Also replaced the utilities-terminal.svg in humanity theme also no help
The fun part is that when I am trying to add my terminal from the application menu to the dock (add to favs) it adds BOTH applications to the dock.
Really really strange I have no idea why. I am out of ideas now.
EDIT:
here is the /usr/share/applications/gnome-terminal.desktop
[Desktop Entry]
Name=Terminal
Comment=Use the command line
Keywords=shell;prompt;command;commandline;cmd;
TryExec=gnome-terminal
Exec=gnome-terminal
Icon=/path/to/my/icon/terminal.png
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-terminal
X-GNOME-Bugzilla-Component=BugBuddyBugs
X-GNOME-Bugzilla-Version=3.28.2
Categories=GNOME;GTK;System;TerminalEmulator;
StartupNotify=true
X-GNOME-SingleWindow=false
OnlyShowIn=GNOME;Unity;
Actions=new-window
X-Ubuntu-Gettext-Domain=gnome-terminal
X-AppStream-Ignore=true
[Desktop Action new-window]
Name=New Terminal
Exec=gnome-terminal
18.04 gnome icons themes gnome-terminal
18.04 gnome icons themes gnome-terminal
edited Mar 23 at 12:25
Dimfred
asked Mar 23 at 2:15
DimfredDimfred
113
113
can you please post the contents of the relevant .desktop file? perhaps paste it into a text file first and remove all the alternate language entries (the ones with [de], [it], [ko]... in them) to make it a little more readable, then paste it as a code sample in an edit to your question. Hint -- you make a code sample by separating it with a blank line, and enclosing it in back-ticks(the unshifted ~ key).
– BISI
Mar 23 at 5:54
I don't really get what you mean by "seperating it with a blank line" seperate who? But I think I posted what you wanted. I modified only the icon path. With every other application it worked fine. But here it's tricky. I had also issues with apps which were downloaded over snap. When I moved their .desktop to .local I had +- same issues. So I think maybe this is not the only terminal.desktop file.
– Dimfred
Mar 23 at 12:30
1
actually there are two applications in/usr/share/applications/can you try withorg.gnome.Terminal.desktopfile from/usr/share/applicationsby the way what is the current icon theme you are using?
– PRATAP
Mar 23 at 12:34
Ohh you made it thank you. It was indeed *.Terminal. I have to make grep case insensitive for the next time to get all the results. I am using ubuntu-mono-dark, but I think the terminal icon is from adwaita (ubuntu-mono-dark inherits from there)
– Dimfred
Mar 23 at 13:01
With your answer I could also find the corresponding nautilus file. It's also uppercase.
– Dimfred
Mar 23 at 13:07
add a comment |
can you please post the contents of the relevant .desktop file? perhaps paste it into a text file first and remove all the alternate language entries (the ones with [de], [it], [ko]... in them) to make it a little more readable, then paste it as a code sample in an edit to your question. Hint -- you make a code sample by separating it with a blank line, and enclosing it in back-ticks(the unshifted ~ key).
– BISI
Mar 23 at 5:54
I don't really get what you mean by "seperating it with a blank line" seperate who? But I think I posted what you wanted. I modified only the icon path. With every other application it worked fine. But here it's tricky. I had also issues with apps which were downloaded over snap. When I moved their .desktop to .local I had +- same issues. So I think maybe this is not the only terminal.desktop file.
– Dimfred
Mar 23 at 12:30
1
actually there are two applications in/usr/share/applications/can you try withorg.gnome.Terminal.desktopfile from/usr/share/applicationsby the way what is the current icon theme you are using?
– PRATAP
Mar 23 at 12:34
Ohh you made it thank you. It was indeed *.Terminal. I have to make grep case insensitive for the next time to get all the results. I am using ubuntu-mono-dark, but I think the terminal icon is from adwaita (ubuntu-mono-dark inherits from there)
– Dimfred
Mar 23 at 13:01
With your answer I could also find the corresponding nautilus file. It's also uppercase.
– Dimfred
Mar 23 at 13:07
can you please post the contents of the relevant .desktop file? perhaps paste it into a text file first and remove all the alternate language entries (the ones with [de], [it], [ko]... in them) to make it a little more readable, then paste it as a code sample in an edit to your question. Hint -- you make a code sample by separating it with a blank line, and enclosing it in back-ticks
(the unshifted ~ key).– BISI
Mar 23 at 5:54
can you please post the contents of the relevant .desktop file? perhaps paste it into a text file first and remove all the alternate language entries (the ones with [de], [it], [ko]... in them) to make it a little more readable, then paste it as a code sample in an edit to your question. Hint -- you make a code sample by separating it with a blank line, and enclosing it in back-ticks
(the unshifted ~ key).– BISI
Mar 23 at 5:54
I don't really get what you mean by "seperating it with a blank line" seperate who? But I think I posted what you wanted. I modified only the icon path. With every other application it worked fine. But here it's tricky. I had also issues with apps which were downloaded over snap. When I moved their .desktop to .local I had +- same issues. So I think maybe this is not the only terminal.desktop file.
– Dimfred
Mar 23 at 12:30
I don't really get what you mean by "seperating it with a blank line" seperate who? But I think I posted what you wanted. I modified only the icon path. With every other application it worked fine. But here it's tricky. I had also issues with apps which were downloaded over snap. When I moved their .desktop to .local I had +- same issues. So I think maybe this is not the only terminal.desktop file.
– Dimfred
Mar 23 at 12:30
1
1
actually there are two applications in
/usr/share/applications/ can you try with org.gnome.Terminal.desktop file from /usr/share/applications by the way what is the current icon theme you are using?– PRATAP
Mar 23 at 12:34
actually there are two applications in
/usr/share/applications/ can you try with org.gnome.Terminal.desktop file from /usr/share/applications by the way what is the current icon theme you are using?– PRATAP
Mar 23 at 12:34
Ohh you made it thank you. It was indeed *.Terminal. I have to make grep case insensitive for the next time to get all the results. I am using ubuntu-mono-dark, but I think the terminal icon is from adwaita (ubuntu-mono-dark inherits from there)
– Dimfred
Mar 23 at 13:01
Ohh you made it thank you. It was indeed *.Terminal. I have to make grep case insensitive for the next time to get all the results. I am using ubuntu-mono-dark, but I think the terminal icon is from adwaita (ubuntu-mono-dark inherits from there)
– Dimfred
Mar 23 at 13:01
With your answer I could also find the corresponding nautilus file. It's also uppercase.
– Dimfred
Mar 23 at 13:07
With your answer I could also find the corresponding nautilus file. It's also uppercase.
– Dimfred
Mar 23 at 13:07
add a comment |
2 Answers
2
active
oldest
votes
as PRATAP said:
actually there are two applications in /usr/share/applications/ can you try with org.gnome.Terminal.desktop file from /usr/share/applications [...]
add a comment |
a couple of things to note:
First, you have a custom path for the icon, so changing the default icon won't make any difference.
Second - we'll probably ignore the other issue(s) you've raised (multiple instances in the dock) -- I recommend you search for solutions to that, and see if you can find an answer, and if not, post it as a separate question.
Back to the headline question -- "how to change the default terminal icon?"
My solution was to give up and use a custom icon. Mostly because I long-ago came to the conclusion that the upgrade churn of Ubuntu wastes too much of my time, so I was better off keeping my customisations safe from the developers. My particular need is slightly different from yours -- for a ROOT terminal with matching icon. So here's my solution.
contents of ~/.gnome/apps/menulibre-root-terminal.desktop
[Desktop Entry]
Version=1.1
Type=Application
Name=Root Terminal
Comment=xfce4-terminal with root privileges
Icon=/0data/localstore0/gksu-root-terminal.png
Exec=/usr/bin/pkexec xfce4-terminal
Actions=
Categories=System;Utility;XFCE;
StartupNotify=true
OnlyShowIn=Old;
This file has been modified a number of times over the years (most recently to implement pkexec, when the churn killed gksu). It is also for xubuntu, so it is not directly applicable to your situation. But close enough for some guidance. Note the path for my icon for this launcher. I have several that have accumulated over the years. I have attempted to attach a couple of them for you to experiment with. gksu-root-terminal.png utilities-terminal.png
Working from this example, I use find, and discover that the launcher for the default terminal (not the one I am using) on my system is called:
/usr/share/applications/xfce4-terminal-settings.desktop
Inside that file I find the Icon= declaration. It says:
`Icon=utilities-terminal'
doing a find, as below, reveals a plethora of candidates, at which point I would likely be off to the xfce.org website (and probably the xubuntu website) to ask someone there for some help. -- like "which one of these is referred to by the launcher?", and "how does an ordinary mortal know for sure?"
(FWIW, my money would be on the first one, and I would take a flyer and try renaming that file, putting some obviously different image in its place, with the same name, ownership and permissions. But I'll leave that up to you.)
find /usr/share -iname '*utilities-terminal*' -print
/usr/share/app-install/icons/utilities-terminal.svg
/usr/share/icons/HighContrast/16x16/apps/utilities-terminal.png
/usr/share/icons/HighContrast/24x24/apps/utilities-terminal.png
/usr/share/icons/HighContrast/scalable/apps/utilities-terminal.svg
/usr/share/icons/HighContrast/48x48/apps/utilities-terminal.png
/usr/share/icons/HighContrast/256x256/apps/utilities-terminal.png
/usr/share/icons/HighContrast/22x22/apps/utilities-terminal.png
/usr/share/icons/HighContrast/32x32/apps/utilities-terminal.png
/usr/share/icons/gnome/16x16/apps/utilities-terminal.png
/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
/usr/share/icons/gnome/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/gnome/48x48/apps/utilities-terminal.png
/usr/share/icons/gnome/256x256/apps/utilities-terminal.png
/usr/share/icons/gnome/22x22/apps/utilities-terminal.png
/usr/share/icons/gnome/32x32/apps/utilities-terminal.png
/usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/Humanity/apps/64/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/64/utilities-terminal.svg
/usr/share/icons/Humanity/apps/16/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/16/utilities-terminal.svg
/usr/share/icons/Humanity/apps/32/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/32/utilities-terminal.svg
/usr/share/icons/Humanity/apps/128/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/128/utilities-terminal.svg
/usr/share/icons/Humanity/apps/22/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/22/utilities-terminal.svg
/usr/share/icons/Humanity/apps/48/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/48/utilities-terminal.svg
/usr/share/icons/Humanity/apps/24/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/24/utilities-terminal.svg
/usr/share/icons/elementary-xfce/apps/64/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/64/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/symbolic/utilities-terminal-symbolic.svg
/usr/share/icons/elementary-xfce/apps/16/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/16/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/Etermutilities-terminal.png
NB -- after re-reading and editing all this, I am going to guess that you are not using the term "default icon" to actually mean the default icon for the system, but rather you just want a custom icon for your terminal app. In which case, you just need to put a suitably-dimensioned svg, png, jpg, whatever, image in a known location, then edit the launcher in the GUI to point at the new image file.
note that the utilities-terminal.png is really utilities-terminal.svg, converted using gimp -- stack exchange doesn't accept .svg files for upload.
Thanks for the help I appreciate it. But the two application problem disappeared when I found the right .desktop file. Also I only have chrome.desktop files in the ~/.gnome... directory so no help here. Also when changing all default icons to my icon the icon will surely change because on of this icons is loaded by default and when my icon becomes the default icon the problem is also solved. But Also @PRATAP has allready answered my question correctly. Again still thanks for the answer.
– Dimfred
Mar 28 at 14:54
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%2f1127983%2fhow-to-change-the-default-terminal-icon%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
as PRATAP said:
actually there are two applications in /usr/share/applications/ can you try with org.gnome.Terminal.desktop file from /usr/share/applications [...]
add a comment |
as PRATAP said:
actually there are two applications in /usr/share/applications/ can you try with org.gnome.Terminal.desktop file from /usr/share/applications [...]
add a comment |
as PRATAP said:
actually there are two applications in /usr/share/applications/ can you try with org.gnome.Terminal.desktop file from /usr/share/applications [...]
as PRATAP said:
actually there are two applications in /usr/share/applications/ can you try with org.gnome.Terminal.desktop file from /usr/share/applications [...]
answered Mar 23 at 15:35
DimfredDimfred
113
113
add a comment |
add a comment |
a couple of things to note:
First, you have a custom path for the icon, so changing the default icon won't make any difference.
Second - we'll probably ignore the other issue(s) you've raised (multiple instances in the dock) -- I recommend you search for solutions to that, and see if you can find an answer, and if not, post it as a separate question.
Back to the headline question -- "how to change the default terminal icon?"
My solution was to give up and use a custom icon. Mostly because I long-ago came to the conclusion that the upgrade churn of Ubuntu wastes too much of my time, so I was better off keeping my customisations safe from the developers. My particular need is slightly different from yours -- for a ROOT terminal with matching icon. So here's my solution.
contents of ~/.gnome/apps/menulibre-root-terminal.desktop
[Desktop Entry]
Version=1.1
Type=Application
Name=Root Terminal
Comment=xfce4-terminal with root privileges
Icon=/0data/localstore0/gksu-root-terminal.png
Exec=/usr/bin/pkexec xfce4-terminal
Actions=
Categories=System;Utility;XFCE;
StartupNotify=true
OnlyShowIn=Old;
This file has been modified a number of times over the years (most recently to implement pkexec, when the churn killed gksu). It is also for xubuntu, so it is not directly applicable to your situation. But close enough for some guidance. Note the path for my icon for this launcher. I have several that have accumulated over the years. I have attempted to attach a couple of them for you to experiment with. gksu-root-terminal.png utilities-terminal.png
Working from this example, I use find, and discover that the launcher for the default terminal (not the one I am using) on my system is called:
/usr/share/applications/xfce4-terminal-settings.desktop
Inside that file I find the Icon= declaration. It says:
`Icon=utilities-terminal'
doing a find, as below, reveals a plethora of candidates, at which point I would likely be off to the xfce.org website (and probably the xubuntu website) to ask someone there for some help. -- like "which one of these is referred to by the launcher?", and "how does an ordinary mortal know for sure?"
(FWIW, my money would be on the first one, and I would take a flyer and try renaming that file, putting some obviously different image in its place, with the same name, ownership and permissions. But I'll leave that up to you.)
find /usr/share -iname '*utilities-terminal*' -print
/usr/share/app-install/icons/utilities-terminal.svg
/usr/share/icons/HighContrast/16x16/apps/utilities-terminal.png
/usr/share/icons/HighContrast/24x24/apps/utilities-terminal.png
/usr/share/icons/HighContrast/scalable/apps/utilities-terminal.svg
/usr/share/icons/HighContrast/48x48/apps/utilities-terminal.png
/usr/share/icons/HighContrast/256x256/apps/utilities-terminal.png
/usr/share/icons/HighContrast/22x22/apps/utilities-terminal.png
/usr/share/icons/HighContrast/32x32/apps/utilities-terminal.png
/usr/share/icons/gnome/16x16/apps/utilities-terminal.png
/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
/usr/share/icons/gnome/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/gnome/48x48/apps/utilities-terminal.png
/usr/share/icons/gnome/256x256/apps/utilities-terminal.png
/usr/share/icons/gnome/22x22/apps/utilities-terminal.png
/usr/share/icons/gnome/32x32/apps/utilities-terminal.png
/usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/Humanity/apps/64/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/64/utilities-terminal.svg
/usr/share/icons/Humanity/apps/16/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/16/utilities-terminal.svg
/usr/share/icons/Humanity/apps/32/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/32/utilities-terminal.svg
/usr/share/icons/Humanity/apps/128/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/128/utilities-terminal.svg
/usr/share/icons/Humanity/apps/22/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/22/utilities-terminal.svg
/usr/share/icons/Humanity/apps/48/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/48/utilities-terminal.svg
/usr/share/icons/Humanity/apps/24/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/24/utilities-terminal.svg
/usr/share/icons/elementary-xfce/apps/64/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/64/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/symbolic/utilities-terminal-symbolic.svg
/usr/share/icons/elementary-xfce/apps/16/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/16/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/Etermutilities-terminal.png
NB -- after re-reading and editing all this, I am going to guess that you are not using the term "default icon" to actually mean the default icon for the system, but rather you just want a custom icon for your terminal app. In which case, you just need to put a suitably-dimensioned svg, png, jpg, whatever, image in a known location, then edit the launcher in the GUI to point at the new image file.
note that the utilities-terminal.png is really utilities-terminal.svg, converted using gimp -- stack exchange doesn't accept .svg files for upload.
Thanks for the help I appreciate it. But the two application problem disappeared when I found the right .desktop file. Also I only have chrome.desktop files in the ~/.gnome... directory so no help here. Also when changing all default icons to my icon the icon will surely change because on of this icons is loaded by default and when my icon becomes the default icon the problem is also solved. But Also @PRATAP has allready answered my question correctly. Again still thanks for the answer.
– Dimfred
Mar 28 at 14:54
add a comment |
a couple of things to note:
First, you have a custom path for the icon, so changing the default icon won't make any difference.
Second - we'll probably ignore the other issue(s) you've raised (multiple instances in the dock) -- I recommend you search for solutions to that, and see if you can find an answer, and if not, post it as a separate question.
Back to the headline question -- "how to change the default terminal icon?"
My solution was to give up and use a custom icon. Mostly because I long-ago came to the conclusion that the upgrade churn of Ubuntu wastes too much of my time, so I was better off keeping my customisations safe from the developers. My particular need is slightly different from yours -- for a ROOT terminal with matching icon. So here's my solution.
contents of ~/.gnome/apps/menulibre-root-terminal.desktop
[Desktop Entry]
Version=1.1
Type=Application
Name=Root Terminal
Comment=xfce4-terminal with root privileges
Icon=/0data/localstore0/gksu-root-terminal.png
Exec=/usr/bin/pkexec xfce4-terminal
Actions=
Categories=System;Utility;XFCE;
StartupNotify=true
OnlyShowIn=Old;
This file has been modified a number of times over the years (most recently to implement pkexec, when the churn killed gksu). It is also for xubuntu, so it is not directly applicable to your situation. But close enough for some guidance. Note the path for my icon for this launcher. I have several that have accumulated over the years. I have attempted to attach a couple of them for you to experiment with. gksu-root-terminal.png utilities-terminal.png
Working from this example, I use find, and discover that the launcher for the default terminal (not the one I am using) on my system is called:
/usr/share/applications/xfce4-terminal-settings.desktop
Inside that file I find the Icon= declaration. It says:
`Icon=utilities-terminal'
doing a find, as below, reveals a plethora of candidates, at which point I would likely be off to the xfce.org website (and probably the xubuntu website) to ask someone there for some help. -- like "which one of these is referred to by the launcher?", and "how does an ordinary mortal know for sure?"
(FWIW, my money would be on the first one, and I would take a flyer and try renaming that file, putting some obviously different image in its place, with the same name, ownership and permissions. But I'll leave that up to you.)
find /usr/share -iname '*utilities-terminal*' -print
/usr/share/app-install/icons/utilities-terminal.svg
/usr/share/icons/HighContrast/16x16/apps/utilities-terminal.png
/usr/share/icons/HighContrast/24x24/apps/utilities-terminal.png
/usr/share/icons/HighContrast/scalable/apps/utilities-terminal.svg
/usr/share/icons/HighContrast/48x48/apps/utilities-terminal.png
/usr/share/icons/HighContrast/256x256/apps/utilities-terminal.png
/usr/share/icons/HighContrast/22x22/apps/utilities-terminal.png
/usr/share/icons/HighContrast/32x32/apps/utilities-terminal.png
/usr/share/icons/gnome/16x16/apps/utilities-terminal.png
/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
/usr/share/icons/gnome/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/gnome/48x48/apps/utilities-terminal.png
/usr/share/icons/gnome/256x256/apps/utilities-terminal.png
/usr/share/icons/gnome/22x22/apps/utilities-terminal.png
/usr/share/icons/gnome/32x32/apps/utilities-terminal.png
/usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/Humanity/apps/64/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/64/utilities-terminal.svg
/usr/share/icons/Humanity/apps/16/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/16/utilities-terminal.svg
/usr/share/icons/Humanity/apps/32/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/32/utilities-terminal.svg
/usr/share/icons/Humanity/apps/128/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/128/utilities-terminal.svg
/usr/share/icons/Humanity/apps/22/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/22/utilities-terminal.svg
/usr/share/icons/Humanity/apps/48/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/48/utilities-terminal.svg
/usr/share/icons/Humanity/apps/24/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/24/utilities-terminal.svg
/usr/share/icons/elementary-xfce/apps/64/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/64/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/symbolic/utilities-terminal-symbolic.svg
/usr/share/icons/elementary-xfce/apps/16/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/16/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/Etermutilities-terminal.png
NB -- after re-reading and editing all this, I am going to guess that you are not using the term "default icon" to actually mean the default icon for the system, but rather you just want a custom icon for your terminal app. In which case, you just need to put a suitably-dimensioned svg, png, jpg, whatever, image in a known location, then edit the launcher in the GUI to point at the new image file.
note that the utilities-terminal.png is really utilities-terminal.svg, converted using gimp -- stack exchange doesn't accept .svg files for upload.
Thanks for the help I appreciate it. But the two application problem disappeared when I found the right .desktop file. Also I only have chrome.desktop files in the ~/.gnome... directory so no help here. Also when changing all default icons to my icon the icon will surely change because on of this icons is loaded by default and when my icon becomes the default icon the problem is also solved. But Also @PRATAP has allready answered my question correctly. Again still thanks for the answer.
– Dimfred
Mar 28 at 14:54
add a comment |
a couple of things to note:
First, you have a custom path for the icon, so changing the default icon won't make any difference.
Second - we'll probably ignore the other issue(s) you've raised (multiple instances in the dock) -- I recommend you search for solutions to that, and see if you can find an answer, and if not, post it as a separate question.
Back to the headline question -- "how to change the default terminal icon?"
My solution was to give up and use a custom icon. Mostly because I long-ago came to the conclusion that the upgrade churn of Ubuntu wastes too much of my time, so I was better off keeping my customisations safe from the developers. My particular need is slightly different from yours -- for a ROOT terminal with matching icon. So here's my solution.
contents of ~/.gnome/apps/menulibre-root-terminal.desktop
[Desktop Entry]
Version=1.1
Type=Application
Name=Root Terminal
Comment=xfce4-terminal with root privileges
Icon=/0data/localstore0/gksu-root-terminal.png
Exec=/usr/bin/pkexec xfce4-terminal
Actions=
Categories=System;Utility;XFCE;
StartupNotify=true
OnlyShowIn=Old;
This file has been modified a number of times over the years (most recently to implement pkexec, when the churn killed gksu). It is also for xubuntu, so it is not directly applicable to your situation. But close enough for some guidance. Note the path for my icon for this launcher. I have several that have accumulated over the years. I have attempted to attach a couple of them for you to experiment with. gksu-root-terminal.png utilities-terminal.png
Working from this example, I use find, and discover that the launcher for the default terminal (not the one I am using) on my system is called:
/usr/share/applications/xfce4-terminal-settings.desktop
Inside that file I find the Icon= declaration. It says:
`Icon=utilities-terminal'
doing a find, as below, reveals a plethora of candidates, at which point I would likely be off to the xfce.org website (and probably the xubuntu website) to ask someone there for some help. -- like "which one of these is referred to by the launcher?", and "how does an ordinary mortal know for sure?"
(FWIW, my money would be on the first one, and I would take a flyer and try renaming that file, putting some obviously different image in its place, with the same name, ownership and permissions. But I'll leave that up to you.)
find /usr/share -iname '*utilities-terminal*' -print
/usr/share/app-install/icons/utilities-terminal.svg
/usr/share/icons/HighContrast/16x16/apps/utilities-terminal.png
/usr/share/icons/HighContrast/24x24/apps/utilities-terminal.png
/usr/share/icons/HighContrast/scalable/apps/utilities-terminal.svg
/usr/share/icons/HighContrast/48x48/apps/utilities-terminal.png
/usr/share/icons/HighContrast/256x256/apps/utilities-terminal.png
/usr/share/icons/HighContrast/22x22/apps/utilities-terminal.png
/usr/share/icons/HighContrast/32x32/apps/utilities-terminal.png
/usr/share/icons/gnome/16x16/apps/utilities-terminal.png
/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
/usr/share/icons/gnome/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/gnome/48x48/apps/utilities-terminal.png
/usr/share/icons/gnome/256x256/apps/utilities-terminal.png
/usr/share/icons/gnome/22x22/apps/utilities-terminal.png
/usr/share/icons/gnome/32x32/apps/utilities-terminal.png
/usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/Humanity/apps/64/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/64/utilities-terminal.svg
/usr/share/icons/Humanity/apps/16/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/16/utilities-terminal.svg
/usr/share/icons/Humanity/apps/32/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/32/utilities-terminal.svg
/usr/share/icons/Humanity/apps/128/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/128/utilities-terminal.svg
/usr/share/icons/Humanity/apps/22/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/22/utilities-terminal.svg
/usr/share/icons/Humanity/apps/48/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/48/utilities-terminal.svg
/usr/share/icons/Humanity/apps/24/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/24/utilities-terminal.svg
/usr/share/icons/elementary-xfce/apps/64/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/64/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/symbolic/utilities-terminal-symbolic.svg
/usr/share/icons/elementary-xfce/apps/16/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/16/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/Etermutilities-terminal.png
NB -- after re-reading and editing all this, I am going to guess that you are not using the term "default icon" to actually mean the default icon for the system, but rather you just want a custom icon for your terminal app. In which case, you just need to put a suitably-dimensioned svg, png, jpg, whatever, image in a known location, then edit the launcher in the GUI to point at the new image file.
note that the utilities-terminal.png is really utilities-terminal.svg, converted using gimp -- stack exchange doesn't accept .svg files for upload.
a couple of things to note:
First, you have a custom path for the icon, so changing the default icon won't make any difference.
Second - we'll probably ignore the other issue(s) you've raised (multiple instances in the dock) -- I recommend you search for solutions to that, and see if you can find an answer, and if not, post it as a separate question.
Back to the headline question -- "how to change the default terminal icon?"
My solution was to give up and use a custom icon. Mostly because I long-ago came to the conclusion that the upgrade churn of Ubuntu wastes too much of my time, so I was better off keeping my customisations safe from the developers. My particular need is slightly different from yours -- for a ROOT terminal with matching icon. So here's my solution.
contents of ~/.gnome/apps/menulibre-root-terminal.desktop
[Desktop Entry]
Version=1.1
Type=Application
Name=Root Terminal
Comment=xfce4-terminal with root privileges
Icon=/0data/localstore0/gksu-root-terminal.png
Exec=/usr/bin/pkexec xfce4-terminal
Actions=
Categories=System;Utility;XFCE;
StartupNotify=true
OnlyShowIn=Old;
This file has been modified a number of times over the years (most recently to implement pkexec, when the churn killed gksu). It is also for xubuntu, so it is not directly applicable to your situation. But close enough for some guidance. Note the path for my icon for this launcher. I have several that have accumulated over the years. I have attempted to attach a couple of them for you to experiment with. gksu-root-terminal.png utilities-terminal.png
Working from this example, I use find, and discover that the launcher for the default terminal (not the one I am using) on my system is called:
/usr/share/applications/xfce4-terminal-settings.desktop
Inside that file I find the Icon= declaration. It says:
`Icon=utilities-terminal'
doing a find, as below, reveals a plethora of candidates, at which point I would likely be off to the xfce.org website (and probably the xubuntu website) to ask someone there for some help. -- like "which one of these is referred to by the launcher?", and "how does an ordinary mortal know for sure?"
(FWIW, my money would be on the first one, and I would take a flyer and try renaming that file, putting some obviously different image in its place, with the same name, ownership and permissions. But I'll leave that up to you.)
find /usr/share -iname '*utilities-terminal*' -print
/usr/share/app-install/icons/utilities-terminal.svg
/usr/share/icons/HighContrast/16x16/apps/utilities-terminal.png
/usr/share/icons/HighContrast/24x24/apps/utilities-terminal.png
/usr/share/icons/HighContrast/scalable/apps/utilities-terminal.svg
/usr/share/icons/HighContrast/48x48/apps/utilities-terminal.png
/usr/share/icons/HighContrast/256x256/apps/utilities-terminal.png
/usr/share/icons/HighContrast/22x22/apps/utilities-terminal.png
/usr/share/icons/HighContrast/32x32/apps/utilities-terminal.png
/usr/share/icons/gnome/16x16/apps/utilities-terminal.png
/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
/usr/share/icons/gnome/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/gnome/48x48/apps/utilities-terminal.png
/usr/share/icons/gnome/256x256/apps/utilities-terminal.png
/usr/share/icons/gnome/22x22/apps/utilities-terminal.png
/usr/share/icons/gnome/32x32/apps/utilities-terminal.png
/usr/share/icons/Adwaita/scalable/apps/utilities-terminal-symbolic.svg
/usr/share/icons/Humanity/apps/64/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/64/utilities-terminal.svg
/usr/share/icons/Humanity/apps/16/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/16/utilities-terminal.svg
/usr/share/icons/Humanity/apps/32/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/32/utilities-terminal.svg
/usr/share/icons/Humanity/apps/128/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/128/utilities-terminal.svg
/usr/share/icons/Humanity/apps/22/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/22/utilities-terminal.svg
/usr/share/icons/Humanity/apps/48/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/48/utilities-terminal.svg
/usr/share/icons/Humanity/apps/24/Etermutilities-terminal.svg
/usr/share/icons/Humanity/apps/24/utilities-terminal.svg
/usr/share/icons/elementary-xfce/apps/64/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/64/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/symbolic/utilities-terminal-symbolic.svg
/usr/share/icons/elementary-xfce/apps/16/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/16/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/32/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/128/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/22/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/48/Etermutilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/utilities-terminal.png
/usr/share/icons/elementary-xfce/apps/24/Etermutilities-terminal.png
NB -- after re-reading and editing all this, I am going to guess that you are not using the term "default icon" to actually mean the default icon for the system, but rather you just want a custom icon for your terminal app. In which case, you just need to put a suitably-dimensioned svg, png, jpg, whatever, image in a known location, then edit the launcher in the GUI to point at the new image file.
note that the utilities-terminal.png is really utilities-terminal.svg, converted using gimp -- stack exchange doesn't accept .svg files for upload.
answered Mar 27 at 5:20
BISIBISI
1117
1117
Thanks for the help I appreciate it. But the two application problem disappeared when I found the right .desktop file. Also I only have chrome.desktop files in the ~/.gnome... directory so no help here. Also when changing all default icons to my icon the icon will surely change because on of this icons is loaded by default and when my icon becomes the default icon the problem is also solved. But Also @PRATAP has allready answered my question correctly. Again still thanks for the answer.
– Dimfred
Mar 28 at 14:54
add a comment |
Thanks for the help I appreciate it. But the two application problem disappeared when I found the right .desktop file. Also I only have chrome.desktop files in the ~/.gnome... directory so no help here. Also when changing all default icons to my icon the icon will surely change because on of this icons is loaded by default and when my icon becomes the default icon the problem is also solved. But Also @PRATAP has allready answered my question correctly. Again still thanks for the answer.
– Dimfred
Mar 28 at 14:54
Thanks for the help I appreciate it. But the two application problem disappeared when I found the right .desktop file. Also I only have chrome.desktop files in the ~/.gnome... directory so no help here. Also when changing all default icons to my icon the icon will surely change because on of this icons is loaded by default and when my icon becomes the default icon the problem is also solved. But Also @PRATAP has allready answered my question correctly. Again still thanks for the answer.
– Dimfred
Mar 28 at 14:54
Thanks for the help I appreciate it. But the two application problem disappeared when I found the right .desktop file. Also I only have chrome.desktop files in the ~/.gnome... directory so no help here. Also when changing all default icons to my icon the icon will surely change because on of this icons is loaded by default and when my icon becomes the default icon the problem is also solved. But Also @PRATAP has allready answered my question correctly. Again still thanks for the answer.
– Dimfred
Mar 28 at 14:54
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%2f1127983%2fhow-to-change-the-default-terminal-icon%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
can you please post the contents of the relevant .desktop file? perhaps paste it into a text file first and remove all the alternate language entries (the ones with [de], [it], [ko]... in them) to make it a little more readable, then paste it as a code sample in an edit to your question. Hint -- you make a code sample by separating it with a blank line, and enclosing it in back-ticks
(the unshifted ~ key).– BISI
Mar 23 at 5:54
I don't really get what you mean by "seperating it with a blank line" seperate who? But I think I posted what you wanted. I modified only the icon path. With every other application it worked fine. But here it's tricky. I had also issues with apps which were downloaded over snap. When I moved their .desktop to .local I had +- same issues. So I think maybe this is not the only terminal.desktop file.
– Dimfred
Mar 23 at 12:30
1
actually there are two applications in
/usr/share/applications/can you try withorg.gnome.Terminal.desktopfile from/usr/share/applicationsby the way what is the current icon theme you are using?– PRATAP
Mar 23 at 12:34
Ohh you made it thank you. It was indeed *.Terminal. I have to make grep case insensitive for the next time to get all the results. I am using ubuntu-mono-dark, but I think the terminal icon is from adwaita (ubuntu-mono-dark inherits from there)
– Dimfred
Mar 23 at 13:01
With your answer I could also find the corresponding nautilus file. It's also uppercase.
– Dimfred
Mar 23 at 13:07