On Donnerstag, 14. Mai 2015 01:18:17 CEST, Hari Sundar wrote:
Thanks,
1) I use xmonad, and was hitting `esc` to dismiss the dialog, which was not
giving me the option to save the changes.
Interesting.
The AddressBook intercepts its closing to show a modal dialog - it sounds
as if xmonad either suppresses map requests in this condition or just
closes all transients with the window.
Or XMonad isn't NETWM compliant and Qt only operates on close requests for
the window event. (I guess "xprop -root _NET_SUPPORTED" is empty?)
We'd require an explicit save button if this is considered a supported
condition/environment.
*Notice* that trojita also intercepts the closing of message editors to
allow to save the draft (resp. to prevent you from accidentally loosing it)
There seems sth. like "EWMHDesktop hooks" [1] for xmonad which *seems* to
add support for _NET_CLOSE_WINDOW - but I've no idea what will actually
happen.
2) I do not have a default message.css file. Where can I find one, so that
I know which values to modify.
There's none.
Unless you want to control very specific stuff, operating on the normal
html elements would do, ie.
* {
font-family: "Times";
}
would change all font (family)
Check
http://quickgit.kde.org/?p=trojita.git&a=blob&h=7296a8b8c7fc4463f665eaba1bc9fd0f5a451e5d&hb=ee4e9e6fb1bb7a8b28ebe72bd283da3e104e6213&f=src%2FUiUtils%2FPlainTextFormatter.cpp
for the currently utilized entities, but that list may change about anytime
(though likely not too often ;-)
Cheers,
Thomas
[1]
http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-EwmhDesktops.html