WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: XFCE in TinyCore 15 32 Bits  (Read 2042 times)

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: XFCE in TinyCore 15 32 Bits
« Reply #15 on: May 25, 2024, 05:05:13 AM »
The wayland error you see is because mesa/x is not compiled against wayland in tc x86 to avoid additional size.
I was testing xfwm4 in TCL15 x86 in a pure X environment. I guess the libxfce4ui-2.so.0 library I borrowed from Debian Bookworm x86 is hardwired to ask about wayland display type even when running in X :o
« Last Edit: May 25, 2024, 05:14:34 AM by GNUser »

Offline ALF

  • Newbie
  • *
  • Posts: 10
Re: XFCE in TinyCore 15 32 Bits
« Reply #16 on: May 25, 2024, 10:33:43 AM »
Hello, in all these hours I have learned a lot...this experience has been very useful to me...although it has not yet had results...

1. Convert from DEB to TCZ...very interesting!!!...it opens a door to the entire Debian world...

2. I downloaded the DEB directly from the Debian Bookworm i386 page..(https://packages.debian.org/bookworm/xfwm4) I had to modify the deb2tcz program due to the type of compression..

3. I didn't know the "ar" command. So welcome to new commands!!

4. Finally download the following libraries... and leave them as TCZ.

xfwm4.tcz
libxfce4ui-2-0.tcz
libxfce4util17.tcz
libxconf-0-3.tcz
libxres1.tcz

with the next wall..

tc@box : xfwn4
xfwm4 : error while loading shared libraries: libstartup-notificacions-1.so.0: cannot open shaed object file: No such file or directory..

I understand this library is already part of the starting core... and I'm starting to get away from my goal...

I believe GNUser is more closer than me...

Also, i found two videos about the same..

Veronika dit it with TC10 ( 5 years ago..)
[/quote].. https://www.youtube.com/watch?v=85pOhQHKYwo
SneekyLinux too ( 13 years ago...) ... https://www.youtube.com/watch?v=_OstgrrUpDA
« Last Edit: May 25, 2024, 10:53:12 AM by ALF »

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: XFCE in TinyCore 15 32 Bits
« Reply #17 on: May 25, 2024, 10:55:42 AM »
Hi ALF. Borrowing from Debian is not going to work in the particular case of xfwm4. See responses #12 and #13.

To make xfwm4 work on TCL15 x86 would be a monster of a project. I think a smaller project would make for a more rewarding first foray into packaging for TCL.

Offline ALF

  • Newbie
  • *
  • Posts: 10
Re: XFCE in TinyCore 15 32 Bits
« Reply #18 on: May 25, 2024, 11:38:12 AM »
ok, GNUser I think you are right...what a shame!!

Anyway it was an experience!!..if one day you decide to work on that project...please count on me!!

Thanks for all!!

Offline mocore

  • Hero Member
  • *****
  • Posts: 513
  • ~.~
Re: XFCE in TinyCore 15 32 Bits
« Reply #19 on: May 26, 2024, 02:45:11 AM »
an xfwm4 extension with borrowed binaries and libraries from Debian is not going to work on TCL15 x86, so
... so perhaps
consider dCore (to) Import Debian Packages to Mountable SCE extensions

 https://forum.tinycorelinux.net/index.php/board,66.0.html

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: XFCE in TinyCore 15 32 Bits
« Reply #20 on: May 26, 2024, 04:38:56 AM »
Hi mocore. Whether Debian packages are imported as tcz or sce is not the issue. See Juanito's reply above.

Your suggestion would only help ALF if mesa/x in 32-bit dCore is compiled against wayland.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11289
Re: XFCE in TinyCore 15 32 Bits
« Reply #21 on: May 26, 2024, 05:58:42 AM »
Hi GNUser
I did a little poking around in the dCore download section:
http://tinycorelinux.net/dCore/x86/

From what I can tell, the only prepackaged SCEs are wireless
support to allow importing all other required packages.

So if he runs dCore, all of the imported packages should be
compatible with each other, shouldn't they?

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: XFCE in TinyCore 15 32 Bits
« Reply #22 on: May 26, 2024, 11:19:57 AM »
If X is also being imported then it should work.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14625
Re: XFCE in TinyCore 15 32 Bits
« Reply #23 on: May 28, 2024, 11:50:21 PM »
You can also see various 64bit xfce4 build scripts here:

http://tinycorelinux.net/9.x/x86_64/tcz/src/

For example:

http://tinycorelinux.net/9.x/x86_64/tcz/src/libxfce4ui/

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14625
Re: XFCE in TinyCore 15 32 Bits
« Reply #24 on: May 30, 2024, 09:02:24 AM »
I built the basic xfce4 packages on tc-15.x x86, it’s rough and ready, but seems to run.

If there’s an interest I can post the extensions.
« Last Edit: May 30, 2024, 09:34:51 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14625
Re: XFCE in TinyCore 15 32 Bits
« Reply #25 on: May 31, 2024, 03:20:34 AM »
xfwm4 and associated extensions posted to the tc-15.x x86 repo.

To run the xfce4 desktop from the console, for example:
Code: [Select]
tce-load -i Xorg-7.7 xfwm4
sudo /usr/local/etc/init.d/dbus start
startx

Also tested with Xorg-7.7-3d, but not with Xvesa or Xfbdev.
« Last Edit: June 01, 2024, 04:45:37 AM by Juanito »

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: XFCE in TinyCore 15 32 Bits
« Reply #26 on: May 31, 2024, 09:29:37 AM »
Even though I won't be using this, just wanted to take the opportunity to say that you rock, Juanito! You are probably the most prolific package maintainer on the planet.

Enjoy, ALF. Now you can have your Tiny Core and XFCE it, too!

Offline Leee

  • Jr. Member
  • **
  • Posts: 89
Re: XFCE in TinyCore 15 32 Bits
« Reply #27 on: May 31, 2024, 09:36:33 AM »
Even though I won't be using this, just wanted to take the opportunity to say that you rock, Juanito! You are probably the most prolific package maintainer on the planet.

Enjoy, ALF. Now you can have your Tiny Core and XFCE it, too!
What he said!   "+1"
core 14.0 x86_64

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14625
Re: XFCE in TinyCore 15 32 Bits
« Reply #28 on: June 01, 2024, 04:45:06 AM »
Thanks for the kind words  :)

xfwm4 dep file modified to load mousepad, xfce4-notifyd and xfce4-terminal

xfce4 apps parole, ristretto and xfce4-pulseaudio-plugin added to the repo.
« Last Edit: June 01, 2024, 07:48:53 AM by Juanito »

Offline ALF

  • Newbie
  • *
  • Posts: 10
Re: XFCE in TinyCore 15 32 Bits
« Reply #29 on: June 01, 2024, 07:36:40 AM »
Hello Juanito, I already had lost hope, and by chance I entered the forum and saw what you had done...incredible!!!...I haven't tried it yet, but this weekend I will...Thank you very much!! ...from now on I have more hope in humanity!!!