Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-compressor (6.5.12) unstable; urgency=medium

* chore: Update deepin-manual resources

-- dengzhongyuan <dengzhongyuan@uniontech.com> Wed, 09 Jul 2025 15:39:12 +0800

deepin-compressor (6.5.11) unstable; urgency=medium

* update version to 6.5.11.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
# Archive Manager|deepin-compressor|

## Overview

Archive Manager is a user-friendly compression and decompression software that supports various archive formats including 7z, jar, tar, tar.bz2, tar.gz, tar.lz, tar.lzma, tar.lzo, tar.xz, tar.Z, tar.7z, and zip. It also supports multi-password encryption, split-volume compression, and adding comments.

![1|main](fig/main.png)

## Getting Started

Learn how to launch, close, or create shortcuts for Archive Manager.

### Launching Archive Manager

1. Click the Launcher icon ![launcher](../common/deepin_launcher.svg) on the taskbar to enter the Launcher interface.
2. Scroll the mouse wheel or search to find the Archive Manager icon ![deepin_compressor](../common/deepin_compressor.svg), then click to launch.
3. Right-click ![deepin_compressor](../common/deepin_compressor.svg) to:
- Click **Send to Desktop** to create a desktop shortcut.
- Click **Send to Taskbar** to pin the application to the taskbar.
- Click **Start on Boot** to add the application to startup items, so it runs automatically when the computer starts.

### Closing Archive Manager

- In the Archive Manager interface, click ![close_icon](../common/close_icon.svg) to exit Archive Manager.
- Right-click the taskbar icon ![deepin_compressor](../common/deepin_compressor.svg) and select **Close All** to exit Archive Manager.
- In the Archive Manager interface, click ![icon_menu](../common/icon_menu.svg) and select **Exit** to exit Archive Manager.

### Viewing Shortcuts

In the Archive Manager interface, use the shortcut **Ctrl + Shift + ?** to open the shortcut preview interface. Mastering shortcuts will greatly improve your operational efficiency.

<img src="fig/hotkey.png" alt="1|hotkey" style="zoom:50%;" />

## Operations Guide

In the Archive Manager interface, you can compress or decompress single or multiple files/folders, and support multiple windows operating simultaneously.

### Compression
1. Select files to compress.

+ Right-click the file/folder to be compressed and select **Compress**.
+ Drag files directly to the Archive Manager interface and click **Next**.
- Click the Add button ![plus](../common/add.svg) in the top-left corner or ![icon_menu](../common/icon_menu.svg) > **Open File** to continue adding files/folders to compress.
- In the Archive Manager file list, right-click a file/folder to view or delete it.

![compressor](fig/compress_add.png)

2. In the compression interface, set the file name, storage path, compression method, and other information.
> ![notes](../common/notes.svg) Note: The default format for compressed files is zip.

<img src="fig/compressfile1.png" alt="1|compressor" style="zoom: 67%;" />

<img src="fig/compressfile2.png" alt="compressor" style="zoom:67%;" />

<table border="1">
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td>Compression Method</td>
<td>Options include Store, Fastest, Faster, Standard, Better, Best.
<ul>
<li>Store: Only packages files without compression.</li>
<li>Fastest, Faster, Standard, Better, Best: Gradually increase compression ratio. Higher compression ratio requires more time to compress the same file.</li>
</ul>
</td>
</tr>
<tr>
<td>Advanced Options</td>
<td>After enabling advanced options, you can set encryption, split-volume compression, add comments, etc. for files/file lists.
<ul>
<li>CPU Threads: Includes single-thread, dual-thread, quad-thread, and octa-thread. More threads mean faster compression speed. Only supported for tar.gz format.</li>
<li>Encrypt Files: Encrypt files requiring a password to view content. Supports 7z, tar.7z, zip formats. Can use numbers, letters, symbols, or common Chinese characters for encryption.</li>
<li>Encrypt File List: Encrypt file lists requiring a password to view list information. Supports 7z, tar.7z formats. List encryption and file encryption use the same password.</li>
<li>Split-volume Compression: Split large files for easier transmission. Can be divided into several split-volume archives, supporting up to 200 split volumes. Supports 7z, zip formats.</li>
<li>Comment: Add comments to archives. Only supported for zip format.</li>
</ul>
</td>
</tr>
</table>

3. Click **Compress**. You can pause/resume compression during the process.

<img src="fig/progress.png" alt="progress" style="zoom:67%;" />

4. After successful compression, you can:
- Click **View Files** to see the specific storage location of the compressed file.
- Click **Back** to return to the main interface and select files for compression.

<img src="fig/compress_success.png" alt="1|compress" style="zoom:67%;" />

### Decompression

1. Select the compressed file.

+ Right-click the compressed file and select **Decompress**.
+ Drag the compressed file directly to the Archive Manager interface.
- Add and encrypt files: Click the Add button ![plus](../common/add.svg) or ![icon_menu](../common/icon_menu.svg) > **Open File** to add files to the compressed file. In the pop-up dialog, check "Use Password" and set a password to encrypt the file. Different files can have different passwords. Only zip format archives support encrypting appended files.

<img src="fig/password.png" alt="password" style="zoom:67%;" />

- View information: Click the icon ![icon](fig/annotation.png) on the menu bar to view file information and comment content. Only zip format archives support re-editing comments.

2. In the decompression interface, you can set paths, extract files, etc.
- Set storage path: Click **Extract to: xxx (path)** and select the storage path in the pop-up window.
- Extract files: In the file list, right-click a file/folder and select **Extract** or **Extract to Current Folder** to extract to the corresponding path.
- View or delete files: In the file list, right-click a file/folder, select **Open** to view it or select **Delete** to remove it from the list.

<img src="fig/extract.png" alt="decompression" style="zoom:67%;" />

3. Click **Decompress**. You can pause/resume decompression during the process.

> ![notes](../common/notes.svg) Note: When there are encrypted files in the compressed file, you need to enter the password to decompress. When there are multiple encrypted files, you need to enter passwords one by one to decompress.

4. After successful decompression, you can:
- Click **View Files** to see the specific storage location of the decompressed files.
- Click **Back** to return to the main interface and select compressed files for decompression.

<img src="fig/decompress_success.png" alt="1|decompress" style="zoom:67%;" />

## Main Menu

In the main menu, you can open files, modify settings, switch window themes, view help manuals, and learn more about Archive Manager.

### Open
1. In the Archive Manager interface, click ![icon_menu](../common/icon_menu.svg).
2. Select **Open File** to select files to compress or compressed files.

### Settings

1. In the Archive Manager interface, click ![icon_menu](../common/icon_menu.svg).
2. Select **Settings** to perform the following operations:
- Decompression Settings
+ Set default decompression location: Choose current directory, desktop, or set other directory.
+ Check or uncheck **Automatically create folders**.
+ Check or uncheck **Automatically open corresponding folder after decompression**.
- File Management Settings
+ Set whether to **Delete compressed file after decompression**: Choose "Never", "Ask for confirmation", or "Always".
+ Check or uncheck **Delete original files after compression**.
- Associated File Settings
+ Check or uncheck associated file types. All are checked by default.
3. Click **Restore Defaults** to reset all settings to initial state.

### Theme

Window themes include Light theme, Dark theme, and System theme.

1. In the Archive Manager interface, click ![icon_menu](../common/icon_menu.svg).
2. Select **Theme** and choose a theme color.

### Help

View the help manual to learn more about and use Archive Manager.

1. In the Archive Manager interface, click ![icon_menu](../common/icon_menu.svg).
2. Select **Help**.
3. View Archive Manager's help manual.

### About

1. In the Archive Manager interface, click ![icon_menu](../common/icon_menu.svg).
2. Select **About**.
3. View Archive Manager's version and introduction.

### Exit

1. In the Archive Manager interface, click ![icon_menu](../common/icon_menu.svg).
2. Select **Exit**.
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
# 归档管理器|deepin-compressor|

## 概述

归档管理器是一款界面友好、使用方便的压缩与解压缩软件,支持7z、jar、tar、tar.bz2、tar.gz、tar.lz、tar.lzma、tar.lzo、tar.xz、tar.Z、tar.7z、zip等多种压缩包格式,还支持多密码压缩、分卷压缩、添加注释等功能。

![1|main](fig/main.png)


## 使用入门

通过以下方式运行或关闭归档管理器,或者创建归档管理器的快捷方式。

### 运行归档管理器

1. 单击任务栏上的启动器图标 ![launcher](../common/deepin_launcher.svg),进入启动器界面。
2. 上下滚动鼠标滚轮浏览或通过搜索,找到归档管理器图标 ![deepin_compressor](../common/deepin_compressor.svg),单击运行。
3. 右键单击 ![deepin_compressor](../common/deepin_compressor.svg),您可以:
- 单击 **发送到桌面**,在桌面创建快捷方式。
- 单击 **发送到任务栏**,将应用程序固定到任务栏。
- 单击 **开机自动启动**,将应用程序添加到开机启动项,在电脑开机时自动运行该应用。

### 关闭归档管理器

- 在归档管理器界面单击 ![close_icon](../common/close_icon.svg),退出归档管理器。
- 在任务栏右键单击 ![deepin_compressor](../common/deepin_compressor.svg),选择 **关闭所有** ,退出归档管理器。
- 在归档管理器界面单击 ![icon_menu](../common/icon_menu.svg),选择 **退出** ,退出归档管理器。

### 查看快捷键

在归档管理器界面,使用快捷键 **Ctrl + Shift + ?** 打开快捷键预览界面。熟练地使用快捷键,将大大提升您的操作效率。

<img src="fig/hotkey.png" alt="1|hotkey" style="zoom:50%;" />


## 操作介绍

在归档管理器界面,可对单个或多个文件(夹)进行压缩或解压缩,并且支持多个窗口同时操作。

### 压缩
1. 选择压缩文件。

+ 右键单击待压缩的文件(夹)选择 **压缩**。
+ 直接将文件拖拽到在归档管理器界面上,单击 **下一步**。
- 单击左上角的添加按钮 ![plus](../common/add.svg) 或 ![icon_menu](../common/icon_menu.svg) > **打开文件**,可以继续添加需要压缩的文件(夹)。
- 在归档管理器文件列表中,右键单击文件(夹)可以查看或删除文件(夹)。

![compressor](fig/compress_add.png)


2. 在压缩界面中设置文件名、存储路径、压缩方式等信息。
> ![notes](../common/notes.svg) 说明:压缩包的默认格式为zip。

<img src="fig/compressfile1.png" alt="1|compressor" style="zoom: 67%;" />

<img src="fig/compressfile2.png" alt="compressor" style="zoom:67%;" />

<table border="1">
<tr>
<th>名称</th>
<th>说明 </th>
</tr>
<tr>
<td>压缩方式</td>
<td>压缩方式的选项有存储、最快、较快、标准、较好、最好。
<ul>
<li>存储:只对文件进行打包,不做压缩处理。</li>
<li>最快、较快、标准、较好、最好:逐渐提高压缩率,压缩率越高,压缩同一文件所需要的时间就越长。</li>
</ul>
</td>
</tr>
<tr>
<td>高级选项</td>
<td>开启高级选项后,可以对文件/文件列表设置加密、分卷压缩、添加注释等。
<ul>
<li>CPU线程数:包括单线程、双线程、四线程和八线程,线程数越多,压缩速度越快。仅支持tar.gz格式。</li>
<li>加密文件:对文件进行加密,需要输入密码才可以查看文件内容。支持7z、tar.7z、zip格式,可以使用数字、字母、符号或常用汉字进行加密。</li>
<li>加密文件列表:对文件列表进行加密,需要输入密码才可以查看文件列表信息。支持7z、tar.7z格式,列表加密和文件加密使用同一个密码。</li>
<li>分卷压缩:对大型文件进行分卷压缩方便传输,可以将其分成若干个分卷压缩包,最多支持200个分卷压缩包,支持7z、zip格式。</li>
<li>注释:对压缩包添加注释,仅支持zip格式。</li>
</ul>
</td>
</tr>
</table>







3. 单击 **压缩**,在压缩过程中可以暂停/继续压缩操作。

<img src="fig/progress.png" alt="progress" style="zoom:67%;" />

4. 压缩成功之后,您可以:
- 单击 **查看文件**,查看压缩文件的具体存放位置。
- 单击 **返回**,返回主界面,选择文件进行压缩。

<img src="fig/compress_success.png" alt="1|compress" style="zoom:67%;" />

### 解压缩

1. 选择压缩包。

+ 右键单击压缩包选择 **解压缩**。
+ 直接将压缩包拖拽到在归档管理器界面上。
- 添加并加密文件:单击左上角的添加按钮 ![plus](../common/add.svg) 或 ![icon_menu](../common/icon_menu.svg) > **打开文件**,可以添加文件到压缩包。在弹出的对话框中,选择勾选“使用密码”并设置密码,对文件进行加密。不同的文件可以设置不同的密码,仅zip格式的压缩包支持对追加的文件进行加密。

<img src="fig/password.png" alt="password" style="zoom:67%;" />

- 查看信息:单击菜单栏上的图标 ![icon](fig/annotation.png) 可以查看文件信息和注释内容,仅zip格式的压缩包支持重新编辑注释内容。

2. 在解压缩界面,可以进行路径设置、文件提取等操作。
- 设置存储路径:单击 **解压到:xxx(路径)** ,在弹出的窗口中选择存储路径。
- 提取文件:在文件列表中,右键单击文件(夹)选择 **提取** 或 **提取到当前文件夹**,将文件(夹)提取到相应的路径下。
- 查看或删除文件:在文件列表中,右键单击文件(夹),选择 **打开** 来查看文件(夹)或选择 **删除** 将文件(夹)从列表中移除。

<img src="fig/extract.png" alt="decompression" style="zoom:67%;" />

3. 单击 **解压**,在解压缩过程中可以暂停/继续解压操作。

> ![notes](../common/notes.svg) 说明:当压缩包中有加密文件时,则需要输入密码来解压缩,当压缩包中有多个加密文件时,则需要依次输入密码来解压缩。

4. 解压缩成功之后,您可以
- 单击 **查看文件**,查看解压文件的具体存放位置。
- 单击 **返回**,返回主界面,选择压缩包进行解压缩。

<img src="fig/decompress_success.png" alt="1|decompress" style="zoom:67%;" />


## 主菜单

在主菜单中,您可以打开文件、修改设置项、切换窗口主题、查看帮助手册,了解归档管理器的更多信息。

### 打开
1. 在归档管理器界面,单击 ![icon_menu](../common/icon_menu.svg) 。
2. 选择 **打开文件**,选择待压缩文件或压缩包文件。

### 设置

1. 在归档管理器界面,单击 ![icon_menu](../common/icon_menu.svg) 。
2. 选择 **设置**,可以进行如下操作:
- 解压设置
+ 设置默认解压位置,可选择当前目录、桌面或设置其他目录。
+ 勾选或取消 **自动创建文件夹**。
+ 勾选或取消 **当解压完成后自动打开对应的文件夹**。
- 文件管理设置
+ 设置是否 **解压后删除压缩文件**,可选择“从不”、“询问确认”或“总是”。
+ 勾选或取消 **压缩后删除原来的文件**。
- 关联文件设置
+ 勾选或取消关联文件类型,默认全部勾选。
3. 单击 **恢复默认** 按钮,将所有设置恢复到初始状态。


### 主题

窗口主题包含浅色主题、深色主题和系统主题。

1. 在归档管理器界面,单击 ![icon_menu](../common/icon_menu.svg)。
2. 选择 **主题**,选择一个主题颜色。

### 帮助

查看帮助手册,进一步了解和使用归档管理器。

1. 在归档管理器界面,单击 ![icon_menu](../common/icon_menu.svg)。
2. 选择 **帮助**。
3. 查看归档管理器的帮助手册。


### 关于

1. 在归档管理器界面,单击 ![icon_menu](../common/icon_menu.svg)。
2. 选择 **关于**。
3. 查看归档管理器的版本和介绍。

### 退出

1. 在归档管理器界面,单击 ![icon_menu](../common/icon_menu.svg)。
2. 选择 **退出**。
Loading
Loading