Skip to content

Commit ec481f6

Browse files
committed
fix cpu bug
1 parent 363ff1e commit ec481f6

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010
LABEL maintainer="thelamer"
1111

1212
# app title
13-
ENV TITLE=Kdenlive
13+
ENV TITLE=Kdenlive \
14+
NO_GAMEPAD=true
1415

1516
ARG DEBIAN_FRONTEND="noninteractive"
1617

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
429429

430430
## Versions
431431

432+
* **06.08.25:** - Fix cpu bug, disable gamepad by default.
432433
* **12.07.25:** - Rebase to Selkies and use official AppImage, HTTPS IS NOW REQUIRED. Remove arm64 support.
433434
* **19.08.24:** - Rebase to noble. Use pypi and lsio wheels.
434435
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ init_diagram: |
104104
"kdenlive:latest" <- Base Images
105105
# changelog
106106
changelogs:
107+
- {date: "06.08.25:", desc: "Fix cpu bug, disable gamepad by default."}
107108
- {date: "12.07.25:", desc: "Rebase to Selkies and use official AppImage, HTTPS IS NOW REQUIRED. Remove arm64 support."}
108109
- {date: "19.08.24:", desc: "Rebase to noble. Use pypi and lsio wheels."}
109110
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}

0 commit comments

Comments
 (0)