the directory structure within the flatpack container is the same as the standard install, The file is called netbeans.conf and lives inside the .../etc folder inside the flatpack. Personally I unzip the zip distribution under /usr/local and add /usr/local/netbeans/bin the PATH, the etc dir is then /usr/local/netbeans/.
I also always start the IDE from the commandline using this script: > !/bin/bash > export NETBEANS=/usr/local/netbeans-17/bin/netbeans > > if [ ! -z "${FS}" ]; then > FS="--fontsize ${FS}" > fi > > ${NETBEANS} ${FS} "$@" &> ${HOME}/netbeans.log & > Kind regards, Met vriendelijke groet, Pieter van den Hombergh. Kerboschstraat 12 5913 WH Venlo On Wed, Mar 1, 2023 at 5:32 PM Ken Standard <ad...@qso.com> wrote: > I wish to change the default font and size font used throughout the IDE > (other than the editor). > > Most of the documentation is for Windows. I have difficulty translating > that to my Linux Debian system. > > Where do I find the netbeans.conf file when installed with Flatpack. Or is > that even relevant? It is not the same as any other install method. > > What should change once I do manage to find it? >