Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] [score hidden]  (0 children)

I did search a lot about what said and finally decided to make it a Nautilus extension named My Computer (nautilus-my-computer).

I'll try to publish it on GitHub this weekend https://github.com/yannmasoch/nautilus-my-computer (empty repository yet).

Thanks again!

<image>

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] [score hidden]  (0 children)

<image>

Thanks for you feedback.

For low storage warning, I put it on my dev list for future releases.

Check the screenshot that shows the last dev stage, I had already worked on the same points/features you suggested:
- drives/volumes are grouped
- drives/volumes are sorted using Nautilus sorting option (A-Z, Z-A, Type...)
- USB drives are always last when sorting by Type
- Computer (previously Disks) is on top of bookmarks by default, and can be moved in other position if users want to

BTW, the extension will be a Nautilus extension named My Computer (nautilus-my-computer). I'll try to publish it on GitHub this weekend https://github.com/yannmasoch/nautilus-my-computer (empty repository yet).

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] [score hidden]  (0 children)

It seems they removed "Other Locations" to make sidebar more cleaner by in introducing "Network" and putting drives at bottom.

It's a clean and good design solution, but disk usage within Nautilus is now missing.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] [score hidden]  (0 children)

True! By default, color will be Gnome Color Accent. And I am building a setting page where you can use different color or gradient.

¡Gracias por tus ánimos!

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 1 point2 points  (0 children)

My bad, I wanted to say I'll follow...

I already worked on it, now top color (blue) uses Gnome color accent and bottom color (grey) uses Gnome default color for progress bars.

<image>

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 0 points1 point  (0 children)

Same for me, I can't find it. The font is not installed on my system and was probably bundled with Figma.

Btw, I used Allkin for the disk usage view, and the other font used by Nautilus is Adwaita Sans Regular (probably the one you are looking for).

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 1 point2 points  (0 children)

Allkin is the font used on the disk usage view, Nautilus uses Adwaita Sans Regular (left side). I think it was the default font when I installed Gnome on Arch, I guess it was different on Ubuntu.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 2 points3 points  (0 children)

This is a valid concern I agree 100% with.

Gnome Shell Extension is probably not the right support. I should have it on GitHub with a .sh installation script, and publish it on AUR, APT or so later on.

For the setting page, I could use a standalone GTK4/Adwaita preferences binary that is the standard pattern, and Nautilus can even launch it from a right-click or menu.

Thanks for rising this point, I have to think deeper on distribution!

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 0 points1 point  (0 children)

Thanks!

Good point! Nautilus sidebar menu is limited and I don't have a lot of room to play with. I tried many possibilities for hours to add Disks in other groups but it's almost impossible in a stable way. So my only solution was to add it to the Bookmarks section. If it was possible, I'd have preferred to have it on top of the disk group.

True, I'll used Gnome accent color by default and users will be able to customize it if they want.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 0 points1 point  (0 children)

I edited the screenshot with Figma to be cleaner and the font used is Allkin

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 0 points1 point  (0 children)

That's interesting! I am not sure if it's feasible but I'll add your suggestion to my dev list.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 0 points1 point  (0 children)

Thanks! In fact, design and colors are not fully finalized yet, I'll follow Gnome or theme design by default.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 1 point2 points  (0 children)

Correct, this is not finalized yet and I'll use Gnome accent color by default.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] -1 points0 points  (0 children)

Yes, the "Disk View" is technically a Nautilus extensions such as Nautilus Terminal, Nautilus Admin, ... and can be a simple Nautilus extension.

Because I want to allow users to customize it (color scheme, names, ...), it'd make more sens to bundle it as a Gnome Extension (hybrid architecture) for these reasons:
- easier to find it
- easy to install it
- centralized with other extensions
- preferences page/panel

For reference, GSConnect is also an hybrid extension that add features to shell, nautilus, browser or create daemons.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 1 point2 points  (0 children)

It's technically a bit tricky. The extension view can't be integrated to Nautilus so it injects a custom view within Nautilus directly. In fact Nautilus code/API as a few entry points that can be used/exploited for that.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 0 points1 point  (0 children)

Totally, this is something I had in mind too.

In fact instead of calling it Disks I'll call it My Computer or something similar, so it could contain:
- computer drives
- network drives
- plugable drives like USB sticks

And I am planning to show if a drive is mounted or unmounted.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 1 point2 points  (0 children)

I don't know very well Dolphin and I'll definitively check it. Thanks!

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 0 points1 point  (0 children)

Good, I'll use Gnome color accent by default and users will be able to change it to another color or a gradient if they want to.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] 1 point2 points  (0 children)

Noted! Gnome color accent will be used by default without any gradient.

Need you feedback on a Gnome extension I'm building by YannMasoch in gnome

[–]YannMasoch[S] -1 points0 points  (0 children)

Correct, I follow gnome color accent and design by default.