After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 665111 - Sushi should have Forward/Back buttons
Sushi should have Forward/Back buttons
Status: RESOLVED OBSOLETE
Product: sushi
Classification: Core
Component: general
0.2.x
Other Linux
: Normal enhancement
: ---
Assigned To: Sushi maintainer(s)
Sushi maintainer(s)
: 687031 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-29 09:08 UTC by Vadim Rutkovsky
Modified: 2019-07-07 06:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sushi Keyboard Controls (Sushi Part) (2.77 KB, patch)
2014-03-21 19:09 UTC, Wolf Vollprecht
none Details | Review
Sushi Keyboard Controls (Nautilus Part) (12.16 KB, patch)
2014-03-21 19:10 UTC, Wolf Vollprecht
none Details | Review

Description Vadim Rutkovsky 2011-11-29 09:08:01 UTC
Sushi should have a feature to view all the files in the folder. This can be implemented via changing focus in Nautilus - and then Sushi would update the preview (see bug #656951).

Another option is adding forward/back buttons - anyway, the best option would be implementing both of these options.

Original report: https://bugs.launchpad.net/ubuntu/+source/gnome-sushi/+bug/886834
Comment 1 Matt Reid 2012-08-24 14:01:14 UTC
Sushi would be much more useful if you could quickly navigate through a few images using the arrow keys or forward/back buttons (or even just having it follow focus in nautilus, so you could click on something else). I've recently been having issues with ImageViewer, and had hoped to make use of sushi, but its a bit awkward to use.

It would be much simpler and easier to use if instead of opening nautilus, clicking on an image, pressing space to open sushi, pressing space to close sushi, hitting an arrow key to go to a different image, and pressing space to open sushi again, if you could just navigate directly from within sushi itself. In Apple's implementation of this, you can use the arrow keys to update the file preview, without having to close/adjust selection in file browser/reopen.

Its an interesting bit of code, but it could use a little refinement to make it more useful. I hope this has been added in .5, but I can't find a changelog, and I only have .4.1 installed.

Package Info:
sushi-0.4.1-1.fc17.x86_64
Comment 2 Cosimo Cecchi 2012-10-29 12:08:20 UTC
*** Bug 687031 has been marked as a duplicate of this bug. ***
Comment 3 Wolf Vollprecht 2014-03-21 19:09:47 UTC
Created attachment 272590 [details] [review]
Sushi Keyboard Controls (Sushi Part)
Comment 4 Wolf Vollprecht 2014-03-21 19:10:22 UTC
Created attachment 272591 [details] [review]
Sushi Keyboard Controls (Nautilus Part)
Comment 5 Wolf Vollprecht 2014-03-21 19:15:28 UTC
I started implementing keyboard control for sushi (arrow keys get handed over to nautilus via DBUS and preview is called again). 

We could also implement left- right arrows in the action bar or at the left/right border of the window, but I don't know how useful that would be (compared to keyboard control).

I am happy for suggestions on how to improve the code.

One bug that is still there is, that if an edge is reached the preview closes because the same file is being opened again which is equivalent to calling close. Also I just realized that it's not working at all in list view.

- Wolf
Comment 6 Cosimo Cecchi 2019-07-07 06:09:47 UTC
I recently picked this up again, and we can track the implementation in https://gitlab.gnome.org/GNOME/sushi/issues/5.