-
Notifications
You must be signed in to change notification settings - Fork 4
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
Stand alone ubuntu session #39
Draft
sergio-costas
wants to merge
23
commits into
canonical:24
Choose a base branch
from
sergio-costas:stand-alone-ubuntu-session
base: 24
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
Stand alone ubuntu session #39
sergio-costas
wants to merge
23
commits into
canonical:24
from
sergio-costas:stand-alone-ubuntu-session
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
This version can launch a bare ubuntu desktop session from a console just by running snap run ubuntu-desktop-session This session still doesn't have sound, can't launch programs... is extremely limited, but it's a beginning. It works on a modified core24-desktop with all the GDM and Gnome packages removed (basically the 002.1-add-gdm.chroot file is removed), and still uses it as base. The next step is to use core24 as base. For that, we need to find which packages install gnome-initial-setup that are required for DRI/DRM, because without it (installed with the 002.4-configure-system-setup-tool.chroot), gnome shell returns an error when trying to create the graphical console.
Tracker is required for nautilus and DING
The problem was that some services were being activated by DBus, when they should be activated by gnome-session. Removing the bus activation parts fixed it.
sergio-costas
requested review from
jhenstridge and
kenvandine
and removed request for
kenvandine and
jhenstridge
November 26, 2024 11:28
This was referenced Nov 26, 2024
Closed
This patch fixes setting the background picture (but not a background uniform color)
The interface makes gnome shell to do "odd things" during startup, due to setting environment variables when launching daemons.
sergio-costas
force-pushed
the
stand-alone-ubuntu-session
branch
from
December 3, 2024 15:56
bf1e1a6
to
d681504
Compare
It was added only to have access to StartTransientUnit and remove the error messages in journalctl, but it isn't really required, and prevents the snap to be automatically accepted in the store.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
First
stand-alone
working version. This snap contains a fully working, stand-alone, Ubuntu Desktop Session, and also removes duplicated files from gtk-common-themes and core24, which reduces de size in about 50 MBytes. Duplicated libraries from gnome-46-2404 is a little more complex, due to several conflicts, so it will be delayed for a future version, although it could free another 50MBytes approximately.It requires canonical/core-base-desktop#76