Author Topic: (SOLVED) XFCE Settings Manager  (Read 795 times)

Offline zorlac

  • Full Member
  • ***
  • Posts: 237
Re: (SOLVED) XFCE Settings Manager
« Reply #15 on: December 04, 2012, 01:42:39 PM »
"Heanet.ie: no problem with task-xfce-plugins and weather-plugin."

So, am I doing something wrong then?
The system seems to update OK otherwise using that mirror.  ???
Even LibreOffice did its update check and was satisfied.

I installed apt-sources-list, updated the package sources list and tried a different repo
and neither task-xfce-plugins or the weather-plugin will install.

Something's not right here in my list.
There no version even listed for the weather-plugin.

« Last Edit: December 04, 2012, 05:43:04 PM by zorlac »

Online agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2063
  • Certified Windows Hater
Re: (SOLVED) XFCE Settings Manager
« Reply #16 on: December 05, 2012, 02:38:11 AM »
As root, navigate to /var/cache/apt/ and delete the files pkgcache.bin and srcpkgcache.bin, nothing else!
Then navigate to /var/lib/apt/lists/ and delete all release and pkglist files (not the "lock" file or the "partial" folder).
Open Synaptic again and hit "Reload"
For the whole world, you are someone.
For someone, you are the whole world.

Offline zorlac

  • Full Member
  • ***
  • Posts: 237
Re: (SOLVED) XFCE Settings Manager
« Reply #17 on: December 05, 2012, 07:31:17 PM »
I followed your directions and Synaptic is still the same.  :-\
I even ran the update package sources list routine and chose a different repo.  >:(

Online agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2063
  • Certified Windows Hater
Re: (SOLVED) XFCE Settings Manager
« Reply #18 on: December 06, 2012, 12:23:23 AM »
Try with apt from the command line:

su (password)
apt-get update
apt-get dist-upgrade (to see what errors occur)
For the whole world, you are someone.
For someone, you are the whole world.

Offline zorlac

  • Full Member
  • ***
  • Posts: 237
Re: (SOLVED) XFCE Settings Manager
« Reply #19 on: December 06, 2012, 04:06:02 AM »
[root@localhost me]# apt-get update

Get:1 http://distro.ibiblio.org pclinuxos/2010 release [503B]
Get:2 http://pclosusers.com pclinuxos/2010 release [2884B]               
Fetched 3387B in 0s (10.5kB/s)                     
Hit http://distro.ibiblio.org pclinuxos/2010/megagames pkglist
Hit http://distro.ibiblio.org pclinuxos/2010/megagames release
Get:1 http://pclosusers.com pclinuxos/2010/main pkglist [2621kB]
Get:2 http://pclosusers.com pclinuxos/2010/main release [161B]                 
Get:3 http://pclosusers.com pclinuxos/2010/updates pkglist [523kB]         
Get:4 http://pclosusers.com pclinuxos/2010/updates release [162B]             
Get:5 http://pclosusers.com pclinuxos/2010/nonfree pkglist [55.1kB]           
Get:6 http://pclosusers.com pclinuxos/2010/nonfree release [161B]             
Get:7 http://pclosusers.com pclinuxos/2010/games pkglist [53.2kB]             
Get:8 http://pclosusers.com pclinuxos/2010/games release [159B]               
Get:9 http://pclosusers.com pclinuxos/2010/xfce4 pkglist [54.2kB]             
Get:10 http://pclosusers.com pclinuxos/2010/xfce4 release [159B]               
Fetched 3307kB in 22s (148kB/s)                                               
Reading Package Lists... Done
Building Dependency Tree... Done

[root@localhost me]# apt-get dist-upgrade

Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.

Online agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2063
  • Certified Windows Hater
Re: (SOLVED) XFCE Settings Manager
« Reply #20 on: December 06, 2012, 04:57:10 AM »
I just switched to this mirror and I have no problem installing task-xfce or task-xfce-plugins...

xfce4-weather-plugin is fine also.

http://i45.tinypic.com/2937ma1.jpg

I don't know why this is happening to your machine. Maybe some other forum member has more knowledge on this issue.
A workaround would be to manually download and install xfce4-weather-plugin-0.8.2-1pclos2012.i586.rpm and then continue with installing task-xfce and task-xfce-plugins...

su (password)
rpm -Uvh /download_folder/xfce4-weather-plugin-0.8.2-1pclos2012.i586.rpm
For the whole world, you are someone.
For someone, you are the whole world.

Offline zorlac

  • Full Member
  • ***
  • Posts: 237
Re: (SOLVED) XFCE Settings Manager
« Reply #21 on: December 07, 2012, 11:46:08 PM »
This was the problem all along!

http://www.pclinuxos.com/forum/index.php/topic,104912.0.html

The problem is that xfce4-weather-plugin is pinned but it is not pinned correctly. The installed version is 0.7.4.1-1phinx2012
As root navigate to /etc/apt/preferences and you will see the pinned version is incorrect, the second line needs to read and should be altered to

I just renamed that file!!

« Last Edit: December 08, 2012, 12:04:22 AM by zorlac »