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

WINPOSX is not read from configuration file #27

Open
asuffke opened this issue Oct 2, 2018 · 0 comments
Open

WINPOSX is not read from configuration file #27

asuffke opened this issue Oct 2, 2018 · 0 comments

Comments

@asuffke
Copy link

asuffke commented Oct 2, 2018

Hi,

I have two monitors and want to execute xjadeo on the second one, which starts at 1920x0. After configuring WINPOSX to 1920, xjadeo still opens on position 0x0. After checking sources, two issues have been found.

First: Within configfile.c, WINPOS gets read before WINPOSX. But because of the string match, WINPOS gets always read and never WINPOSX.

Second: After using the WINPOS, it still not works. Reason is that Y coordinate was still set to 0. Within function js_apply of xjadeo.c, js_winx and js_winy are set if both are different to 0.

Solution for that situation was for me, to set Y coordinate to 1. But then there is a white line visible.

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

No branches or pull requests

1 participant