-
-
Notifications
You must be signed in to change notification settings - Fork 714
-
📣 Blogpost: https://imageglass.org/news/imageglass-10-beta-1-is-here-99Mirror link: https://www.patreon.com/posts/153024357 Note Security & Code SigningIn this Beta 1 release, the binary files are not digitally signed. As a solo developer project, these new requirements present a significant financial barrier. While I am exploring ways to renew the certificate and restore signed binaries, the project currently relies on community support to cover these infrastructure costs. If you would like to help maintain these security standards for ImageGlass, please consider supporting the project through official channels. 🖥️ Supported platforms
📺 Introduction videos
📦 Download
Purchase ImageGlass 9 Store version to support this project:🛣️ ImageGlass Roadmap Update – 2026:Please read announcement at: #2287 This discussion was created from the release ImageGlass 10 Beta 1 (v10.0.0.314) - Cross-platform Support!. |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 4 comments 6 replies
-
when I try to open the macos app, it says this app is damaged and can't be opened. on macos tahoe btw
Beta Was this translation helpful? Give feedback.
All reactions
-
@zillydev can you attach a screenshot? Thanks
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
This is probably because the app is unsigned, similar issue also documented:
https://github.com/deskflow/deskflow/wiki/Running-on-macOS
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you @d2phap! I've been waiting for a Linux build a long time.
When the Linux build stabilizes, you should take a look at Flatpak (Flathub) due to the fact that it's the most cross-platform app package format for Linux (see this for a list of distros that support it, and newer ones include it by default) — It's complicated, but the effort results on you app being available on the default app stores for Linux Mint, Bazzite, Zorin OS and a lot more!
Again, thank you for the Linux build. I will provide some feedback when I can. ❤️
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you @xuars! I will take a look at Flatpak!
Beta Was this translation helpful? Give feedback.
All reactions
-
Hey @xuars, ImageGlass 10 Beta 2 is now packed as flatpak format. It seems that the flathub does not really accept beta release, so I will submit when the v10 GA is released
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
hey, first timer on github, only registered to find your program and to test it. right now im using HoneyView, used it for so many years.. but got a problem with it that it merge pictures so all the small pictures is smelted into one normal size picture.. i hate it.. also, i have tested many different one, but no one is better that what im using. so, i searched and found yours.. wanted to test it before i would donate to it.. so all went well.. and it is indeed fast. but, using it.. i needed to changed how i controlled it. but, that was not easy. so that why im here:)
In settings, you have mouse settings.. but no control for "next" picture or "previous" picture with left&right mouse clicks. i guess its old habit to have it in my finger tips.. will keep continue and test it.. it looks like it will be my favorite picture app.. if i can manage without mouse click control.. great work..
edit: found an error how program handles its own "always on top" when activated, if you activate it, and next thing you do is to try to change app background from settings.. i used right mouse click quick setting box to the right/bottom, then the background change window will be locked behind main program be-course it doesn't have "always on top" activated like main program have.. no other way is to use "end task" application..
ops didn't plan to write this much.. this is no way any complains..just asking questions hehe:)
noXLar
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi @noxlars, I'm guessing you're talking about v10 beta 1 here, as this version is a complete rewrite, some features in version 9 are not available yet.
Regarding the "mouse settings"
v10 beta 1 does not support yet while v9 supports customizing the mouse wheel and mouse click actions but only Mouse Wheel has a setting UI. You will need to open the igconfig.json file to edit the mouse click settings.
Here is what you will see the default MouseClickActions in v9:
image
To set up "next" picture or "previous" picture with left & right mouse clicks, you can add this JSON setting:
"MouseClickActions": { "LeftClick": { "ToggleOn": { "Executable": "MnuViewPrevious" } }, "RightClick": { "ToggleOn": { "Executable": "MnuViewNext" } }, ... // other mouse click settings }
You can see more examples here: #991 (comment)
The setting uses internal ImageGlass API, which is complicated to expose in the app setting UI, and these API are not standardized yet. V10 shipped with a better API set, it's easier to expose to UI in the future.
About changing Background when "always on top" is enabled
v10 does not support changing background and slideshow background yet. I tested v9.4, and I could reproduce the bug as you mentioned. I will fix it in the next version.
Tips: You can use ESC key to close all dialogs in ImageGlass.
Beta Was this translation helpful? Give feedback.
All reactions
-
Yay, v10 beta! I'm a fan of your ImageGlass app, the bestest image viewer. But since v9 I notice a weird "bug". GIFs are much slower in ImageGlass than in the browser or default Windows' Photos app. And v10 has this bug too atm. Can anyone confirm?
GIF example
kittykatBeta Was this translation helpful? Give feedback.