


GTK3/4 Themes by IBBoard 24 comments

GTK3/4 Themes by IBBoard 24 comments
I know you've taken this directly from Adwaita, but you can fix them properly by doing the following : i.e. when you encouter this type of line
--> background-image: linear-gradient(to bottom, #c6c6c6);
you just have to replace it, or complete if your prefer, like that :
--> background-image: linear-gradient(to bottom, #c6c6c6, #c6c6c6);
This doesn't fundamentaly change the behaviour of the theme but avoid complains in log file... Just copy/paste the same color twice, that's what is required by linear-gradient. - Feb 02 2017

GTK3/4 Themes by IBBoard 24 comments
But you have to bring some corrections to gtk.css file (in my case I had to do the corrections to gtk.css under gtk-3.20, but you'll probably have to do the same work under gtk-3.0 and gtk-3.18...).
Journal log is complaining about gtk.css deprecated options length with linear-gradient, you can't set just one color anymore, but have to set two (i.e. gtk.css:217:56: Using one color stop with linear-gradient() is deprecated. ).
You can retrieve all these lines by doing the following : "# journalctl | grep .css"
Also when specifying a font, you have to use CSS syntax and specify it as "font-family:" ( i.e. févr. 02 17:24:06 debtrfs gedit[9323]: Theme parsing error: gtk.css:4422:17: Using Pango syntax for the font: style property is deprecated; please use CSS syntax).
Regards - Feb 02 2017

GTK3/4 Themes by elbullazul 177 comments
I think thiagof is referring to Dark theme, as I experience the same issue, you should develop gtk-3.20 folder with code for Dark Theme as you did it for Sierra one.
And btw, there are still some errors with gtk-contained.css filling syslog.
Regards - Dec 24 2016

Gnome Shell Themes by amorpher 44 comments
By the way now you may have made a mistake with the update version tarball (0.2.6) : it only contains wallpapers. ;) - Aug 11 2016

Gnome Shell Themes by amorpher 44 comments
- Jul 28 2016
It looks like you'll have to do some improvements and code changes on your work as it doesn"t work properly while Gnome 3.20 is slowly introduced in most of Linux distributions.
I experience by myself some display issues due to some code parts which are deprecated, so I fixed some of them by myself but my knowledge is limited... Hope you'll have time to fix all this stuff soon enough, would be great... And of course if you're interested in, I can send you parts I've already done... ;)
Greetings. - Apr 18 2016
It's an unimportant complain but I personally don"t like this kind of stuff in log files :))) so it does work for me... Btw great job as always! - Dec 24 2015
The fact here is that when I open Nautilus in user mode, global dark theme suits fine, but when I use it in root mode it falls back to light mode, gtk3 still applied. So I don't really know in fact if it does matter with the theme or maybe something else... I will investigate tomorrow on this and get feedback if I find something. - Nov 06 2015
By the way, I would like to make you a suggestion about the permissions of the folders/files : you should correct it in that way that they would be 755 for folders and 644 for files, it is more secure... ;) (and will save some of my time too on every upgrade :p )
Greetings. - Nov 04 2015
I have an another suggestion : you should correct path of .png files in "gnome-shell.css" in order to make them display correctly, if you haven"t already done it (i.e. for corner-ripple-box the url of background image should be "url("./assets/corner-ripple-ltr.png")" instead of "url("corner-ripple-ltr.png")". - Oct 20 2015
I have an another suggestion : you should correct path of .png files in "gnome-shell.css" in order to make them display correctly, if you haven"t already done it (i.e. for corner-ripple-box the url of background image should be "url("./assets/corner-ripple-ltr.png")" instead of "url("corner-ripple-ltr.png")". - Oct 20 2015
org.gnome.gedit[1423]: (gedit:21317): Gtk-WARNING **: Theme parsing error: gtk-widgets-plain.css:613:24: Junk at end of value
This reports to the following : "color: @theme_fg_color !important;)"
It seems that Gtk doesn't like this very much (adding "!important" this way) but don"t know how to solve it. - Oct 19 2015
I would like to make you some suggestions about icons : first of all in order to make them work with Iceweasel and Icedove, I had to copy and rename the respective icons to both apps in icedove.svg and iceweasel.svg.
Second, shall you change the system-file-manager icon to the MacOS "Finder" one, looks more fine in accordance with the other ones (I already did it, if you need it I can send you the svg file by mail).
To come back on the initial issue, I am looking on my side what does make the conflict, didn"t fouund yet but if I find it, I will advise you. - Oct 11 2015
I'll send you screenshots by e-mail on your @live.com address. - Oct 11 2015
But I have a problem with the icon display for current app in appmenu on top-panel. Some icons don"t display correctly.
Actually, I added some copies of a few icons in /scalable/apps folder wich I renamed in xxx-symbolic.svg in order to display correctly in top-panel, but apps like Gnome-contacts, Gedit, System-Settinds and others display a pretty black icon instead of the icon they should display...
Do you have any idea? - Oct 10 2015