mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
109 lines
4.9 KiB
Markdown
109 lines
4.9 KiB
Markdown
|
[#]: subject: "6 New Changes Coming to Nautilus File Manager in GNOME 43"
|
|||
|
[#]: via: "https://news.itsfoss.com/gnome-files-43/"
|
|||
|
[#]: author: "Ankush Das https://news.itsfoss.com/author/ankush/"
|
|||
|
[#]: collector: "lkxed"
|
|||
|
[#]: translator: " "
|
|||
|
[#]: reviewer: " "
|
|||
|
[#]: publisher: " "
|
|||
|
[#]: url: " "
|
|||
|
|
|||
|
6 New Changes Coming to Nautilus File Manager in GNOME 43
|
|||
|
======
|
|||
|
GNOME Files is improving the user experience with the upcoming changes, let’s take a look at some of them.
|
|||
|
|
|||
|
![gnome files][1]
|
|||
|
|
|||
|
We have a few months to go before the GNOME 43 release, but the development activity for GNOME applications is in full swing.
|
|||
|
|
|||
|
For instance, the [support for extensions in GNOME Web][2] 43 alpha version.
|
|||
|
|
|||
|
Similarly, there are a few exciting changes coming to GNOME Files (Nautilus), especially for the list view.
|
|||
|
|
|||
|
The list view was re-implemented using the [GtkColumnView][3] widget dropping GtkTreeView to be able to add new features.
|
|||
|
|
|||
|
Some of the changes that influence the code refinement include:
|
|||
|
|
|||
|
### 1. Drag and Select Files
|
|||
|
|
|||
|
Just like you would normally do in the grid view, you can finally select multiple items by simply dragging your mouse and selecting the ones you want in the list view.
|
|||
|
|
|||
|
![gnome files][4]
|
|||
|
|
|||
|
In case you did not notice, there is also a little bit of spacing between each row. The animation for selection is not the smoothest yet, but it is a work in progress.
|
|||
|
|
|||
|
Tried to record GIF with peek (Fedora with Wayland), but for some reason it was unresponsive, probably some conflicts with the alpha build.
|
|||
|
|
|||
|
### 2. Highlight Row on Mouse Hover
|
|||
|
|
|||
|
It was incredibly unintuitive to not have a row highlight when you hover your mouse over.
|
|||
|
|
|||
|
Now, it does. Just place your cursor on any of the items in the list view, and it should be highlighted, as shown in the image above.
|
|||
|
|
|||
|
### 3. Columns Do Not Go Away When You Search for a file
|
|||
|
|
|||
|
![][5]
|
|||
|
|
|||
|
![][6]
|
|||
|
|
|||
|
When you search for a file with the current Nautilus file manager, the columns are not handled in the best way possible. You get to lose certain details such as the file size.
|
|||
|
|
|||
|
With the new change, you still get to see the file size, the modified date, and the ability to star a file.
|
|||
|
|
|||
|
Definitely towards a better user experience with this change.
|
|||
|
|
|||
|
### 4. Better Compact View
|
|||
|
|
|||
|
When you scale down the size of the window with the file manager, it does not handle it well. You lose the file extension details, and the columns aren’t responsive to the change.
|
|||
|
|
|||
|
![][7]
|
|||
|
|
|||
|
With the 43.alpha build for GNOME Files, even if you scale down the window size for a compact view, you still get to see the columns, and the extension for the files as shown above.
|
|||
|
|
|||
|
### 5. New Document Context Menu
|
|||
|
|
|||
|
![][8]
|
|||
|
|
|||
|
As part of a contribution to the GSoC (Google Summer of Code) 2022, a developer is focusing on improving the discoverability of the new document feature.
|
|||
|
|
|||
|
When you add certain files to the Templates directory, you can find the “**New Document**” option in the context menu when you perform a right-click.
|
|||
|
|
|||
|
With the upcoming update, this option will be available out of the box. So, it is more accessible.
|
|||
|
|
|||
|
Also, the developers are figuring out a way to improve the process of adding templates. You can explore more of their work in the [blog post][9].
|
|||
|
|
|||
|
### 6. Animation when you star a file
|
|||
|
|
|||
|
![][10]
|
|||
|
|
|||
|
When you click on the star icon on the right side of the list item, you can find it moving to let you know that you interacted with the option.
|
|||
|
|
|||
|
### Wrapping Up
|
|||
|
|
|||
|
Of course, everything that I mention is in its development stage (alpha builds). As we wait for the beta builds, we should get clarity on more features coming to the file manager, and how things improve from there.
|
|||
|
|
|||
|
What are you looking forward to in GNOME 43? Let us know in the comments below.
|
|||
|
|
|||
|
--------------------------------------------------------------------------------
|
|||
|
|
|||
|
via: https://news.itsfoss.com/gnome-files-43/
|
|||
|
|
|||
|
作者:[Ankush Das][a]
|
|||
|
选题:[lkxed][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/ankush/
|
|||
|
[b]: https://github.com/lkxed
|
|||
|
[1]: https://news.itsfoss.com/wp-content/uploads/2022/06/changes-in-nautilus-in-gnome-43.jpg
|
|||
|
[2]: https://news.itsfoss.com/gnome-web-extensions-dev/
|
|||
|
[3]: https://gitlab.gnome.org/GNOME/nautilus/-/commit/6708861ed174e2b2423df0500df9987cdaf2adc0
|
|||
|
[4]: https://news.itsfoss.com/wp-content/uploads/2022/06/nautilus-drag-select-alpha.jpg
|
|||
|
[5]: https://news.itsfoss.com/wp-content/uploads/2022/06/file-search-before.jpg
|
|||
|
[6]: https://news.itsfoss.com/wp-content/uploads/2022/06/file-search-after.jpg
|
|||
|
[7]: https://news.itsfoss.com/wp-content/uploads/2022/06/compact-view-files-1024x482.jpg
|
|||
|
[8]: https://news.itsfoss.com/wp-content/uploads/2022/06/new-document-file-manager.jpg
|
|||
|
[9]: https://ignapk.blogspot.com/2022/06/gsoc-2022-first-update-planning.html
|
|||
|
[10]: https://news.itsfoss.com/wp-content/uploads/2022/06/animation0file.webm
|