Plasma 5, нет расширенной настройки тем
Приветствую. На плазме 5.6.90 http://i.imgur.com/Q2eFhZk.png нет расширенной настройки тем, как можно вернуть ее? http://i.imgur.com/teNpjUd.png
Приветствую. На плазме 5.6.90 http://i.imgur.com/Q2eFhZk.png нет расширенной настройки тем, как можно вернуть ее? http://i.imgur.com/teNpjUd.png
Товагищи, подскажите какую-нибудь панельку типа cairo-doc,dockbarx, только без гнома
Говорит довольно таки прилично, женским голосом, текст. Из требований - php_cli, php_curl, интернет. Пользоваться элементарно - ./say_google.php «текст»
#!/usr/bin/php
<?php
$text = $argv[1];
$uagent = "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.872.0 Safari/535.2";
$text = urlencode(iconv("UTF-8", "UTF-8", $text));
$url= "http://translate.google.com/translate_tts?tl=ru&q=$text";
$ch = curl_init( $url );
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_ENCODING, "");
curl_setopt($ch, CURLOPT_USERAGENT, $uagent);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120);
curl_setopt($ch, CURLOPT_TIMEOUT, 120);
curl_setopt($ch, CURLOPT_MAXREDIRS, 10);
$content = curl_exec( $ch );
curl_close( $ch );
$file = fopen("current.mp3","wt") or die("err");
fputs($file,$content);
fclose($file);
system("mplayer ./current.mp3");
?>
Как эту приблуду подружить с 101.ru... user-agent прописал в http://storage3.static.itmages.com/i/15/0108/h_1420701450_6067508_d0f05f4acd.png но все одно - посылает мужским голосом на... сайт в браузер