WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Notepadqq!  (Read 711 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15665
Re: Notepadqq!
« Reply #15 on: June 14, 2026, 03:46:19 PM »
That should be:
Code: [Select]
sudo chmod 700 /run/user/1001

Offline meo

  • Hero Member
  • *****
  • Posts: 684
Re: Notepadqq!
« Reply #16 on: June 14, 2026, 05:03:41 PM »
Hello Juanito!

I still have progblems with this program. When I type "XDG_RUNTIME_DIR=/run/user/1001 pragtical" and press enter it does not finish. The lxterminal gets stuck. If I stop it and try to run pragtical I get an errormessage that XDG_RUNTIME_DIR is not applied to the directory. So I do not know what else to do.

Greetings,
Mats
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline meo

  • Hero Member
  • *****
  • Posts: 684
Re: Notepadqq!
« Reply #17 on: June 15, 2026, 03:00:31 AM »
Hi again!

The error I get reads as follows: error: XDG_RUNTIME_DIR is invalid or not set in the environment. I have searched the internet and it seems to be a common problem but I could not find a fix that would work here.

Greetings,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15665
Re: Notepadqq!
« Reply #18 on: June 15, 2026, 03:19:12 AM »
You could try it like this:
Code: [Select]
USER=`cat /etc/sysconfig/tcuser`
sudo mkdir -p /run/user/$(id -u "$USER")
sudo chown "$USER":staff /run/user/$(id -u "$USER")
sudo chmod 700 /run/user/$(id -u "$USER")
XDG_RUNTIME_DIR=/run/user/$(id -u) pragtical

Both this method and the info file method work for me

Offline meo

  • Hero Member
  • *****
  • Posts: 684
Re: Notepadqq!
« Reply #19 on: June 16, 2026, 03:34:50 PM »
Thanks for helping me!
This time I did not receive any error messages. The Pragtical appeared in the wbar. Clicking it did not work. I ran pragtical from lxterminal and it frose. The cursor stayed as if there was something going on. Sadly it did not work but thanks for your willingness to help Juanito!

Kind Greetings,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline meo

  • Hero Member
  • *****
  • Posts: 684
Re: Notepadqq!
« Reply #20 on: June 16, 2026, 03:40:21 PM »
Hi again!
I ran it with sudo and then the errormessages I described before appeared (error: XDG_RUNTIME_DIR is invalid or not set in the environment).

Regards,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15665
Re: Notepadqq!
« Reply #21 on: June 16, 2026, 03:53:46 PM »
Hmm - that’s strange, I don’t see any problem with piCore64 16.x (or CorePure64 17.x).

Are you using Xorg or Xorg-3d?

Offline meo

  • Hero Member
  • *****
  • Posts: 684
Re: Notepadqq!
« Reply #22 on: Today at 04:18:39 AM »
I just use Xorg as always.
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline meo

  • Hero Member
  • *****
  • Posts: 684
Re: Notepadqq!
« Reply #23 on: Today at 04:43:33 AM »
Made some tests. The strange thing is that pragtical shows up in wbar but the program does not execute. So why does it not execute!

Greetings,
meo
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15665
Re: Notepadqq!
« Reply #24 on: Today at 06:01:02 AM »
Does this show any "not found" errors:
Code: [Select]
ldd /usr/local/bin/pragtical
For me pragtical starts from the terminal (aterm) and from the wbar icon.

Offline meo

  • Hero Member
  • *****
  • Posts: 684
Re: Notepadqq!
« Reply #25 on: Today at 07:41:36 AM »
Hello Juanito! It sure gave some output but no errors as far as I can see.l

Code: [Select]
ldd /usr/local/bin/pragtical
linux-vdso.so.1 (0x00007fff6fa68000)
libluajit-5.1.so.2 => /usr/local/lib/libluajit-5.1.so.2 (0x00007fff6f8c0000)
libSDL3.so.0 => /usr/local/lib/libSDL3.so.0 (0x00007fff6f640000)
libSDL3_image.so.0 => /usr/local/lib/libSDL3_image.so.0 (0x00007fff6f5f0000)
libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x00007fff6f530000)
libharfbuzz.so.0 => /usr/local/lib/libharfbuzz.so.0 (0x00007fff6f440000)
libpcre2-8.so.0 => /usr/local/lib/libpcre2-8.so.0 (0x00007fff6f3b0000)
libuchardet.so.0 => /usr/local/lib/libuchardet.so.0 (0x00007fff6f370000)
libSDL3_net.so.0 => /usr/local/lib/libSDL3_net.so.0 (0x00007fff6f340000)
libmbedtls.so.23 => /usr/local/lib/libmbedtls.so.23 (0x00007fff6f2d0000)
libmbedx509.so.9 => /usr/local/lib/libmbedx509.so.9 (0x00007fff6f290000)
libtfpsacrypto.so.2 => /usr/local/lib/libtfpsacrypto.so.2 (0x00007fff6f1f0000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fff6efe0000)
libm.so.6 => /lib/libm.so.6 (0x00007fff6ef40000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fff6ef00000)
libc.so.6 => /lib/libc.so.6 (0x00007fff6ed80000)
/lib/ld-linux-aarch64.so.1 (0x00007fff6fa30000)
libdl.so.2 => /lib/libdl.so.2 (0x00007fff6ed50000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007fff6ed10000)
libbz2.so.1.0 => /usr/local/lib/libbz2.so.1.0 (0x00007fff6ece0000)
libpng16.so.16 => /usr/local/lib/libpng16.so.16 (0x00007fff6ec90000)
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x00007fff6eb40000)
libgraphite2.so.3 => /usr/local/lib/libgraphite2.so.3 (0x00007fff6eb00000)
tc@box:~$

Maybe there was some more output but as noted no error messages.

Greetings,
meo

    [Edit]: Added code tags. added missing l to ldd.  Rich
« Last Edit: Today at 08:05:27 AM by Rich »
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15665
Re: Notepadqq!
« Reply #26 on: Today at 08:07:29 AM »
How about this:
Code: [Select]
ls -l /run/user
total 0
drwx------    2 tc       staff           40 Jun 15 09:07 1001/