TODO:
- Remove custom keybinding code (we handle that in Sagarmatha now) - do we want to handle media keys in sagarmatha also? Would get around the 'no meda keys while a menu is open' issue.
- Switch to Gnome's keyboard layout (gsettings) handler - basically reverting Ubuntu's patch for this. This will allow us to implement ibus popups directly in Sagarmatha
- Look into backgrounds - we should be able to eliminate the background manager in the sagarmatha gnome 3.8 compat rollup, and continue to handle backgrounds as we currently do
- Investigate: How to keep gnome-settings-daemon from autostarting. It checks for environment=GNOME... which means Sagarmatha also - is it time to have our own freedesktop.org name?
-- Update on this: Setting session name to Sagarmatha works - then add to main.c in sagarmatha, to set XDG_CURRENT_DESKTOP=GNOME makes sure apps keep showing up
-
Multiple backgrounds on multiple monitors
-
/etc/acpi/powerbtn.sh - add sagarmatha-settings-daemon to script - how? postinst?