LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-08-2011, 08:29 PM   #16
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886

May it be that it doesn't work because it is a theme for Gnome 2 but you are using Gnome 3?
 
Old 07-08-2011, 08:31 PM   #17
dEnDrOn
Member
 
Registered: Jun 2011
Location: oMNipre$ent
Distribution: fedora
Posts: 511

Original Poster
Blog Entries: 12

Rep: Reputation: Disabled
Quote:
Originally Posted by MTK358 View Post
What does "folder" mean here? Does the archive contain a single directory that contains those files? If you're not sure, post the output of this command:

Code:
tar tf path/to/archive.tar
Code:
Doka/
Doka/gtk-2.0/
Doka/metacity-1/
Doka/gtk-2.0/Panel/
Doka/index.theme
Doka/index.theme~
Doka/gtk-2.0/gtkrc~
Doka/gtk-2.0/panel.rc
Doka/gtk-2.0/panel.rc~
Doka/gtk-2.0/gtkrc
Doka/metacity-1/metacity-theme-1.xml
Doka/metacity-1/metacity-theme-1.xml~
Doka/metacity-1/minimize-focused.png
Doka/metacity-1/maximize-focused.png
Doka/metacity-1/close-focused.png
Doka/metacity-1/close-prelight-focused.png
Doka/metacity-1/metacity-theme-1.xml~~
Doka/metacity-1/maximize-prelight-focused.png
Doka/metacity-1/minimize-prelight-focused.png
Doka/metacity-1/minimize-prelight.png
Doka/metacity-1/maximize-prelight.png
Doka/metacity-1/background-inactive.png
Doka/metacity-1/maximize.png
Doka/metacity-1/minimize.png
Doka/metacity-1/background.png
Doka/metacity-1/rect3351-4-4.png
Doka/metacity-1/close-prelight.png
Doka/metacity-1/close.png
Doka/metacity-1/bar.png
Doka/metacity-1/gloss.png
Doka/gtk-2.0/Panel/panelbutton2.png
Doka/gtk-2.0/Panel/panelbutton3.png
Doka/gtk-2.0/Panel/panel-bg.png
 
Old 07-08-2011, 08:37 PM   #18
dEnDrOn
Member
 
Registered: Jun 2011
Location: oMNipre$ent
Distribution: fedora
Posts: 511

Original Poster
Blog Entries: 12

Rep: Reputation: Disabled
folder ~/.themes contains gnome shell themes but i'm trying to install GTK+ theme.
Isn't there another location for those ?
 
Old 07-08-2011, 08:44 PM   #19
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Nope, they go into the same folder. But Gnome 3 is using GTK3, so that theme should also contain a GTK-3.0 directory, so I assume that it is only a GTK2-theme.
 
Old 07-08-2011, 08:49 PM   #20
dEnDrOn
Member
 
Registered: Jun 2011
Location: oMNipre$ent
Distribution: fedora
Posts: 511

Original Poster
Blog Entries: 12

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Nope, they go into the same folder. But Gnome 3 is using GTK3, so that theme should also contain a GTK-3.0 directory, so I assume that it is only a GTK2-theme.
OK....
So,where are those GTK themes anyway ? (default is adwaita)

also,i'd like to confirm the whole process, please tell me if i miss something !

Quote:
i get a GTK3 theme--->>extract tar.gz folder contents--->>put the folder in ~/.themes--->>selects the theme from gnome-tweak-tool directly
will the theme appear in gnome-tweak-tool automatically as shell themes do ?
 
Old 07-08-2011, 08:52 PM   #21
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by dEnDrOn View Post
OK....
So,where are those GTK themes anyway ?
The themes that come with the distribution should be in /usr/share/themes.

Quote:
also,i'd like to confirm the whole process, please tell me if i miss something !
Seems to be fine.

Quote:
will the theme appear in gnome-tweak-tool automatically as shell themes do ?
I have not much experience with Gnome 3, but if it works as any other DE then the tweak tool should show the theme automatically.
 
Old 07-08-2011, 08:55 PM   #22
dEnDrOn
Member
 
Registered: Jun 2011
Location: oMNipre$ent
Distribution: fedora
Posts: 511

Original Poster
Blog Entries: 12

Rep: Reputation: Disabled
how do i install GDM themes ?
i've a login windows theme...tar.gz folder contains :
Code:
olho/olho.xml
olho/olho.jpg
olho/GdmGreeterTheme.desktop
 
Old 07-08-2011, 09:03 PM   #23
dEnDrOn
Member
 
Registered: Jun 2011
Location: oMNipre$ent
Distribution: fedora
Posts: 511

Original Poster
Blog Entries: 12

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Nope, they go into the same folder. But Gnome 3 is using GTK3, so that theme should also contain a GTK-3.0 directory, so I assume that it is only a GTK2-theme.

ohkk...i got a GTK3 theme and installed it successfully but i can't figure out how to install a GDM theme that i specified earlier
 
Old 07-08-2011, 09:17 PM   #24
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Sorry, can't help with that, I am not using GDM.
 
Old 07-08-2011, 10:53 PM   #25
dEnDrOn
Member
 
Registered: Jun 2011
Location: oMNipre$ent
Distribution: fedora
Posts: 511

Original Poster
Blog Entries: 12

Rep: Reputation: Disabled
Talking

Quote:
Originally Posted by TobiSGD View Post
Sorry, can't help with that, I am not using GDM.
ohkkk...^_^
thanks for your help...
 
Old 07-09-2011, 08:15 PM   #26
dEnDrOn
Member
 
Registered: Jun 2011
Location: oMNipre$ent
Distribution: fedora
Posts: 511

Original Poster
Blog Entries: 12

Rep: Reputation: Disabled
can GDM theme be configured in GNOME 3 ?
I read somewhere that it is no more configurable !
 
  


Reply

Tags
fedora15, gnome, linux, themes



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
extracting files...installing files.....from *.tar.bz2 and *ipk vinodhkumarvk Linux - Newbie 19 02-27-2013 02:29 AM
installing tar.gz files bunjee Linux - Software 3 03-24-2010 08:17 AM
installing .tar.gz files from a CD SanDav Linux - Desktop 3 07-25-2008 11:50 AM
installing tar.gz files rubbertiki Linux - Newbie 9 10-05-2004 08:35 PM
Installing .tar.gz files MikeeX Linux - Distributions 9 03-14-2002 05:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration