WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] tigervnc missing in the repo Tiny Core 12 x64  (Read 198 times)

Offline Santos

  • Full Member
  • ***
  • Posts: 124
[Solved] tigervnc missing in the repo Tiny Core 12 x64
« on: July 13, 2025, 07:40:31 PM »
Hello

I'm trying to install tigervnc viewer in Tiny Core 12 x64 but is not available in the repo. In the x86 version it is available. Maybe I overlooked it but I'm not sure if I can get it from a previous version repo and install it. Please illuminate me. Thanks!

vinager  it is really not of my liking and has some quirks with the full screen mode which made it difficult to use (have to kill the process every time I want to exit fullscreen).
« Last Edit: July 21, 2025, 08:10:36 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12187
Re: tigervnc missing in the repo Tiny Core 12 x64
« Reply #1 on: July 13, 2025, 10:15:13 PM »
Hi Santos
None of the x64 repos have ever had tigervnc-viewer.

According to:
http://tinycorelinux.net/12.x/x86/tcz/tigervnc-viewer.tcz.info
and:
http://tinycorelinux.net/16.x/x86/tcz/tigervnc-viewer.tcz.info
The current version is 1.1.0.

If you want to try building it, a source directory can be found here:
http://tinycorelinux.net/6.x/x86/tcz/src/tigervnc-viewer/
It includes source file, build script, icon file (.png), and .desktop file.

You'll want to change these lines in tigervnc-viewer.build
From:
Code: [Select]
export CFLAGS="-Os -pipe -march=i486 -mtune=i686"
export CXXFLAGS="-Os -pipe -fexceptions -fno-rtti -march=i486 -mtune=i686"
To:
Code: [Select]
export CFLAGS="-mtune=generic -Os -pipe"
export CXXFLAGS="-mtune=generic -Os -pipe"

You'll also want to install the following if they exist:
Code: [Select]
libICE-dev.tcz
libSM-dev.tcz
libXext-dev.tcz
« Last Edit: July 18, 2025, 07:43:40 AM by Rich »

Offline Santos

  • Full Member
  • ***
  • Posts: 124
Re: tigervnc missing in the repo Tiny Core 12 x64
« Reply #2 on: July 17, 2025, 11:31:09 PM »
Thanks, Rich.

I'll try to compile it, although I do see  remmina  available. I'll explore if it works as a replacement.

Is tigervnc a good vnc client, appears to be the in-the-middle option between remmina and vinagre according to Wikipedia. Should I stick to remmina?

EDIT:
Nope, remmina is seg faulting whenever I try to establish a connection to my vnc server.
« Last Edit: July 18, 2025, 12:01:49 AM by Santos »

Offline Santos

  • Full Member
  • ***
  • Posts: 124
Re: tigervnc missing in the repo Tiny Core 12 x64
« Reply #3 on: July 21, 2025, 12:58:05 AM »
Ok, I went the lazy way and just ran tiger vnc viewer from an Alpine chroot. It's working. But I hope tigervnc could be incorporated into the x64 repo.

Thread can be marked as solved, thanks!

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12187
Re: [Solved] tigervnc missing in the repo Tiny Core 12 x64
« Reply #4 on: July 21, 2025, 08:11:24 AM »
Hi Santos
... Thread can be marked as solved, thanks!
Done.