Skip to content

Commit

Permalink
Merge branch 'main' into key-dbus-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Sep 25, 2024
2 parents 66103e6 + 9ff0022 commit 40eeecf
Show file tree
Hide file tree
Showing 9 changed files with 344 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
uses: ublue-os/remove-unwanted-software@517622d6452028f266b7ba4cc9a123b5f58a6b53 # v7

- name: Check just syntax
uses: ublue-os/just-action@961e70ef33d8e0ef5ecf19dbb20739f3c0ce873b # v1
uses: ublue-os/just-action@bda593098a84a84973b002b4377709166a68be52 # v2

- name: Generate tags
id: generate-tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with:
node-version: latest

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Bluefin strives to cover these two use cases. For end users it provides a system

## Aurora - [getaurora.dev](https://getaurora.dev)

[![aurora 39](https://github.com/ublue-os/bluefin/actions/workflows/build-39-aurora.yml/badge.svg)](https://github.com/ublue-os/bluefin/actions/workflows/build-39-aurora.yml) [![aurora 40](https://github.com/ublue-os/bluefin/actions/workflows/build-40-aurora.yml/badge.svg)](https://github.com/ublue-os/bluefin/actions/workflows/build-40-aurora.yml)

![Screenshot_20240423_211805](https://github.com/ublue-os/bluefin/assets/40402114/1bea1ed8-d97a-402a-957b-e0f338d38230)

Aurora is a delightful KDE desktop experience for end-users that are looking for reliability and developers for the most-hassle free setup. Zero maintenance included.
Expand Down
11 changes: 10 additions & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"all": {
"include": {
"all": [
"adcli",
"bash-color-prompt",
"bcache-tools",
"bootc",
Expand All @@ -12,6 +13,7 @@
"fish",
"firewall-config",
"foo2zjs",
"freeipa-client",
"fuse-encfs",
"gcc",
"glow",
Expand All @@ -23,10 +25,12 @@
"input-remapper",
"libimobiledevice",
"libxcrypt-compat",
"libsss_autofs",
"lm_sensors",
"make",
"mesa-libGLU",
"nerd-fonts",
"oddjob-mkhomedir",
"opendyslexic-fonts",
"playerctl",
"printer-driver-brlaser",
Expand All @@ -40,6 +44,10 @@
"samba-winbind-modules",
"samba",
"solaar",
"sssd-ad",
"sssd-ipa",
"sssd-krb5",
"sssd-nfs-idmap",
"stress-ng",
"tailscale",
"tmux",
Expand Down Expand Up @@ -190,7 +198,8 @@
"40": {
"include": {
"all": [
"ptyxis"
"ptyxis",
"scx-scheds"
],
"silverblue": [],
"dx": []
Expand Down
1 change: 1 addition & 0 deletions system_files/dx/usr/libexec/bluefin-incus
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ sudo systemctl enable --now incus-workaround.service
sudo systemctl enable --now lxcfs
sudo systemctl enable --now incus.socket
sudo systemctl start incus.service
sudo systemctl enable incus-startup

# run incus admin init
echo ""
Expand Down
9 changes: 9 additions & 0 deletions system_files/shared/usr/share/applications/Discourse.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
NoDisplay=false
Terminal=false
Exec=xdg-open https://universal-blue.discourse.group/c/bluefin/
Icon=/usr/share/ublue-os/bluefin/discourse.svg
Name=Discourse
Comment=Universal Blue Forums
Categories=Utility;
Loading

0 comments on commit 40eeecf

Please sign in to comment.