Mixin feature may be being deprecated?
by 0n0w1c
We are looking at Clear Linux for use on a good number of Intel NUCs
(~200). The ability to modify Clear Linux is what gives me hope we can
indeed make this project happen. However, the loss of mixin would likely
end our exploration of this distro, as we need more than what is currently
offered in existing bundles (or ever officially supported, ie. ZoL).
If mixin is indeed deprecated, will an alternate method to modify Clear
Linux be added?
Is there any sort of time frame for this? To do the work to build a custom
version to only have that ability pulled would be a kick in the teeth.
Maybe we need to give Clear Linux more time to mature before thinking about
production use?
3 years
[PATCH clr-bundles] Make sure that QtCore's QMimeDatabase class uses our DB
by Thiago Macieira
Qt has a built-in copy, which we don't want used (I'm applying a patch
to remove it).
Signed-off-by: Thiago Macieira <thiago.macieira(a)intel.com>
---
bundles/qt-core | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bundles/qt-core b/bundles/qt-core
index 7303c2f2..01203f4b 100644
--- a/bundles/qt-core
+++ b/bundles/qt-core
@@ -7,4 +7,7 @@
include(libstdcpp)
include(libglib)
+# For QMimeDatabase class
+shared-mime-info
+
qtbase-extras
--
2.21.0
3 years
[PATCH knotifications] Enable dbusmenu-qt support
by Peter O'Connor
Many KDE applications rely on dbusmenu-qt support in knotifications, where many
more notifications appear after compiling in support.
---
pkgconfig_add | 1 +
1 file changed, 1 insertion(+)
diff --git a/pkgconfig_add b/pkgconfig_add
index dd3b77c..9d9e0b6 100644
--- a/pkgconfig_add
+++ b/pkgconfig_add
@@ -1,2 +1,3 @@
# This file contains additional pkgconfig build requirements that did
# not get picked up automatically. One name per line, no whitespace.
+dbusmenu-qt5
--
2.21.0
3 years
[PATCH clr-bundles 1/2] add kernel native next
by Miguel Bernal Marin
This kernel will follow mainline + CL patches.
---
This was requested by Arjan
bundles/kernel-native-next | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 bundles/kernel-native-next
diff --git a/bundles/kernel-native-next b/bundles/kernel-native-next
new file mode 100644
index 00000000..e7aaa57f
--- /dev/null
+++ b/bundles/kernel-native-next
@@ -0,0 +1,21 @@
+# [TITLE]: kernel-native-next
+# [DESCRIPTION]: Run the next mainline native kernel.
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]: Developer Tools, kernel
+# [MAINTAINER]: Arjan van de Ven <arjan(a)linux.intel.com>
+include(hardware-uefi)
+
+console-autostart
+include(bootloader)
+include(libglib)
+include(linux-firmware)
+include(linux-firmware-extras)
+include(qemu-guest-additions)
+
+init-rdahead-extras
+irqbalance
+mcelog
+
+# kernel package
+linux-next
--
2.21.0
3 years
[PATCH clr-bundles] Add evtest tool to a bundle
by Thiago Macieira
This is not an X11 tool (it's evdev), but it's tiny and we don't need
a bundle just for it.
Signed-off-by: Thiago Macieira <thiago.macieira(a)intel.com>
---
bundles/x11-tools | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/x11-tools b/bundles/x11-tools
index e1e16b5e..0612fbc2 100644
--- a/bundles/x11-tools
+++ b/bundles/x11-tools
@@ -7,6 +7,7 @@
include(libX11client)
include(perl-basic)
+evtest
setxkbmap
include(x11vnc)
xauth
--
2.21.0
3 years
[PATCH clr-bundles] Add a managed bundle for the can-utils package
by Thiago Macieira
Signed-off-by: Thiago Macieira <thiago.macieira(a)intel.com>
---
packages.list | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages.list b/packages.list
index fba90919..7f51438b 100644
--- a/packages.list
+++ b/packages.list
@@ -285,3 +285,4 @@ R-rstudio # RStudio is an integrated development environment (IDE) for the R pro
faas-cli # A serverless functions framework for Docker & Kubernetes
redshift # Adjust the color temperature of your monitor in the evenings to reduce eye strain
kdeconnect-kde # No detailed summary available
+can-utils # Linux-CAN / SocketCAN user space applications
--
2.21.0
3 years
We are live! Clear Linux* Forum is now open to all
by Palmeiro, Beatriz
Hi all,
Our user forum for Clear Linux* OS, powered by Discourse* is live and open to everyone. This forum will be the central place to contribute, share insights, and search archived Q&A. Bugs or enhancement requests still go to GitHub.
We’d like to invite you to shape this new channel with us. Please start a topic within the forum and continue your dialog there. Also, any suggestions, comments or questions about the forum are very welcome.
If you have found yourself answering the same questions, or having a conversation on IRC that would benefit others later, let’s consolidate our effort!
Join the community: https://community.clearlinux.org/
Thank you for being part of this.
Any questions, please contact me or start a thread in our forum!
Cheers,
Beatriz Palmeiro
Clear Linux* OS Community Advocate
*Other names and brands may be claimed as the property of others
3 years
[PATCH clr-bundles] Copy some content from 'desktop' to 'desktop-kde'
by Thiago Macieira
Signed-off-by: Thiago Macieira <thiago.macieira(a)intel.com>
---
bundles/desktop-kde | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/bundles/desktop-kde b/bundles/desktop-kde
index cb3daf5e..aa7ae399 100644
--- a/bundles/desktop-kde
+++ b/bundles/desktop-kde
@@ -15,6 +15,27 @@ include(x11-server)
include(fuse)
include(lib-samba)
include(hardware-bluetooth)
+
+#
+# extra stuff we need
+#
+bluez
+dbus-extras
+desktop-file-utils
+fontconfig
+shared-mime-info
+include(tzdata)
+
+# Extra service level deps
+alsa-plugins
+include(alsa-utils)
+bash-completion
+cups
+cups-filters
+cups-pk-helper
+ghostscript
+gutenprint
+
#
# main bits
#
--
2.21.0
3 years