Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
3aec95f5
Commit
3aec95f5
authored
Dec 20, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mixin.mk, regular.mk: add +vmguest individually
+vmguest adds xorg-drv-* which are not needed by DE on wayland.
parent
70855866
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
mixin.mk
conf.d/mixin.mk
+11
-9
regular.mk
conf.d/regular.mk
+1
-1
No files found.
conf.d/mixin.mk
View file @
3aec95f5
...
...
@@ -128,15 +128,17 @@ mixin/regular-icewm: use/fonts/ttf/redhat use/x11/xorg +icewm +nm-gtk
@$(call add,THE_PACKAGES,icewm-startup-networkmanager)
@$(call add,THE_PACKAGES,mnt)
mixin/regular-gnustep: use/x11/gnustep use/x11/xorg
mixin/regular-gnustep: use/x11/gnustep use/x11/xorg
+vmguest
@$(call add,THE_BRANDING,graphics)
mixin/regular-cinnamon: use/x11/cinnamon use/x11/xorg use/x11/lightdm/slick +nm-gtk \
mixin/regular-cinnamon: use/x11/cinnamon use/x11/xorg use/x11/lightdm/slick \
+vmguest +nm-gtk \
use/fonts/ttf/google use/im
@$(call add,THE_PACKAGES,xdg-user-dirs-gtk)
@$(call add,THE_PACKAGES,gnome-disk-utility gnome-system-monitor)
mixin/regular-gnome: use/x11/gnome use/fonts/ttf/redhat +nm-gtk4
mixin/regular-gnome: use/x11/gnome use/fonts/ttf/redhat +nm-gtk4 \
+vmguest-wayland
@$(call add,BASE_PACKAGES,gnome-software)
@$(call add,BASE_PACKAGES,gnome-tour)
ifneq (,$(filter-out p10,$(BRANCH)))
...
...
@@ -160,7 +162,7 @@ endif
@$(call add,THE_PACKAGES,fonts-ttf-lxgw-wenkai)
@$(call add,THE_PACKAGES,xdg-user-dirs-gtk)
mixin/regular-kde: use/x11/kde use/x11/xorg \
mixin/regular-kde: use/x11/kde use/x11/xorg
+vmguest
\
use/x11/kde-display-manager-lightdm \
use/fonts/ttf/google use/fonts/ttf/redhat use/fonts/zerg
ifneq (,$(filter-out p10,$(BRANCH)))
...
...
@@ -179,24 +181,24 @@ endif
@$(call add,THE_PACKAGES,accountsservice)
@$(call add,THE_PACKAGES,gtk-theme-breeze)
mixin/xfce-base: use/x11/xfce use/x11/xorg +nm-gtk \
mixin/xfce-base: use/x11/xfce use/x11/xorg +nm-gtk
+vmguest
\
use/fonts/ttf/redhat use/fonts/ttf/google/extra
@$(call add,THE_PACKAGES,xfce4-regular)
@$(call add,THE_PACKAGES,xreader)
@$(call add,THE_PACKAGES,xdg-user-dirs-gtk)
@$(call add,THE_PACKAGES,xkill)
mixin/regular-xfce: mixin/xfce-base +pipewire
mixin/regular-xfce: mixin/xfce-base +pipewire
+vmguest
@$(call add,THE_PACKAGES,pavucontrol xscreensaver-frontend)
@$(call add,THE_PACKAGES,xfce4-pulseaudio-plugin xfce-polkit)
@$(call set,DEFAULT_SESSION,xfce)
mixin/regular-lxde: use/x11/lxde use/x11/xorg use/im +nm-gtk
mixin/regular-lxde: use/x11/lxde use/x11/xorg use/im +nm-gtk
+vmguest
@$(call add,THE_PACKAGES,qasmixer qpdfview)
mixin/regular-lxqt: use/x11/lxqt use/x11/xorg +nm-gtk; @:
mixin/regular-lxqt: use/x11/lxqt use/x11/xorg +nm-gtk
+vmguest
; @:
mixin/mate-base: use/x11/mate use/fonts/ttf/google +nm-gtk
mixin/mate-base: use/x11/mate use/fonts/ttf/google +nm-gtk
+vmguest
@$(call add,THE_LISTS,$(call tags,mobile mate))
mixin/regular-mate: mixin/mate-base use/x11/xorg; @:
...
...
conf.d/regular.mk
View file @
3aec95f5
...
...
@@ -49,7 +49,7 @@ distro/.regular-desktop-base: distro/.regular-base use/branding/full \
@$(call set,GRUB_DEFAULT,live)
@$(call set,SYSLINUX_DEFAULT,live)
distro/.regular-desktop: distro/.regular-desktop-base
+vmguest
\
distro/.regular-desktop: distro/.regular-desktop-base \
+systemd +plymouth; @:
# common base for the very bare distros
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment