Setting default value size

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
rmcellig
Posts: 162
Joined: Wed Sep 08, 2010 10:34 pm
Operating System: Please select

Setting default value size

Post by rmcellig » Fri Feb 14, 2014 12:58 pm

I'm using Crunchbang Linux 11
Audacity 2.0.1

One thing I need to do in Audacity is set the width of the value field in the Edit Metadata window. Every time I export a file, when the Edit Metadata window appears, the value field is always set to the default size which is to small for my needs. I am always resizing it. Is there a way to resize the value field and make it stick?
Attachments
value.png
value.png (69.12 KiB) Viewed 2578 times

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Setting default value size

Post by steve » Fri Feb 14, 2014 2:56 pm

rmcellig wrote:Is there a way to resize the value field and make it stick?
No there isn't.
However, it seems odd to me that the default size should be so small when there is empty space to the right of it.
I think this is a bug rather than by design.

When the Metadata Editor is closed, the screen position and size of the window are saved in preferences. Example:

Code: Select all

[TagsEditor]
x=61
y=192
width=530
height=405
However, on re-opening the x/y position coordinates are applied correctly but the width/height appear to be ignored.

There then seems to be a miscalculation of the column width for the "value" column, which always comes out as "174" when it should be sized according to the width of the window.

I've only tested on Linux (Debian/Gnome) so I don't know if the problem is specific to Linux.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

rmcellig
Posts: 162
Joined: Wed Sep 08, 2010 10:34 pm
Operating System: Please select

Re: Setting default value size

Post by rmcellig » Fri Feb 14, 2014 3:05 pm

It's really frustrating that I can't get the window size to be what I need it to be. Any other options I should try out? Maybe I'll try an older version in Puppy Linux just to see what happens.

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Setting default value size

Post by steve » Fri Feb 14, 2014 3:43 pm

Looking at the code I suspect the problem goes back to at least 2008.

If you are able to build Audacity from the source code I've made a patch that I think will fix it.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Setting default value size

Post by Gale Andrews » Fri Feb 14, 2014 3:49 pm

rmcellig wrote:It's really frustrating that I can't get the window size to be what I need it to be. Any other options I should try out? Maybe I'll try an older version in Puppy Linux just to see what happens.
The incorrect starting width of the "Value" column also occurs on Ubuntu, but not Windows or Mac OS X, so it's probably something that has not been coded correctly for wxGTK.

I created bugs for these while you were writing:
Bug 706 – Metadata Editor: Value column too small
Bug 707 – Metadata Editor: Width and height values in .cfg not respected .

so can you attach your patch as appropriate, Steve?


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Setting default value size

Post by steve » Fri Feb 14, 2014 4:53 pm

Gale Andrews wrote:so can you attach your patch as appropriate, Steve?
Done.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply