Skip to content
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

Open new ORA files with Pixelitor without creating a new instance of the application #163

Open
LinuxBeaver opened this issue Mar 5, 2021 · 1 comment

Comments

@LinuxBeaver
Copy link
Contributor

LinuxBeaver commented Mar 5, 2021

First of all, it appears this may be an issue with Java apps as a whole and not Pixelitor in particular. My work around has been dragging and dropping images into the app but I would like to know for sure if there is not a way to solve this.

I can run the bash command

java -jar /home/USERNAME/Applications/Pixelitor-4.2.4.jar /home/USERNAME/Pictures/Pixelitor_Workstation/peppermint_swirly.ora /home/USERNAME/Pictures/Pixelitor_Workstation/pink_swirl_depth.ora

and I will successfully open two images in the same Pixelitor instance, but as far as I know it is not possible to open a new file without drag and drop or the file picker. If I attempt to do this again it will open a new Pixelitor instance.

Do you know of a resolve for this?

@lbalazscs
Copy link
Owner

No, currently the only other way to open a file is the recent files menu, but you probably already considered that. A less obvious feature is that you can drag-and-drop folders and not just individual files, and then Pixelitor will try to open all files with supported extensions.

If you are an advanced Linux wizard, you might be able to write a script that uses xdotool to simulate a drag-and-drop, something like

https://unix.stackexchange.com/questions/216507/drag-and-drop-without-the-drag

(I didn't try it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants