The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Cannot open a terminal with i3 on Fedora

asked 2013-03-12 14:11:03 +0000

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

So i just installed Fedora around a week ago and i am very new to using Linux. And today i installed i3 Wm using "yum install i3". After i installed it i tryed to open a terminal using $mod+Enter/Alt+Enter like the Documentation said but it does not open anything.What could the problem be here?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2013-03-12 14:25:53 +0000

this post is marked as community wiki

This post is a wiki. Anyone with karma >100 is welcome to improve it.

Check the config file (~/.i3/config or /etc/i3/config if you aborted the wizard) for the line binding $mod+Return:

grep '+Return' ~/.i3/config
bindsym Mod1+Return exec i3-sensible-terminal

Then, verify that the terminal emulator which you use in your config is actually installed. In this case, i3-sensible-terminal is a wrapper which tries to start the first one of urxvt, rxvt, terminator, Eterm, aterm, xterm, gnome-terminal, roxterm, xfce4-terminal.

So, install e.g. urxvt and retry.

edit flag offensive delete link more

Comments

I have this.http://i.imgur.com/RcGvf8Q.png Also i installed rxvt,terminator and gnome-terminal.urxvt was not found.Other Mod keys work Mod+shift+left for example.Just not the key to open the terminal.

Jungolona gravatar imageJungolona ( 2013-03-12 14:51:38 +0000 )edit

You could try “bindsym Mod1+Return exec gnome-terminal”. If that doesn’t help, see http://i3wm.org/docs/debugging.html

Michael gravatar imageMichael ( 2013-03-13 10:12:35 +0000 )edit

Question Tools

Stats

Asked: 2013-03-12 14:11:03 +0000

Seen: 1,226 times

Last updated: Mar 12 '13