Results 1 to 10 of 10

Thread: i3 no windows, no menu

  1. #1
    Join Date
    Aug 2016
    Beans
    15

    i3 no windows, no menu

    I logged in Ubuntu 20.04.1 and chose the i3 window manager. I chose the default configuration. I have a mostly black screen with a 1 icon in the lower left and some machine info printed along the bottom at the right. There are no windows, no menus and no way to get to them or to access a terminal to print the env variables. What am I missing? It's as if the desktop environment isn't being tied to i3.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: i3 no windows, no menu

    Do you have any other DE or window manager available to login to at the login screen?

    I do not know i3 at all so can not help or tell you of a way out of the GUI it gives you, but try Ctrl+Alt+F2 to get to a TTY command line, and login there, from where you can shutdown with command
    Code:
    sudo shutdown -P
    or reboot with
    Code:
    sudo shutdown -r now
    I think you will need sudo for both those commands as you will still be logged into the i3 session so will be unable to shutdown as user if you can not log out from i3 first.

    At your next boot after the shutdown or reboot choose the alternative DE at the login screen and you should be back to normal.
    Last edited by ajgreeny; October 13th, 2021 at 09:11 PM.

  3. #3
    Join Date
    May 2010
    Beans
    3,247

    Re: i3 no windows, no menu

    Pressing CTRL + ALT + T will launch a terminal

  4. #4
    Join Date
    Aug 2016
    Beans
    15

    Re: i3 no windows, no menu

    Thanks for your reply, but I can trivially switch to Ubuntu's window manager. I am trying to figure out why i3 is not giving me any windows or menus. It’s as if it should be tied to some desktop environment, but isn’t.

  5. #5
    Join Date
    Aug 2016
    Beans
    15

    Re: i3 no windows, no menu

    I’m not trying to launch a terminal just to get a terminal. I’m trying to figure out why i3 is broken.

  6. #6
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: i3 no windows, no menu

    It seems that the i3 window manager is coded for the X11 display server. Who knows what will happen if Ubuntu is set to use the Wayland window compositor. It might also be useful to know something about i3 and how to use it.

    https://www.zdnet.com/article/how-to...indow-manager/

    There is an image on the web page that shows how i3 looks on Manjaro.

    I think that the single most important concept in i3 is the Modifier key, which I will refer to in the rest of this post as Mod-. This is the key you press and hold together with other keys to perform basic actions such as opening new windows or moving between windows. This is likely to be either the Alt key or the Super key (aka Window key) on most installations and keyboards - in Manjaro i3 it is Super by default.
    Let's take the first leap, and open a window on i3. One of the simplest is a terminal window, which can be opened by pressing Mod-Enter.
    This is how to install i3 on Ubuntu. Did you fail to install all the bits?

    https://kifarunix.com/install-and-se...-ubuntu-20-04/
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  7. #7
    Join Date
    Mar 2011
    Location
    19th Hole
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: i3 no windows, no menu

    Quote Originally Posted by maurice-volaski View Post
    …I’m trying to figure out why i3 is broken.
    i3 is not broken. As a Window Manager, it actually sits at a more foundational level in your GUI stack and therefore does not come with the eye candy that makes up a typical Desktop Environment. Since it is designed to forego the bloat and cruft of a DE, it works through keyboard shortcuts and config files as a tiling Window Manager Environment.

    Please see the link in my sig: The Best 'buntu Flavour

    The i3 WME is explained and illustrated in brief as the last entry in the section: Alternative Window Manager Environments

    The preceding material explains what WMEs are and how/why they differ from DEs.

  8. #8
    Join Date
    May 2008
    Beans
    3,983
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: i3 no windows, no menu

    Quote Originally Posted by maurice-volaski View Post
    I logged in Ubuntu 20.04.1 and chose the i3 window manager. I chose the default configuration. I have a mostly black screen with a 1 icon in the lower left and some machine info printed along the bottom at the right. There are no windows, no menus and no way to get to them or to access a terminal to print the env variables. What am I missing? It's as if the desktop environment isn't being tied to i3.
    Plenty of information in the user's guide https://i3wm.org/docs/userguide.html#_using_i3

  9. #9
    Join Date
    Aug 2016
    Beans
    15

    Re: i3 no windows, no menu

    OK, so now I understand. My next question is how can I make this work with RDP/VNC. When I try with RDP, I do see the i3 window, but the $mod key is being ignored for some reason.

  10. #10
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: i3 no windows, no menu

    Hello!

    Please start a new thread for your second question. We would like to have only one question per thread to avoid confusion. Your new question is really about remote access/remote behavior.

    If you original issue was resolved, please mark the thread "Solved" by using the Thread Tools drop down in the upper right.
    Last edited by QIII; October 14th, 2021 at 05:20 PM.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •