[Improvement Request] Prettier Shutdown
Currently, notify-osd instances and open windows get mangled on Log Out/Shutdown/
Perhaps something of this nature could be run before Unity exits:
start-stop-daemon --stop --name notify-osd
WIN_IDs=$(wmctrl -l | awk '!/unity/ && !/Desktop/ && !/Hud/ && !/XdndCollectio
for i in $WIN_IDs; do
wmctrl -ic "$i"
done
while [ -n "$WIN_IDs" ]; do
sleep 0.1
WIN_IDs=$(wmctrl -l | awk '!/unity/ && !/Desktop/ && !/Hud/ && !/XdndCollectio
done
A desirable additional feature would be for the desktop to exit in a nice fade out (or other) effect.
I'm not a developer and I lack the skills to implement this, despite my efforts to make a hack/workaround, so would anyone be interested in implementing something like this?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Unity Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Alex Baggott for more information if necessary.