holtzermann17 / key-mon

Automatically exported from code.google.com/p/key-mon
Apache License 2.0
0 stars 0 forks source link

Not all themes are being installed #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are four themes in the source package's "themes" directory:
apple  classic  modern  oblivion

But in setup.py, only "apple" and "classic" are being installed:
  package_data = {
      'keymon': [
          'themes/apple/*', 'themes/classic/*', '*.kbd',
          'icons/key-mon.desktop', 'locale/**/*/*.mo'],
  },

I was just wondering whether there was any special reason for this? Okay, they 
are not actually being advertised. :-)

Thanks.

Original issue reported on code.google.com by mbst...@googlemail.com on 20 Sep 2010 at 1:30

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out, my bad.

Original comment by scottaki...@gmail.com on 20 Sep 2010 at 2:28

GoogleCodeExporter commented 9 years ago
Fixed in repository.

Original comment by scottaki...@gmail.com on 21 Sep 2010 at 1:46

GoogleCodeExporter commented 9 years ago
The themes are all properly installed in the recent release of key-mon 1.4.1. 
Thanks!

Original comment by mbst...@googlemail.com on 22 Sep 2010 at 11:56