-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pantheon 8 #312449
Draft
bobby285271
wants to merge
23
commits into
NixOS:master
Choose a base branch
from
bobby285271:upd/pantheon-8
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Pantheon 8 #312449
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bobby285271
added
the
2.status: wait-for-upstream
Waiting for upstream fix (or their other action).
label
May 17, 2024
ofborg
bot
added
11.by: package-maintainer
This PR was created by the maintainer of the package it changes
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild on Darwin
10.rebuild-linux: 11-100
labels
May 17, 2024
github-actions
bot
added
the
6.topic: GNOME
GNOME desktop environment and its underlying platform
label
May 18, 2024
ofborg
bot
added
10.rebuild-darwin: 1-10
and removed
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild on Darwin
labels
May 18, 2024
github-actions
bot
added
the
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
label
May 18, 2024
13 tasks
github-actions
bot
added
8.has: documentation
This PR adds or changes documentation
8.has: changelog
8.has: module (update)
This PR changes an existing module in `nixos/`
labels
May 21, 2024
This was referenced May 21, 2024
bobby285271
force-pushed
the
upd/pantheon-8
branch
from
May 27, 2024 16:53
b4eb595
to
1ae69c0
Compare
github-actions
bot
removed
6.topic: GNOME
GNOME desktop environment and its underlying platform
8.has: documentation
This PR adds or changes documentation
8.has: changelog
8.has: module (update)
This PR changes an existing module in `nixos/`
labels
May 27, 2024
13 tasks
github-actions
bot
added
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild on Darwin
and removed
10.rebuild-darwin: 1-10
labels
Jan 1, 2025
46 is the version used in elementary OS 8.
46 is the version used in elementary OS 8.
bobby285271
force-pushed
the
upd/pantheon-8
branch
from
January 8, 2025 13:08
9606fef
to
09a4e85
Compare
This is completely rewritten.
Finally finishes issue 237954.
* Remove default-elementary-dockitems.desktop as it is not useful with the new dock. * See https://github.com/GNOME/gtk/blob/4.16.12/gtk/gtksettings.c for gtk-4.0/settings.ini. * With systemd managed session the required components are actually managed by systemd. * After the above changes there is no more need to install the script in libexec.
* "Secure Session" is the wayland session. * Even I prefer the original name, upstream prefers to name session this way so 🤷
This is not needed with the latest gala and dock.
I think the issue here will be similar to issue 276028.
…g view * Closing multitasking view seems to work now. * See the Pantheon 8 PR for session-settings packaging changes.
It is unclear to me how to properly start apps so I am using autostart here.
bobby285271
force-pushed
the
upd/pantheon-8
branch
from
January 8, 2025 14:30
09a4e85
to
cd9eaed
Compare
github-actions
bot
added
8.has: documentation
This PR adds or changes documentation
8.has: changelog
labels
Jan 8, 2025
I plan to land this with gala 8.1.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: pantheon
The Pantheon desktop environment
8.has: changelog
8.has: clean-up
8.has: documentation
This PR adds or changes documentation
8.has: module (update)
This PR changes an existing module in `nixos/`
8.has: package (new)
This PR adds a new package
10.rebuild-darwin: 0
This PR does not cause any packages to rebuild on Darwin
10.rebuild-linux: 11-100
11.by: package-maintainer
This PR was created by the maintainer of the package it changes
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://blog.elementary.io/os-8-available-now/
Note that most Pantheon 8 updates are already landed via separate PRs, things are kept here mostly because it (or one of its dependencies) has breaking changes / has known critical issues, we will only land this PR when ready.
Testing:
You might experience crashes when setting "Hide dock" to "Never".Major tasks:
Closes #237954.