Replies: 4 comments 7 replies
-
I personally don't have any plans to add arm64 support myself since I don't use it or know much about it. However, if someone is interested in adding support for arm64 and it doesn't add too much burden or overhead to building/maintaining the application then I'd be glad to have the capabilities. I'd assume Qt would run fine on RPI4 since it is such a widespread framework and targeted to various platforms. |
Beta Was this translation helpful? Give feedback.
-
Well, I did not know how to go about building NotepadNext from the sources. Then I (finally) tripped over the Building.md in the docs. So I gave the Linux recipe a try. It chugged a few minutes and the NotepadNext was successfully built. I am ashamed to admit I don't have a clue how this make process works (but it works). I have a working NotepadNext on my RPI4 now. So far I haven't noticed any problems with it. Now I'll try to figure out how to create .appimage for the editor. |
Beta Was this translation helpful? Give feedback.
-
Please use "flatpak run" for launching the application as specified in the instructions provided by Flathub.org. No changing of privileges or messing with libc is necessary.
It works perfectly on my Pi4, so it should on yours too, just keep in mind, that only 64bit ARM is supported.
… Am 29. Oktober 2022 12:48:50 MESZ schrieb dail8859 ***@***.***>:
It was worth a shot at least. Thanks for trying. I personally don't know too much about the flatpak distribution.
***@***.*** Any thoughts on this?
--
Reply to this email directly or view it on GitHub:
#251 (reply in thread)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
All you need to do is follow the official instructions carefully step by step and then it will work.
Installation of Flatpak on a RPI:
https://flatpak.org/setup/Raspberry%20Pi%20OS
Installation and running of Notepad Next (scroll down):
https://flathub.org/apps/details/com.github.dail8859.NotepadNext
I order to update all Flatpaks you simply run "flatpak update".
I sadly cannot help you more than this, because my phone is everything I have available to me currently. :(
…Am 30. Oktober 2022 08:02:53 MEZ schrieb otalado ***@***.***>:
I tried to use **flatpack run** and ended up with complaint:
```
***@***.***: $ flatpak run NotepadNext
Note that the directories
'/var/lib/flatpak/exports/share'
'/home/pi/.local/share/flatpak/exports/share'
are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.
error: Invalid id NotepadNext: Names must contain at least 2 periods
```
I then went to investigate what is in those two folders. In **/var/lib/flatpak/exports/share/applications** folder I found **Notepad Next.desktop** file. When I double click on it the NotepadNext starts and works like expected.
So now I'll go to flapak docs and try to figure out how to properly set it up, so that it will install NotepadNext without such a mess. Or, perhaps @zocker-160 can give brief instructions on that?
|
Beta Was this translation helpful? Give feedback.
-
I just tumbled to NotepadNext and was pleasantly surprised to see how quick it is. I like the fact that it is not a resources hog (like some other editors). So I have a quick question. Is there a release for ARM64 anywhere in the future of NotepadNext? It'd be nice to have an editor like this on RPI4 ...
Beta Was this translation helpful? Give feedback.
All reactions