How to use custom ~/.xsession with gdm3 in Ubuntu 18.04 Bionic? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How can I get xmonad to work with Gnome 3?Xmonad and Gnome does not work properly on new install of Ubuntu 16.04Nvidia 361.42 and LightDM problem on xubuntuUbuntu 16.04 - how Lightdm starts UnityFreeze after login Ubuntu 18.04Login problem with GDM3 on Ubuntu 18.04Ubuntu 18.04 stuck in login loop with missing .Xauthority filegdm3 does not start properly in Ubuntu 18.04gdm3 display manager hangs after booting with Ubuntu 18.1018.04: Even with WaylandEnable=false gdm3 and lightdm only load sometimes
Most bit efficient text communication method?
Is the Standard Deduction better than Itemized when both are the same amount?
Why wasn't DOSKEY integrated with COMMAND.COM?
What is the escape velocity of a neutron particle (not neutron star)
Is there a holomorphic function on open unit disc with this property?
Is safe to use va_start macro with this as parameter?
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?
Is it a good idea to use CNN to classify 1D signal?
Where are Serre’s lectures at Collège de France to be found?
Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Is it common practice to audition new musicians 1-2-1 before rehearsing with the entire band?
What would be the ideal power source for a cybernetic eye?
How to compare two different files line by line in unix?
How do I make this wiring inside cabinet safer? (Pic)
Amount of permutations on an NxNxN Rubik's Cube
Delete nth line from bottom
Why didn't Eitri join the fight?
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
How come Sam didn't become Lord of Horn Hill?
What is the longest distance a player character can jump in one leap?
Circuit to "zoom in" on mV fluctuations of a DC signal?
How to Make a Beautiful Stacked 3D Plot
How to use custom ~/.xsession with gdm3 in Ubuntu 18.04 Bionic?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How can I get xmonad to work with Gnome 3?Xmonad and Gnome does not work properly on new install of Ubuntu 16.04Nvidia 361.42 and LightDM problem on xubuntuUbuntu 16.04 - how Lightdm starts UnityFreeze after login Ubuntu 18.04Login problem with GDM3 on Ubuntu 18.04Ubuntu 18.04 stuck in login loop with missing .Xauthority filegdm3 does not start properly in Ubuntu 18.04gdm3 display manager hangs after booting with Ubuntu 18.1018.04: Even with WaylandEnable=false gdm3 and lightdm only load sometimes
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I upgraded from 16.04 to 18.04 and can no longer choose my custom ~/.xsession in the session menu in gdm3 or lightdm. If I use xdm as the login manager my ~/.xsession runs, but then I have other problems related to Gnome (my custom ~/.xsession runs Gnome + XMonad).
How can I use my custom ~/.xsession with gdm3 or lightdm?
gnome login lightdm gdm xmonad
add a comment |
I upgraded from 16.04 to 18.04 and can no longer choose my custom ~/.xsession in the session menu in gdm3 or lightdm. If I use xdm as the login manager my ~/.xsession runs, but then I have other problems related to Gnome (my custom ~/.xsession runs Gnome + XMonad).
How can I use my custom ~/.xsession with gdm3 or lightdm?
gnome login lightdm gdm xmonad
add a comment |
I upgraded from 16.04 to 18.04 and can no longer choose my custom ~/.xsession in the session menu in gdm3 or lightdm. If I use xdm as the login manager my ~/.xsession runs, but then I have other problems related to Gnome (my custom ~/.xsession runs Gnome + XMonad).
How can I use my custom ~/.xsession with gdm3 or lightdm?
gnome login lightdm gdm xmonad
I upgraded from 16.04 to 18.04 and can no longer choose my custom ~/.xsession in the session menu in gdm3 or lightdm. If I use xdm as the login manager my ~/.xsession runs, but then I have other problems related to Gnome (my custom ~/.xsession runs Gnome + XMonad).
How can I use my custom ~/.xsession with gdm3 or lightdm?
gnome login lightdm gdm xmonad
gnome login lightdm gdm xmonad
asked Dec 22 '18 at 3:03
ntc2ntc2
335212
335212
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I can run ~/.xsession with gdm by creating /usr/share/xsessions/xsession.desktop containing
[Desktop Entry]
Name=XSession
Comment=This session uses the custom xsession file
Exec=/etc/X11/Xsession
Type=Application
DesktopNames=GNOME-Flashback;GNOME;
X-Ubuntu-Gettext-Domain=gnome-flashback
and then selecting XSession from the sessions menu when I log in.
(I wasn't able to find a package containing such a file, but it's easy to create it yourself once you know what to do).
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1103722%2fhow-to-use-custom-xsession-with-gdm3-in-ubuntu-18-04-bionic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I can run ~/.xsession with gdm by creating /usr/share/xsessions/xsession.desktop containing
[Desktop Entry]
Name=XSession
Comment=This session uses the custom xsession file
Exec=/etc/X11/Xsession
Type=Application
DesktopNames=GNOME-Flashback;GNOME;
X-Ubuntu-Gettext-Domain=gnome-flashback
and then selecting XSession from the sessions menu when I log in.
(I wasn't able to find a package containing such a file, but it's easy to create it yourself once you know what to do).
add a comment |
I can run ~/.xsession with gdm by creating /usr/share/xsessions/xsession.desktop containing
[Desktop Entry]
Name=XSession
Comment=This session uses the custom xsession file
Exec=/etc/X11/Xsession
Type=Application
DesktopNames=GNOME-Flashback;GNOME;
X-Ubuntu-Gettext-Domain=gnome-flashback
and then selecting XSession from the sessions menu when I log in.
(I wasn't able to find a package containing such a file, but it's easy to create it yourself once you know what to do).
add a comment |
I can run ~/.xsession with gdm by creating /usr/share/xsessions/xsession.desktop containing
[Desktop Entry]
Name=XSession
Comment=This session uses the custom xsession file
Exec=/etc/X11/Xsession
Type=Application
DesktopNames=GNOME-Flashback;GNOME;
X-Ubuntu-Gettext-Domain=gnome-flashback
and then selecting XSession from the sessions menu when I log in.
(I wasn't able to find a package containing such a file, but it's easy to create it yourself once you know what to do).
I can run ~/.xsession with gdm by creating /usr/share/xsessions/xsession.desktop containing
[Desktop Entry]
Name=XSession
Comment=This session uses the custom xsession file
Exec=/etc/X11/Xsession
Type=Application
DesktopNames=GNOME-Flashback;GNOME;
X-Ubuntu-Gettext-Domain=gnome-flashback
and then selecting XSession from the sessions menu when I log in.
(I wasn't able to find a package containing such a file, but it's easy to create it yourself once you know what to do).
edited 4 mins ago
danzel
2,200717
2,200717
answered Dec 30 '18 at 2:56
ntc2ntc2
335212
335212
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1103722%2fhow-to-use-custom-xsession-with-gdm3-in-ubuntu-18-04-bionic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown