https://bugs.winehq.org/show_bug.cgi?id=56325
Bug ID: 56325 Summary: Prefix path string in wineboot dialog is cut off Product: Wine Version: 9.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aidas957@gmail.com CC: bmcgrath@codeweavers.com Regression SHA1: 8e1197c92e8c08fb197c8656a07215296d656890 Distribution: ArchLinux
Hello,
So wineboot has the string of the prefix path cut off in the updating prefix dialog since the regression commit mentioned above (because of the now default whitespace-based word wrapping)
Fixing this will likely require a custom word-wrap thing which I can't really do because strings in C are a bit messy (the fix should be backported to 9.0 as well)
https://bugs.winehq.org/show_bug.cgi?id=56325
Aida JonikienÄ— aidas957@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=56325
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Severity|normal |trivial
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Can you provide a screenshot?
https://bugs.winehq.org/show_bug.cgi?id=56325
--- Comment #2 from Aida JonikienÄ— aidas957@gmail.com --- Created attachment 76394 --> https://bugs.winehq.org/attachment.cgi?id=76394 Screenshot of the prefix path being cut off in wineboot window
I made a quick screenshot if you want to know how the bug looks like (the prefix path is /tmp/wine-frog-tadpole-ribbit-frog-tadpole-ribbit-frog-tadpole-ribbit in this case)
https://bugs.winehq.org/show_bug.cgi?id=56325
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Even if that wrapped you could make it 10 times longer anyway, and user32 dialogs are not meant to automatically dynamically resize for content. Instead maybe we could collapse the path, keeping start and end parts, adding some dots in between. Maybe there is even a function for that.
https://bugs.winehq.org/show_bug.cgi?id=56325
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |f47610fa277c8a8d3844377ad04 | |7adc557cb87a3
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Fixed by f47610fa277c8a8d3844377ad047adc557cb87a3.
https://bugs.winehq.org/show_bug.cgi?id=56325
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.0-rc2.