On 15-03-19 12:13 AM, Konstantin Dmitriev wrote:
2015-03-19 13:05 GMT+06:00 Konstantin Dmitriev :
Hello!
2015-03-15 22:32 GMT+06:00 Konstantin Dmitriev :
Hello, Jim!
2015-03-15 21:25 GMT+06:00 Jim Charlton :
With the default MacPorts installation of gtk3, one can set XDG_CONFIG_HOME
to /opt/
2015-03-19 13:05 GMT+06:00 Konstantin Dmitriev :
> Hello!
>
> 2015-03-15 22:32 GMT+06:00 Konstantin Dmitriev :
>> Hello, Jim!
>>
>> 2015-03-15 21:25 GMT+06:00 Jim Charlton :
>>> With the default MacPorts installation of gtk3, one can set XDG_CONFIG_HOME
>>> to /opt/local/share/themes/Default and th
Hello!
2015-03-15 22:32 GMT+06:00 Konstantin Dmitriev :
> Hello, Jim!
>
> 2015-03-15 21:25 GMT+06:00 Jim Charlton :
>> With the default MacPorts installation of gtk3, one can set XDG_CONFIG_HOME
>> to /opt/local/share/themes/Default and then include the gtk.css file with
>> .window-frame,
>> .wind
On 15-03-15 10:56 AM, Konstantin Dmitriev wrote:
Sorry, forgot to forward my previous message into mailing list. ^__^
-- Forwarded message --
From: Konstantin Dmitriev
Date: 2015-03-15 22:32 GMT+06:00
Subject: Re: Fwd: Gtk3 MacOS (OSX) context menu issues
To: Jim Charlton
Sorry, forgot to forward my previous message into mailing list. ^__^
-- Forwarded message --
From: Konstantin Dmitriev
Date: 2015-03-15 22:32 GMT+06:00
Subject: Re: Fwd: Gtk3 MacOS (OSX) context menu issues
To: Jim Charlton
Hello, Jim!
2015-03-15 21:25 GMT+06:00 Jim Charlton
With the default MacPorts installation of gtk3, one can set
XDG_CONFIG_HOME to /opt/local/share/themes/Default and then include the
gtk.css file with
.window-frame,
.window-frame:backdrop {
box-shadow: none;
margin: 0;}
in it, in /opt/local/share/themes/Default/gtk-3.0/gtk.css
and the marg
To answer part of my own question I am using my own gtk3 theme
rather than the compiled Adwaita theme that comes with Gtk3. I set the
environment variable XDG_CONFIG_HOME (export
XDG_CONFIG_HOME=/opt/local/share/themes/Adwaita/gtk-3.0), edited
/opt/local/share/themes/Adwaita/gtk-3.0/gtk.cs
A further note on the context menu issues
If one runs gtk3-demo and right clicks in the open pane on the lower
right a context menu opens. If one carefully slides the cursor pointer
into the list and down the list the "Select All" will not highlight. If
you slide the cursor out of the bo
Hello, Jim!
2015-03-14 21:50 GMT+06:00 Jim Charlton :
> Hi Konstantin:
>
> I wrote to the list earlier to say that I could reproduce the problem that
> you have identified. I am using MAC Yosemite 10.10 in a VirtualBox VM.
>
> To investigate further, I created a new Yosemite VM and installed MacP