Switching to i3 in 18.04
I installed i3 with sudo apt-get install i3
. But if I try to launch it via terminal, it says another window manager is running. In older versions of Ubuntu, there was a round button at the login screen in which we click to select WMs. But in 18.04, there is no such option. How do I launch i3 without making the mess like changing stuff in a file?
gnome 18.04 window-manager i3-wm
add a comment |
I installed i3 with sudo apt-get install i3
. But if I try to launch it via terminal, it says another window manager is running. In older versions of Ubuntu, there was a round button at the login screen in which we click to select WMs. But in 18.04, there is no such option. How do I launch i3 without making the mess like changing stuff in a file?
gnome 18.04 window-manager i3-wm
Did you upgrade from 17.10 as that used Wayland as default graphic server and you'll need to change to X server in the GDM3 custom.conf file. On the other hand a fresh install of 18.04 would still have the X server as default.
– xtrchessreal
Jun 6 '18 at 9:07
add a comment |
I installed i3 with sudo apt-get install i3
. But if I try to launch it via terminal, it says another window manager is running. In older versions of Ubuntu, there was a round button at the login screen in which we click to select WMs. But in 18.04, there is no such option. How do I launch i3 without making the mess like changing stuff in a file?
gnome 18.04 window-manager i3-wm
I installed i3 with sudo apt-get install i3
. But if I try to launch it via terminal, it says another window manager is running. In older versions of Ubuntu, there was a round button at the login screen in which we click to select WMs. But in 18.04, there is no such option. How do I launch i3 without making the mess like changing stuff in a file?
gnome 18.04 window-manager i3-wm
gnome 18.04 window-manager i3-wm
edited Jun 6 '18 at 7:06
pomsky
29k1189115
29k1189115
asked Jun 6 '18 at 4:56
shanmu ganathanshanmu ganathan
4816
4816
Did you upgrade from 17.10 as that used Wayland as default graphic server and you'll need to change to X server in the GDM3 custom.conf file. On the other hand a fresh install of 18.04 would still have the X server as default.
– xtrchessreal
Jun 6 '18 at 9:07
add a comment |
Did you upgrade from 17.10 as that used Wayland as default graphic server and you'll need to change to X server in the GDM3 custom.conf file. On the other hand a fresh install of 18.04 would still have the X server as default.
– xtrchessreal
Jun 6 '18 at 9:07
Did you upgrade from 17.10 as that used Wayland as default graphic server and you'll need to change to X server in the GDM3 custom.conf file. On the other hand a fresh install of 18.04 would still have the X server as default.
– xtrchessreal
Jun 6 '18 at 9:07
Did you upgrade from 17.10 as that used Wayland as default graphic server and you'll need to change to X server in the GDM3 custom.conf file. On the other hand a fresh install of 18.04 would still have the X server as default.
– xtrchessreal
Jun 6 '18 at 9:07
add a comment |
1 Answer
1
active
oldest
votes
Either Log Out or Restart the computer (I recommend a Restart if you are the only user on the machine), and then during the log-in screen, right next to "Log In" button, you will find a small gear icon which will let you change your Window Manager. Keep in mind that this Gear icon will not be visible when you try to access it from the lock screen.
For those of you that are not taken to a login screen, you may have to Disable Automatic Login, it is enabled by default. You can do this by going into:
Settings -> Details -> Users -> Turn Off Automatic Login
1
And for the guys who don't see log-in screen while booting, You have to go to settings>Details>Users>Turn off automatic login.Since automatic login is set True by default
– shanmu ganathan
Jun 6 '18 at 6:47
I just installed 18.04.1 LTS, andi3
, and this does not work for me. There is no "Log In" button. The button is called "SIgn In" on my system, and there is no gear icon anywhere. Automatic Login is already turned off.
– Laurence Gonsalves
Aug 27 '18 at 19:43
It turns out you need to reboot the machine (not just log out) after installingi3
to have the gear show up on the login screen.
– Laurence Gonsalves
Aug 27 '18 at 19:51
1
@LaurenceGonsalves If you are the only user on an Ubuntu Machine (or on a Machine that uses the GNOME Desktop Environment with GDM) you have no option to Log Out, once you've logged in. Hence, I added either "Log Out or Restart". I will edit the answer to make this more clear.
– Tanmay R
Sep 9 '18 at 7:17
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%2f1044026%2fswitching-to-i3-in-18-04%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
Either Log Out or Restart the computer (I recommend a Restart if you are the only user on the machine), and then during the log-in screen, right next to "Log In" button, you will find a small gear icon which will let you change your Window Manager. Keep in mind that this Gear icon will not be visible when you try to access it from the lock screen.
For those of you that are not taken to a login screen, you may have to Disable Automatic Login, it is enabled by default. You can do this by going into:
Settings -> Details -> Users -> Turn Off Automatic Login
1
And for the guys who don't see log-in screen while booting, You have to go to settings>Details>Users>Turn off automatic login.Since automatic login is set True by default
– shanmu ganathan
Jun 6 '18 at 6:47
I just installed 18.04.1 LTS, andi3
, and this does not work for me. There is no "Log In" button. The button is called "SIgn In" on my system, and there is no gear icon anywhere. Automatic Login is already turned off.
– Laurence Gonsalves
Aug 27 '18 at 19:43
It turns out you need to reboot the machine (not just log out) after installingi3
to have the gear show up on the login screen.
– Laurence Gonsalves
Aug 27 '18 at 19:51
1
@LaurenceGonsalves If you are the only user on an Ubuntu Machine (or on a Machine that uses the GNOME Desktop Environment with GDM) you have no option to Log Out, once you've logged in. Hence, I added either "Log Out or Restart". I will edit the answer to make this more clear.
– Tanmay R
Sep 9 '18 at 7:17
add a comment |
Either Log Out or Restart the computer (I recommend a Restart if you are the only user on the machine), and then during the log-in screen, right next to "Log In" button, you will find a small gear icon which will let you change your Window Manager. Keep in mind that this Gear icon will not be visible when you try to access it from the lock screen.
For those of you that are not taken to a login screen, you may have to Disable Automatic Login, it is enabled by default. You can do this by going into:
Settings -> Details -> Users -> Turn Off Automatic Login
1
And for the guys who don't see log-in screen while booting, You have to go to settings>Details>Users>Turn off automatic login.Since automatic login is set True by default
– shanmu ganathan
Jun 6 '18 at 6:47
I just installed 18.04.1 LTS, andi3
, and this does not work for me. There is no "Log In" button. The button is called "SIgn In" on my system, and there is no gear icon anywhere. Automatic Login is already turned off.
– Laurence Gonsalves
Aug 27 '18 at 19:43
It turns out you need to reboot the machine (not just log out) after installingi3
to have the gear show up on the login screen.
– Laurence Gonsalves
Aug 27 '18 at 19:51
1
@LaurenceGonsalves If you are the only user on an Ubuntu Machine (or on a Machine that uses the GNOME Desktop Environment with GDM) you have no option to Log Out, once you've logged in. Hence, I added either "Log Out or Restart". I will edit the answer to make this more clear.
– Tanmay R
Sep 9 '18 at 7:17
add a comment |
Either Log Out or Restart the computer (I recommend a Restart if you are the only user on the machine), and then during the log-in screen, right next to "Log In" button, you will find a small gear icon which will let you change your Window Manager. Keep in mind that this Gear icon will not be visible when you try to access it from the lock screen.
For those of you that are not taken to a login screen, you may have to Disable Automatic Login, it is enabled by default. You can do this by going into:
Settings -> Details -> Users -> Turn Off Automatic Login
Either Log Out or Restart the computer (I recommend a Restart if you are the only user on the machine), and then during the log-in screen, right next to "Log In" button, you will find a small gear icon which will let you change your Window Manager. Keep in mind that this Gear icon will not be visible when you try to access it from the lock screen.
For those of you that are not taken to a login screen, you may have to Disable Automatic Login, it is enabled by default. You can do this by going into:
Settings -> Details -> Users -> Turn Off Automatic Login
edited Sep 9 '18 at 7:18
answered Jun 6 '18 at 6:06
Tanmay RTanmay R
1115
1115
1
And for the guys who don't see log-in screen while booting, You have to go to settings>Details>Users>Turn off automatic login.Since automatic login is set True by default
– shanmu ganathan
Jun 6 '18 at 6:47
I just installed 18.04.1 LTS, andi3
, and this does not work for me. There is no "Log In" button. The button is called "SIgn In" on my system, and there is no gear icon anywhere. Automatic Login is already turned off.
– Laurence Gonsalves
Aug 27 '18 at 19:43
It turns out you need to reboot the machine (not just log out) after installingi3
to have the gear show up on the login screen.
– Laurence Gonsalves
Aug 27 '18 at 19:51
1
@LaurenceGonsalves If you are the only user on an Ubuntu Machine (or on a Machine that uses the GNOME Desktop Environment with GDM) you have no option to Log Out, once you've logged in. Hence, I added either "Log Out or Restart". I will edit the answer to make this more clear.
– Tanmay R
Sep 9 '18 at 7:17
add a comment |
1
And for the guys who don't see log-in screen while booting, You have to go to settings>Details>Users>Turn off automatic login.Since automatic login is set True by default
– shanmu ganathan
Jun 6 '18 at 6:47
I just installed 18.04.1 LTS, andi3
, and this does not work for me. There is no "Log In" button. The button is called "SIgn In" on my system, and there is no gear icon anywhere. Automatic Login is already turned off.
– Laurence Gonsalves
Aug 27 '18 at 19:43
It turns out you need to reboot the machine (not just log out) after installingi3
to have the gear show up on the login screen.
– Laurence Gonsalves
Aug 27 '18 at 19:51
1
@LaurenceGonsalves If you are the only user on an Ubuntu Machine (or on a Machine that uses the GNOME Desktop Environment with GDM) you have no option to Log Out, once you've logged in. Hence, I added either "Log Out or Restart". I will edit the answer to make this more clear.
– Tanmay R
Sep 9 '18 at 7:17
1
1
And for the guys who don't see log-in screen while booting, You have to go to settings>Details>Users>Turn off automatic login.Since automatic login is set True by default
– shanmu ganathan
Jun 6 '18 at 6:47
And for the guys who don't see log-in screen while booting, You have to go to settings>Details>Users>Turn off automatic login.Since automatic login is set True by default
– shanmu ganathan
Jun 6 '18 at 6:47
I just installed 18.04.1 LTS, and
i3
, and this does not work for me. There is no "Log In" button. The button is called "SIgn In" on my system, and there is no gear icon anywhere. Automatic Login is already turned off.– Laurence Gonsalves
Aug 27 '18 at 19:43
I just installed 18.04.1 LTS, and
i3
, and this does not work for me. There is no "Log In" button. The button is called "SIgn In" on my system, and there is no gear icon anywhere. Automatic Login is already turned off.– Laurence Gonsalves
Aug 27 '18 at 19:43
It turns out you need to reboot the machine (not just log out) after installing
i3
to have the gear show up on the login screen.– Laurence Gonsalves
Aug 27 '18 at 19:51
It turns out you need to reboot the machine (not just log out) after installing
i3
to have the gear show up on the login screen.– Laurence Gonsalves
Aug 27 '18 at 19:51
1
1
@LaurenceGonsalves If you are the only user on an Ubuntu Machine (or on a Machine that uses the GNOME Desktop Environment with GDM) you have no option to Log Out, once you've logged in. Hence, I added either "Log Out or Restart". I will edit the answer to make this more clear.
– Tanmay R
Sep 9 '18 at 7:17
@LaurenceGonsalves If you are the only user on an Ubuntu Machine (or on a Machine that uses the GNOME Desktop Environment with GDM) you have no option to Log Out, once you've logged in. Hence, I added either "Log Out or Restart". I will edit the answer to make this more clear.
– Tanmay R
Sep 9 '18 at 7:17
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1044026%2fswitching-to-i3-in-18-04%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
Did you upgrade from 17.10 as that used Wayland as default graphic server and you'll need to change to X server in the GDM3 custom.conf file. On the other hand a fresh install of 18.04 would still have the X server as default.
– xtrchessreal
Jun 6 '18 at 9:07