#!/bin/sh set -e # Enable nmapplet in TDE >= 14.1.3 if [ -f /etc/xdg/autostart/nm-applet.desktop ] then sed -i -e 's/^NotShowIn=KDE;GNOME;/NotShowIn=GNOME;/' /etc/xdg/autostart/nm-applet.desktop fi