THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Michael Barkowski (AKBS)
Attached to Project - awesome
Summary - Icedove binds to tag on the wrong screen
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 3.4.2
Due in Version - Undecided
Due Date - Undecided
Details - When I start Icedove on for example the right screen, the
message/main window and the biff icon both displays on the right screen, but it
is bound to the current tag on the left screen, instead of the current tag on
the right screen, tag 9 for example.
(My hypothesis is that Icedove is special because it has a systray icon.)
No matter what tag I have selected on the right screen, the visibility of the
icedove (thunderbird) window is wholly dependent on whether tag 9 on the left
screen is selected.
I see no other problems.
Not sure which Category this should fall under.
I am running Debian testing, with X.org 7.4, using the non-free nvidia-kernel
display driver with TwinView providing two screens.
Running awesome 3.4.2 on debian.
The only modification to the source is:
--- awesome-3.4.orig/awesomerc.lua.in
+++ awesome-3.4/awesomerc.lua.in
@@ -7,6 +7,9 @@
-- Notification library
require("naughty")
+-- Load Debian menu entries
+require("debian.menu")
+
-- {{{ Variable definitions
-- Themes define colours, icons, and wallpapers
beautiful.init("@AWESOME_THEMES_PATH@/default/theme.lua")
@@ -60,6 +63,7 @@
}
mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu,
beautiful.awesome_icon },
+ { "Debian", debian.menu.Debian_menu.Debian
},
{ "open terminal", terminal }
}
})
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=692
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].