Skip to content

Commit

Permalink
Merge pull request #68 from ublue-os/main
Browse files Browse the repository at this point in the history
[pull] main from ublue-os:main
  • Loading branch information
pull[bot] authored Feb 8, 2025
2 parents cfd09fc + d87e626 commit 6be3a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comment-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Comment filter
uses: DecimalTurn/Comment-Filter@f0aa7694eca5172825c4b5a502dc110b5fe8603a #v0.2.1
uses: DecimalTurn/Comment-Filter@v0.2.1
with:
exclude-contributors: true
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
f3 \
pulseaudio-utils \
lzip \
p7zip \
rar \
libxcrypt-compat \
vulkan-tools \
Expand Down Expand Up @@ -420,6 +421,8 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
mkdir -p /tmp/gnome-hdr && \
curl -Lo /tmp/gnome-hdr/hdr-enableelrant.team.v2.shell-extension.zip https://extensions.gnome.org/extension-data/hdr-enableelrant.team.v2.shell-extension.zip && \
unzip /tmp/gnome-hdr/hdr-enableelrant.team.v2.shell-extension.zip -d /usr/share/gnome-shell/extensions/hdr-enable@elrant.team && \
chmod -R 644 /usr/share/gnome-shell/extensions/hdr-enable@elrant.team && \
chmod 755 /usr/share/gnome-shell/extensions/hdr-enable@elrant.team && \
curl -Lo /usr/share/thumbnailers/exe-thumbnailer.thumbnailer https://raw.githubusercontent.com/jlu5/icoextract/master/exe-thumbnailer.thumbnailer && \
systemctl enable dconf-update.service \
; fi && \
Expand Down

0 comments on commit 6be3a1f

Please sign in to comment.