sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

Coordinates display too small on window resize #618

Open sillysloft opened 18 years ago

sillysloft commented 18 years ago

I'm not sure if this is due to the current theme that I have on my fluxbox install, but when I am resizing a window, the coordinates window isn't wide enough to display the full height value. I'm currently running fluxbox-devel-1.0rc2_1 with Graphite-Integration Style and freeBSD 6.1-RELEASE

Mike Ginsburg mginsburg@collaborativefusion.com

Reported by: *anonymous

sillysloft commented 18 years ago

Logged In: YES user_id=1538990

That was a bug in 0.9.15, but it's been fixed. Are you _sure_ you're actually running 1.0rc2? It might be installed and the default fluxbox in your $PATH, but your xinitrc or xsession or whatever may be using an old version. Try completely removing all versions and installing 1.0rc2 again, 'cause I can't reproduce it.

Original comment by: mark-t

sillysloft commented 18 years ago

Logged In: YES user_id=1554371

I first noticed the problem on 0.9.15 and the problem persisted through several portupgrades. My current machine is a fresh freeBSD install, with fluxbox being installed from ports.

fluxbox-devel-1.0rc2_1

xorg-6.9.0 (in case that's at all relevant.

Original comment by: mginsburg

sillysloft commented 18 years ago

Logged In: YES user_id=1554371

Sorry, I should have mentioned that I was the submitter (created an account since then). Here is my .fluxbox/init file too, in case that might be of use

http://imnotgonnalie.com/ginny/fbinit.html

Original comment by: mginsburg

sillysloft commented 18 years ago

Logged In: YES user_id=1538990

Does it happen when you change styles? Can we see your `fluxbox -i'? What's your locale?

Original comment by: mark-t

sillysloft commented 18 years ago

Logged In: YES user_id=1554371

It seems to persist across styles.

(~) %fluxbox -i Fluxbox version: 1.0rc2 Compiled: Jul 11 2006 09:47:29 Compiler: GCC Compiler version: 3.4.4 [FreeBSD] 20050518

Defaults: menu: /usr/X11R6/share/fluxbox/menu style: /usr/X11R6/share/fluxbox/styles/Clean keys: /usr/X11R6/share/fluxbox/keys init: /usr/X11R6/share/fluxbox/init nls: /usr/X11R6/share/fluxbox/nls

Compiled options (- => disabled): -DEBUG EWMH -GNOME -IMLIB2 -KDE NLS REMEMBER RENDER SHAPE SLIT TOOLBAR XFT -XINERAMA XMB XPM

Original comment by: mginsburg

sillysloft commented 17 years ago

Logged In: YES user_id=1437788

I can confirm that this bug is still present in 1.0rc2 - at least for FreeBSD users (beside GNOME, I have the same settings as the submitter). Window position display is OK, geometry is too small. As a workaround I added a trailing blank to the geometry string in nls/C/Translation.m.

Original comment by: sgreg5

sillysloft commented 17 years ago

Logged In: YES user_id=603593 Originator: NO

Fixed in svn.

The problem was that all nls strings had "%4d" for the digit, which for variable-spaced fonts meant three small spaces and a zero rather than 4 zeros (which is what was used for no-nls: %04d). I had to make a new nls string just for spacing so we could differentiate between %4d for displaying and %04d for sizing the window.

Cheers,

- Simon

Original comment by: rathnor

sillysloft commented 17 years ago

Original comment by: rathnor