From 21b3ff82393313b00f352c84cdd21c40fb84e27e Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 23:50:08 -0300 Subject: renaming fileroller to engrampa --- data/Makefile.am | 6 +- data/engrampa.desktop.in.in | 16 + data/engrampa.schemas | 426 +++++++++++++++++++ data/file-roller.desktop.in.in | 16 - data/file-roller.schemas | 426 ------------------- data/icons/16x16/apps/Makefile.am | 2 +- data/icons/16x16/apps/engrampa.png | Bin 0 -> 856 bytes data/icons/16x16/apps/file-roller.png | Bin 856 -> 0 bytes data/icons/22x22/apps/Makefile.am | 2 +- data/icons/22x22/apps/engrampa.png | Bin 0 -> 1225 bytes data/icons/22x22/apps/file-roller.png | Bin 1225 -> 0 bytes data/icons/24x24/apps/Makefile.am | 2 +- data/icons/24x24/apps/engrampa.png | Bin 0 -> 1261 bytes data/icons/24x24/apps/file-roller.png | Bin 1261 -> 0 bytes data/icons/32x32/apps/Makefile.am | 2 +- data/icons/32x32/apps/engrampa.png | Bin 0 -> 1878 bytes data/icons/32x32/apps/file-roller.png | Bin 1878 -> 0 bytes data/icons/scalable/apps/Makefile.am | 2 +- data/icons/scalable/apps/engrampa.svg | 704 +++++++++++++++++++++++++++++++ data/icons/scalable/apps/file-roller.svg | 704 ------------------------------- data/ui/Makefile.am | 2 +- 21 files changed, 1155 insertions(+), 1155 deletions(-) create mode 100644 data/engrampa.desktop.in.in create mode 100644 data/engrampa.schemas delete mode 100644 data/file-roller.desktop.in.in delete mode 100644 data/file-roller.schemas create mode 100644 data/icons/16x16/apps/engrampa.png delete mode 100644 data/icons/16x16/apps/file-roller.png create mode 100644 data/icons/22x22/apps/engrampa.png delete mode 100644 data/icons/22x22/apps/file-roller.png create mode 100644 data/icons/24x24/apps/engrampa.png delete mode 100644 data/icons/24x24/apps/file-roller.png create mode 100644 data/icons/32x32/apps/engrampa.png delete mode 100644 data/icons/32x32/apps/file-roller.png create mode 100644 data/icons/scalable/apps/engrampa.svg delete mode 100644 data/icons/scalable/apps/file-roller.svg (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 5c91a22..de0a70b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,17 +2,17 @@ SUBDIRS = ui icons -desktop_in_in_files = file-roller.desktop.in.in +desktop_in_in_files = engrampa.desktop.in.in desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in) desktopdir = $(datadir)/applications desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -matchdir = $(datadir)/file-roller +matchdir = $(datadir)/engrampa match_DATA = packages.match schemadir = @MATECONF_SCHEMA_FILE_DIR@ -schema_DATA = file-roller.schemas +schema_DATA = engrampa.schemas gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor diff --git a/data/engrampa.desktop.in.in b/data/engrampa.desktop.in.in new file mode 100644 index 0000000..c8d43c5 --- /dev/null +++ b/data/engrampa.desktop.in.in @@ -0,0 +1,16 @@ +[Desktop Entry] +_Name=Archive Manager +_Comment=Create and modify an archive +TryExec=engrampa +Exec=engrampa %U +StartupNotify=true +Terminal=false +Type=Application +Icon=engrampa +Categories=GTK;MATE;Utility;Archiving;Compression; +MimeType=application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;application/x-ar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cbr;application/x-cbz;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-ear;application/x-ms-dos-executable;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-java-archive;application/x-lha;application/x-lhz;application/x-lrzip;application/x-lrzip-compressed-tar;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lzop-compressed-tar;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-rzip;application/x-tar;application/x-tarz;application/x-stuffit;application/x-war;application/x-xz;application/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/x-zoo;application/zip; +X-MATE-DocPath=engrampa/engrampa.xml +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=engrampa +X-MATE-Bugzilla-Component=general +X-MATE-Bugzilla-Version=@VERSION@ diff --git a/data/engrampa.schemas b/data/engrampa.schemas new file mode 100644 index 0000000..75cd881 --- /dev/null +++ b/data/engrampa.schemas @@ -0,0 +1,426 @@ + + + + + /schemas/apps/engrampa/listing/sort_method + /apps/engrampa/listing/sort_method + engrampa + string + name + + How to sort files + What criteria must be used to arrange files. Possible values: + name, size, type, time, path. + + + + + + /schemas/apps/engrampa/listing/sort_type + /apps/engrampa/listing/sort_type + engrampa + string + ascending + + Sort type + Whether to sort in ascending or descending direction. Possible + values: ascending, descending. + + + + + /schemas/apps/engrampa/listing/list_mode + /apps/engrampa/listing/list_mode + engrampa + string + as_folder + + List Mode + Whether to view all files in the archive (all_files), or + view the archive as a folder (as_folder). + + + + + /schemas/apps/engrampa/listing/show_type + /apps/engrampa/listing/show_type + engrampa + bool + true + + Display type + Display the Type column in the main window. + + + + + /schemas/apps/engrampa/listing/show_size + /apps/engrampa/listing/show_size + engrampa + bool + true + + Display size + Display the Size column in the main window. + + + + + /schemas/apps/engrampa/listing/show_time + /apps/engrampa/listing/show_time + engrampa + bool + true + + Display time + Display the Time column in the main window. + + + + + /schemas/apps/engrampa/listing/show_path + /apps/engrampa/listing/show_path + engrampa + bool + true + + Display path + Display the Path column in the main window. + + + + + /schemas/apps/engrampa/listing/use_mime_icons + /apps/engrampa/listing/use_mime_icons + engrampa + bool + true + + Use mime icons + if TRUE will display icons depending on the file type (slower), + otherwise will use always the same icon for all files (faster). + + + + + + /schemas/apps/engrampa/listing/name_column_width + /apps/engrampa/listing/name_column_width + engrampa + int + 250 + + Name column width + The default width ofthe name column the file list. + + + + + /schemas/apps/engrampa/ui/history_len + /apps/engrampa/ui/history_len + engrampa + int + 5 + + Max history length + Max number of items in the Open Recents menu. + + + + + /schemas/apps/engrampa/ui/window_width + /apps/engrampa/ui/window_width + engrampa + int + 600 + + + + + + + + + /schemas/apps/engrampa/ui/window_height + /apps/engrampa/ui/window_height + engrampa + int + 480 + + + + + + + + + /schemas/apps/engrampa/ui/sidebar_width + /apps/engrampa/ui/sidebar_width + engrampa + int + 200 + + + + + + + + + /schemas/apps/engrampa/ui/view_toolbar + /apps/engrampa/ui/view_toolbar + engrampa + bool + true + + View toolbar + Whether to display the toolbar. + + + + + /schemas/apps/engrampa/ui/view_statusbar + /apps/engrampa/ui/view_statusbar + engrampa + bool + true + + View statusbar + Whether to display the statusbar. + + + + + /schemas/apps/engrampa/ui/view_folders + /apps/engrampa/ui/view_folders + engrampa + bool + false + + View the folders pane + Whether to display the folders pane. + + + + + /schemas/apps/engrampa/general/editors + /apps/engrampa/general/editors + engrampa + list + string + [] + + Editors + List of applications entered in the Open file dialog and not + associated with the file type. + + + + + /schemas/apps/engrampa/general/compression_level + /apps/engrampa/general/compression_level + engrampa + string + normal + + Compression level + Compression level used when adding files to an archive. + Possible values : very_fast, fast, normal, maximum. + + + + + /schemas/apps/engrampa/general/encrypt_header + /apps/engrampa/general/encrypt_header + engrampa + bool + false + + Encrypt the archive header + Whether to encrypt the archive header. If the header is encrypted the password will be required to list the archive content as well. + + + + + /schemas/apps/engrampa/general/migrate_directories + /apps/engrampa/general/migrate_directories + gthumb + bool + true + + + + + + + + + /schemas/apps/engrampa/dialogs/extract/overwrite + /apps/engrampa/dialogs/extract/overwrite + engrampa + bool + true + + Overwrite existing files + + + + + + /schemas/apps/engrampa/dialogs/extract/skip_newer + /apps/engrampa/dialogs/extract/skip_newer + engrampa + bool + false + + Do not overwrite newer files + + + + + + /schemas/apps/engrampa/dialogs/extract/recreate_folders + /apps/engrampa/dialogs/extract/recreate_folders + engrampa + bool + true + + Recreate the folders stored in the archive + + + + + + /schemas/apps/engrampa/dialogs/add/current_folder + /apps/engrampa/dialogs/add/current_folder + engrampa + string + + + + + + + + + /schemas/apps/engrampa/dialogs/add/filename + /apps/engrampa/dialogs/add/filename + engrampa + string + + + + + + + + + /schemas/apps/engrampa/dialogs/add/include_files + /apps/engrampa/dialogs/add/include_files + engrampa + string + + + + + + + + + /schemas/apps/engrampa/dialogs/add/exclude_files + /apps/engrampa/dialogs/add/exclude_files + engrampa + string + + + + + + + + + /schemas/apps/engrampa/dialogs/add/exclude_folders + /apps/engrampa/dialogs/add/exclude_folders + engrampa + string + + + + + + + + + /schemas/apps/engrampa/dialogs/extract/update + /apps/engrampa/dialogs/extract/update + engrampa + bool + false + + + + + + + + /schemas/apps/engrampa/dialogs/extract/recursive + /apps/engrampa/dialogs/extract/recursive + engrampa + bool + true + + + + + + + + /schemas/apps/engrampa/dialogs/extract/no_symlinks + /apps/engrampa/dialogs/extract/no_symlinks + engrampa + bool + false + + + + + + + + /schemas/apps/engrampa/dialogs/batch-add/default_extension + /apps/engrampa/dialogs/batch-add/default_extension + engrampa + string + .tar.gz + + + + + + + + /schemas/apps/engrampa/dialogs/batch-add/other_options + /apps/engrampa/dialogs/batch-add/other_options + engrampa + bool + false + + + + + + + + /schemas/apps/engrampa/dialogs/batch-add/volume_size + /apps/engrampa/dialogs/batch-add/volume_size + engrampa + int + 0 + + Default volume size + The default size for volumes. + + + + + diff --git a/data/file-roller.desktop.in.in b/data/file-roller.desktop.in.in deleted file mode 100644 index 445c797..0000000 --- a/data/file-roller.desktop.in.in +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -_Name=Archive Manager -_Comment=Create and modify an archive -TryExec=file-roller -Exec=file-roller %U -StartupNotify=true -Terminal=false -Type=Application -Icon=file-roller -Categories=GTK;MATE;Utility;Archiving;Compression; -MimeType=application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;application/x-ar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cbr;application/x-cbz;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-ear;application/x-ms-dos-executable;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-java-archive;application/x-lha;application/x-lhz;application/x-lrzip;application/x-lrzip-compressed-tar;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lzop-compressed-tar;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-rzip;application/x-tar;application/x-tarz;application/x-stuffit;application/x-war;application/x-xz;application/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/x-zoo;application/zip; -X-MATE-DocPath=file-roller/file-roller.xml -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=file-roller -X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=@VERSION@ diff --git a/data/file-roller.schemas b/data/file-roller.schemas deleted file mode 100644 index 5ad86ac..0000000 --- a/data/file-roller.schemas +++ /dev/null @@ -1,426 +0,0 @@ - - - - - /schemas/apps/file-roller/listing/sort_method - /apps/file-roller/listing/sort_method - file-roller - string - name - - How to sort files - What criteria must be used to arrange files. Possible values: - name, size, type, time, path. - - - - - - /schemas/apps/file-roller/listing/sort_type - /apps/file-roller/listing/sort_type - file-roller - string - ascending - - Sort type - Whether to sort in ascending or descending direction. Possible - values: ascending, descending. - - - - - /schemas/apps/file-roller/listing/list_mode - /apps/file-roller/listing/list_mode - file-roller - string - as_folder - - List Mode - Whether to view all files in the archive (all_files), or - view the archive as a folder (as_folder). - - - - - /schemas/apps/file-roller/listing/show_type - /apps/file-roller/listing/show_type - file-roller - bool - true - - Display type - Display the Type column in the main window. - - - - - /schemas/apps/file-roller/listing/show_size - /apps/file-roller/listing/show_size - file-roller - bool - true - - Display size - Display the Size column in the main window. - - - - - /schemas/apps/file-roller/listing/show_time - /apps/file-roller/listing/show_time - file-roller - bool - true - - Display time - Display the Time column in the main window. - - - - - /schemas/apps/file-roller/listing/show_path - /apps/file-roller/listing/show_path - file-roller - bool - true - - Display path - Display the Path column in the main window. - - - - - /schemas/apps/file-roller/listing/use_mime_icons - /apps/file-roller/listing/use_mime_icons - file-roller - bool - true - - Use mime icons - if TRUE will display icons depending on the file type (slower), - otherwise will use always the same icon for all files (faster). - - - - - - /schemas/apps/file-roller/listing/name_column_width - /apps/file-roller/listing/name_column_width - file-roller - int - 250 - - Name column width - The default width ofthe name column the file list. - - - - - /schemas/apps/file-roller/ui/history_len - /apps/file-roller/ui/history_len - file-roller - int - 5 - - Max history length - Max number of items in the Open Recents menu. - - - - - /schemas/apps/file-roller/ui/window_width - /apps/file-roller/ui/window_width - file-roller - int - 600 - - - - - - - - - /schemas/apps/file-roller/ui/window_height - /apps/file-roller/ui/window_height - file-roller - int - 480 - - - - - - - - - /schemas/apps/file-roller/ui/sidebar_width - /apps/file-roller/ui/sidebar_width - file-roller - int - 200 - - - - - - - - - /schemas/apps/file-roller/ui/view_toolbar - /apps/file-roller/ui/view_toolbar - file-roller - bool - true - - View toolbar - Whether to display the toolbar. - - - - - /schemas/apps/file-roller/ui/view_statusbar - /apps/file-roller/ui/view_statusbar - file-roller - bool - true - - View statusbar - Whether to display the statusbar. - - - - - /schemas/apps/file-roller/ui/view_folders - /apps/file-roller/ui/view_folders - file-roller - bool - false - - View the folders pane - Whether to display the folders pane. - - - - - /schemas/apps/file-roller/general/editors - /apps/file-roller/general/editors - file-roller - list - string - [] - - Editors - List of applications entered in the Open file dialog and not - associated with the file type. - - - - - /schemas/apps/file-roller/general/compression_level - /apps/file-roller/general/compression_level - file-roller - string - normal - - Compression level - Compression level used when adding files to an archive. - Possible values : very_fast, fast, normal, maximum. - - - - - /schemas/apps/file-roller/general/encrypt_header - /apps/file-roller/general/encrypt_header - file-roller - bool - false - - Encrypt the archive header - Whether to encrypt the archive header. If the header is encrypted the password will be required to list the archive content as well. - - - - - /schemas/apps/file-roller/general/migrate_directories - /apps/file-roller/general/migrate_directories - gthumb - bool - true - - - - - - - - - /schemas/apps/file-roller/dialogs/extract/overwrite - /apps/file-roller/dialogs/extract/overwrite - file-roller - bool - true - - Overwrite existing files - - - - - - /schemas/apps/file-roller/dialogs/extract/skip_newer - /apps/file-roller/dialogs/extract/skip_newer - file-roller - bool - false - - Do not overwrite newer files - - - - - - /schemas/apps/file-roller/dialogs/extract/recreate_folders - /apps/file-roller/dialogs/extract/recreate_folders - file-roller - bool - true - - Recreate the folders stored in the archive - - - - - - /schemas/apps/file-roller/dialogs/add/current_folder - /apps/file-roller/dialogs/add/current_folder - file-roller - string - - - - - - - - - /schemas/apps/file-roller/dialogs/add/filename - /apps/file-roller/dialogs/add/filename - file-roller - string - - - - - - - - - /schemas/apps/file-roller/dialogs/add/include_files - /apps/file-roller/dialogs/add/include_files - file-roller - string - - - - - - - - - /schemas/apps/file-roller/dialogs/add/exclude_files - /apps/file-roller/dialogs/add/exclude_files - file-roller - string - - - - - - - - - /schemas/apps/file-roller/dialogs/add/exclude_folders - /apps/file-roller/dialogs/add/exclude_folders - file-roller - string - - - - - - - - - /schemas/apps/file-roller/dialogs/extract/update - /apps/file-roller/dialogs/extract/update - file-roller - bool - false - - - - - - - - /schemas/apps/file-roller/dialogs/extract/recursive - /apps/file-roller/dialogs/extract/recursive - file-roller - bool - true - - - - - - - - /schemas/apps/file-roller/dialogs/extract/no_symlinks - /apps/file-roller/dialogs/extract/no_symlinks - file-roller - bool - false - - - - - - - - /schemas/apps/file-roller/dialogs/batch-add/default_extension - /apps/file-roller/dialogs/batch-add/default_extension - file-roller - string - .tar.gz - - - - - - - - /schemas/apps/file-roller/dialogs/batch-add/other_options - /apps/file-roller/dialogs/batch-add/other_options - file-roller - bool - false - - - - - - - - /schemas/apps/file-roller/dialogs/batch-add/volume_size - /apps/file-roller/dialogs/batch-add/volume_size - file-roller - int - 0 - - Default volume size - The default size for volumes. - - - - - diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am index c93d35a..740023f 100644 --- a/data/icons/16x16/apps/Makefile.am +++ b/data/icons/16x16/apps/Makefile.am @@ -5,7 +5,7 @@ context = apps iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - file-roller.png + engrampa.png noinst_DATA = diff --git a/data/icons/16x16/apps/engrampa.png b/data/icons/16x16/apps/engrampa.png new file mode 100644 index 0000000..13b19e6 Binary files /dev/null and b/data/icons/16x16/apps/engrampa.png differ diff --git a/data/icons/16x16/apps/file-roller.png b/data/icons/16x16/apps/file-roller.png deleted file mode 100644 index 13b19e6..0000000 Binary files a/data/icons/16x16/apps/file-roller.png and /dev/null differ diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am index 5387a25..f1af54e 100644 --- a/data/icons/22x22/apps/Makefile.am +++ b/data/icons/22x22/apps/Makefile.am @@ -5,7 +5,7 @@ context = apps iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - file-roller.png + engrampa.png noinst_DATA = diff --git a/data/icons/22x22/apps/engrampa.png b/data/icons/22x22/apps/engrampa.png new file mode 100644 index 0000000..0062c67 Binary files /dev/null and b/data/icons/22x22/apps/engrampa.png differ diff --git a/data/icons/22x22/apps/file-roller.png b/data/icons/22x22/apps/file-roller.png deleted file mode 100644 index 0062c67..0000000 Binary files a/data/icons/22x22/apps/file-roller.png and /dev/null differ diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am index f42a2fd..a4be694 100644 --- a/data/icons/24x24/apps/Makefile.am +++ b/data/icons/24x24/apps/Makefile.am @@ -5,7 +5,7 @@ context = apps iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - file-roller.png + engrampa.png noinst_DATA = diff --git a/data/icons/24x24/apps/engrampa.png b/data/icons/24x24/apps/engrampa.png new file mode 100644 index 0000000..b6df396 Binary files /dev/null and b/data/icons/24x24/apps/engrampa.png differ diff --git a/data/icons/24x24/apps/file-roller.png b/data/icons/24x24/apps/file-roller.png deleted file mode 100644 index b6df396..0000000 Binary files a/data/icons/24x24/apps/file-roller.png and /dev/null differ diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am index 0337805..dede0b6 100644 --- a/data/icons/32x32/apps/Makefile.am +++ b/data/icons/32x32/apps/Makefile.am @@ -5,7 +5,7 @@ context = apps iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - file-roller.png + engrampa.png noinst_DATA = diff --git a/data/icons/32x32/apps/engrampa.png b/data/icons/32x32/apps/engrampa.png new file mode 100644 index 0000000..fe770e4 Binary files /dev/null and b/data/icons/32x32/apps/engrampa.png differ diff --git a/data/icons/32x32/apps/file-roller.png b/data/icons/32x32/apps/file-roller.png deleted file mode 100644 index fe770e4..0000000 Binary files a/data/icons/32x32/apps/file-roller.png and /dev/null differ diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am index cb4ae9f..01b8e2c 100644 --- a/data/icons/scalable/apps/Makefile.am +++ b/data/icons/scalable/apps/Makefile.am @@ -5,7 +5,7 @@ context = apps iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - file-roller.svg + engrampa.svg noinst_DATA = diff --git a/data/icons/scalable/apps/engrampa.svg b/data/icons/scalable/apps/engrampa.svg new file mode 100644 index 0000000..4d423a1 --- /dev/null +++ b/data/icons/scalable/apps/engrampa.svg @@ -0,0 +1,704 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + File Roller + + + file + roller + compressed + handler + unzip + tar + archive + extract + compress + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/scalable/apps/file-roller.svg b/data/icons/scalable/apps/file-roller.svg deleted file mode 100644 index 07cd515..0000000 --- a/data/icons/scalable/apps/file-roller.svg +++ /dev/null @@ -1,704 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Jakub Steiner - - - http://jimmac.musichall.cz - - File Roller - - - file - roller - compressed - handler - unzip - tar - archive - extract - compress - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index 728a233..ecac3aa 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -1,4 +1,4 @@ -uidir = $(datadir)/file-roller/ui +uidir = $(datadir)/engrampa/ui ui_DATA = \ add-options.ui \ batch-add-files.ui \ -- cgit v1.2.1