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

How can I use i3 in Gnome 2 DE?

asked Aug 16 '12

Andrew H gravatar image

updated Aug 16 '12

Michael gravatar image

Answering my own question here. Thanks to mue @ #i3 on ircd.twice-irc.de for the help.

I am using:

  • RHEL 6.3
  • Gnome 2.28.2
  • i3 4.0.1

Comments

FYI: I edited your question to have the answer in an actual answer, not in the question :)

Michael gravatar imageMichael (Aug 16 '12)edit

1 answer

Sort by » oldest newest most voted
0

answered Aug 16 '12

Michael gravatar image

Answering this question explicitly, since people might not even be opening questions that do not have an answer (plus search engines use this kind of information, too):

Set the windowmanager to i3 using gconf:

gconftool-2 -s /desktop/gnome/session/required_components/windowmanager i3 --type string

Disable nautilus’s desktop mode (causes problems with i3):

gconftool-2 -s /apps/nautilus/preferences/show_desktop false --type boolean

Also, make sure that you either use i3 >= v4.2 (which ships with /usr/share/applications/i3.desktop), or create ~/.local/share/applications/i3.desktop:

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=i3
Comment=improved dynamic tiling window manager
Exec=i3
X-GNOME-WMName=i3
X-GNOME-Autostart-Phase=WindowManager
X-GNOME-Provides=windowmanager
X-GNOME-Autostart-Notify=false

Comments

I am not sure why this fails on my gnome install. I'm able to run "awesome" wm following this setup, but i3 always fails with an error saying "Failed to load session "i3" " ... Any comments? I am not sure which log to look for errors regrading this.

ks gravatar imageks (Nov 13 '12)edit

Question Tools

Stats

Asked: Aug 16 '12

Seen: 1,247 times

Last updated: Aug 16 '12