RE: This topic and Release of Netbeans 17

So is flatpack basically a POJProject with possibly a jar and properties dirs, possibly multiple package dirs containing ...? Both source and binaries? That's what mine's got. How am I to understand the code injection point for the Netbeans package? Is it even in Java, or is it a hodge-podge mixture of everything?


Are the file system denotations consistent for the JRE/JDK for the platform version and Netbeans version? Can anyone answer this, or is it more trial and error?

I guess it could telemetry, IF IT WAS TRYING TO HELP ME.


Tim

On 2023-03-01 12:05 p.m., Pieter van den Hombergh wrote:
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