mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-21 02:10:11 +08:00
Merge branch 'LCTT:master' into master
This commit is contained in:
commit
6d3f43005c
@ -3,70 +3,75 @@
|
|||||||
[#]: author: "Abhishek Prakash https://itsfoss.com/author/abhishek/"
|
[#]: author: "Abhishek Prakash https://itsfoss.com/author/abhishek/"
|
||||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||||
[#]: translator: "geekpi"
|
[#]: translator: "geekpi"
|
||||||
[#]: reviewer: " "
|
[#]: reviewer: "wxy"
|
||||||
[#]: publisher: " "
|
[#]: publisher: "wxy"
|
||||||
[#]: url: " "
|
[#]: url: "https://linux.cn/article-16295-1.html"
|
||||||
|
|
||||||
在 GNOME 中添加最小化和最大化按钮
|
在 GNOME 中添加最小化和最大化按钮
|
||||||
======
|
======
|
||||||
|
|
||||||
|
![][0]
|
||||||
|
|
||||||
|
> 缺少了 GNOME 中的最小化按钮选项?下面教你如何轻松找回它。
|
||||||
|
|
||||||
与 Ubuntu 不同,[Fedora][1] 和 Arch Linux 等发行版为你提供了原生的 GNOME,但可能让你烦恼的一件事是应用窗口上缺少最小化和最大化按钮。
|
与 Ubuntu 不同,[Fedora][1] 和 Arch Linux 等发行版为你提供了原生的 GNOME,但可能让你烦恼的一件事是应用窗口上缺少最小化和最大化按钮。
|
||||||
|
|
||||||
![No minimize or maximize button in application windows, only close button][2]
|
![No minimize or maximize button in application windows, only close button][2]
|
||||||
|
|
||||||
GNOME 希望你使用应用切换器(Alt+Tab)或使用活动区域(超级键)在正在运行的应用之间切换,而不是最小化它。
|
GNOME 希望你使用应用切换器(`Alt+Tab`)或使用活动区(`Super` 键)在正在运行的应用之间切换,而不是最小化它。
|
||||||
|
|
||||||
好消息是,如果你不想要的话,你不必这样。
|
好消息是,如果你不喜欢的话,你不必这样。
|
||||||
|
|
||||||
让我分享一下如何使用 GUI 和命令行选项恢复 GNOME 中的最小化和最大化按钮。
|
让我分享一下如何使用 GUI 和命令行选项恢复 GNOME 中的最小化和最大化按钮。
|
||||||
|
|
||||||
### 方法 1:使用 GNOME Tweaks 启用最小化和最大化按钮
|
### 方法 1:使用 GNOME 优化工具启用最小化和最大化按钮
|
||||||
|
|
||||||
GNOME Tweaks 工具允许你自定义 GNOME 的各个方面。启用最小化窗口按钮就是其中之一。
|
GNOME <ruby>优化<rt>Tweaks</rt></ruby> 工具允许你自定义 GNOME 的各个方面。启用最小化窗口按钮就是其中之一。
|
||||||
|
|
||||||
首先使用发行版的包管理器安装 GNOME Tweaks 工具。
|
首先使用发行版的包管理器安装 GNOME 优化工具。
|
||||||
|
|
||||||
运行应用并从左侧边栏进入 Windows 标题栏。你将在此处看到添加最小化和最大化按钮的选项,
|
运行应用并从左侧边栏进入 Windows 标题栏。你将在此处看到添加最小化和最大化按钮的选项,
|
||||||
|
|
||||||
![][3]
|
![][3]
|
||||||
|
|
||||||
你可以选择其中一个或两者。如果你不再需要它,**你可以在 GNOME Tweaks 工具中以相同的方式禁用按钮**。
|
你可以选择其中一个或两者。如果你不再需要它,**你可以在 GNOME 调整工具中以相同的方式禁用按钮**。
|
||||||
|
|
||||||
💡
|
> 💡 如果需要,你还可以选择将这些控制按钮放在左侧。该选项位于标题栏按钮选项的末尾。
|
||||||
|
|
||||||
如果需要,你还可以选择将这些控制按钮放在左侧。该选项位于标题栏按钮选项的末尾。
|
|
||||||
|
|
||||||
### 方法 2:使用命令行启用最小化和最大化按钮
|
### 方法 2:使用命令行启用最小化和最大化按钮
|
||||||
|
|
||||||
gsettings 命令可以选择更改按钮布局并添加最小化和最大化按钮。
|
`gsettings` 命令可以选择更改按钮布局并添加最小化和最大化按钮。
|
||||||
|
|
||||||
````
|
```
|
||||||
|
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
|
||||||
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
|
```
|
||||||
|
|
||||||
````
|
|
||||||
|
|
||||||
正如你所猜测的,如果你想要**禁用任何按钮,你可以运行相同的命令,但从命令中省略不需要的按钮**。
|
正如你所猜测的,如果你想要**禁用任何按钮,你可以运行相同的命令,但从命令中省略不需要的按钮**。
|
||||||
|
|
||||||
💡
|
> 💡 你还可以通过将冒号放在命令的右侧来将 Windows 控制按钮移动到左侧:
|
||||||
|
>
|
||||||
你还可以通过将冒号放在命令的右侧来将 Windows 控制按钮移动到左侧:
|
> ```
|
||||||
gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:"
|
> gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:"
|
||||||
|
> ```
|
||||||
|
|
||||||
### 受到 macOS 的启发并不总是一件好事
|
### 受到 macOS 的启发并不总是一件好事
|
||||||
|
|
||||||
显然,这种“无最小化按钮”的设计灵感来自苹果的 macOS。我记得大约 10 年前,macOS 曾经将窗口控件放在左侧。因此 Ubuntu Unity 也尝试默认将控件保留在左侧。
|
显然,这种“无最小化按钮”的设计灵感来自苹果的 macOS。我记得大约 10 年前,macOS 曾经将窗口控件放在左侧。因此 Ubuntu Unity 也尝试默认将控件保留在左侧。
|
||||||
|
|
||||||
苹果很奇怪。他们大多数时候都有很好的设计,但有时他们会优先考虑设计而不是使用体验。“magic mouse”就是一个例子。
|
苹果很奇怪。他们大多数时候都有很好的设计,但有时他们会优先考虑设计而不是使用体验。“Magic Mouse” 就是一个例子。
|
||||||
|
|
||||||
> “Magic Mouse 深受用户喜爱”。你确定? [pic.twitter.com/hxGtTxIrlu][4]
|
> “Magic Mouse 深受用户喜爱”。你确定?
|
||||||
|
>
|
||||||
|
> ![][4]
|
||||||
>
|
>
|
||||||
> — Stuart (@stuwieface) [2021 年 4 月 20 日][5]
|
> — Stuart (@stuwieface) [2021 年 4 月 20 日][5]
|
||||||
|
|
||||||
我不明白为什么 GNOME 开发者需要从每一个设计中获得灵感,尤其是那些糟糕的设计。
|
我不明白为什么 GNOME 开发者需要从各种设计中获得灵感,尤其是那些糟糕的设计。
|
||||||
|
|
||||||
但那只是我的个人意见。我很高兴有一个快速简单的解决方案可以恢复 GNOME 中的最小化和最大化按钮。
|
但那只是我的个人意见。我很高兴有一个快速简单的解决方案可以恢复 GNOME 中的最小化和最大化按钮。
|
||||||
|
|
||||||
|
*(题图:MJ/f8ce0441-3d9b-498c-8e23-e48f7a90d040)*
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
via: https://itsfoss.com/gnome-minimize-button/
|
via: https://itsfoss.com/gnome-minimize-button/
|
||||||
@ -74,7 +79,7 @@ via: https://itsfoss.com/gnome-minimize-button/
|
|||||||
作者:[Abhishek Prakash][a]
|
作者:[Abhishek Prakash][a]
|
||||||
选题:[lujun9972][b]
|
选题:[lujun9972][b]
|
||||||
译者:[geekpi](https://github.com/geekpi)
|
译者:[geekpi](https://github.com/geekpi)
|
||||||
校对:[校对者ID](https://github.com/校对者ID)
|
校对:[wxy](https://github.com/wxy)
|
||||||
|
|
||||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||||
|
|
||||||
@ -83,5 +88,6 @@ via: https://itsfoss.com/gnome-minimize-button/
|
|||||||
[1]: https://itsfoss.com/best-fedora-linux-distributions/
|
[1]: https://itsfoss.com/best-fedora-linux-distributions/
|
||||||
[2]: https://itsfoss.com/content/images/2023/10/missing-minimize-button-gnome.png
|
[2]: https://itsfoss.com/content/images/2023/10/missing-minimize-button-gnome.png
|
||||||
[3]: https://itsfoss.com/content/images/2023/10/enable-minimize-maximize-windows-option-gnome-tweaks.png
|
[3]: https://itsfoss.com/content/images/2023/10/enable-minimize-maximize-windows-option-gnome-tweaks.png
|
||||||
[4]: https://t.co/hxGtTxIrlu
|
[4]: https://pbs.twimg.com/media/EzbzOQOXsAAwdE0?format=jpg&name=medium
|
||||||
[5]: https://twitter.com/stuwieface/status/1384561367223521286?ref_src=twsrc%5Etfw
|
[5]: https://twitter.com/stuwieface/status/1384561367223521286?ref_src=twsrc%5Etfw
|
||||||
|
[0]: https://img.linux.net.cn/data/attachment/album/202310/18/104631i5gbbz3mwkfp5gmu.jpg
|
@ -2,7 +2,7 @@
|
|||||||
[#]: via: "https://news.itsfoss.com/ubuntu-mate-23-10/"
|
[#]: via: "https://news.itsfoss.com/ubuntu-mate-23-10/"
|
||||||
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
||||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||||
[#]: translator: " "
|
[#]: translator: "geekpi"
|
||||||
[#]: reviewer: " "
|
[#]: reviewer: " "
|
||||||
[#]: publisher: " "
|
[#]: publisher: " "
|
||||||
[#]: url: " "
|
[#]: url: " "
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
[#]: via: "https://itsfoss.com/budgie-customization/"
|
[#]: via: "https://itsfoss.com/budgie-customization/"
|
||||||
[#]: author: "Sagar Sharma https://itsfoss.com/author/sagar/"
|
[#]: author: "Sagar Sharma https://itsfoss.com/author/sagar/"
|
||||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||||
[#]: translator: " "
|
[#]: translator: "Drwhooooo"
|
||||||
[#]: reviewer: " "
|
[#]: reviewer: " "
|
||||||
[#]: publisher: " "
|
[#]: publisher: " "
|
||||||
[#]: url: " "
|
[#]: url: " "
|
||||||
|
@ -1,156 +0,0 @@
|
|||||||
[#]: subject: "Warehouse: A Powerhouse Tool to Manage Flatpak Apps"
|
|
||||||
[#]: via: "https://news.itsfoss.com/warehouse/"
|
|
||||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
|
||||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
|
||||||
[#]: translator: "geekpi"
|
|
||||||
[#]: reviewer: " "
|
|
||||||
[#]: publisher: " "
|
|
||||||
[#]: url: " "
|
|
||||||
|
|
||||||
Warehouse: A Powerhouse Tool to Manage Flatpak Apps
|
|
||||||
======
|
|
||||||
Do you rely on Flatpak applications? Warehouse should help you make
|
|
||||||
things easier.
|
|
||||||
Wouldn't it be nice to have an app that could provide you with all the important information regarding a Flatpak app, as well as tools to manage it?
|
|
||||||
|
|
||||||
Well, you're in luck this time!
|
|
||||||
|
|
||||||
For this first look, we have an interesting app called ' **Warehouse** ' that **can help you manage Flatpak apps**.
|
|
||||||
|
|
||||||
We have covered a similar app in the past, '[ **Flatseal**][1]', but that is geared towards managing the permissions of a Flatpak.
|
|
||||||
|
|
||||||
Let's see what kind of functionality Warehouse has to offer.
|
|
||||||
|
|
||||||
### Warehouse: Overview ⭐
|
|
||||||
|
|
||||||
![][2]
|
|
||||||
|
|
||||||
Dubbed as “ **a versatile toolbox** ” by its developers, Warehouse can be used to **manage Flatpak user data** , **view a Flatpak's info** , and even **batch manage the installed Flatpaks on a system**.
|
|
||||||
|
|
||||||
It has been written primarily in the **Python programming language** , and has the following key features:
|
|
||||||
|
|
||||||
* **Easily manage user data**
|
|
||||||
* **Batch actions functionality**
|
|
||||||
* **Leftover data clean up**
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
![][3]
|
|
||||||
|
|
||||||
#### Initial Impressions 👨💻
|
|
||||||
|
|
||||||
I began testing Warehouse on my Ubuntu setup. It was straightforward to get it installed **from Flathub**.
|
|
||||||
|
|
||||||
After I opened it, a list was shown with all the **installed Flatpak apps**. These were all **arranged neatly in an ordered list**.
|
|
||||||
|
|
||||||
In my opinion, it would look even better if they added an option for switching to a grid layout.
|
|
||||||
|
|
||||||
![][4]
|
|
||||||
|
|
||||||
📋
|
|
||||||
|
|
||||||
Are you curious about the app listed above, Firefox? We recently covered that, it is a system monitoring app called '[Mission Center][5]'.
|
|
||||||
|
|
||||||
Next, I moved on to **check the properties of a Flatpak app** , I clicked on the 'Info' logo besides an app to open up the app properties window.
|
|
||||||
|
|
||||||
It served up all kinds of information pertaining to the app, starting from the **Name** , **Description** , **App ID,** all the way to the **active commit** and the **installed size**.
|
|
||||||
|
|
||||||
![][6]
|
|
||||||
|
|
||||||
Similarly, I could click on the 'Trash' icon to either **completely uninstall the Flatpak app** , or **keep user data** for future reinstallation, and recover the settings/content.
|
|
||||||
|
|
||||||
![][7]
|
|
||||||
|
|
||||||
Warehouse also has a **search functionality** that allows you to search for specific apps. This can come in handy when you have loads of Flatpak apps installed.
|
|
||||||
|
|
||||||
Simply click on the magnifying glass at the top-left of the app to get started.
|
|
||||||
|
|
||||||
![][8]
|
|
||||||
|
|
||||||
You can also **set filters** to **sort through apps or even the runtimes** that are required by your system to accomplish various tasks.
|
|
||||||
|
|
||||||
Click on the 'funnel' logo at the top-left to start filtering.
|
|
||||||
|
|
||||||
![][9]
|
|
||||||
|
|
||||||
I then took a look at the **batch actions feature**. I started by clicking on the 'tick-mark' logo at the top-right of the app.
|
|
||||||
|
|
||||||
It then allowed me to select multiple apps, with the ability to perform actions such as **copying info** , **deleting app data** , and **uninstalling them**.
|
|
||||||
|
|
||||||
The three little buttons at the bottom-right of the app facilitated the above-mentioned actions.
|
|
||||||
|
|
||||||
![][10]
|
|
||||||
|
|
||||||
Post that, I moved on to the hamburger menu that featured some important options.
|
|
||||||
|
|
||||||
![][11]
|
|
||||||
|
|
||||||
The first one ' **Install from file'** which allowed me to **install a Flatpak app by using the '.flatpakref' file**.
|
|
||||||
|
|
||||||
![][12]
|
|
||||||
|
|
||||||
During the installation, it asked me whether I wanted to install it for a specific user, or everyone who uses the system. I chose the latter.
|
|
||||||
|
|
||||||
![][13]
|
|
||||||
|
|
||||||
Subsequently, I took a look at the ' **Manage Leftover Data** ' option. It showed me how much data an old Flatpak app had left behind.
|
|
||||||
|
|
||||||
I had the option to reinstall the app and recover the data via the 'Install' option, or I could use the 'Trash' option to completely remove any trace of it from my system. Sometimes leftover data takes up a lot of space.
|
|
||||||
|
|
||||||
![][14]
|
|
||||||
|
|
||||||
If you are someone who keeps installing/removing apps regularly, you may end up with a lot of leftover data.
|
|
||||||
|
|
||||||
If you want to manage Flatpak repos, you can head to the ' **Manage Remotes** ' option that allows you to add or remove them.
|
|
||||||
|
|
||||||
![][15]
|
|
||||||
|
|
||||||
While you can do this from the software center on Fedora and some other distributions, it would feel like a seamless experience, getting all the essentials under a single app.
|
|
||||||
|
|
||||||
And finally, you have plenty of ' **Keyboard Shortcuts** ' available to storm through all the functionalities of the app using the keyboard.
|
|
||||||
|
|
||||||
![][16]
|
|
||||||
|
|
||||||
### 📥 Download Warehouse
|
|
||||||
|
|
||||||
You can head over to the [Flathub store][17] to grab the latest release.
|
|
||||||
|
|
||||||
[Warehouse (Flathub)][17]
|
|
||||||
|
|
||||||
You can also visit its [GitHub repo][18] to take a look at its source code.
|
|
||||||
|
|
||||||
_💬 What do you think about the Warehouse app? Share your thoughts in the comments below._
|
|
||||||
|
|
||||||
* * *
|
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
via: https://news.itsfoss.com/warehouse/
|
|
||||||
|
|
||||||
作者:[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://itsfoss.com/flatseal/
|
|
||||||
[2]: https://news.itsfoss.com/content/images/2023/10/Warehouse_1.png
|
|
||||||
[3]: https://news.itsfoss.com/content/images/2023/04/Follow-us-on-Google-News.png
|
|
||||||
[4]: https://news.itsfoss.com/content/images/2023/10/Warehouse_2a.png
|
|
||||||
[5]: https://news.itsfoss.com/mission-center/
|
|
||||||
[6]: https://news.itsfoss.com/content/images/2023/10/Warehouse_2b.png
|
|
||||||
[7]: https://news.itsfoss.com/content/images/2023/10/Warehouse_2c.png
|
|
||||||
[8]: https://news.itsfoss.com/content/images/2023/10/Warehouse_3.png
|
|
||||||
[9]: https://news.itsfoss.com/content/images/2023/10/Warehouse_4.png
|
|
||||||
[10]: https://news.itsfoss.com/content/images/2023/10/Warehouse_5.png
|
|
||||||
[11]: https://news.itsfoss.com/content/images/2023/10/Warehouse_6.png
|
|
||||||
[12]: https://news.itsfoss.com/content/images/2023/10/Warehouse_7a.png
|
|
||||||
[13]: https://news.itsfoss.com/content/images/2023/10/Warehouse_7b.png
|
|
||||||
[14]: https://news.itsfoss.com/content/images/2023/10/Warehouse_8.png
|
|
||||||
[15]: https://news.itsfoss.com/content/images/2023/10/Warehouse_9.png
|
|
||||||
[16]: https://news.itsfoss.com/content/images/2023/10/Warehouse_10.png
|
|
||||||
[17]: https://flathub.org/apps/io.github.flattool.Warehouse
|
|
||||||
[18]: https://github.com/flattool/warehouse
|
|
@ -0,0 +1,156 @@
|
|||||||
|
[#]: subject: "Warehouse: A Powerhouse Tool to Manage Flatpak Apps"
|
||||||
|
[#]: via: "https://news.itsfoss.com/warehouse/"
|
||||||
|
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||||
|
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||||
|
[#]: translator: "geekpi"
|
||||||
|
[#]: reviewer: " "
|
||||||
|
[#]: publisher: " "
|
||||||
|
[#]: url: " "
|
||||||
|
|
||||||
|
|
||||||
|
Warehouse:管理 Flatpak 应用的强大工具
|
||||||
|
======
|
||||||
|
你是否依赖于 Flatpak 应用?Warehouse 应该帮助你简化事情。
|
||||||
|
有一个应用,可以为你提供有关 Flatpak 应用的所有重要信息,以及管理它的工具,这不是很好吗?
|
||||||
|
|
||||||
|
这一次你很幸运!
|
||||||
|
|
||||||
|
在这次的首次尝试中,我们有一个有趣的应用程序,名为 “**Warehouse**”,**它可以帮助你管理 Flatpak 应用**。
|
||||||
|
|
||||||
|
我们以前介绍过一个类似的应用,名为 “[Flatseal][1]”,但它更侧重于管理 Flatpak 的权限。
|
||||||
|
|
||||||
|
让我们看看 Warehouse 提供了哪些功能。
|
||||||
|
|
||||||
|
### Warehouse:概述 ⭐
|
||||||
|
|
||||||
|
![][2]
|
||||||
|
|
||||||
|
开发人员将其称为“**多功能工具箱**”,Warehouse 可用于**管理 Flatpak 用户数据**,**查看 Flatpak 的信息**,甚至**批量管理系统上安装的 Flatpaks**。
|
||||||
|
|
||||||
|
它主要使用 **Python 语言**编写,具有以下主要特点:
|
||||||
|
|
||||||
|
* **轻松管理用户数据**
|
||||||
|
* **批量操作功能**
|
||||||
|
* **清除剩余数据**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
![][3]
|
||||||
|
|
||||||
|
### 初步印象 👨💻
|
||||||
|
|
||||||
|
我开始在我的 Ubuntu 系统上测试 Warehouse。从 **Flathub** 上安装它很简单。
|
||||||
|
|
||||||
|
打开后,显示了所有**已安装的 Flatpak 应用**的列表。它们**都以有序的方式排列**。
|
||||||
|
|
||||||
|
在我看来,如果他们添加了切换到网格布局的选项,会看起来更好。
|
||||||
|
|
||||||
|
![][4]
|
||||||
|
|
||||||
|
📋
|
||||||
|
|
||||||
|
你是否对 Firefox 上面的应用感到好奇?我们最近介绍过它,它是一个名为 “[Mission Center][5]” 的系统监控应用。
|
||||||
|
|
||||||
|
接下来,我**查看了 Flatpak 应用的属性**,我点击应用旁边的“信息”标志,打开了应用属性窗口。
|
||||||
|
|
||||||
|
它提供了有关应用程序的各种信息,从**名称**、**描述**、**应用 ID**,一直到**活动提交**和**安装大小**。
|
||||||
|
|
||||||
|
![][6]
|
||||||
|
|
||||||
|
类似地,我可以点击“垃圾桶”图标,要么**完全卸载 Flatpak 应用**,要么为将来重新安装**保留用户数据**,并恢复设置/内容。
|
||||||
|
|
||||||
|
![][7]
|
||||||
|
|
||||||
|
Warehouse 还具有**搜索功能**,允许你搜索特定的应用。当你安装了很多 Flatpak 应用时,这可能会很有用。
|
||||||
|
|
||||||
|
只需点击应用程序左上角的**放大镜**图标即可开始搜索。
|
||||||
|
|
||||||
|
![][8]
|
||||||
|
|
||||||
|
你还可以**设置过滤器**,以**排序系统完成各种任务所需的应用甚至运行时**。
|
||||||
|
|
||||||
|
点击应用程序左上角的“漏斗”图标以开始筛选。
|
||||||
|
|
||||||
|
![][9]
|
||||||
|
|
||||||
|
然后,我查看了**批量操作功能**。我首先点击了应用右上方的“勾号”标志。
|
||||||
|
|
||||||
|
然后,我就可以选择多个应用,执行**复制信息**、**删除应用数据**和**卸载它们**等操作。
|
||||||
|
|
||||||
|
应用程序右下角的三个小按钮可以方便地执行上述操作。
|
||||||
|
|
||||||
|
![][10]
|
||||||
|
|
||||||
|
之后,我进入菜单,其中有一些重要选项。
|
||||||
|
|
||||||
|
![][11]
|
||||||
|
|
||||||
|
第一个选项“**从文件安装**”允许我使用 “.flatpakref” 文件安装 Flatpak 应用。
|
||||||
|
|
||||||
|
![][12]
|
||||||
|
|
||||||
|
在安装过程中,它问我是要为特定用户安装,还是要为使用系统的所有人安装。我选择了后者。
|
||||||
|
|
||||||
|
![][13]
|
||||||
|
|
||||||
|
随后,我查看了“**管理剩余数据**”选项。它向我显示了一个旧的 Flatpak 应用留下了多少数据。
|
||||||
|
|
||||||
|
我可以选择通过“安装”选项重新安装应用并恢复数据,也可以使用“垃圾桶”选项彻底清除系统中的任何痕迹。有时,残留数据会占用大量空间。
|
||||||
|
|
||||||
|
![][14]
|
||||||
|
|
||||||
|
如果你经常安装/删除应用,那么你的系统中可能会有很多剩余数据。
|
||||||
|
|
||||||
|
如果你想管理 Flatpak 仓库,可以前往“**管理远程仓库**”选项,该选项允许你添加或删除它们。
|
||||||
|
|
||||||
|
![][15]
|
||||||
|
|
||||||
|
虽然你可以在 Fedora 和其他一些发行版的软件中心完成这项工作,但在一个应用中就能获得所有基本功能,这将是一种无缝体验。
|
||||||
|
|
||||||
|
最后,你还可以使用大量的“**键盘快捷键**”,通过键盘快速浏览应用的所有功能。
|
||||||
|
|
||||||
|
![][16]
|
||||||
|
|
||||||
|
### 📥 下载 Warehouse
|
||||||
|
|
||||||
|
你可以前往 [Flathub 商店][17]下载最新版本。
|
||||||
|
|
||||||
|
[Warehouse(Flathub)][17]
|
||||||
|
|
||||||
|
你还可以访问其 [GitHub 仓库][18]查看源代码。
|
||||||
|
|
||||||
|
_你对 Warehouse 应用有何看法?请在下面的评论中分享你的想法。_
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
via: https://news.itsfoss.com/warehouse/
|
||||||
|
|
||||||
|
作者:[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://itsfoss.com/flatseal/
|
||||||
|
[2]: https://news.itsfoss.com/content/images/2023/10/Warehouse_1.png
|
||||||
|
[3]: https://news.itsfoss.com/content/images/2023/04/Follow-us-on-Google-News.png
|
||||||
|
[4]: https://news.itsfoss.com/content/images/2023/10/Warehouse_2a.png
|
||||||
|
[5]: https://news.itsfoss.com/mission-center/
|
||||||
|
[6]: https://news.itsfoss.com/content/images/2023/10/Warehouse_2b.png
|
||||||
|
[7]: https://news.itsfoss.com/content/images/2023/10/Warehouse_2c.png
|
||||||
|
[8]: https://news.itsfoss.com/content/images/2023/10/Warehouse_3.png
|
||||||
|
[9]: https://news.itsfoss.com/content/images/2023/10/Warehouse_4.png
|
||||||
|
[10]: https://news.itsfoss.com/content/images/2023/10/Warehouse_5.png
|
||||||
|
[11]: https://news.itsfoss.com/content/images/2023/10/Warehouse_6.png
|
||||||
|
[12]: https://news.itsfoss.com/content/images/2023/10/Warehouse_7a.png
|
||||||
|
[13]: https://news.itsfoss.com/content/images/2023/10/Warehouse_7b.png
|
||||||
|
[14]: https://news.itsfoss.com/content/images/2023/10/Warehouse_8.png
|
||||||
|
[15]: https://news.itsfoss.com/content/images/2023/10/Warehouse_9.png
|
||||||
|
[16]: https://news.itsfoss.com/content/images/2023/10/Warehouse_10.png
|
||||||
|
[17]: https://flathub.org/apps/io.github.flattool.Warehouse
|
||||||
|
[18]: https://github.com/flattool/warehouse
|
Loading…
Reference in New Issue
Block a user