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 2012-08-16 02:15:21 +0000

Andrew H gravatar image

updated 2012-08-16 10:07:16 +0000

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
edit retag flag offensive close merge delete

Comments

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

Michael gravatar imageMichael ( 2012-08-16 10:07:43 +0000 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2012-08-16 10:06:30 +0000

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
edit flag offensive delete link more

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 ( 2012-11-13 23:10:59 +0000 )edit

Question Tools

Stats

Asked: 2012-08-16 02:15:21 +0000

Seen: 1,247 times

Last updated: Aug 16 '12