Miscellaneous questions and ideas #232
ChanceHarrison
started this conversation in
General
Replies: 2 comments
-
Hi, and many many thanks for your nice words and questions!
Thank you so much - questions and feedback like this make this a better tool for everyone! |
Beta Was this translation helpful? Give feedback.
0 replies
-
On 6.) - you can configure the keybindings in the settings menu in case something feels inverted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I just discovered Oculante and I think it's really awesome. I had some initial questions and ideas that I wanted to share:
I was hoping to use Oculante to read image data from my clipboard, but when I opened Oculante and pressed
Ctrl+V
, nothing happened? Is this expected? The keybindings section has an option for "Paste" so I thought it would be. Is it only supported in edit mode? When I went to the menu and clicked "Paste" error text appeared at the bottom of the window saying "Clipboard did not contain image" though it distinctly does. Maybe it's because I have a non-standard desktop environment/clipboard setup? What is necessary to support clipboard operations with Oculante?I noticed that Oculante has a network receive mode, and that's really cool! I was hoping I could use Oculante in a similar manner to read image data that is piped into it, though that doesn't seem to be supported?
When I clicked "Browse for Image," Oculante exited with the following output:
I suppose the error is clear enough, and I can only imagine that Oculante makes some basic assumtpions about a user's operating environment that I am not adhering to, but for the program to forcefully exit when I try to open a file picker in this situation is a bit...harsh. Is it possible to change that behavior? And in the meantime, I suppose I need to figure out what I need to add to my minimal desktop environment to make file pickers work (probably some kind of file browser program and some kind of GTK/GLib configuration based on the error message). Maybe once I figure out there could be an opportuntiy to contribute back what I learned in documentation somehow?
When I launched
oculante
from a shell, I was expecting it to launch and go into the background or otherwise fork away instead of holding my terminal foreground. I am aware I can use my shell's tools (like described here and here) to background the process or otherwise solve this issue myself, but I was thinking that unless Oculante needs to hold the foreground for some reason, would it be possible to change the default behavior in this regard?Is there something I'm missing regarding the "Compare" functionality in the "Info" panel? I figured out that I could add the open image to the list, switch to a different image, and add that one to the list as well, and that I could click on an image in the list to switch to it or use the appropriate keybinding, but I was left wondering "is this it?". It seemed no different than if I just used the left and right arrow keys to switch between two or more images. I guess that method depends on the images being next to each other in the opened directory, so I can see how the compare functinoality is an upgrade in that regard. But, other than that, is that all it does?
I tried to scroll horizontally using
Shift+Scroll
but it just treats it like a vertical scroll. I figured out that I can useShift+<Arrow>
to move the image in the corresponding direction (though it feels inverted! I wish there was a way to change that). Is horizontal scroll with theShift
modifier something of interest?I tried enabling "Do not reset image view" in the preferences, but when I closed the preferences window to test it, it didn't work. And when I open the preferences again, indeed it shows as disabled. This seems like uninteiontal behavior. Should I open an issue for this? It doesn't seem like you have a bug report template or guidelines on what information I should include, so if you were to share that I can get that issue started off on the right foot!
Do you have an interest in outside contributions? I didn't find a
CONTRIBUTING.md
in the wiki, so I'm curious if you're open to contributions in the first place and if you are what kind of process should be followed to do so.I know that is a lot, but I look forward to any thoughts you have to share and I hope you might find some of this useful! Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions