Skip to content

samwhelp/gxde-iso-builder-enhance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gxde-iso-builder-enhance

Prototype: gxde-iso-builder

Link GitHub
gxde-iso-builder-enhance GitHub
gxde-iso-builder-refactoring GitHub
gxde-iso-builder-remix GitHub

Subject

Clone

clone

git clone https://github.com/samwhelp/gxde-iso-builder-enhance.git

cd work dir

cd gxde-iso-builder-enhance

Usage

Makefile

build

build: loacle=en_us, arch=amd64

make build

/opt/tmp/gxde/work/iso-template/gxde.iso

build locale

make en_us

sudo REF_BUILD_LOCALE=en_us ./steps.sh amd64

make zh_tw

sudo REF_BUILD_LOCALE=zh_tw ./steps.sh amd64

make zh_cn

sudo REF_BUILD_LOCALE=zh_cn ./steps.sh amd64

make zh_hk

sudo REF_BUILD_LOCALE=zh_hk ./steps.sh amd64

make ja_jp

sudo REF_BUILD_LOCALE=ja_jp ./steps.sh amd64

make ko_kr

sudo REF_BUILD_LOCALE=ko_kr ./steps.sh amd64

test

for developer testing

sudo REF_MAIN_RUN=test ./steps.sh amd64

Config File

Build Target OS / Config File

Mousebind
~/.config/deepin-kwinrc
Keybind
~/.config/kglobalshortcutsrc
~/.config/deepin/dde-daemon/keybinding/custom.ini
/usr/share/glib-2.0/schemas/95_gxde-adjustment-keybind.gschema.override

Link