blob: e7c5edd104160f262d86d8606182bf9850100bd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ type: install
message: <<EOM
The Clutter backend has been removed from the multimedia/xfce4-parole
port, as it induces a crash with Gtk >= 3.22.
If you had manually configured parole to use the Clutter backend, you
must switch to 'xvimagesink' or 'ximagesink'.
You can use the 'xfconf-query' command in order to change the backend:
$ xfconf-query -c parole -p /video/videosink -s "xvimagesink"
You can choose 'xvimagesink' or 'ximagesink'.
Alternatively you can remove previously specified backend:
$ xfconf-query -c parole -p /video/videosink -r
EOM
}
]
|