Difference between revisions of "User talk:Gjanssens"

From GnuCash
Jump to: navigation, search
(Initializing_Documentation_Build_Environment&curid=3983: new section)
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Initializing_Documentation_Build_Environment&curid=3983 ==
+
== https://wiki.gnucash.org/wiki/index.php?title=Template:Flatpak_convert-pref.sh&curid=4490&diff=20262&oldid=19822 ==
  
;-G: other generators possible?
+
Why hardcoding it? I suspect most users dont want such a cluttered home directory.
;builddir:subdir vs. out of tree?
+
--[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 09:44, 25 September 2021 (UTC)
;WITH_CHM:Why is the only unavailable format on my system the only defaulting "ON"?
+
 
:;My current process:
+
I chose to hardcode it to make it a script that can be run without any modification needed by the user. Many users of the kind that use gnucash are not command line savvy. It's challenging enough for them to open a terminal and copy/paste these cryptic commands. If they also have to understand how to change the script before running it, that raises the bar considerably.
::#sudo make install;
 
::# parallel:
 
::#*make html
 
::#* yelp
 
::# firefox with HTML output
 
::# Final phase: remaining formts on demand
 
--[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 20:11, 28 April 2020 (UTC)
 

Latest revision as of 19:54, 25 September 2021

https://wiki.gnucash.org/wiki/index.php?title=Template:Flatpak_convert-pref.sh&curid=4490&diff=20262&oldid=19822

Why hardcoding it? I suspect most users dont want such a cluttered home directory. --Fell (talk) 09:44, 25 September 2021 (UTC)

I chose to hardcode it to make it a script that can be run without any modification needed by the user. Many users of the kind that use gnucash are not command line savvy. It's challenging enough for them to open a terminal and copy/paste these cryptic commands. If they also have to understand how to change the script before running it, that raises the bar considerably.