diff options
| -rwxr-xr-x | mat-gui | 2 | ||||
| -rw-r--r-- | mat.desktop | 2 | ||||
| -rw-r--r-- | mat.png (renamed from logo.png) | bin | 31340 -> 31340 bytes | |||
| -rwxr-xr-x | setup.py | 3 |
4 files changed, 4 insertions, 3 deletions
| @@ -52,7 +52,7 @@ class GUI: | |||
| 52 | self.window.set_title('Metadata Anonymisation Toolkit') | 52 | self.window.set_title('Metadata Anonymisation Toolkit') |
| 53 | self.window.connect('destroy', gtk.main_quit) | 53 | self.window.connect('destroy', gtk.main_quit) |
| 54 | self.window.set_default_size(800, 600) | 54 | self.window.set_default_size(800, 600) |
| 55 | self.logo = mat.get_sharedir('logo.png') | 55 | self.logo = mat.get_sharedir('mat.png') |
| 56 | icon = gtk.gdk.pixbuf_new_from_file_at_size(self.logo, 50, 50) | 56 | icon = gtk.gdk.pixbuf_new_from_file_at_size(self.logo, 50, 50) |
| 57 | self.window.set_icon(icon) | 57 | self.window.set_icon(icon) |
| 58 | 58 | ||
diff --git a/mat.desktop b/mat.desktop index 1a5dd16..0d9c3d2 100644 --- a/mat.desktop +++ b/mat.desktop | |||
| @@ -6,4 +6,4 @@ Type=Application | |||
| 6 | Exec=mat-gui | 6 | Exec=mat-gui |
| 7 | Terminal=false | 7 | Terminal=false |
| 8 | Categories=Utility;Security;System; | 8 | Categories=Utility;Security;System; |
| 9 | Icon=logo | 9 | Icon=mat |
| Binary files differ | |||
| @@ -27,7 +27,8 @@ setup( | |||
| 27 | scripts = ['mat', 'mat-gui'], | 27 | scripts = ['mat', 'mat-gui'], |
| 28 | data_files = [ | 28 | data_files = [ |
| 29 | ( 'share/applications', ['mat.desktop'] ), | 29 | ( 'share/applications', ['mat.desktop'] ), |
| 30 | ( 'share/mat', ['FORMATS', 'logo.png'] ), | 30 | ( 'share/mat', ['FORMATS'] ), |
| 31 | ( 'share/pixmaps', ['mat.png'] ), | ||
| 31 | ( 'share/doc/mat', ['README', 'TODO'] ), | 32 | ( 'share/doc/mat', ['README', 'TODO'] ), |
| 32 | ], | 33 | ], |
| 33 | cmdclass = { | 34 | cmdclass = { |
