How to use Xubuntu Icons in thunar in i3wm
I use a machine with Xubuntu and I installed i3 on it. When I log in in i3 and open thunar the icons are missing. I read that I have to set the icon set in xfce4-settings-manager > Appearance. The icon set is elementary Xfce darker. When I log in in Xfce it works. Why can't this icon set be loaded in i3?
thunar i3-wm
add a comment |
I use a machine with Xubuntu and I installed i3 on it. When I log in in i3 and open thunar the icons are missing. I read that I have to set the icon set in xfce4-settings-manager > Appearance. The icon set is elementary Xfce darker. When I log in in Xfce it works. Why can't this icon set be loaded in i3?
thunar i3-wm
add a comment |
I use a machine with Xubuntu and I installed i3 on it. When I log in in i3 and open thunar the icons are missing. I read that I have to set the icon set in xfce4-settings-manager > Appearance. The icon set is elementary Xfce darker. When I log in in Xfce it works. Why can't this icon set be loaded in i3?
thunar i3-wm
I use a machine with Xubuntu and I installed i3 on it. When I log in in i3 and open thunar the icons are missing. I read that I have to set the icon set in xfce4-settings-manager > Appearance. The icon set is elementary Xfce darker. When I log in in Xfce it works. Why can't this icon set be loaded in i3?
thunar i3-wm
thunar i3-wm
asked Mar 16 at 13:56
Thomas SablikThomas Sablik
145110
145110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Well, since xfce isn't being used the settings manager isn't either. To set an icon theme or gtk-2 theme create the following file in your /home/user: .gtkrc-2.0 . In it set the icon theme with the following line: gtk-icon-theme-name = "elementary-xfce-darker"
. a gkt-2 theme would be set in the same file with gtk-theme-name = "theme-name"
. The theme names need to be identical to the names in /usr/share/icons or /usr/share/themes. Using gtk-icon-theme-name = "elementary Xfce darker"
would not work.
Great explanation with solution. Can this settings cause problems when I go back to xfce? The file .gtkrc-2.0 already existed and contained onlyinclude .gtkrc-xfce
. I appended your settings.
– Thomas Sablik
Mar 16 at 23:50
1
I think it could, but I'm not sure. This was tested on Xubuntu-18.04. In my version there was no .gtk-2.0 file made before I made it, so there was noinclude .gtkrc-xfce
in .gtkrc-2.0. Neither is there a file .gtkrc-xfce on the system I tested with. As long as you don't change icon or theme settings when you are logged into xfce there should be no problem. If you were to encounter a problem, commenting out the added lines in .gtkrc-2.0 and logging back in should remedy the problem. (put a # beforegtk-icon-theme-name = "iconthemename"
or other line and leave the include line). Kind regards
– jeroen
Mar 17 at 17:03
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%2f1126166%2fhow-to-use-xubuntu-icons-in-thunar-in-i3wm%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
Well, since xfce isn't being used the settings manager isn't either. To set an icon theme or gtk-2 theme create the following file in your /home/user: .gtkrc-2.0 . In it set the icon theme with the following line: gtk-icon-theme-name = "elementary-xfce-darker"
. a gkt-2 theme would be set in the same file with gtk-theme-name = "theme-name"
. The theme names need to be identical to the names in /usr/share/icons or /usr/share/themes. Using gtk-icon-theme-name = "elementary Xfce darker"
would not work.
Great explanation with solution. Can this settings cause problems when I go back to xfce? The file .gtkrc-2.0 already existed and contained onlyinclude .gtkrc-xfce
. I appended your settings.
– Thomas Sablik
Mar 16 at 23:50
1
I think it could, but I'm not sure. This was tested on Xubuntu-18.04. In my version there was no .gtk-2.0 file made before I made it, so there was noinclude .gtkrc-xfce
in .gtkrc-2.0. Neither is there a file .gtkrc-xfce on the system I tested with. As long as you don't change icon or theme settings when you are logged into xfce there should be no problem. If you were to encounter a problem, commenting out the added lines in .gtkrc-2.0 and logging back in should remedy the problem. (put a # beforegtk-icon-theme-name = "iconthemename"
or other line and leave the include line). Kind regards
– jeroen
Mar 17 at 17:03
add a comment |
Well, since xfce isn't being used the settings manager isn't either. To set an icon theme or gtk-2 theme create the following file in your /home/user: .gtkrc-2.0 . In it set the icon theme with the following line: gtk-icon-theme-name = "elementary-xfce-darker"
. a gkt-2 theme would be set in the same file with gtk-theme-name = "theme-name"
. The theme names need to be identical to the names in /usr/share/icons or /usr/share/themes. Using gtk-icon-theme-name = "elementary Xfce darker"
would not work.
Great explanation with solution. Can this settings cause problems when I go back to xfce? The file .gtkrc-2.0 already existed and contained onlyinclude .gtkrc-xfce
. I appended your settings.
– Thomas Sablik
Mar 16 at 23:50
1
I think it could, but I'm not sure. This was tested on Xubuntu-18.04. In my version there was no .gtk-2.0 file made before I made it, so there was noinclude .gtkrc-xfce
in .gtkrc-2.0. Neither is there a file .gtkrc-xfce on the system I tested with. As long as you don't change icon or theme settings when you are logged into xfce there should be no problem. If you were to encounter a problem, commenting out the added lines in .gtkrc-2.0 and logging back in should remedy the problem. (put a # beforegtk-icon-theme-name = "iconthemename"
or other line and leave the include line). Kind regards
– jeroen
Mar 17 at 17:03
add a comment |
Well, since xfce isn't being used the settings manager isn't either. To set an icon theme or gtk-2 theme create the following file in your /home/user: .gtkrc-2.0 . In it set the icon theme with the following line: gtk-icon-theme-name = "elementary-xfce-darker"
. a gkt-2 theme would be set in the same file with gtk-theme-name = "theme-name"
. The theme names need to be identical to the names in /usr/share/icons or /usr/share/themes. Using gtk-icon-theme-name = "elementary Xfce darker"
would not work.
Well, since xfce isn't being used the settings manager isn't either. To set an icon theme or gtk-2 theme create the following file in your /home/user: .gtkrc-2.0 . In it set the icon theme with the following line: gtk-icon-theme-name = "elementary-xfce-darker"
. a gkt-2 theme would be set in the same file with gtk-theme-name = "theme-name"
. The theme names need to be identical to the names in /usr/share/icons or /usr/share/themes. Using gtk-icon-theme-name = "elementary Xfce darker"
would not work.
answered Mar 16 at 18:11
jeroenjeroen
1,502916
1,502916
Great explanation with solution. Can this settings cause problems when I go back to xfce? The file .gtkrc-2.0 already existed and contained onlyinclude .gtkrc-xfce
. I appended your settings.
– Thomas Sablik
Mar 16 at 23:50
1
I think it could, but I'm not sure. This was tested on Xubuntu-18.04. In my version there was no .gtk-2.0 file made before I made it, so there was noinclude .gtkrc-xfce
in .gtkrc-2.0. Neither is there a file .gtkrc-xfce on the system I tested with. As long as you don't change icon or theme settings when you are logged into xfce there should be no problem. If you were to encounter a problem, commenting out the added lines in .gtkrc-2.0 and logging back in should remedy the problem. (put a # beforegtk-icon-theme-name = "iconthemename"
or other line and leave the include line). Kind regards
– jeroen
Mar 17 at 17:03
add a comment |
Great explanation with solution. Can this settings cause problems when I go back to xfce? The file .gtkrc-2.0 already existed and contained onlyinclude .gtkrc-xfce
. I appended your settings.
– Thomas Sablik
Mar 16 at 23:50
1
I think it could, but I'm not sure. This was tested on Xubuntu-18.04. In my version there was no .gtk-2.0 file made before I made it, so there was noinclude .gtkrc-xfce
in .gtkrc-2.0. Neither is there a file .gtkrc-xfce on the system I tested with. As long as you don't change icon or theme settings when you are logged into xfce there should be no problem. If you were to encounter a problem, commenting out the added lines in .gtkrc-2.0 and logging back in should remedy the problem. (put a # beforegtk-icon-theme-name = "iconthemename"
or other line and leave the include line). Kind regards
– jeroen
Mar 17 at 17:03
Great explanation with solution. Can this settings cause problems when I go back to xfce? The file .gtkrc-2.0 already existed and contained only
include .gtkrc-xfce
. I appended your settings.– Thomas Sablik
Mar 16 at 23:50
Great explanation with solution. Can this settings cause problems when I go back to xfce? The file .gtkrc-2.0 already existed and contained only
include .gtkrc-xfce
. I appended your settings.– Thomas Sablik
Mar 16 at 23:50
1
1
I think it could, but I'm not sure. This was tested on Xubuntu-18.04. In my version there was no .gtk-2.0 file made before I made it, so there was no
include .gtkrc-xfce
in .gtkrc-2.0. Neither is there a file .gtkrc-xfce on the system I tested with. As long as you don't change icon or theme settings when you are logged into xfce there should be no problem. If you were to encounter a problem, commenting out the added lines in .gtkrc-2.0 and logging back in should remedy the problem. (put a # before gtk-icon-theme-name = "iconthemename"
or other line and leave the include line). Kind regards– jeroen
Mar 17 at 17:03
I think it could, but I'm not sure. This was tested on Xubuntu-18.04. In my version there was no .gtk-2.0 file made before I made it, so there was no
include .gtkrc-xfce
in .gtkrc-2.0. Neither is there a file .gtkrc-xfce on the system I tested with. As long as you don't change icon or theme settings when you are logged into xfce there should be no problem. If you were to encounter a problem, commenting out the added lines in .gtkrc-2.0 and logging back in should remedy the problem. (put a # before gtk-icon-theme-name = "iconthemename"
or other line and leave the include line). Kind regards– jeroen
Mar 17 at 17:03
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%2f1126166%2fhow-to-use-xubuntu-icons-in-thunar-in-i3wm%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