diff --git a/README.en.md b/README.en.md index 87572535123e042eddf0ca6b0dad770effb70e0a..1ce2d46533a6892a27e3c1704c780d8dbfbaa1ab 100644 --- a/README.en.md +++ b/README.en.md @@ -1,22 +1,23 @@ # dde-launcher #### Description -dde launcher +dde launcher: Launcher helps you manage all the installed applications, where you can quickly find an application by category navigation or by a search #### Software Architecture Software architecture description #### Installation -1. xxxx -2. xxxx -3. xxxx +1. dnf install dde-launcher #### Instructions -1. xxxx -2. xxxx -3. xxxx +1. Switch Launcher Modes,There are two display modes of Launcher: fullscreen mode and mini mode. Click the icon at the upper right corner to switch modes. +2. Sort Applications,In fullscreen mode, all applications in Launcher are listed by the installation time by default. You can sort the application icons as the ways below,Hover the cursor over an application icon, hold down the left key of mouse, drag and drop the application icon to arrange it freely. +3. Find Applications,If you already know the application name, just search for it. +4. Create App Shortcut,Select Send to desktop to create a shortcut on the desktop.Select Send to dock to fix the application icon in Dock. +5. Run Applications,Click the application icon in Dock or right-click it and select open. +6. For the frequently-used applications, right-click the app icon and select Add to startup to run it when the computer boots. #### Contribution diff --git a/README.md b/README.md index 0646c8678a2e7db88f63631a349a4e09925f34f2..b224ecd25cadf7a82d68600bef8f19828034a102 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dde-launcher #### 介绍 -dde launcher +dde launcher:帮助您管理系统中已安装的所有应用,在启动器中使用分类导航或搜索功能可以快速找到您需要的应用程序 #### 软件架构 软件架构说明 @@ -9,15 +9,16 @@ dde launcher #### 安装教程 -1. xxxx -2. xxxx -3. xxxx +1. dnf install dde-launcher #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +1. 模式切换,启动器有全屏和小窗口两种模式。单击启动器界面右上角的图标来切换模式。 +2. 排列应用,全屏模式下,系统默认按照安装时间排列所有应用,也可以将鼠标悬停在应用图标上,按住鼠标左键不放,将应用图标拖拽到指定的位置自由排列。 +3. 应用查找,直接在搜索框中输入关键字,快速定位到需要的应用。 +4. 创建快捷方式,打开应用图片右键发送应用到任务栏或者桌面创建快捷方式 +5. 运行应用,在启动器中直接单击应用图标打开,或右键单击应用图标选择打开 +6. 对于经常使用的应用,您可以在启动器中,右键单击应用图标选择 开机自动启动 #### 参与贡献 diff --git a/dde-launcher.spec b/dde-launcher.spec index 13d717bab395e339240537994ffd4a5722881cf3..533a540d139e1322b9fce6f702a2bd63e26ba5aa 100644 --- a/dde-launcher.spec +++ b/dde-launcher.spec @@ -1,12 +1,12 @@ %global sname deepin-launcher Name: dde-launcher -Version: 5.1.0.6 -Release: 3 +Version: 5.3.0.23 +Release: 1 Summary: Deepin desktop-environment - Launcher module License: GPLv3 URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/dde-launcher/ -Source0: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/RERFNS4wLjAuNjU3NQ/pool/main/d/%{name}/%{name}_%{version}.orig.tar.xz +Source0: %{name}_%{version}.orig.tar.xz BuildRequires: cmake BuildRequires: cmake(Qt5LinguistTools) @@ -58,6 +58,9 @@ sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh %{_includedir}/%{name}/ %changelog +* Thu Jul 08 2021 weidong - 5.3.0.23-3 +- update 5.3.0.23 + * Thu Sep 3 2020 weidong - 5.1.0.6-3 - fix source url in spec @@ -66,3 +69,4 @@ sed -i 's|lrelease|lrelease-qt5|' translate_generation.sh * Thu Jul 30 2020 openEuler Buildteam - 5.1.0.6-1 - Package init + diff --git a/dde-launcher_5.1.0.6.orig.tar.xz b/dde-launcher_5.1.0.6.orig.tar.xz deleted file mode 100755 index 10116e04c1ae70e4fcba602bef785653a89c6971..0000000000000000000000000000000000000000 Binary files a/dde-launcher_5.1.0.6.orig.tar.xz and /dev/null differ diff --git a/dde-launcher_5.3.0.23.orig.tar.xz b/dde-launcher_5.3.0.23.orig.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..950c663ed383a3d288a7db6b08261aee7ea1f00c Binary files /dev/null and b/dde-launcher_5.3.0.23.orig.tar.xz differ