Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/external_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
exit 0
else
assets=$(curl -u "${{ secrets.CR_USER }}:${{ secrets.CR_PAT }}" -sX GET "https://api.github.com/repos/bambulab/BambuStudio/releases/tags/${EXT_RELEASE}" | jq -r '.assets[].browser_download_url')
if grep -q "BambuStudio_ubuntu-24.04" <<< "${assets}"; then
if grep -q "BambuStudio_ubuntu24.04" <<< "${assets}"; then
artifacts_found="true"
else
artifacts_found="false"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
FROM ghcr.io/linuxserver/baseimage-selkies:ubunturesolute

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN \
RELEASE_URL=$(curl -sX GET "https://api.github.com/repos/bambulab/BambuStudio/releases" \
| awk '/url/{print $4;exit}' FS='[""]') && \
DOWNLOAD_URL=$(curl -sX GET "${RELEASE_URL}" \
| awk '/browser_download_url.*ubuntu-24.04/{print $4;exit}' FS='[""]') && \
| awk '/browser_download_url.*ubuntu24.04/{print $4;exit}' FS='[""]') && \
cd /tmp && \
curl -o \
/tmp/bambu.app -L \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **29.04.26:** - Rebase to resolute.
* **11.04.26:** - Ingest from pre-release, make Wayland default disable with PIXELFLUX_WAYLAND=false.
* **28.12.25:** - Add Wayland init logic.
* **31.08.25:** - Update AppImage ingestion.
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release_tag: latest
ls_branch: master
external_artifact_check: |
assets=$(curl -u "${{ '{{' }} secrets.CR_USER {{ '}}' }}:${{ '{{' }} secrets.CR_PAT {{ '}}' }}" -sX GET "https://api.github.com/repos/bambulab/BambuStudio/releases/tags/${EXT_RELEASE}" | jq -r '.assets[].browser_download_url')
if grep -q "BambuStudio_ubuntu-24.04" <<< "${assets}"; then
if grep -q "BambuStudio_ubuntu24.04" <<< "${assets}"; then
artifacts_found="true"
else
artifacts_found="false"
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ init_diagram: |
"bambustudio:latest" <- Base Images
# changelog
changelogs:
- {date: "29.04.26:", desc: "Rebase to resolute."}
- {date: "11.04.26:", desc: "Ingest from pre-release, make Wayland default disable with PIXELFLUX_WAYLAND=false."}
- {date: "28.12.25:", desc: "Add Wayland init logic."}
- {date: "31.08.25:", desc: "Update AppImage ingestion."}
Expand Down
3 changes: 3 additions & 0 deletions root/defaults/autostart_wayland
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ elif [ "${DARK_MODE}" != "true" ] && [ -f "$HOME/.config/gtk-3.0/settings.ini" ]
rm -f "$HOME/.config/gtk-3.0/settings.ini"
fi

gio mime x-scheme-handler/http firefox.desktop
gio mime x-scheme-handler/https firefox.desktop

/opt/bambustudio/AppRun