Install Adwaita shell theme in Ubuntu 18.10
I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).
Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session
package, but that seems quite overkill frankly.
To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).
themes gnome-shell
add a comment |
I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).
Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session
package, but that seems quite overkill frankly.
To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).
themes gnome-shell
add a comment |
I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).
Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session
package, but that seems quite overkill frankly.
To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).
themes gnome-shell
I would like to install the default GNOME 3 shell theme (the one used in Fedora for example), but I can't seem to find it anywhere (it's not even on gnome-look).
Can someone tell me how I can achieve this? The only way I can think of is to use the gnome-session
package, but that seems quite overkill frankly.
To clarify, I'm looking for the shell theme, not the GTK theme (I have the User Themes extension installed).
themes gnome-shell
themes gnome-shell
edited Jan 3 at 10:46
pomsky
29.5k1190116
29.5k1190116
asked Jan 2 at 17:57
dsSTORMdsSTORM
568116
568116
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
- Create a folder "myShellTheme" or any name as you wish in
/usr/share/themes/
Create subfolder in "myShellTheme" named "gnome-shell"
Copy the required theme file
sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/
Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes
add a comment |
You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.
- Create a directory, say
MyTheme
either in~/.themes
or in~/.local/share/themes
. (You may create~/.themes
or~/.local/share/themes
if they don't exist.) - Create another directory inside
MyTheme
calledgnome-shell
. - Create an empty text file in this
gnome-shell
directory and name itgnome-shell.css
.
Open this
gnome-shell.css
in a text editor and add the following line
@import url("/usr/share/gnome-shell/theme/gnome-shell.css");
Then save the file.
Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.
(You may have to re-login or restart GNOME shell to see the effect)
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%2f1106349%2finstall-adwaita-shell-theme-in-ubuntu-18-10%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
- Create a folder "myShellTheme" or any name as you wish in
/usr/share/themes/
Create subfolder in "myShellTheme" named "gnome-shell"
Copy the required theme file
sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/
Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes
add a comment |
- Create a folder "myShellTheme" or any name as you wish in
/usr/share/themes/
Create subfolder in "myShellTheme" named "gnome-shell"
Copy the required theme file
sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/
Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes
add a comment |
- Create a folder "myShellTheme" or any name as you wish in
/usr/share/themes/
Create subfolder in "myShellTheme" named "gnome-shell"
Copy the required theme file
sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/
Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes
- Create a folder "myShellTheme" or any name as you wish in
/usr/share/themes/
Create subfolder in "myShellTheme" named "gnome-shell"
Copy the required theme file
sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/
Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes
edited Jan 3 at 10:48
pomsky
29.5k1190116
29.5k1190116
answered Jan 3 at 3:27
PRATAPPRATAP
2,4632526
2,4632526
add a comment |
add a comment |
You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.
- Create a directory, say
MyTheme
either in~/.themes
or in~/.local/share/themes
. (You may create~/.themes
or~/.local/share/themes
if they don't exist.) - Create another directory inside
MyTheme
calledgnome-shell
. - Create an empty text file in this
gnome-shell
directory and name itgnome-shell.css
.
Open this
gnome-shell.css
in a text editor and add the following line
@import url("/usr/share/gnome-shell/theme/gnome-shell.css");
Then save the file.
Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.
(You may have to re-login or restart GNOME shell to see the effect)
add a comment |
You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.
- Create a directory, say
MyTheme
either in~/.themes
or in~/.local/share/themes
. (You may create~/.themes
or~/.local/share/themes
if they don't exist.) - Create another directory inside
MyTheme
calledgnome-shell
. - Create an empty text file in this
gnome-shell
directory and name itgnome-shell.css
.
Open this
gnome-shell.css
in a text editor and add the following line
@import url("/usr/share/gnome-shell/theme/gnome-shell.css");
Then save the file.
Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.
(You may have to re-login or restart GNOME shell to see the effect)
add a comment |
You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.
- Create a directory, say
MyTheme
either in~/.themes
or in~/.local/share/themes
. (You may create~/.themes
or~/.local/share/themes
if they don't exist.) - Create another directory inside
MyTheme
calledgnome-shell
. - Create an empty text file in this
gnome-shell
directory and name itgnome-shell.css
.
Open this
gnome-shell.css
in a text editor and add the following line
@import url("/usr/share/gnome-shell/theme/gnome-shell.css");
Then save the file.
Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.
(You may have to re-login or restart GNOME shell to see the effect)
You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.
- Create a directory, say
MyTheme
either in~/.themes
or in~/.local/share/themes
. (You may create~/.themes
or~/.local/share/themes
if they don't exist.) - Create another directory inside
MyTheme
calledgnome-shell
. - Create an empty text file in this
gnome-shell
directory and name itgnome-shell.css
.
Open this
gnome-shell.css
in a text editor and add the following line
@import url("/usr/share/gnome-shell/theme/gnome-shell.css");
Then save the file.
Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.
(You may have to re-login or restart GNOME shell to see the effect)
edited Jan 3 at 10:42
answered Jan 3 at 10:33
pomskypomsky
29.5k1190116
29.5k1190116
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%2f1106349%2finstall-adwaita-shell-theme-in-ubuntu-18-10%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