gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #40487] "verbosity" != 0 in .gnashrc prevents comman


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [bug #40487] "verbosity" != 0 in .gnashrc prevents commandline override
Date: Sun, 20 Sep 2015 17:34:07 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

Follow-up Comment #1, bug #40487 (project gnash):

Still reproducible under current git Gnash version; when non-zero verbosity
is set via Edit > Preferences, `-v` specified on command line are ignored
no matter it have a higher verbosity or not.

I have thought of two ways to resolve this; either...

* A quick and dirty way: just allow command line `-v`/`--verbose` option to
*_raise_ verbosity* from the one set in `.gnashrc`. This one can actually be
fixed using a one-line patch. Or...
* An ideal way: make command line option always *_override_ verbosity* set
from `.gnashrc`. This one is slightly complicated, as...
** Currently, Gnash reads verbosity from the command line
<http://git.savannah.gnu.org/cgit/gnash.git/tree/gui/gnash.cpp?id=516a6cae2301c582b54d7f00188c8e22c5d76c1b#n120>
_before_ checking .gnashrc
<http://git.savannah.gnu.org/cgit/gnash.git/tree/gui/Player.cpp?id=516a6cae2301c582b54d7f00188c8e22c5d76c1b#n243>.
** There should be a way to override verbosity _to zero_; a `-q`,`--quiet`
option, maybe?

Gnash: 0.8.11dev (git 516a6ca 15-Sep-2015)
System: Debian GNU/Linux 7.0 Wheezy i386


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40487>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]