mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-23 21:20:42 +08:00
translated
This commit is contained in:
parent
221ca99333
commit
e0b539daf5
@ -1,146 +0,0 @@
|
||||
[#]: subject: "Fedora Linux Flatpak cool apps to try for December"
|
||||
[#]: via: "https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-december/"
|
||||
[#]: author: "Eduard Lucena https://fedoramagazine.org/author/x3mboy/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1700446145"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Fedora Linux Flatpak cool apps to try for December
|
||||
======
|
||||
|
||||
![][1]
|
||||
|
||||
Image by Daimar Steiner
|
||||
|
||||
This article introduces projects available in Flathub with installation instructions.
|
||||
|
||||
[Flathub][2] is the place to get and distribute apps for all of Linux. It is powered by Flatpak, allowing Flathub apps to run on almost any Linux distribution.
|
||||
|
||||
Please read “[Getting started with Flatpak][3]“. In order to enable flathub as your flatpak provider, use the instructions on the [flatpak site][4].
|
||||
|
||||
### Live Captions
|
||||
|
||||
Live Captions is an application that provides realtime automatic subtitles for the Linux desktop. Only English is available, at at this time. Other languages may produce gibberish or a bad phonetic translation.
|
||||
|
||||
Features:
|
||||
|
||||
* Simple interface
|
||||
* Caption desktop/mic audio locally, powered by deep learning
|
||||
* No API keys, no proprietary services/libraries, no telemetry, no spying, no data collection, does not use network permission
|
||||
* Adjust font, font size, and toggle uppercase/lowercase
|
||||
* Less confident text is faded (darkened). This feature is configurable.
|
||||
|
||||
|
||||
|
||||
I honestly didn’t know about this application until it was recently recommended, and I was quite amazed. It’s really helpful for people with hearing problems. As is common with this kind of software, models need training and the project, in general, needs feedback.
|
||||
|
||||
Live Caption requires good hardware to function correctly, but it doesn’t need a dedicated GPU.
|
||||
|
||||
This project is marked as safe because it needs no special permission:
|
||||
|
||||
![][5]
|
||||
|
||||
You can install “Live Caption” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub net.sapples.LiveCaptions
|
||||
|
||||
```
|
||||
|
||||
### Pencil2D
|
||||
|
||||
[Pencil2D][6] is a 2D animation program that lets you easily create hand-drawn graphics using both bitmap and vector graphics. Its highlight features are:
|
||||
|
||||
* Minimal Design
|
||||
* Raster & Vector
|
||||
* Cross-Platform
|
||||
* Open Source & Free
|
||||
|
||||
|
||||
|
||||
Be aware that this project is marked as “potentially unsafe” because it can access your filesystem:
|
||||
|
||||
![][7]
|
||||
|
||||
You can install “Pencil2D” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub org.pencil2d.Pencil2D
|
||||
|
||||
```
|
||||
|
||||
_**Pencil2D is also available as rpm on fedora’s repositories**_
|
||||
|
||||
### Frog
|
||||
|
||||
[Frog][8] is an application that allows you to extract text from images, websites, videos, and QR codes by taking a picture of the source.
|
||||
|
||||
Some of its features are:
|
||||
|
||||
* Extract QR Code and barcode: Capture, extract and convert any QR codes or barcodes in a second.
|
||||
* Drag-n-drop: You do not need to make a screenshot of the image. Drag and drop it straight into the Frog window to extract the text.
|
||||
* Tons of supported languages: Frog supports a lot of languages, even those which it didn’t in the past.
|
||||
* Privacy: Frog use Portals to respect your privacy
|
||||
|
||||
|
||||
|
||||
Be aware that this project is marked as “potentially unsafe” because it can access your home folder:
|
||||
|
||||
![][9]
|
||||
|
||||
You can install “Frog” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub com.github.tenderowl.frog
|
||||
|
||||
```
|
||||
|
||||
### PDF Arranger
|
||||
|
||||
[PDF Arranger][10] is a small application, which helps the user merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface.
|
||||
|
||||
There is not much more to say than it’s a great application, very intuitive and easy to use.
|
||||
|
||||
Be aware that this project is marked as “potentially unsafe” because it can access your filesystem:
|
||||
|
||||
![][11]
|
||||
|
||||
You can install “PDF Arranger” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub com.github.jeromerobert.pdfarranger
|
||||
|
||||
```
|
||||
|
||||
_**PDF Arranger is also available as rpm on fedora’s repositories**_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-december/
|
||||
|
||||
作者:[Eduard Lucena][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://fedoramagazine.org/author/x3mboy/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://fedoramagazine.org/wp-content/uploads/2023/11/Flatpak_feature_im_Dec-23-816x345.jpg
|
||||
[2]: https://flathub.org
|
||||
[3]: https://fedoramagazine.org/getting-started-flatpak/
|
||||
[4]: https://flatpak.org/setup/Fedora
|
||||
[5]: https://fedoramagazine.org/wp-content/uploads/2023/10/image-2.png
|
||||
[6]: https://flathub.org/apps/org.pencil2d.Pencil2D
|
||||
[7]: https://fedoramagazine.org/wp-content/uploads/2023/11/image.png
|
||||
[8]: https://flathub.org/apps/com.github.tenderowl.frog
|
||||
[9]: https://fedoramagazine.org/wp-content/uploads/2023/11/image-1.png
|
||||
[10]: https://flathub.org/apps/com.github.jeromerobert.pdfarranger
|
||||
[11]: https://fedoramagazine.org/wp-content/uploads/2023/11/image-2.png
|
@ -0,0 +1,146 @@
|
||||
[#]: subject: "Fedora Linux Flatpak cool apps to try for December"
|
||||
[#]: via: "https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-december/"
|
||||
[#]: author: "Eduard Lucena https://fedoramagazine.org/author/x3mboy/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1700446145"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Fedora Linux Flatpak 12 月份值得尝试的酷炫应用
|
||||
======
|
||||
|
||||
![][1]
|
||||
|
||||
Daimar Steiner 摄
|
||||
|
||||
本文介绍了 Flathub 中可用的项目以及安装说明。
|
||||
|
||||
[Flathub][2] 是获取和分发适用于所有 Linux 应用的地方。它由 Flatpak 提供支持,允许 Flathub 应用在几乎任何 Linux 发行版上运行。
|
||||
|
||||
请阅读 “[Flatpak 入门][3]”。为了启用 flathub 作为你的 flatpak 提供商,请使用 [flatpak 站点][4]上的说明。
|
||||
|
||||
### Live Captions
|
||||
|
||||
Live Captions 是一款为 Linux 桌面提供实时自动字幕的应用。目前仅提供英语。其他语言可能会产生乱码或错误的语音翻译。
|
||||
|
||||
特点:
|
||||
|
||||
* 简单的界面
|
||||
* 在本地为桌面/麦克风音频添加字幕,由深度学习提供支持
|
||||
* 没有 API 密钥、没有专有服务/库、没有遥测、没有间谍活动、没有数据收集、不使用网络权限
|
||||
* 调整字体、字号、大小写切换
|
||||
* 不太确定的文本会褪色(变暗)。此功能是可配置的。
|
||||
|
||||
|
||||
|
||||
老实说,直到最近有人推荐我才知道这个应用,我感到非常惊讶。这对于有听力问题的人来说确实很有帮助。正如此类软件的常见情况,模型需要培训,而项目通常需要反馈。
|
||||
|
||||
实时字幕需要良好的硬件才能正常运行,但不需要专用的 GPU。
|
||||
|
||||
该项目被标记为安全,因为它不需要特殊许可:
|
||||
|
||||
![][5]
|
||||
|
||||
你可以通过单击网站上的安装按钮或手动使用以下命令来安装 “Live Caption”:
|
||||
|
||||
````
|
||||
|
||||
flatpak install flathub net.sapples.LiveCaptions
|
||||
|
||||
````
|
||||
|
||||
### Pencil2D
|
||||
|
||||
[Pencil2D][6] 是一个 2D 动画程序,可让你使用位图和矢量图形轻松创建手绘图形。其突出特点是:
|
||||
|
||||
* 简约设计
|
||||
* 光栅和矢量
|
||||
* 跨平台
|
||||
* 开源且免费
|
||||
|
||||
|
||||
|
||||
请注意,该项目被标记为“潜在不安全”,因为它可以访问你的文件系统:
|
||||
|
||||
![][7]
|
||||
|
||||
你可以通过单击网站上的安装按钮或手动使用以下命令来安装 “Pencil2D”:
|
||||
|
||||
````
|
||||
|
||||
flatpak install flathub org.pencil2d.Pencil2D
|
||||
|
||||
````
|
||||
|
||||
_**Pencil2D 也可以在 fedora 的仓库中以 rpm 形式提供**_
|
||||
|
||||
### Frog
|
||||
|
||||
[Frog][8] 是一款可让你通过拍摄源图片从图像、网站、视频和二维码中提取文本的应用。
|
||||
|
||||
它的一些特点是:
|
||||
|
||||
* 提取 QR 码和条形码:在一秒钟内捕获、提取和转换任何 QR 码或条形码。
|
||||
* 拖放:你无需对图像进行截图。将其直接拖放到 Frog 窗口中以提取文本。
|
||||
* 支持大量语言:Frog 支持多种语言,甚至包括那些它以前不支持的语言。
|
||||
* 隐私:Frog 使用门户网站尊重你的隐私
|
||||
|
||||
|
||||
|
||||
请注意,该项目被标记为“潜在不安全”,因为它可以访问你的主文件夹:
|
||||
|
||||
![][9]
|
||||
|
||||
你可以通过单击网站上的安装按钮或手动使用以下命令来安装 “Frog”:
|
||||
|
||||
````
|
||||
|
||||
flatpak install flathub com.github.tenderowl.frog
|
||||
|
||||
````
|
||||
|
||||
### PDF Arranger
|
||||
|
||||
[PDF Arranger][10] 是一个小型应用,它可以帮助用户使用交互式直观的图形界面合并或拆分 pdf 文档并旋转、裁剪和重新排列其页面。
|
||||
|
||||
没什么可说的,它是一个很棒的应用,非常直观且易于使用。
|
||||
|
||||
请注意,该项目被标记为“潜在不安全”,因为它可以访问你的文件系统:
|
||||
|
||||
![][11]
|
||||
|
||||
你可以通过单击网站上的安装按钮或使用以下命令手动安装 “PDF Arranger”:
|
||||
|
||||
````
|
||||
|
||||
flatpak install flathub com.github.jeromerobert.pdfarranger
|
||||
|
||||
````
|
||||
|
||||
_**PDF Arranger 也可以在 fedora 的仓库中以 rpm 形式提供。**_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-december/
|
||||
|
||||
作者:[Eduard Lucena][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://fedoramagazine.org/author/x3mboy/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://fedoramagazine.org/wp-content/uploads/2023/11/Flatpak_feature_im_Dec-23-816x345.jpg
|
||||
[2]: https://flathub.org
|
||||
[3]: https://fedoramagazine.org/getting-started-flatpak/
|
||||
[4]: https://flatpak.org/setup/Fedora
|
||||
[5]: https://fedoramagazine.org/wp-content/uploads/2023/10/image-2.png
|
||||
[6]: https://flathub.org/apps/org.pencil2d.Pencil2D
|
||||
[7]: https://fedoramagazine.org/wp-content/uploads/2023/11/image.png
|
||||
[8]: https://flathub.org/apps/com.github.tenderowl.frog
|
||||
[9]: https://fedoramagazine.org/wp-content/uploads/2023/11/image-1.png
|
||||
[10]: https://flathub.org/apps/com.github.jeromerobert.pdfarranger
|
||||
[11]: https://fedoramagazine.org/wp-content/uploads/2023/11/image-2.png
|
Loading…
Reference in New Issue
Block a user