- we want to make a directory to to contain the file grc.conf,
newpath is the full pathname with the file included. Make
the directory without using newpath as it creates directories
$HOME/.config/gnuradio/grc.conf.
- In exception block we need to run os.makedirs on the directory part
of the path only.
Signed-off-by: Chris Gorman <chrisjohgorman@gmail.com>
Now the list of files specified on the cl for grc is appended to
the list of files to be opened on startup.
fixes#7291
Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
In View-> Panels four panels can be enabled and disabled.
But these settings are not saved and restored.
This is done now
Remove wiki option from commandline.
Remove display_wiki from available preferences, use panel settings instead.
Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
Importing gtk before requiring a specific version can cause issues
if multiple versions of gtk are installed on a system.
Signed-off-by: Seth Hitefield <sdhitefield@gmail.com>
This is an update for PR #2424. The extra debug output from GRC was
being generated by another logger instance in grc/core/platform that
did not respect the command line arguments.
This removes the extra logger and sets the logger level in main to
whatever is requested from the command line. See grc/main.py:43 for more
detail.