Merge pull request #30771 from geekpi/translating

translated
This commit is contained in:
geekpi 2024-01-12 08:36:17 +08:00 committed by GitHub
commit 41d61616fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 152 additions and 155 deletions

View File

@ -1,155 +0,0 @@
[#]: subject: "App Fleet: Open-Source App to Automate Your Workspace on Linux"
[#]: via: "https://news.itsfoss.com/app-fleet/"
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
[#]: collector: "lujun9972/lctt-scripts-1700446145"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
App Fleet: Open-Source App to Automate Your Workspace on Linux
======
An open-source workspace automation tool. Sounds interesting!
The year 2024 just started, and maybe you are getting overwhelmed with the amount of work you have to get done across different apps? Why not make that simpler, with, say, a workspace management tool?
App Fleet is **a new open-source workspace manager and launch automation tool** primarily developed for Linux; I must say, the last bit is something you don't hear often! 😃
Here, I try App Fleet and share my experience with you.
🚧
The app is fairly new and under active development. It may or may not work the way you expect it to.
### App Fleet: Key Features ⭐
![][1]
Written using the **Flutter framework** , App Fleet has been **tailored for the GNOME desktop environment** , and being a fairly new app, the development of it has been progressing rather well, with regular releases from time to time.
Some **key features** include:
* **Support for Most Apps.**
* **Intuitive User Interface.**
* **Set Apps to Specific Workspaces.**
#### ⚙How to Install App Fleet?
![][2]
Unfortunately, App Fleet is **not available as a Flatpak, Snap, AppImage or any other popular packaging format**.
According to the developer, App Fleet requires system-wide read access and packaging it with these formats is not viable for such an app.
The **most straightforward way to install App Fleet** is by running the following command (a network installer script):
```
curl https://raw.githubusercontent.com/omegaui/app_fleet/main/network-install.sh | bash
```
For most, the above command is the recommended solution.
If you wish, you can install it from the precompiled bundle or the source. For more info, you can head over to its [GitHub repo][3].
[App Fleet (GitHub)][3]
#### Initial Impressions 👨‍💻
After installing it on my PC, I launched App Fleet and was greeted with a poker-faced ghost saying there were no workspace configurations on this system.
![][4]
So, I clicked on “ _Create Now_ ” to get started, and I gave the workspace config a fitting name.
![][5]
I then picked the icon for it; there were many options with the freedom to upload a custom one too.
![][6]
The app selection screen listed all my apps, so I selected the ones I usually use while working.
![][7]
I could also **give those apps specific workspaces** so that they would launch directly in the ones specified, doing away with the need to manually place them. ( _That didn't work out so well for me, more on that later._ )
![][8]
There was also the **ability to manually add an app** from the system, or external storage, where I could give it a name, the wait time, and so on.
![][9]
I could also tweak the same for the apps added. The “ _Wait Time_ ” settings can be useful if you would rather not be overwhelmed by the number of apps launching in quick succession.
![][10]
After all things were set, I clicked on the “ _Save_ ” icon on the top-right to save my workspace config.
![][11]
The main screen of App Fleet then showed me the workspace config created.
![][12]
It also launched the **App Fleet launcher** , which was a small widget looking thing that let me launch the saved workspace config.
![][13]
So, to test out how it worked, I did a quick restart of the system, and the launcher automatically popped up when I logged into my system. As you can see below, **the launcher is a neat little thing** that doesn't really get in the way.
![][14]
However, as you may have noticed, **the apps did not launch on the workspaces I set them to launch in**. Though the launching of apps, and the customized wait times do kick in.
The [official website][15] mentions that this was “ _finely tested_ ” for Ubuntu 22.10, so that would be a thing to keep in mind.
Sure, the app is brand new. So, we cannot expect everything to work perfectly.
But, if you ask me, **App Fleet has a lot of potential** , if you were someone who uses the [Auto Move Windows][16] GNOME extension, this can be a very handy alternative to it.
And did I say that **App Fleet is not just limited to GNOME?**
You can also use it on other [desktop environments][17] such as KDE Plasma, Budgie, and Cinnamon.
**Suggested Read** 📖
![][18]
_💬 Well, what are your thoughts on App Fleet? Any similar tool in mind? How did it work for you? Let me know in the comments below!_
* * *
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/app-fleet/
作者:[Sourav Rudra][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://news.itsfoss.com/author/sourav/
[b]: https://github.com/lujun9972
[1]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_a.png
[2]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_b.png
[3]: https://github.com/omegaui/app_fleet
[4]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_c.png
[5]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_d.png
[6]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_e.png
[7]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_f.png
[8]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_g.png
[9]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_i.png
[10]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_j.png
[11]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_h.png
[12]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_k.png
[13]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_l.png
[14]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_m.gif
[15]: https://omegaui.github.io/app_fleet_webpage/
[16]: https://extensions.gnome.org/extension/16/auto-move-windows/
[17]: https://itsfoss.com/what-is-desktop-environment/
[18]: https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png

View File

@ -0,0 +1,152 @@
[#]: subject: "App Fleet: Open-Source App to Automate Your Workspace on Linux"
[#]: via: "https://news.itsfoss.com/app-fleet/"
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
[#]: collector: "lujun9972/lctt-scripts-1700446145"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
App Fleet在 Linux 上实现工作空间自动化的开源应用
======
开源工作区自动化工具。听起来不错!
2024 年刚刚开始,你是否对必须在不同应用中完成的大量工作感到不知所措? 为什么不使用工作区管理工具来简化这一切呢?
App Fleet 是**一个新的开源工作区管理器和启动自动化工具**,主要为 Linux 开发。我必须说,最后一点是你不常听到的! 😃
在这里,我尝试一下 App Fleet并与大家分享一下我的经验。
🚧
该应用相当新,正在积极开发中。它可能会也可能不会按照你期望的方式工作。
### App Fleet主要功能 ⭐
![][1]
App Fleet 使用 **Flutter 框架** 编写,**针对 GNOME 桌面环境**,并且作为一个相当新的应用,它的开发进展相当顺利,不时定期发布。
一些**关键功能**包括:
* **支持大多数应用。**
* **直观的用户界面。**
* **将应用设置到特定工作空间。**
#### ⚙如何安装App Fleet
![][2]
不幸的是App Fleet **不能以 Flatpak、Snap、AppImage 或任何其他流行的打包格式使用**
据开发人员称App Fleet 需要系统范围的读取访问权限,并且使用这些格式对其进行打包对于此类应用来说是不可行的。
**安装 App Fleet 最直接的方法**是运行以下命令(网络安装程序脚本):
```
curl https://raw.githubusercontent.com/omegaui/app_fleet/main/network-install.sh | bash
```
对于大多数人来说,上述命令是推荐的解决方案。
如果你愿意,你可以从预编译的捆绑包或源代码中安装它。有关更多信息,你可以访问其 [GitHub 仓库][3]。
[App Fleet (GitHub)][3]
#### 初步印象👨‍💻
将其安装到我的 PC 上后,我启动了 App Fleet然后迎接我的是一个面无表情的鬼魂说这个系统上没有工作区配置。
![][4]
因此,我单击 “_Create Now_” 开始,并为工作区配置指定了一个合适的名称。
![][5]
然后我选择了它的图标。它有很多选项,也可以自由上传自定义选项。
![][6]
应用选择屏幕列出了我的所有应用,因此我选择了我在工作时经常使用的应用。
![][7]
我还可以**为这些应用提供特定的工作区**以便它们可以直接在指定的工作区中启动从而无需手动放置它们。_这对我来说效果不太好稍后会详细介绍。_
![][8]
还有**能够从系统或外部存储手动添加应用**,我可以在其中为其指定名称、等待时间等。
![][9]
我还可以对添加的应用进行相同的调整。如果你不想被快速连续启动的应用数量淹没“_等待时间_”设置可能会很有用。
![][10]
设置完所有内容后,我单击右上角的 “_Save_” 图标来保存我的工作区配置。
![][11]
然后App Fleet 的主屏幕向我显示了创建的工作区配置。
![][12]
它还启动了 **App Fleet launcher** ,这是一个看起来像小部件的东西,让我启动保存的工作区配置。
![][13]
因此,为了测试它的工作原理,我快速重新启动了系统,当我登录系统时,启动器会自动弹出。正如你在下面看到的,**启动器是一个简洁的小东西**,并不碍事。
![][14]
但是,你可能已经注意到,**应用没有在我设置它们启动的工作区上启动**。尽管应用的启动和定制的等待时间确实开始了。
[官方网站][15] 提到 Ubuntu 22.10 已对其进行了“_精细测试_”因此这一点值得注意。
当然,该应用是全新的。因此,我们不能期望一切都完美。
但是,如果你问我,**App Fleet 有很大的潜力**,如果你是使用 [Auto Move Windows][16] GNOME 扩展的人,这可能是一个非常方便的替代方案。
我是否说过 **App Fleet 不仅仅限于 GNOME**
你还可以在其他[桌面环境][17]上使用它,例如 KDE Plasma、Budgie 和 Cinnamon。
_💬 那么,你对 App Fleet 有何看法? 有类似的工具吗? 它对你来说效果如何? 请在下面的评论中告诉我_
* * *
--------------------------------------------------------------------------------
via: https://news.itsfoss.com/app-fleet/
作者:[Sourav Rudra][a]
选题:[lujun9972][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://news.itsfoss.com/author/sourav/
[b]: https://github.com/lujun9972
[1]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_a.png
[2]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_b.png
[3]: https://github.com/omegaui/app_fleet
[4]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_c.png
[5]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_d.png
[6]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_e.png
[7]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_f.png
[8]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_g.png
[9]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_i.png
[10]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_j.png
[11]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_h.png
[12]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_k.png
[13]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_l.png
[14]: https://news.itsfoss.com/content/images/2024/01/App_Fleet_m.gif
[15]: https://omegaui.github.io/app_fleet_webpage/
[16]: https://extensions.gnome.org/extension/16/auto-move-windows/
[17]: https://itsfoss.com/what-is-desktop-environment/
[18]: https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png