blob: c884bc59d618ab61c7247b2b1158e1b5f1a94909 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
======================================================================
Due to severe instability, the Solid UPnP backend was disabled. Thus,
you will not get notifications about networked shares in the device
notifier. The UPnP functionality can be reenabled by setting the
SOLID_UPNP environment variable:
$ cat > ~/.kde4/env/upnp.sh << EOF
SOLID_UPNP=1
export SOLID_UPNP
EOF
$ chmod +x ~/.kde4/env/upnp.sh
======================================================================
|