after install the flatpak I find
bfs /var/lib/flatpak/app/org.apache.netbeans/ -name netbeans.conf
/var/lib/flatpak/app/org.apache.netbeans/x86_64/stable/00dfe753ed2926a61143be7532da58a086ef1f6571e9e6766200323dcceca394/files/netbeans/etc/netbeans.conf
The long hex number in the above may differ for you.

Met vriendelijke groet,
Pieter van den Hombergh.
Kerboschstraat 12
5913 WH Venlo


On Wed, Mar 1, 2023 at 7:02 PM Pieter van den Hombergh <
pieter.van.den.hombe...@gmail.com> wrote:

> 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?
>>
>

Reply via email to