Themes not visible in Unity Tweak Tool
THIS is the theme I'd like to install. What I've done so far:
- Extracted Dark-Aurora folder from the archive.
- Copied that folder to
~/usr/share/themes
. - Created
/home/[user-name]/.themes
folder and copied Dark-Aurora there too. - Opened Unity Tweak Tool, clicked on Theme.
- Only the three default themes (Ambiance, Highcontrast and Radiance) are there). Dark-aurora is nowhere to be found.
So what am I doing wrong? Thanks in advance.
unity themes tweak
add a comment |
THIS is the theme I'd like to install. What I've done so far:
- Extracted Dark-Aurora folder from the archive.
- Copied that folder to
~/usr/share/themes
. - Created
/home/[user-name]/.themes
folder and copied Dark-Aurora there too. - Opened Unity Tweak Tool, clicked on Theme.
- Only the three default themes (Ambiance, Highcontrast and Radiance) are there). Dark-aurora is nowhere to be found.
So what am I doing wrong? Thanks in advance.
unity themes tweak
1
Not sure why wouldn't show, but I'm pretty sure you wouldn't like the results of a gtk 3.16 theme on gnome 3.20 anyways, assuming you're using Ubuntu 16.04.
– xangua
Aug 31 '16 at 18:14
Did the theme come with areadme.txt
?
– Android Dev
Aug 31 '16 at 18:14
Remove from one location. Also let me know what is the contents of /usr/share/themes/Dark-Aurora?
– Anwar
Aug 31 '16 at 18:23
Dark-Aurora has gnome-shell folder inside so I assumed it would be compatible with Gnome.
– Hichigaya Hachiman
Aug 31 '16 at 18:23
Inside Dark-Aurora there are the following folders:gnome-shell
,gtk-2.0
,gtk-3.0
andindex.theme
file.
– Hichigaya Hachiman
Aug 31 '16 at 18:24
add a comment |
THIS is the theme I'd like to install. What I've done so far:
- Extracted Dark-Aurora folder from the archive.
- Copied that folder to
~/usr/share/themes
. - Created
/home/[user-name]/.themes
folder and copied Dark-Aurora there too. - Opened Unity Tweak Tool, clicked on Theme.
- Only the three default themes (Ambiance, Highcontrast and Radiance) are there). Dark-aurora is nowhere to be found.
So what am I doing wrong? Thanks in advance.
unity themes tweak
THIS is the theme I'd like to install. What I've done so far:
- Extracted Dark-Aurora folder from the archive.
- Copied that folder to
~/usr/share/themes
. - Created
/home/[user-name]/.themes
folder and copied Dark-Aurora there too. - Opened Unity Tweak Tool, clicked on Theme.
- Only the three default themes (Ambiance, Highcontrast and Radiance) are there). Dark-aurora is nowhere to be found.
So what am I doing wrong? Thanks in advance.
unity themes tweak
unity themes tweak
asked Aug 31 '16 at 18:11
Hichigaya HachimanHichigaya Hachiman
38115
38115
1
Not sure why wouldn't show, but I'm pretty sure you wouldn't like the results of a gtk 3.16 theme on gnome 3.20 anyways, assuming you're using Ubuntu 16.04.
– xangua
Aug 31 '16 at 18:14
Did the theme come with areadme.txt
?
– Android Dev
Aug 31 '16 at 18:14
Remove from one location. Also let me know what is the contents of /usr/share/themes/Dark-Aurora?
– Anwar
Aug 31 '16 at 18:23
Dark-Aurora has gnome-shell folder inside so I assumed it would be compatible with Gnome.
– Hichigaya Hachiman
Aug 31 '16 at 18:23
Inside Dark-Aurora there are the following folders:gnome-shell
,gtk-2.0
,gtk-3.0
andindex.theme
file.
– Hichigaya Hachiman
Aug 31 '16 at 18:24
add a comment |
1
Not sure why wouldn't show, but I'm pretty sure you wouldn't like the results of a gtk 3.16 theme on gnome 3.20 anyways, assuming you're using Ubuntu 16.04.
– xangua
Aug 31 '16 at 18:14
Did the theme come with areadme.txt
?
– Android Dev
Aug 31 '16 at 18:14
Remove from one location. Also let me know what is the contents of /usr/share/themes/Dark-Aurora?
– Anwar
Aug 31 '16 at 18:23
Dark-Aurora has gnome-shell folder inside so I assumed it would be compatible with Gnome.
– Hichigaya Hachiman
Aug 31 '16 at 18:23
Inside Dark-Aurora there are the following folders:gnome-shell
,gtk-2.0
,gtk-3.0
andindex.theme
file.
– Hichigaya Hachiman
Aug 31 '16 at 18:24
1
1
Not sure why wouldn't show, but I'm pretty sure you wouldn't like the results of a gtk 3.16 theme on gnome 3.20 anyways, assuming you're using Ubuntu 16.04.
– xangua
Aug 31 '16 at 18:14
Not sure why wouldn't show, but I'm pretty sure you wouldn't like the results of a gtk 3.16 theme on gnome 3.20 anyways, assuming you're using Ubuntu 16.04.
– xangua
Aug 31 '16 at 18:14
Did the theme come with a
readme.txt
?– Android Dev
Aug 31 '16 at 18:14
Did the theme come with a
readme.txt
?– Android Dev
Aug 31 '16 at 18:14
Remove from one location. Also let me know what is the contents of /usr/share/themes/Dark-Aurora?
– Anwar
Aug 31 '16 at 18:23
Remove from one location. Also let me know what is the contents of /usr/share/themes/Dark-Aurora?
– Anwar
Aug 31 '16 at 18:23
Dark-Aurora has gnome-shell folder inside so I assumed it would be compatible with Gnome.
– Hichigaya Hachiman
Aug 31 '16 at 18:23
Dark-Aurora has gnome-shell folder inside so I assumed it would be compatible with Gnome.
– Hichigaya Hachiman
Aug 31 '16 at 18:23
Inside Dark-Aurora there are the following folders:
gnome-shell
, gtk-2.0
, gtk-3.0
and index.theme
file.– Hichigaya Hachiman
Aug 31 '16 at 18:24
Inside Dark-Aurora there are the following folders:
gnome-shell
, gtk-2.0
, gtk-3.0
and index.theme
file.– Hichigaya Hachiman
Aug 31 '16 at 18:24
add a comment |
3 Answers
3
active
oldest
votes
After extracting the archive, you'll find Aurora and Dark Aurora folders there. You have to put them in either ~/.local/share/themes
or /usr/share/themes
directory.
However, I saw that they don't appear in Unity Tweak Tool. The solution is using Gnome Tweak Tool to set the theme.
To install it -
sudo apt install gnome-tweak-tool
Open and set the theme from Appearance Section.
Update after further information It appeared OP's .local
folder was owned by root. To get the ownership use sudo chown -r your-user-name ~/.local
before copying the theme folder. Then use cp
without using sudo
.
sudo cp -r Downloads/Dark-Aurora/ ~/.local/share/themes/Dark-aurora
but still it is not shown in GTT.
– Hichigaya Hachiman
Sep 8 '16 at 16:07
@HichigayaHachiman I didn't get you. I said in the answer that since this theme is incompatible, it will not be shown in Unity Tweak tool. But Gnome tweak tool will show it. Also, you don't needsudo
. remove the folder by going to~/.local/share/themes/
and paste them as normal user
– Anwar
Sep 8 '16 at 17:38
GTT = Gnome Tweak Tool. And I can't access./local
wihout root access.
– Hichigaya Hachiman
Sep 8 '16 at 19:15
If you cant access.local
in your home, that means you have lost ownership of that folder and did bad things. You need to dosudo chown -r your-user-name ~/.local
first
– Anwar
Sep 8 '16 at 19:22
1
Good lord it worked. Yes, claiming ownership of those folders made the themes available.
– Hichigaya Hachiman
Sep 9 '16 at 1:00
|
show 1 more comment
sometimes if your theme folder does not contain gnome-shell and gtk folders, it means that it only contains icons and must be put in /usr/share/icons or /home/username/.icons instead.
add a comment |
Dont know if this is still relevant but: on ubuntu 18.04 is installed libgtk-3.22. I had a theme directory (in ~/.themes) with subdir gtk-3.16 and gtk-3.22, and tweak/userthemes tool didn't list the theme. But when I made a link called gtk-3.0 pointing to the gtk-3.16 directory, the theme was shown. (And it was reading the theme from the gtk-3.22 directory) So yes...
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%2f819277%2fthemes-not-visible-in-unity-tweak-tool%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
After extracting the archive, you'll find Aurora and Dark Aurora folders there. You have to put them in either ~/.local/share/themes
or /usr/share/themes
directory.
However, I saw that they don't appear in Unity Tweak Tool. The solution is using Gnome Tweak Tool to set the theme.
To install it -
sudo apt install gnome-tweak-tool
Open and set the theme from Appearance Section.
Update after further information It appeared OP's .local
folder was owned by root. To get the ownership use sudo chown -r your-user-name ~/.local
before copying the theme folder. Then use cp
without using sudo
.
sudo cp -r Downloads/Dark-Aurora/ ~/.local/share/themes/Dark-aurora
but still it is not shown in GTT.
– Hichigaya Hachiman
Sep 8 '16 at 16:07
@HichigayaHachiman I didn't get you. I said in the answer that since this theme is incompatible, it will not be shown in Unity Tweak tool. But Gnome tweak tool will show it. Also, you don't needsudo
. remove the folder by going to~/.local/share/themes/
and paste them as normal user
– Anwar
Sep 8 '16 at 17:38
GTT = Gnome Tweak Tool. And I can't access./local
wihout root access.
– Hichigaya Hachiman
Sep 8 '16 at 19:15
If you cant access.local
in your home, that means you have lost ownership of that folder and did bad things. You need to dosudo chown -r your-user-name ~/.local
first
– Anwar
Sep 8 '16 at 19:22
1
Good lord it worked. Yes, claiming ownership of those folders made the themes available.
– Hichigaya Hachiman
Sep 9 '16 at 1:00
|
show 1 more comment
After extracting the archive, you'll find Aurora and Dark Aurora folders there. You have to put them in either ~/.local/share/themes
or /usr/share/themes
directory.
However, I saw that they don't appear in Unity Tweak Tool. The solution is using Gnome Tweak Tool to set the theme.
To install it -
sudo apt install gnome-tweak-tool
Open and set the theme from Appearance Section.
Update after further information It appeared OP's .local
folder was owned by root. To get the ownership use sudo chown -r your-user-name ~/.local
before copying the theme folder. Then use cp
without using sudo
.
sudo cp -r Downloads/Dark-Aurora/ ~/.local/share/themes/Dark-aurora
but still it is not shown in GTT.
– Hichigaya Hachiman
Sep 8 '16 at 16:07
@HichigayaHachiman I didn't get you. I said in the answer that since this theme is incompatible, it will not be shown in Unity Tweak tool. But Gnome tweak tool will show it. Also, you don't needsudo
. remove the folder by going to~/.local/share/themes/
and paste them as normal user
– Anwar
Sep 8 '16 at 17:38
GTT = Gnome Tweak Tool. And I can't access./local
wihout root access.
– Hichigaya Hachiman
Sep 8 '16 at 19:15
If you cant access.local
in your home, that means you have lost ownership of that folder and did bad things. You need to dosudo chown -r your-user-name ~/.local
first
– Anwar
Sep 8 '16 at 19:22
1
Good lord it worked. Yes, claiming ownership of those folders made the themes available.
– Hichigaya Hachiman
Sep 9 '16 at 1:00
|
show 1 more comment
After extracting the archive, you'll find Aurora and Dark Aurora folders there. You have to put them in either ~/.local/share/themes
or /usr/share/themes
directory.
However, I saw that they don't appear in Unity Tweak Tool. The solution is using Gnome Tweak Tool to set the theme.
To install it -
sudo apt install gnome-tweak-tool
Open and set the theme from Appearance Section.
Update after further information It appeared OP's .local
folder was owned by root. To get the ownership use sudo chown -r your-user-name ~/.local
before copying the theme folder. Then use cp
without using sudo
.
After extracting the archive, you'll find Aurora and Dark Aurora folders there. You have to put them in either ~/.local/share/themes
or /usr/share/themes
directory.
However, I saw that they don't appear in Unity Tweak Tool. The solution is using Gnome Tweak Tool to set the theme.
To install it -
sudo apt install gnome-tweak-tool
Open and set the theme from Appearance Section.
Update after further information It appeared OP's .local
folder was owned by root. To get the ownership use sudo chown -r your-user-name ~/.local
before copying the theme folder. Then use cp
without using sudo
.
edited Sep 9 '16 at 4:25
answered Sep 1 '16 at 9:20
AnwarAnwar
56.1k22145253
56.1k22145253
sudo cp -r Downloads/Dark-Aurora/ ~/.local/share/themes/Dark-aurora
but still it is not shown in GTT.
– Hichigaya Hachiman
Sep 8 '16 at 16:07
@HichigayaHachiman I didn't get you. I said in the answer that since this theme is incompatible, it will not be shown in Unity Tweak tool. But Gnome tweak tool will show it. Also, you don't needsudo
. remove the folder by going to~/.local/share/themes/
and paste them as normal user
– Anwar
Sep 8 '16 at 17:38
GTT = Gnome Tweak Tool. And I can't access./local
wihout root access.
– Hichigaya Hachiman
Sep 8 '16 at 19:15
If you cant access.local
in your home, that means you have lost ownership of that folder and did bad things. You need to dosudo chown -r your-user-name ~/.local
first
– Anwar
Sep 8 '16 at 19:22
1
Good lord it worked. Yes, claiming ownership of those folders made the themes available.
– Hichigaya Hachiman
Sep 9 '16 at 1:00
|
show 1 more comment
sudo cp -r Downloads/Dark-Aurora/ ~/.local/share/themes/Dark-aurora
but still it is not shown in GTT.
– Hichigaya Hachiman
Sep 8 '16 at 16:07
@HichigayaHachiman I didn't get you. I said in the answer that since this theme is incompatible, it will not be shown in Unity Tweak tool. But Gnome tweak tool will show it. Also, you don't needsudo
. remove the folder by going to~/.local/share/themes/
and paste them as normal user
– Anwar
Sep 8 '16 at 17:38
GTT = Gnome Tweak Tool. And I can't access./local
wihout root access.
– Hichigaya Hachiman
Sep 8 '16 at 19:15
If you cant access.local
in your home, that means you have lost ownership of that folder and did bad things. You need to dosudo chown -r your-user-name ~/.local
first
– Anwar
Sep 8 '16 at 19:22
1
Good lord it worked. Yes, claiming ownership of those folders made the themes available.
– Hichigaya Hachiman
Sep 9 '16 at 1:00
sudo cp -r Downloads/Dark-Aurora/ ~/.local/share/themes/Dark-aurora
but still it is not shown in GTT.– Hichigaya Hachiman
Sep 8 '16 at 16:07
sudo cp -r Downloads/Dark-Aurora/ ~/.local/share/themes/Dark-aurora
but still it is not shown in GTT.– Hichigaya Hachiman
Sep 8 '16 at 16:07
@HichigayaHachiman I didn't get you. I said in the answer that since this theme is incompatible, it will not be shown in Unity Tweak tool. But Gnome tweak tool will show it. Also, you don't need
sudo
. remove the folder by going to ~/.local/share/themes/
and paste them as normal user– Anwar
Sep 8 '16 at 17:38
@HichigayaHachiman I didn't get you. I said in the answer that since this theme is incompatible, it will not be shown in Unity Tweak tool. But Gnome tweak tool will show it. Also, you don't need
sudo
. remove the folder by going to ~/.local/share/themes/
and paste them as normal user– Anwar
Sep 8 '16 at 17:38
GTT = Gnome Tweak Tool. And I can't access
./local
wihout root access.– Hichigaya Hachiman
Sep 8 '16 at 19:15
GTT = Gnome Tweak Tool. And I can't access
./local
wihout root access.– Hichigaya Hachiman
Sep 8 '16 at 19:15
If you cant access
.local
in your home, that means you have lost ownership of that folder and did bad things. You need to do sudo chown -r your-user-name ~/.local
first– Anwar
Sep 8 '16 at 19:22
If you cant access
.local
in your home, that means you have lost ownership of that folder and did bad things. You need to do sudo chown -r your-user-name ~/.local
first– Anwar
Sep 8 '16 at 19:22
1
1
Good lord it worked. Yes, claiming ownership of those folders made the themes available.
– Hichigaya Hachiman
Sep 9 '16 at 1:00
Good lord it worked. Yes, claiming ownership of those folders made the themes available.
– Hichigaya Hachiman
Sep 9 '16 at 1:00
|
show 1 more comment
sometimes if your theme folder does not contain gnome-shell and gtk folders, it means that it only contains icons and must be put in /usr/share/icons or /home/username/.icons instead.
add a comment |
sometimes if your theme folder does not contain gnome-shell and gtk folders, it means that it only contains icons and must be put in /usr/share/icons or /home/username/.icons instead.
add a comment |
sometimes if your theme folder does not contain gnome-shell and gtk folders, it means that it only contains icons and must be put in /usr/share/icons or /home/username/.icons instead.
sometimes if your theme folder does not contain gnome-shell and gtk folders, it means that it only contains icons and must be put in /usr/share/icons or /home/username/.icons instead.
answered Jun 26 '17 at 9:39
Yokonia TemboYokonia Tembo
1
1
add a comment |
add a comment |
Dont know if this is still relevant but: on ubuntu 18.04 is installed libgtk-3.22. I had a theme directory (in ~/.themes) with subdir gtk-3.16 and gtk-3.22, and tweak/userthemes tool didn't list the theme. But when I made a link called gtk-3.0 pointing to the gtk-3.16 directory, the theme was shown. (And it was reading the theme from the gtk-3.22 directory) So yes...
add a comment |
Dont know if this is still relevant but: on ubuntu 18.04 is installed libgtk-3.22. I had a theme directory (in ~/.themes) with subdir gtk-3.16 and gtk-3.22, and tweak/userthemes tool didn't list the theme. But when I made a link called gtk-3.0 pointing to the gtk-3.16 directory, the theme was shown. (And it was reading the theme from the gtk-3.22 directory) So yes...
add a comment |
Dont know if this is still relevant but: on ubuntu 18.04 is installed libgtk-3.22. I had a theme directory (in ~/.themes) with subdir gtk-3.16 and gtk-3.22, and tweak/userthemes tool didn't list the theme. But when I made a link called gtk-3.0 pointing to the gtk-3.16 directory, the theme was shown. (And it was reading the theme from the gtk-3.22 directory) So yes...
Dont know if this is still relevant but: on ubuntu 18.04 is installed libgtk-3.22. I had a theme directory (in ~/.themes) with subdir gtk-3.16 and gtk-3.22, and tweak/userthemes tool didn't list the theme. But when I made a link called gtk-3.0 pointing to the gtk-3.16 directory, the theme was shown. (And it was reading the theme from the gtk-3.22 directory) So yes...
answered May 4 '18 at 19:01
josvanrjosvanr
1
1
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%2f819277%2fthemes-not-visible-in-unity-tweak-tool%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
Not sure why wouldn't show, but I'm pretty sure you wouldn't like the results of a gtk 3.16 theme on gnome 3.20 anyways, assuming you're using Ubuntu 16.04.
– xangua
Aug 31 '16 at 18:14
Did the theme come with a
readme.txt
?– Android Dev
Aug 31 '16 at 18:14
Remove from one location. Also let me know what is the contents of /usr/share/themes/Dark-Aurora?
– Anwar
Aug 31 '16 at 18:23
Dark-Aurora has gnome-shell folder inside so I assumed it would be compatible with Gnome.
– Hichigaya Hachiman
Aug 31 '16 at 18:23
Inside Dark-Aurora there are the following folders:
gnome-shell
,gtk-2.0
,gtk-3.0
andindex.theme
file.– Hichigaya Hachiman
Aug 31 '16 at 18:24