mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
15 lines
482 B
Plaintext
15 lines
482 B
Plaintext
|
======================================================================
|
||
|
|
||
|
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
|
||
|
|
||
|
======================================================================
|