Re: [Kicad-developers] menu icons

2017-06-06 Thread Marco Ciampa
On Tue, Jun 06, 2017 at 09:46:42AM -0400, Wayne Stambaugh wrote:
> On 6/6/2017 3:14 AM, Marco Ciampa wrote:
> > On Mon, Jun 05, 2017 at 05:37:32PM -0500, José Ignacio wrote:
> >> Menu icons are disabled by default in gnome 3 in an effort to make it look
> >> more like an Apple product. You can enable them (on gtk 3.10+) with:
> >>
> >> gsettings set org.gnome.settings-daemon.plugins.xsettings overrides
> >> "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"
> > 
> > So the 
> > 
> > Preference->Icon options->Icons in menu
> > 
> > is there for what?
> 
> This controls the menu icon visibility at the application level.  

Yes sorry, I was too precipitous as always... it works...

> The solution above applies to all applications build with gtk. 

> I don't understand why the gnome project made it so difficult 
> to enable them.
> This seems like a perfectly valid user preference.

Yes and the whole "registry" concept copied from the Windows world that
seems to me awkward at best...

As always, thanks for your patience,
Regards,

-- 


Marco Ciampa

I know a joke about UDP, but you might not get it.



 GNU/Linux User #78271
 FSFE fellow #364




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] menu icons

2017-06-06 Thread Wayne Stambaugh
On 6/6/2017 3:14 AM, Marco Ciampa wrote:
> On Mon, Jun 05, 2017 at 05:37:32PM -0500, José Ignacio wrote:
>> Menu icons are disabled by default in gnome 3 in an effort to make it look
>> more like an Apple product. You can enable them (on gtk 3.10+) with:
>>
>> gsettings set org.gnome.settings-daemon.plugins.xsettings overrides
>> "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"
> 
> So the 
> 
> Preference->Icon options->Icons in menu
> 
> is there for what?

This controls the menu icon visibility at the application level.  The
solution above applies to all applications build with gtk.  I don't
understand why the gnome project made it so difficult to enable them.
This seems like a perfectly valid user preference.

> 
> TIA
> 
> Regards,
> 
> --
> 
> 
> Marco Ciampa
> 
> I know a joke about UDP, but you might not get it.
> 
> 
> 
>  GNU/Linux User #78271
>  FSFE fellow #364
> 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] menu icons

2017-06-06 Thread Fabrizio Tappero
hi,
on (probably last) linux mint, menu icons work well and are 100% controlled
t the preference option.

cheers
Fabrizio


On Tue, Jun 6, 2017 at 9:14 AM, Marco Ciampa  wrote:

> On Mon, Jun 05, 2017 at 05:37:32PM -0500, José Ignacio wrote:
> > Menu icons are disabled by default in gnome 3 in an effort to make it
> look
> > more like an Apple product. You can enable them (on gtk 3.10+) with:
> >
> > gsettings set org.gnome.settings-daemon.plugins.xsettings overrides
> > "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"
>
> So the
>
> Preference->Icon options->Icons in menu
>
> is there for what?
>
> TIA
>
> Regards,
>
> --
>
>
> Marco Ciampa
>
> I know a joke about UDP, but you might not get it.
>
> 
>
>  GNU/Linux User #78271
>  FSFE fellow #364
>
> 
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] menu icons

2017-06-06 Thread Marco Ciampa
On Mon, Jun 05, 2017 at 05:37:32PM -0500, José Ignacio wrote:
> Menu icons are disabled by default in gnome 3 in an effort to make it look
> more like an Apple product. You can enable them (on gtk 3.10+) with:
> 
> gsettings set org.gnome.settings-daemon.plugins.xsettings overrides
> "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"

So the 

Preference->Icon options->Icons in menu

is there for what?

TIA

Regards,

--


Marco Ciampa

I know a joke about UDP, but you might not get it.



 GNU/Linux User #78271
 FSFE fellow #364




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] menu icons

2017-06-05 Thread José Ignacio
Menu icons are disabled by default in gnome 3 in an effort to make it look
more like an Apple product. You can enable them (on gtk 3.10+) with:

gsettings set org.gnome.settings-daemon.plugins.xsettings overrides
"{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"

On Mon, Jun 5, 2017 at 5:11 PM, Oliver Walters <
oliver.henry.walt...@gmail.com> wrote:

> I have also noticed this on Linux version
>
> On Tue, Jun 6, 2017 at 8:07 AM, Marco Ciampa  wrote:
>
>> I work under Linux.
>> I do not see any menu icon, either with the git compiled version or the
>> snpy one.
>> Is this normal?
>>
>> TIA
>>
>> Regards,
>>
>> --
>>
>>
>> Marco Ciampa
>>
>> I know a joke about UDP, but you might not get it.
>>
>> 
>>
>>  GNU/Linux User #78271
>>  FSFE fellow #364
>>
>> 
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] menu icons

2017-06-05 Thread Marco Ciampa
I work under Linux.
I do not see any menu icon, either with the git compiled version or the snpy 
one.
Is this normal?

TIA

Regards,

--


Marco Ciampa

I know a joke about UDP, but you might not get it.



 GNU/Linux User #78271
 FSFE fellow #364




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Menu icons

2014-02-22 Thread Miguel Angel
Anybody knows if it's possible to enable menu icons in Linux for kicad?
Best,
Miguel Ángel
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Menu icons

2014-02-22 Thread Nick Østergaard
What do you mean by menu icons? Like in the launcher and the like in your DE?

2014-02-22 13:54 GMT+01:00 Miguel Angel miguelan...@ajo.es:
 Anybody knows if it's possible to enable menu icons in Linux for kicad?
 Best,
 Miguel Ángel


 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Menu icons

2014-02-22 Thread Miguel Angel
The context menus in kicad (Windows)  are full of icons,  but in osx and
Linux they have been always iconless for me :)
 El 22/02/2014 14:04, Nick Østergaard oe.n...@gmail.com escribió:

 What do you mean by menu icons? Like in the launcher and the like in your
 DE?

 2014-02-22 13:54 GMT+01:00 Miguel Angel miguelan...@ajo.es:
  Anybody knows if it's possible to enable menu icons in Linux for kicad?
  Best,
  Miguel Ángel
 
 
  ___
  Mailing list: https://launchpad.net/~kicad-developers
  Post to : kicad-developers@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~kicad-developers
  More help   : https://help.launchpad.net/ListHelp
 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Menu icons

2014-02-22 Thread Wayne Stambaugh
On 2/22/2014 8:40 AM, Miguel Angel wrote:
 The context menus in kicad (Windows)  are full of icons,  but in osx and
 Linux they have been always iconless for me :)

You used to be able to override the default platform setting by setting
-DUSE_IMAGES_IN_MENUS=ON.  But someone added  defined( __WINDOWS__ )
to the SET_BITMAP() macro so you can no longer override the platform
default.  I'm not sure when that happened.  I wrote the original macro
to allow folks to change it to their preference.  Maybe there was some
technical reason why it was changed to be a windows only setting.

 
 El 22/02/2014 14:04, Nick Østergaard oe.n...@gmail.com
 mailto:oe.n...@gmail.com escribió:
 
 What do you mean by menu icons? Like in the launcher and the like in
 your DE?
 
 2014-02-22 13:54 GMT+01:00 Miguel Angel miguelan...@ajo.es
 mailto:miguelan...@ajo.es:
  Anybody knows if it's possible to enable menu icons in Linux for
 kicad?
  Best,
  Miguel Ángel
 
 
  ___
  Mailing list: https://launchpad.net/~kicad-developers
  Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~kicad-developers
  More help   : https://help.launchpad.net/ListHelp
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp
 



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Menu icons

2014-02-22 Thread Wayne Stambaugh
On 2/22/2014 9:53 AM, Wayne Stambaugh wrote:
 On 2/22/2014 8:40 AM, Miguel Angel wrote:
 The context menus in kicad (Windows)  are full of icons,  but in osx and
 Linux they have been always iconless for me :)
 
 You used to be able to override the default platform setting by setting
 -DUSE_IMAGES_IN_MENUS=ON.  But someone added  defined( __WINDOWS__ )
 to the SET_BITMAP() macro so you can no longer override the platform
 default.  I'm not sure when that happened.  I wrote the original macro
 to allow folks to change it to their preference.  Maybe there was some
 technical reason why it was changed to be a windows only setting.

Minor correction.  The current code is correct.  Set
-DUSE_IMAGES_IN_MENUS=ON and rebuild KiCad.  If you are using the GNOME3
desktop, open the tweakui settings tool and in the theme panel enable
the menu icons setting.  This will enable the menu icons for all apps
that are still built with them.  I just tested this on Debian testing
and it works.  I don't know if there is a way to enable this on an app
by app basis.  If you are using a different desktop (unity, kde, etc.),
you may have to figure out how to enable the menu icons.

 

 El 22/02/2014 14:04, Nick Østergaard oe.n...@gmail.com
 mailto:oe.n...@gmail.com escribió:

 What do you mean by menu icons? Like in the launcher and the like in
 your DE?

 2014-02-22 13:54 GMT+01:00 Miguel Angel miguelan...@ajo.es
 mailto:miguelan...@ajo.es:
  Anybody knows if it's possible to enable menu icons in Linux for
 kicad?
  Best,
  Miguel Ángel
 
 
  ___
  Mailing list: https://launchpad.net/~kicad-developers
  Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~kicad-developers
  More help   : https://help.launchpad.net/ListHelp
 



 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp

 



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Menu icons

2014-02-22 Thread Camille 019

 Date: Sat, 22 Feb 2014 11:45:33 -0500
 From: stambau...@verizon.net
 To: kicad-developers@lists.launchpad.net
 Subject: Re: [Kicad-developers] Menu icons

 On 2/22/2014 9:53 AM, Wayne Stambaugh wrote:
 On 2/22/2014 8:40 AM, Miguel Angel wrote:
 The context menus in kicad (Windows) are full of icons, but in osx and
 Linux they have been always iconless for me :)

 You used to be able to override the default platform setting by setting
 -DUSE_IMAGES_IN_MENUS=ON. But someone added  defined( __WINDOWS__ )
 to the SET_BITMAP() macro so you can no longer override the platform
 default. I'm not sure when that happened. I wrote the original macro
 to allow folks to change it to their preference. Maybe there was some
 technical reason why it was changed to be a windows only setting.

 Minor correction. The current code is correct. Set
 -DUSE_IMAGES_IN_MENUS=ON and rebuild KiCad. If you are using the GNOME3
 desktop, open the tweakui settings tool and in the theme panel enable
 the menu icons setting. This will enable the menu icons for all apps
 that are still built with them. I just tested this on Debian testing
 and it works. I don't know if there is a way to enable this on an app
 by app basis. If you are using a different desktop (unity, kde, etc.),
 you may have to figure out how to enable the menu icons.

Gtk 3.10 doesn't support this option anymore.

To restore icons for menu items and buttons for gtk2 (and wxWidgets) programs 
only, you can use dconf-editor to edit the 
org.gnome.settings-daemon.plugins.xsettings.overrides settings and add 
{'Gtk/MenuImages': 1, 'Gtk/ButtonImages': 1}.
Works on Fedora 20.

--
Camille   
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Menu icons

2014-02-22 Thread Fabrizio Tappero
In my Debian super classic (xfce) install icons seem to be there.

cheers

On Sat, Feb 22, 2014 at 7:53 PM, Camille 019 camille...@outlook.com wrote:
 
 Date: Sat, 22 Feb 2014 11:45:33 -0500
 From: stambau...@verizon.net
 To: kicad-developers@lists.launchpad.net
 Subject: Re: [Kicad-developers] Menu icons

 On 2/22/2014 9:53 AM, Wayne Stambaugh wrote:
 On 2/22/2014 8:40 AM, Miguel Angel wrote:
 The context menus in kicad (Windows) are full of icons, but in osx and
 Linux they have been always iconless for me :)

 You used to be able to override the default platform setting by setting
 -DUSE_IMAGES_IN_MENUS=ON. But someone added  defined( __WINDOWS__ )
 to the SET_BITMAP() macro so you can no longer override the platform
 default. I'm not sure when that happened. I wrote the original macro
 to allow folks to change it to their preference. Maybe there was some
 technical reason why it was changed to be a windows only setting.

 Minor correction. The current code is correct. Set
 -DUSE_IMAGES_IN_MENUS=ON and rebuild KiCad. If you are using the GNOME3
 desktop, open the tweakui settings tool and in the theme panel enable
 the menu icons setting. This will enable the menu icons for all apps
 that are still built with them. I just tested this on Debian testing
 and it works. I don't know if there is a way to enable this on an app
 by app basis. If you are using a different desktop (unity, kde, etc.),
 you may have to figure out how to enable the menu icons.

 Gtk 3.10 doesn't support this option anymore.

 To restore icons for menu items and buttons for gtk2 (and wxWidgets) programs 
 only, you can use dconf-editor to edit the 
 org.gnome.settings-daemon.plugins.xsettings.overrides settings and add 
 {'Gtk/MenuImages': 1, 'Gtk/ButtonImages': 1}.
 Works on Fedora 20.

 --
 Camille
 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Menu icons

2014-02-22 Thread Lorenzo Marcantonio
On Sat, Feb 22, 2014 at 11:38:57PM +0100, Fabrizio Tappero wrote:
 In my Debian super classic (xfce) install icons seem to be there.

It's really coming from the session xsettings (another 'wonderful'
freedesktop thing), so it depends on the environment. lxde for example
controls it from lxappearance. IIRC stock GTK get it from an rc file.

Why not getting it from an X resource like *everything* before freedesktop
is a mistery to me...

-- 
Lorenzo Marcantonio
Logos Srl

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp