Jump to content

[SOLVED] How to change interface in linux?

Below there is a image of Fedora GNOME. I have taken this screenshot from a youtube video.

 

I liked that minimise, maximise and close buttons and new icons of apps. And transparent terminal. How can I do this in both Debian and Ubuntu GNOME?

 

I have asked the creator for this but didnot get any reply.

 

 

 

PicsArt_04-12-07.52.29.jpg

Link to comment
Share on other sites

Link to post
Share on other sites

7 minutes ago, 4klips said:

Below there is a image of Fedora GNOME. I have taken this screenshot from a youtube video.

 

I liked that minimise, maximise and close buttons and new icons of apps. And transparent terminal. How can I do this in both Debian and Ubuntu GNOME?

 

I have asked the creator for this but didnot get any reply

Wow that looks good, but why not just osx? 

 

(Sorry for the no answer post...)

Link to comment
Share on other sites

Link to post
Share on other sites

Non-gnome linux user here, but I'd think it would just be a GTK (or cairo, if that still exists anymore with Gnome) theme that you could find somewhere. Just google for Gnome 3 themes until you find one similar to that.

P.S. Windows renders scrollbars in the kernel

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, lolimpol said:

Wow that looks good, but why not just osx? 

 

(Sorry for the no answer post...)

I don't want to use osx. Because I am a beginner and recently I have started using and learning linux.

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Sawyer B said:

Non-gnome linux user here, but I'd think it would just be a GTK (or cairo, if that still exists anymore with Gnome) theme that you could find somewhere. Just google for Gnome 3 themes until you find one similar to that.

I am new to linux so I don't know much about it. What is GTK, cairo?

Link to comment
Share on other sites

Link to post
Share on other sites

You can use the gnome tweak tool as detailed here (fedora will use yum instead of apt-get for installation). As for the terminal, terminal emulators generally have their own menu where you can modify its appearance and even have it transparent.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, 4klips said:

I am new to linux so I don't know much about it. What is GTK, cairo?

GTK is a graphics framework that is used in gnome for everything that has a graphical user interface. Its main "competitor" is QT, used by the likes of KDE Plasma and lxQT

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, 4klips said:

I am new to linux so I don't know much about it. What is GTK, cairo?

GTK is Gnome Toolkit. It's the app framework that all of the gnome apps are based off of.

 

You can think of it in a similar way to .net on Windows (kindaish), and GTK themes are very similar in idea to Windows Themes, except that they can theme GTK apps themselves as well, not just the window manager.

Link to comment
Share on other sites

Link to post
Share on other sites

 

Just now, Sauron said:

GTK is a graphics framework that is used in gnome for everything that has a graphical user interface. Its main "competitor" is QT, used by the likes of KDE Plasma and lxQT

Take it from here, I have almost all of my experience in the latter areas but very little with gnome.

P.S. Windows renders scrollbars in the kernel

Link to comment
Share on other sites

Link to post
Share on other sites

Yes you just need to find that theme (I would probably search for "osx gnome theme") and you just set it in the tweak tool. You will need to install gnome-tweak-tool and gnome-shell-extensions with something like:

apt-get install gnome-tweak-tool

apt-get install gnome-shell-extensions

 

and some themes also require gtk-engine which should tell you in the instructions what is required.

System/Server Administrator - Networking - Storage - Virtualization - Scripting - Applications

Link to comment
Share on other sites

Link to post
Share on other sites

11 minutes ago, Sauron said:

You can use the gnome tweak tool as detailed here (fedora will use yum instead of apt-get for installation). As for the terminal, terminal emulators generally have their own menu where you can modify its appearance and even have it transparent.

If I want to revert back to default interface how can I do so. Will there be any option in tweak tool for that?

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, 4klips said:

If I want to revert back to default interface how can I do so. Will there be any option in tweak tool for that?

Either backup any config files, or check if the tool has a "reset to defaults" button anywhere. I'd be surprised if the latter option didn't exist, but backing up the .gnome and .gtk folders in your home folder is always an option.

P.S. Windows renders scrollbars in the kernel

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, 4klips said:

If I want to revert back to default interface how can I do so. Will there be any option in tweak tool for that?

Yeah. The default default gnome theme is called Adwaita, but likely Debian and Ubuntu have their own theme so you may want to check which theme is set by default before you change it 

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, 4klips said:

If I want to revert back to default interface how can I do so. Will there be any option in tweak tool for that?

You simply change back to the default theme. Themes are just selectable via a dropdown menu, let me show you mine.

System/Server Administrator - Networking - Storage - Virtualization - Scripting - Applications

Link to comment
Share on other sites

Link to post
Share on other sites

This is Fedora 25, yours may look slightly different depending what the default on Ubuntu is.

See how my theme is set to "Vertex-Dark"?

58ee43ddc1e9e_Screenshotfrom2017-04-1216-11-28.png.1121bba34d01ab8b9be06a53af5591dd.png

System/Server Administrator - Networking - Storage - Virtualization - Scripting - Applications

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, 4klips said:

If I want to revert back to default interface how can I do so. Will there be any option in tweak tool for that?

The default theme should show up as an option in the tweaker

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

21 minutes ago, 4klips said:

Thank you guys for helping.

No problem. By the way there's a dedicated subforum for linux questions, next time you have this sort of doubt you should post it there. If you are satisfied with an answer you can mark the thread as solved so people won't click on it only to find that it was already answered. Lastly, if you don't quote or mention people they may not see your answer.

 

Best of luck

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Sauron said:

No problem. By the way there's a dedicated subforum for linux questions, next time you have this sort of doubt you should post it there. If you are satisfied with an answer you can mark the thread as solved so people won't click on it only to find that it was already answered. Lastly, if you don't quote or mention people they may not see your answer.

 

Best of luck

Ok next time I will take care for the linux subforum. And I can't choose a single best answer because there are multiple best answers in this thread. Thanks for helping.

Link to comment
Share on other sites

Link to post
Share on other sites

51 minutes ago, 4klips said:

Ok next time I will take care for the linux subforum. And I can't choose a single best answer because there are multiple best answers in this thread. Thanks for helping.

Also this is a good site for getting themes for Ubuntu and Mint, they even have a macbuntu theming guide: http://www.noobslab.com

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×