Workspaces don't appear/refresh in the first session after boot [closed]

asked 2013-07-20 17:07:20 +0000

jklp gravatar image

updated 2013-07-20 19:13:27 +0000

I am using i3 4.5.1 on ubuntu rarity 13.04. When I turn on my computer and log on i3 mode, I never see the black background of my workspace. After logging in, I still see the login screen, when firefox opens, it doesn't have any problem, but if I change to an empty workspace, I still see the same screen as before(in this case, firefox), if I close the program, I keep seeing the same screen of the program. In summary, I keep seeing the last screen before I moved my focus to this empty workspace. Same problem with all workspaces.

However, the problem gets solved if I simply log out of my session and log back in.

I installed i3 1-2 days ago, so I can't say for sure if it was happening before. Here is what I added to my .i3/config file(besides some modified keybindings)

#My configuration
focus_follows_mouse no
exec firefox
exec fluxgui
exec dropbox start
exec bluetooth-applet
exec gnome-do --no-startup-id # application launcher
exec nm-applet --no-startup-id # wireless access icon on tray
bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
bindsym XF86AudioLowerVolume exec amixer -q set Master 2dB- unmute
# BUG: does not unmute # bindsym XF86AudioMute exec amixer -q set Master toggle

I also changed some things in the i3-bar, however I don't think it would affect this.

$mod+Shift+R didn't help

EDIT: It seems like even the default window manager is having a similar problem. With this, I can confirm it is a new problem. The difference is that in the default windows manager, it's like the login screen is set as the background image, and in following sessions (after logging out and in without shutting down), the background is set to black).

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by Michael
close date 2013-07-21 07:08:40.741593

Comments

This seems to be https://github.com/i3/i3/issues/1036 or at least closely related. In case it’s not, feel free to open a new bug report. The FAQ is not a place to report bugs.

Michael gravatar imageMichael ( 2013-07-21 07:08:35 +0000 )edit