Indeed. The others are not using the util package of libxcb.hihu wrote:I guess the other plugins are using libxbc.so.1 but not libxbc-util.so1. This library is new.
Linux public beta (4408)
-
- KVRAF
- 3729 posts since 3 Nov, 2015
- KVRist
- 425 posts since 9 Nov, 2004
Both Fedora 27 and Centos 7.4 have:
Name : xcb-util
Arch : x86_64
Version : 0.4.0
and neither OS's work...
Name : xcb-util
Arch : x86_64
Version : 0.4.0
and neither OS's work...
-
- KVRist
- 176 posts since 29 Jan, 2015
Thanks mevla for confirming this.
So I guess I have to find a way to get the version 0.4 of the package somewhere.
@ David: But you can load the Plugin in your Daw?
You wrote before that you can load the plugin but its blank?
My Daw (Bitwig) does not recognizes the plugin.
So I guess I have to find a way to get the version 0.4 of the package somewhere.
@ David: But you can load the Plugin in your Daw?
You wrote before that you can load the plugin but its blank?
My Daw (Bitwig) does not recognizes the plugin.
-
- KVRAF
- 3729 posts since 3 Nov, 2015
If you do not mind compiling ...
https://xcb.freedesktop.org/
Although they do not mention the util part.
Perhaps better (still in the DIY category)
http://www.linuxfromscratch.org/blfs/vi ... -util.html
https://xcb.freedesktop.org/
Although they do not mention the util part.
Perhaps better (still in the DIY category)
http://www.linuxfromscratch.org/blfs/vi ... -util.html
-
- KVRAF
- 3729 posts since 3 Nov, 2015
This is far away from the kernel. and is not part per se of the windowing system. It's a C bridge of some sort that seemingly exposes more X stuff to the outside. The LFS compile instructions are:hihu wrote:Some time has gone since I last compiled kernelsThis library is from x window system. I guess I can mess something up. This one seems important.
./configure $XORG_CONFIG &&
make
make install
Although you're right, if one does not feel right about doing something, better to not do it. The principle is valid for working with table and circular saws ... and for software
-
- KVRAF
- 3729 posts since 3 Nov, 2015
Hence I proposed earlier if some would like to try with Linux Mint 18 (KDE version - dual boot). Heck, it would even be interesting if someone would try with Linux Mint 18 and not the KDE version. It might be KDE that brings in xcb-util.
% apt-cache rdepends libxcb-util1
libxcb-util1
Reverse Depends:
libxcb-util-dev
plasma-workspace
kde-spectacle
plasma-workspace
xserver-xephyr-hwe-16.04
xserver-xephyr
xserver-xorg-video-intel-hwe-16.04
xserver-xorg-video-intel
xss-lock
xserver-xephyr
xbacklight
unagi
spectrwm
plasma-workspace
plasma-systray-legacy
netsurf-fb
kde-spectacle
i3-wm
awesome
xserver-xorg-video-intel
libstartup-notification0
libxcb-image0
% apt-cache rdepends libxcb-util1
libxcb-util1
Reverse Depends:
libxcb-util-dev
plasma-workspace
kde-spectacle
plasma-workspace
xserver-xephyr-hwe-16.04
xserver-xephyr
xserver-xorg-video-intel-hwe-16.04
xserver-xorg-video-intel
xss-lock
xserver-xephyr
xbacklight
unagi
spectrwm
plasma-workspace
plasma-systray-legacy
netsurf-fb
kde-spectacle
i3-wm
awesome
xserver-xorg-video-intel
libstartup-notification0
libxcb-image0
-
- KVRAF
- 3729 posts since 3 Nov, 2015
Meanwhile, some waiting room music .... (3 instances of Repro-5)
https://soundcloud.com/nominal6/jam230
https://soundcloud.com/nominal6/jam230
You do not have the required permissions to view the files attached to this post.
Last edited by mevla on Thu Dec 21, 2017 11:30 pm, edited 1 time in total.
- KVRist
- 425 posts since 9 Nov, 2004
On Fedora 27 and Reaper, Repro-5 can be selected and loaded, but there is no GUI, it is totally empty.hihu wrote:Thanks mevla for confirming this.
So I guess I have to find a way to get the version 0.4 of the package somewhere.
@ David: But you can load the Plugin in your Daw?
You wrote before that you can load the plugin but its blank?
My Daw (Bitwig) does not recognizes the plugin.
On Centos 7.4 it does not show up at all.
-
- KVRist
- 304 posts since 9 Mar, 2017
I can confirm that sadly the last versions and not usable in my touch-screen support due to input lag. [In several DAW and configs]
The good news is that the first beta works very very well!
The good news is that the first beta works very very well!
-
- KVRist
- 153 posts since 10 Aug, 2017
Unfortunately the 6821 build appears just like the 6820 build for me.
Which means it doesn't appear at all.
Not in Qtractor, not in Carla (the 2 hosts I normally use). Doesn't show up in the plugin lists.
This is on my Debian 9 system.
Luckily, the 6640 build still runs flawlessly.
Thanks so much for your effort, I wish you the best of luck for solving this.
Which means it doesn't appear at all.
Not in Qtractor, not in Carla (the 2 hosts I normally use). Doesn't show up in the plugin lists.
This is on my Debian 9 system.
Luckily, the 6640 build still runs flawlessly.
Thanks so much for your effort, I wish you the best of luck for solving this.
-
- KVRian
- Topic Starter
- 816 posts since 26 May, 2013 from France, Sisteron
Thank you for your feedback guys.
I'm not super hot for making a statically linked plugin because all those weird dual licensed libs.... it is difficult to know what you can link in and what you can't.
I'm not super hot for making a statically linked plugin because all those weird dual licensed libs.... it is difficult to know what you can link in and what you can't.
-
- KVRian
- Topic Starter
- 816 posts since 26 May, 2013 from France, Sisteron
I've checked xcb-util on my system.
It was built in Thu 16 Oct 2014 09:18:23 PM CEST
So this version is more that 3 years old, and likely very stable. So if your system is too old it is your problem not mine
It was built in Thu 16 Oct 2014 09:18:23 PM CEST
So this version is more that 3 years old, and likely very stable. So if your system is too old it is your problem not mine
-
- KVRist
- 122 posts since 6 Nov, 2011
I personally think that would be the best solution.abique wrote:Thank you for your feedback guys.
I'm not super hot for making a statically linked plugin because all those weird dual licensed libs.... it is difficult to know what you can link in and what you can't.
To make people install the latest operating system available to make a plugin load and show a GUI seems to me a wrong approach.
I can understand that my kxstudio 14.04 doesn't work due to gcc ABI/API but this way to almost require people to use a specific distro and a specific version instead of making the plugin less picky is unfortunate.
I can run everything U-he, Pianoteq very latest stuff and have no issues at all except the new Repro stuff. I guess the next Zebra2 and 3 will put even more requirements to make the plugin even launch.
Please reconsider statically linked libs (just like Ardour and other devs solve this problem in a really nice way)
/Anders

