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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
d82c6653
Commit
d82c6653
authored
Jun 14, 2023
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added Kvantum for theming.
- Sudo is enabled by default. - Added some GNOME extentions.
parent
cb842d64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
ximper.mk
conf.d/ximper.mk
+10
-4
No files found.
conf.d/ximper.mk
View file @
d82c6653
...
...
@@ -2,10 +2,15 @@
ifeq (distro,$(IMAGE_CLASS))
mixin/ximper-gnome3: use/x11/gnome3/minimal use/fonts/ttf/redhat +nm-gtk
@$(call add,THE_PACKAGES,xcalib templates sudo)
@$(call add,THE_PACKAGES,xcalib templates)
@$(call add,THE_PACKAGES,sudo)
@$(call add,CONTROL,sudowheel:enabled)
@$(call add,THE_PACKAGES,chrome-gnome-shell)
@$(call add,THE_PACKAGES,qt5-wayland gnome-terminal-nautilus sushi gradience)
@$(call add,THE_PACKAGES,qt5-wayland gnome-terminal-nautilus sushi gradience
Kvantum
)
@$(call add,THE_PACKAGES,appinstall gnome-software)
@$(call add,THE_PACKAGES,gnome-shell-extension-appindicator gnome-shell-extension-dash-to-dock gnome-shell-extension-gsconnect\
branding-etersoft-ximper-gnome-settings)
ifeq (sisyphus,$(BRANCH))
@$(call add,THE_PACKAGES,gnome-packagekit)
endif
...
...
@@ -28,6 +33,7 @@ endif
# base target (for most images)
distro/.ximper-base: distro/.ximper-bare use/vmguest use/memtest use/efi/dtb +efi; @:
# graphical target (not enforcing xorg drivers or blobs)
distro/.ximper-x11: distro/.ximper-base mixin/regular-x11 \
use/x11/wacom use/x11/amdgpu +wireless \
...
...
@@ -43,11 +49,10 @@ distro/.ximper-x11: distro/.ximper-base mixin/regular-x11 \
distro/.ximper-wm: distro/.ximper-x11 \
mixin/regular-desktop +vmguest \
use/live/rw +live-installer
@$(call set,INSTALLER,
simply-linux
)
@$(call set,INSTALLER,
alt-workstation
)
@$(call set,GRUB_DEFAULT,live)
@$(call set,SYSLINUX_DEFAULT,live)
# DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255
distro/.ximper-desktop: distro/.ximper-wm use/branding/full \
...
...
@@ -86,6 +91,7 @@ distro/.ximper-install-x11-systemd: distro/.ximper-install-x11 \
distro/ximper-install: distro/.ximper-install-x11-systemd mixin/ximper-gnome3 \
use/kernel/latest +plymouth; @:
@$(call add,THE_PACKAGES,installer-feature-sudo-enable-by-default-stage3)
@$(call add,MAIN_GROUPS,etersoft/00_office etersoft/libreoffice-still etersoft/libreoffice-latest etersoft/01_games \
slinux/flatpak slinux/graphics-base slinux/graphics slinux/graphics-full-inkscape slinux/graphics-full-shotwell\
slinux/multimedia-full-audacity etersoft/multimedia-base\
...
...
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