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

A window displaying an error message extends off the bottom of the screen, needlessly #368

Closed
ghost opened this issue Jul 12, 2018 · 10 comments

Comments

@ghost
Copy link

ghost commented Jul 12, 2018

Screenshot:
image

Now, (1) Newbies may find this situation rather hard to deal with, given that the 'close' button - and, for all they know, other buttons - are hidden. (One must use alt-drag to show the whole window.) (2) As one can see from the screenshot, seemingly there is no need for the window to be so long.

I infer from 2 that this is a bug. I infer from 1 that it is an unfortunate one.

Linux Mint 19
Resolution: 2560x1440

Cf. perhaps these reports: #354; #279.
DPI: double

@ghost
Copy link
Author

ghost commented Jul 27, 2018

Or again:

image

@xenopeek
Copy link

Easily reproduced and indeed annoying. You can just press Esc to close it. I'm not sure Linux Mint can fix it, this is a window from Synaptic.

@ghost
Copy link
Author

ghost commented Sep 12, 2018

Is this fixed by a recent commit? I do not know how to test it, I am afraid. [Edited, in order to improve clarity.]

@joseary15
Copy link

Can you change a global "Screensize" variable to force the window to be drawn within bounds?

@ghost
Copy link
Author

ghost commented Sep 17, 2018

I asked

Is this fixed by a recent commit?

I can now supply the answer, which is: no. The problem persists.

@joseary15 : sorry, I do not know whether you were addressing me.

@gm10
Copy link
Contributor

gm10 commented Feb 21, 2019

This is a bug with Synaptic's HiDPI support. All mintupdate could theoretically do is set GDK_DPI_SCALE=0.5 when calling Synaptic in a HiDPI situation, which would prevent the window size issue, but make the text half sized, i.e. probably too small to read and thus leading to an arguably worse situation than currently. What do you think? (I don't have a HiDPI screen so I cannot easily judge this)

Otherwise we'd have to fix it in Synaptic. There have been discussions about ditching use of Synaptic in the Mint tools entirely, which would be my preferred solution by far not just to address this one but a number of related issues caused by the Synaptic integration, but no decision has been reached as of yet.

@LinuxOnTheDesktop
Copy link
Contributor

LinuxOnTheDesktop commented Mar 12, 2019

I am afraid that this still happens, on Mint 19.1. The image below shows my entire (2560 x 1440, hiDPI force-enabled) screen:

image

To reproduce (at this end, anyway): start an update via MintUpdate and then press 'cancel'.

@LinuxOnTheDesktop
Copy link
Contributor

I have just experienced this problem with the alpha version of Mint, from the PPA. Yes, one can still navigate the window, but (1) one needs to know how, (2) there is absolutely no need for such a long window.

@JosephMcc
Copy link
Contributor

I found the problem here and I'll see if we can fix it on our side

@JosephMcc
Copy link
Contributor

Ok. PR'd a fix to Mint's version of synaptic for this.

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

5 participants