-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No thumbnails on Big Sur #14
Comments
Issue still exists. Just upgraded to big sur, from scratch, with a hard drive scrub. Installed Sequential 2 from scratch. No thumbnails at all. |
Could someone, somehow fix this? Sequential is the only decent image viewer with a vertical thumbnail bar that I can find |
Yeah, Sequential is my favorite image viewer as well. Unfortunately its last update was, what, 2014? Thats 7 years of deprecated macos APIs, 7 years of incompatible Xcode language and config file changes. Its quite a nightmare ot fix all the issues that have cropped up over that amount of time. I can see why no one wants to attempt it. |
I've been looking for an alternative for a long time, but Sequential and geeqie are the only image viewers that preserve magnification levels between images when you step through a set of images. This feature is crucial to view a set of images as an animation-slideshow. Last time I tried, geeqie had been broken for some years and so I gave it up. |
The set magnification level is a godsend, especially while reading comic pages or viewing large image collections. Other dedicated comic viewers lack a side bar, so navigating between pages is limited. Could someone just make Sequential Mach 3? I would pay real money for it. |
Sequential 2021-08-06 17.16.00.zip
Hi, I've done a quick and dirty port of the code to macOS 11.3 SDK
and built a Universal app (Apple Silicon and Intel) which I've attached
to this message.
Thank you very much for the fix and I'm sorry for this extremely late
response.
I just confirm that the thumb nails work for this build on Monterey.
Thank you!
Ryo
…On Fri, Aug 6, 2021 at 4:48 PM chuchusoft ***@***.***> wrote:
Sequential 2021-08-06 17.16.00.zip
<https://github.com/btrask/Sequential/files/6943989/Sequential.2021-08-06.17.16.00.zip>
Hi, I've done a quick and dirty port of the code to macOS 11.3 SDK and
built a Universal app (Apple Silicon and Intel) which I've attached to this
message.
The codebase I'm using is a bit of a mess and I want to clean it up before
releasing it but I felt that it would be better to kick out a build for
people to use.
FWIW, the application's size is correct: it really is 9.1MB instead of the
original version from 2010 which was 25.8MB (the original version was built
in a somewhat incorrect manner).
*Please read the included instructions carefully otherwise it won't be
usable on your Mac.*
Share and enjoy.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVFRE7C2NFIP33X6OWY3DLT3OHVTANCNFSM4XKHQVRA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
This one crashes:
|
To anyone who wants a "cheap" alternative to this project and likes Terminal or iTerm, just use macOS' Preview by having this command in your bash or zsh config file: pics () {
F=$1
file "$F" | grep 'archive\|compressed'
if [[ $? == 0 ]]
then
TMP=`mktemp /tmp/aunpack.XXXXXXXXXX`
atool -x --save-outdir=$TMP "$@"
DIR="`cat $TMP`"
[ "$DIR" != "" -a -d "$DIR" ] && open -a Preview "$DIR"
rm $TMP
else
open -a Preview "$F"
fi
} You can run this function with Has most important features from Sequential and previews work. |
is there a way to get the images sorted in Preview ? |
The best alternative I could find is Phoenix Slides I still wish Sequential is catching up on thumbnails, I really like it for it's Pages menu, while I like Phoenix Slides too where you can easily explore/hide the subfolders, also I prefer its file and exif info rendered on top of the image rather than in a separate window. Phoenix Slides is also fast, I mean really fast, you get the https://github.com/derf/feh feeling for it's speed. |
Now, I can recommend Actually, I had been using Today I found |
Sadly not easily, I did try modifying the command but Preview seems to disregard the filesystem ordering from what I can see. I managed it by manually moving all files to a new folder using Finder, and then open that in Preview, but I could not find a way to do that with the command. Some more options
|
Aha! Modern macOS Universal Intel/ARM build of Sequential with thumbnails is here: https://github.com/chuchusoft/Sequential/releases I took this screenshot just now: |
@gingerbeardman The release zip for that repo only contains an rftd file. |
@dragonfax it's weird, if you read the rftd it contains an embedded zip inside, which is the app! Plus installation instructions. A very weird way to release it. |
I install Sequential via Homebrew and am using the latest version, I think. (It's 2.1.2 .)
On Big Sur, no thumbnails are displayed. "View" > "Show Thumbnails" shifts the main image rightward but the thumbnail pane doesn't show up. "Hide Thumbnails" shifts the image back.
On a new mac mini with Big Sur preinstalled, Sequential has been like this from the beginning. On an old MacBook Pro with Catalina, thumbnails were displayed, but since I upgraded it to Big Sur, the thumbnails has been gone.
The text was updated successfully, but these errors were encountered: