WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Notepadqq!  (Read 1454 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15692
Re: Notepadqq!
« Reply #30 on: June 29, 2026, 11:51:27 AM »
I don't know what to suggest  :(

Code: [Select]
version
16.0
uname -a
Linux boxrpi5 6.12.25-piCore-v8-16k #28 SMP PREEMPT Sat Apr 26 13:49:43 EDT 2025 aarch64 GNU/Linux

tce-load -i pragtical
pragtical is already installed

ls -l /run/user
total 0
drwx------    2 tc       staff           40 Jun 15 09:07 1001/

pragtical
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.

[pragtical runs despite the error messages]

XDG_RUNTIME_DIR=/run/user/1001 pragtical

[pragtical runs without error messages]

pragtical also runs from the icon in wbar - see screenshot attached

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12882
Re: Notepadqq!
« Reply #31 on: June 29, 2026, 09:59:44 PM »
Hi meo
... but when I installed zoom it stopped working. ...
Do you have zoom installed on this device? Is it possible zoom is
causing your problem?

Hello Juanito! It sure gave some output but no errors as far as I can see. ...
 ... Maybe there was some more output but as noted no error messages. ...
Run it this way and it will only display missing dependencies:
Code: [Select]
ldd /usr/local/bin/pragtical | grep found
Last question, are all of your extensions up to date?

Offline meo

  • Hero Member
  • *****
  • Posts: 690
Re: Notepadqq!
« Reply #32 on: June 30, 2026, 06:43:53 AM »
Hi Rich!

I do not have zoom installed on TC. When I ran what you suggested I did not receive anything at all. Still pragtical does not execute when clicking the icon in wbar.

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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12882
Re: Notepadqq!
« Reply #33 on: June 30, 2026, 08:25:27 AM »
Hi meo
Please post the result of :
Code: [Select]
uname -rso Juanito can confirm whether you are running the same kernel versions.

Offline meo

  • Hero Member
  • *****
  • Posts: 690
Re: Notepadqq!
« Reply #34 on: Today at 02:34:35 PM »
Hello Rich and Juanito!

This is the result or output after giving the command: uname -r,  6.12.25-piCore-v8-16k copied from LXterminal.

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

Offline meo

  • Hero Member
  • *****
  • Posts: 690
Re: Notepadqq!
« Reply #35 on: Today at 02:42:26 PM »
Hi again!

Found something on the insternet that might be interesting in this setting. Have not had a real possibility to check it out so I copied it. Attached to this comment.

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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12882
Re: Notepadqq!
« Reply #36 on: Today at 04:23:03 PM »
Hi meo
If you could, one more please.
Install  file.tcz  and of course  pragtical.tcz.

What does this return:
Code: [Select]
file $(realpath /usr/local/bin/pragtical)
If it makes copy/paste easier, you can redirect the output into a file:
Code: [Select]
file $(realpath /usr/local/bin/pragtical) > pragtical.txt