WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Continue from commandline on Raspberry Pi 4.  (Read 157 times)

Offline meo

  • Hero Member
  • *****
  • Posts: 654
Continue from commandline on Raspberry Pi 4.
« on: October 11, 2025, 11:57:56 AM »
Hi guys!

Long time no see! Been away too long. I have got a commandline and extended the second partition on a 32 GB micro SD but now my memory fails me. What do I have to do to get a GUI on my Raspberry Pi running TC?
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 786
Re: Continue from commandline on Raspberry Pi 4.
« Reply #1 on: October 11, 2025, 12:04:34 PM »
If you take a look at the wiki you can find howto get a gui:
https://wiki.tinycorelinux.net/doku.php?id=picore:welcome

Ha en lycklig hackning stund.(Have a happy hacking moment.)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15274
Re: Continue from commandline on Raspberry Pi 4.
« Reply #2 on: October 11, 2025, 12:06:24 PM »
Code: [Select]
tce-load -wil Xorg flwm aterm wbar
startx

Offline meo

  • Hero Member
  • *****
  • Posts: 654
Re: Continue from commandline on Raspberry Pi 4.
« Reply #3 on: October 11, 2025, 02:25:46 PM »
Thanks Juanito!

Now I got a GUI but I discovered something that has got a glitch to it seems. The error message I got was something specific: " /usr/sbin/tce-load: line 147: desktop.sh: not found". Thanks again after a heart attack and almost getting my head crushed is pretty visible when it comes to my memory.

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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12265
Re: Continue from commandline on Raspberry Pi 4.
« Reply #4 on: October 11, 2025, 03:51:40 PM »
Hi meo
... The error message I got was something specific: " /usr/sbin/tce-load: line 147: desktop.sh: not found". ...
Is  Xlibs.tcz  installed and loaded?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15274
Re: Continue from commandline on Raspberry Pi 4.
« Reply #5 on: October 12, 2025, 04:18:51 AM »
Xorg depends on Xprogs, which depends on Xlibs, so Xlibs should be loaded.

Try:
Code: [Select]
tce-status -i | grep X

Offline meo

  • Hero Member
  • *****
  • Posts: 654
Re: Continue from commandline on Raspberry Pi 4.
« Reply #6 on: October 12, 2025, 08:07:35 AM »
Hi again! Thanks for all help! Xlibs is installed and works. Actually now everything works with the exception of my Swedish layout which makes me guess sometimes what to press. I do not know if this has anything to do with what happened but I made a mistake. I missed to install aterm from the beginning and did it later when the problems had started. I made a fresh install and since I am posting this from Firefox I do not have any complaints.
Sincerely,
Mats Olsson
"All that is very well," answered Candide, "but let us cultivate our garden." - Francois-Marie Arouet Voltaire