mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-25 15:35:17 +00:00
Merge branch 'main' into testing
This commit is contained in:
commit
d17320e172
@ -1,6 +1,6 @@
|
||||
%global majorversion 1
|
||||
%global minorversion 0
|
||||
%global microversion 5
|
||||
%global microversion 7
|
||||
|
||||
%global apiversion 0.3
|
||||
%global spaversion 0.2
|
||||
@ -834,6 +834,12 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 24 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.7-1
|
||||
- Update version to 1.0.7
|
||||
|
||||
* Thu May 09 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.6-1
|
||||
- Update version to 1.0.6
|
||||
|
||||
* Mon Apr 15 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.5-1
|
||||
- Update version to 1.0.5
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
Description=Workaround gamescope not having the correct caps
|
||||
ConditionFileIsExecutable=/usr/bin/gamescope
|
||||
After=local-fs.target
|
||||
Before=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -43,7 +43,7 @@
|
||||
{
|
||||
"type": "command",
|
||||
"key": " ",
|
||||
"text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Installed %b %d %G'",
|
||||
"text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Spawned on %b %d %G'",
|
||||
"shell": "/bin/bash"
|
||||
},
|
||||
"break",
|
||||
|
@ -135,7 +135,7 @@ install-opentabletdriver:
|
||||
if grep -qvz "arch" <<< $(distrobox list); then \
|
||||
Assemble noconfirmcreate "" "arch"; \
|
||||
fi && \
|
||||
distrobox enter -n arch -- bash -c 'paru -S opentabletdriver --noconfirm' && \
|
||||
distrobox enter -n arch -- bash -c 'paru -Syu --noconfirm && paru -S opentabletdriver --noconfirm' && \
|
||||
mkdir -p ~/.config/systemd/user/ && \
|
||||
rm -f ~/.config/systemd/user/arch-opentabletdriver.service && \
|
||||
wget https://raw.githubusercontent.com/ublue-os/bazzite/main/post_install_files/OpenTabletDriver/opentabletdriver.service -O ~/.config/systemd/user/arch-opentabletdriver.service && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user