This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenPlotter 4 (based on Debian Bookworm)
#1
Information 
As you can read in the docs, we always need a new major version of OpenPlotter when Debian officially releases a new major release and Raspberry OS releases a new major release based on this Debian release. So, we are already there, Raspberry 5 will need a new version of Raspberry OS based on Debian Bookworm and we will release OpenPlotter 4 based on Raspberry OS Bookworm. This time OpenPlotter 4 will work only for 64 bits.

OpenPlotter 3 needed a lot of changes because some applications were not even in stable state and some breaking changes were waiting for a major release to be applied. This time OpenPlotter 4 will just need some changes to adapt all the apps to the new OS, not big or breaking changes are waiting. It should be a smooth transition and we will start it when the dust of Raspberry 5 and Raspberry OS Bookworm has settled.

This thread should serve to announce some important changes and collect your proposals. If we have been able to maintain this project for so many years it is because the most important premise has always been "make it simple." Think about this before proposing new features.

EDIT: Please follow the development of OpenPlotter 4 here: https://forum.openmarine.net/showthread.php?tid=5060
Reply
#2
After testing the official Raspberry OS Bookworm, the first big improvement we can see is that they have added "Network Manager" to handle network connections. This means that now you can set access points using this tool.

The openplotter-network application is probably not worth keeping because creating a hotspot was the main goal of this application and this always involves invasive configurations on the host system. We could move the extra tools of openplotter-network to a tab "Network" in openplotter-settings.
Reply
#3
Has anyone been able to get VNC working on Raspberry OS Bookworm?

I always get: "Unable to connect to VNC Server using your chosen security setting. Either upgrade VNC Server to a more recent version from RealVNC, or select a weaker level of encryption."
Reply
#4
(2023-10-13, 11:58 AM)Sailoog Wrote: Has anyone been able to get VNC working on Raspberry OS Bookworm?

I always get: "Unable to connect to VNC Server using your chosen security setting. Either upgrade VNC Server to a more recent version from RealVNC, or select a weaker level of encryption."

Yes I have it working although like you I struggled for ages to make it so. I got the same message as you. If I connected a mouse/keyboard I could see that the normal RealVNC icon was missing from the top taskbar.

This is what I did:

Downloaded the 64 bit Bookworm image for the pi
Using Raspberry imager I created an SD card, enabling SSH, Wifi credentials etc
Put the card in and booted
SSH in
did a sudo raspi-config
Display Options>VNC resolution I set to 1920x1080
In advanced options>A6 Wayland I selected X11, ok, Finish
A reboot was called for so I did that

On reboot I SSH in, went into raspi-config again and in the Interfaces section I enabled VNC

After that I could VNC in without a problem and the RealVNC icon was on the top taskbar as expected.

I could probably have enabled VNC the first time in raspi-config but I didn't try that. I suspect the key is the Wayland/X11 option.


Attached Files Image(s)
   
Reply
#5
After further investigation I realized that in Raspberry OS bookworm, Wayland is used instead of X11. RealVNC does not work in Wayland so they have switched to WayVNC VNC server. X11/RealVNC still works in Raspberry 3 and older but Wayland/WayVNC will be the remote desktop environment for Raspberry 4 and 5.

I think OpenPlotter 4 should also use Wayland/WayVNC. I have been able to connect from Remmina in Ubuntu using this config in Raspberry OS bookworm:

/home/pi/.config/wayvnc/config

address=0.0.0.0
enable_auth=false
enable_pam=false
private_key_file=/home/pi/.config/wayvnc/key.pem
certificate_file=/home/pi/.config/wayvnc/cert.pem

This will allow a non secure connection. Investigating how enable SSL in Remmina.
Reply
#6
With Bookworm, Pi 4 and 5 now use Wayland (and WayVNC server) by default. Pi 3 and earlier still use X11 (and RealVNC server).

RealVNC client won't connect to WayVNC server, so the RPi developers are recommending TigerVNC client instead.

If you really want to keep using RealVNC client, you can reconfigure your Pi to use X11 (as baltika_no_9 has done). But this only works with x64 right now, x32 is broken due to a separate RealVNC bug.

See here for details: https://www.raspberrypi.com/news/bookwor...rry-pi-os/
Reply
#7
Confirmed, TigerVNC works OK in Ubuntu even with SSL and authentication enabled:

/home/pi/.config/wayvnc/config

address=0.0.0.0
enable_auth=true
enable_pam=true
private_key_file=/home/pi/.config/wayvnc/key.pem
certificate_file=/home/pi/.config/wayvnc/cert.pem
Reply
#8
More Wayland issues.

I have not been able to run any on screen keyboard. It seems that there are some on screen keyboards recommended for Wayland but not luck yet: maliit-keyboard, squeekboard.

Any idea?
Reply
#9
have you tried onboard?
Reply
#10
(2023-10-14, 05:34 PM)Norm Wrote: have you tried onboard?

Yes, i does not work in Wayland.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)