Comments: 142
Rasa13 [2013-01-02 00:12:51 +0000 UTC]
can i use this on latest gnome shell version?
👍: 0 ⏩: 1
half-left In reply to Rasa13 [2013-01-02 03:09:03 +0000 UTC]
Only works with the version said in the description and the themes are not supported any more because of the constant breakage on GNOME's end.
👍: 0 ⏩: 0
half-left In reply to claudette86 [2012-09-03 21:17:50 +0000 UTC]
No, sorry I don't do GTK stuff anymore.
👍: 0 ⏩: 0
malcolmbarrett [2012-05-06 17:26:23 +0000 UTC]
I love this theme. Nice work!
For whatever reason, I did have a little bit of trouble in the overview. The hover-over text for the dash apps and the icons for the application overview were all smashed together. I assume it was just some weird thing with my set-up, but if anyone else had trouble with this, I changed gnome-shell.css to include:
.dash-label {
border-radius: 7px;
padding: 4px 12px;
background-color: rgba(0,0,0,0.5);
text-align: center;
-x-offset: 8px;
background-gradient-direction: vertical;
background-gradient-start: #5d5d5d;
background-gradient-end: #757575;
border: 1px solid rgba(255,255,255,0.0);
box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.3);
color: #fff;
font-size: 10pt;
-shell-caption-spacing: 4px;
}
which more or less (more less than more) matches the window captions
and
.icon-grid {
spacing: 50px;
-shell-grid-horizontal-item-size: 118px;
-shell-grid-vertical-item-size: 118px;
}
thanks for the many good themes!
👍: 0 ⏩: 1
half-left In reply to malcolmbarrett [2012-05-06 18:23:18 +0000 UTC]
Thanks. Yes, it's not 3.4 compatible yet.
👍: 0 ⏩: 1
malcolmbarrett In reply to half-left [2012-05-06 20:32:29 +0000 UTC]
Well that does explain it, now doesn't it?
👍: 0 ⏩: 1
half-left In reply to malcolmbarrett [2012-05-06 22:39:32 +0000 UTC]
Yep, you have 3.4 CSS lines there which is what the problem is, same with the contacts in the overview.
👍: 0 ⏩: 0
leodelacruz [2012-04-23 08:27:56 +0000 UTC]
A very serious work!
👍: 0 ⏩: 1
PianoArt [2012-02-10 16:55:54 +0000 UTC]
Great!
👍: 0 ⏩: 0
Gromsempai [2012-01-08 21:08:53 +0000 UTC]
Do you need some help with the Dark version ?
I'm no good for design, but maybe I could give some help for the JS
👍: 0 ⏩: 0
malisremac [2011-12-23 17:34:05 +0000 UTC]
Are you going to update dark version?
👍: 0 ⏩: 1
half-left In reply to malisremac [2011-12-24 01:32:32 +0000 UTC]
Not sure. I've got too much work on.
👍: 0 ⏩: 1
malisremac In reply to half-left [2011-12-25 18:59:41 +0000 UTC]
It's OK, I understand.
👍: 0 ⏩: 0
slapstick76 [2011-12-03 22:55:50 +0000 UTC]
Any updates on GTK3 3.2 Shell compatibility?
👍: 0 ⏩: 2
slapstick76 In reply to slapstick76 [2011-12-03 23:06:10 +0000 UTC]
I'm sorry that was supposed to be Gnome Shell 3.2 compatibility.
👍: 0 ⏩: 0
half-left In reply to 1nstante [2011-11-25 03:04:42 +0000 UTC]
Thanks. You might need to use extensions for that, not sure.
👍: 0 ⏩: 0
half-left In reply to neruson1981 [2011-10-17 19:06:08 +0000 UTC]
It's not 3.2 compatible yet, I'm slowing porting the themes.
👍: 0 ⏩: 0
anespor [2011-09-07 09:27:53 +0000 UTC]
some problems with this theme - gnome-shell sometimes restarts itself
(gnome-shell: 1566): St-CRITICAL **: _st_create_texture_material: Assertion `src_texture! COGL_INVALID_HANDLE = 'failed
(gnome-shell: 1566): St-WARNING **: Failed to load / usr / share / / themes / gs-orta / gnome-shell / corner-ripple-ltr.png: Error opening file: The directory or file does not exist
👍: 0 ⏩: 1
half-left In reply to anespor [2011-09-07 12:06:20 +0000 UTC]
just rename corner-ripple.png to corner-ripple-ltr.png
👍: 0 ⏩: 0
juhpetersen [2011-08-30 09:10:02 +0000 UTC]
I like the light version a lot.
But how about making the message-tray transparent like other themes do?
I find the opaqueness completely obscures the bottom of maximized windows
which is kind if annoying particularly on smaller screens.
👍: 0 ⏩: 1
half-left In reply to juhpetersen [2011-08-30 13:33:20 +0000 UTC]
It's quite easy to do yourself. Just open the gnome-shell.css and find:
/* Message Tray */
#message-tray {
background-gradient-direction: vertical;
background-gradient-start: #fcfcfc;
background-gradient-end: #dbdbdc;
Change the gradients to:
/* Message Tray */
#message-tray {
background-gradient-direction: vertical;
background-gradient-start: rgba(252,252,252,0.6);
background-gradient-end: rgba(219,219,220,0.6);
Save the file, reload GNOME Shell.
👍: 0 ⏩: 0
half-left In reply to sootalhzn [2011-08-16 17:45:35 +0000 UTC]
Read the instructions. You can use the GNOME Tweak Tool to install themes.
👍: 0 ⏩: 0
cleberpaixao [2011-07-06 20:20:05 +0000 UTC]
Nice work. I would like to know, how to use gome-tweak-tool to install your theme ?
Thanks..
👍: 0 ⏩: 1
half-left In reply to cleberpaixao [2011-07-07 13:26:36 +0000 UTC]
Thanks.
You just load the zip into the "Shell" and then select the theme in the list.
👍: 0 ⏩: 1
| Next =>