Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 6 additions & 16 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@

# Display manager extras
accountsservice
dbus-broker

# Apps — GTK-native, no heavy deps
firefox
Expand All @@ -152,8 +153,10 @@

# Media
parole
pulseaudio
pulseaudio-alsa
pipewire
pipewire-pulse
pipewire-alsa
wireplumber
pavucontrol

# System tools
Expand Down Expand Up @@ -275,20 +278,7 @@
# ══════════════════════════════════════════════════════════════════════════
# LXDE session file
# ══════════════════════════════════════════════════════════════════════════
mkdir -p "${AIROOTFS}/usr/share/xsessions" dbus-broker-units-37-3-x86_64 downloading...
base-3-3-any downloading...
dbus-units-37-3-x86_64 downloading...
ca-certificates-20240618-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
error: failed to commit transaction (conflicting files)
lxde-common: /w/work/x86_64/airootfs/usr/share/xsessions/LXDE.desktop exists in filesystem
Errors occurred, no packages were upgraded.
==> ERROR: Failed to install packages to new root
Error: Process completed with exit code 1.
rm ${AIROOTFS}/usr/share/xsessions/LXDE.desktop
mkdir -p "${AIROOTFS}/usr/share/xsessions"
cat > "${AIROOTFS}/usr/share/xsessions/LXDE.desktop" << 'LXDESKTOP'
[Desktop Entry]
Name=LXDE
Expand Down Expand Up @@ -899,7 +889,7 @@
</context>
<context name="Titlebar">
<mousebind button="Left" action="Drag"><action name="Move"/></mousebind>
<mousebind button="Left" action="DoubleClick"><action name="ToggleMaximize"/></mousebind>

Check failure on line 892 in build.sh

View workflow job for this annotation

GitHub Actions / codespell

DoubleClick ==> double-click
<mousebind button="Right" action="Press"><action name="Focus"/><action name="Raise"/><action name="ShowMenu"><menu>client-menu</menu></action></mousebind>
</context>
<context name="Desktop">
Expand Down Expand Up @@ -967,7 +957,7 @@

Global {
edge=bottom
allign=left

Check failure on line 960 in build.sh

View workflow job for this annotation

GitHub Actions / codespell

allign ==> align
margin=0
widthtype=percent
width=100
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading