Hi Sergio, it seem you don't own .qgis directory in your home dir: type in a terminal window (Ctrl+Alt+T keyboard shortcut ...)
ls -la /home/sergio/ | grep .qgis and see results. In case, to change the owner of the .qgis dir type in a terminal window: sudo chown -R sergio:sergio /home/sergio/.qgis and you will prompt for your password. I had same problem in Ubuntu 12.04 and QGis 1.8 and .qgis dir in my home are owned by root: typing this command solved the situation. Best Regards Alessandro On 3 August 2012 09:52, Sergio Vignali <[email protected]> wrote: > It's something like this: > Unpack (unzip) the plugin failed. Probably the file is corrupted or does not > exist in the repository. Check the write permissions of the folder of > plugins: > / home / sergio / .qgis / / python / plugins " > > Sergio > > 2012/8/3 Noli Sicad <[email protected]> >> >> You have to translate this message into English if want help. >> >> Noli >> >> On 8/3/12, Sergio Vignali <[email protected]> wrote: >> > Thanks to all, but I don't be able to install any plugins >> > I get again this message >> > "Scompattazione (unzip) del plugin non riuscita. Probabilmente >> > l'archivio รจ >> > corrotto o non esiste nel repository. Controllare i permessi in >> > scrittura >> > della cartella dei plugin: >> > >> > /home/sergio/.qgis//python/plugins" >> > >> > >> > Sergio >> > >> > 2012/8/3 Ivan Mincik <[email protected]> >> > >> >> "Add 3rd party repositories" button was removed in 1.8. See [1]. >> >> >> >> >> >> 1 - >> >> >> >> http://hub.qgis.org/projects/quantum-gis/wiki/Python_Plugin_Repositories >> >> >> >> >> >> -- >> >> Ivan Mincik <[email protected]> >> >> >> > > > > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
