Warning: session_start(): open(/tmp/sess_1hpkvujn5ckan7s4ulra6ghii0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
tcl's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- tcl's profile .- Fan of  .- CV  .- Friends  .- Content (2) .- Latest Comments (11) . 
Re: Issues with some text input in Firefox
Feb 23 2015  on content e-gtk-theme

Well, regarding this... many comments above or WARNINGS are all about it.
What to add? I don't know.
Contributors are welcomed of course!

.
Re: Ubiquty Installer has some Text Issues
Jan 22 2015  on content e-gtk-theme

Well, I cannot help... The faulty part are using frame from adwaita engine recognizale in any adwaita theme based; There is no such frame in this theme; And furthermore, it does not use adwaita engine. I am not sure `StateBox' is a valid widget name either.

Good luck.

.
Re: Re: Re: Re: Re: Ubiquty Installer has some Tex
Jan 22 2015  on content e-gtk-theme

Well then grab them:
http://pastebin.com/75gZspqd
http://pastebin.com/C1CS8ADb

Just run `patch -p1 < FILE' in the sources directory or in `/usr/share/themes/e' if installed.

(You should have patch binary or grab on the Debian/Ubutun official repository. You could have just edited the file at hand with context provided by those diff...)

Luck.

.
Re: Re: Re: Re: Re: Ubiquty Installer has some Tex
Jan 22 2015  on content e-gtk-theme

Well then grab them:
http://pastebin.com/75gZspqd
http://pastebin.com/C1CS8ADb

Just run `patch -p1 < FILE' in the sources directory or in `/usr/share/themes/e' if installed.

(You should have patch binary or grab on the Debian/Ubutun official repository. You could have just edited the file at hand with context provided by those diff...)

Luck.

.
Re: Re: Re: Ubiquty Installer has some Text Issues
Jan 17 2015  on content e-gtk-theme

Yes, it seems there is a new widget called "StateBox" (without a "Gtk" prefix) introduced in gtk+-3.14.
(I am using gtk+-3.12 and I did not found anything related to it in the documention... I noticed the availability of 3.14 in Gentoo portage tree, but I have to upgrade to it.)

So try this:
--
diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index 3555f3d..0d5e6af 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -764,6 +764,7 @@ GtkDialog {
border-image: url("img/bevel_out.png") 1 1 1 1 / 0px 1px 1px 1px stretch;
}

+StateBox,
GtkBox,
GtkBox:insensitive,
GtkGrid,
--
or this one if the previous patch is no good
--
diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index 3555f3d..d471f35 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -816,6 +816,7 @@ GtkDialog .titlebar,
border-image: url("img/bevel_out.png") 1 1 1 1 / 1px 1px 1px 1px stretch;
}

+StateBox,
GtkCellView,
GtkFlowBox,
GtkListBox,
--

Good luck!

NOTE: THE PATCHES ARE NOT USEFULL BECAUSE THE FIRST SPACE DISAPEAR SOMEWHERE. So, just add the extra line (by hand) following the context.

PS: I will wait for your feedback to push any of the previous if it does the trick...

.
Re: Re: Re: Ubiquty Installer has some Text Issues
Jan 17 2015  on content e-gtk-theme

Yes, it seems there is a new widget called "StateBox" (without a "Gtk" prefix) introduced in gtk+-3.14.
(I am using gtk+-3.12 and I did not found anything related to it in the documention... I noticed the availability of 3.14 in Gentoo portage tree, but I have to upgrade to it.)

So try this:
--
diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index 3555f3d..0d5e6af 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -764,6 +764,7 @@ GtkDialog {
border-image: url("img/bevel_out.png") 1 1 1 1 / 0px 1px 1px 1px stretch;
}

+StateBox,
GtkBox,
GtkBox:insensitive,
GtkGrid,
--
or this one if the previous patch is no good
--
diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css
index 3555f3d..d471f35 100644
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -816,6 +816,7 @@ GtkDialog .titlebar,
border-image: url("img/bevel_out.png") 1 1 1 1 / 1px 1px 1px 1px stretch;
}

+StateBox,
GtkCellView,
GtkFlowBox,
GtkListBox,
--

Good luck!

NOTE: THE PATCHES ARE NOT USEFULL BECAUSE THE FIRST SPACE DISAPEAR SOMEWHERE. So, just add the extra line (by hand) following the context.

PS: I will wait for your feedback to push any of the previous if it does the trick...

.
Re: Ubiquty Installer has some Text Issues
Jan 16 2015  on content e-gtk-theme

ADDITIONNAL NOTE:

And this is clearly the case here--brandy look imposition--because the faulty part of the UI uses recognizable frame (from adwaita engine.)

The app, or rather the devs of the app, _seem_ to have hardcoded adwaita engine theme.

.
Re: Ubiquty Installer has some Text Issues
Jan 16 2015  on content e-gtk-theme

Sorry to say this, but it might be difficult to solve this issue... I mean this issue is common with dark theme among web-browsers that openly override native theme to have a _brandy_ look (namely Firefox & Chrome-ium.)

Unfortunately, this issue plagues gtk+-3 apps because... GNOME/SystemD OS devs openly set new politics on a... (new) _brandy_ look.

At first glance, the app seems to be a gtk+-3 apps that does not respect the fore/background color.

The only workable thing to do is either have a look at the sources files--this is a tedious job--to locate exactly what widget is being used and try to make a hack... Or else, look at other themes (take gnome-theme-standard as a starting point) for possibly other/or the same hack you're looking for (for Ubiquty)--this less tedious than the previous methode, but this does require some luck on your side.

I have never used Ubiquity so, I cannot provide additional tips but the previous (and I don't see it in the official Gentoo portage tree.)

Good luck!

.
.
Thanks
Nov 27 2014  on content Ardoise

First, thanks for this great xcursor theme and this update.

So, you're keeping on updating this theme? Glad to see that. And why don't you put your little thing on something like gist or github or something similar? It will be easy to to update and provide reliable download links and homepage. (Nah, dropbox archive with no version string is terrible.)

I can help you set up such a thing if you so desire. I took a look on the src tarball and that bash script is terrible as well. I can write a proper makefile if ever you had some place to get contributions... You do not need to use inkscape for conversion. You can start using convert (inkscape depends on it and does probably send your cmdline to it) and it's really a powerfull cmdline utility. There maybe some light weight utility out there to convert image rather than ImageMagick but it's another story.

Let me know if you need help to set up a proper project repository.

.
Re: Nice theme - voted good!
Nov 25 2014  on content e-gtk-theme

Grab the latest tarball which have white text in menubar (gtk-3.0 only). Still pondering for gtk-2.0.

It's really easy to tweak for gtk-2.0, so no comment here.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team