Re: [Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-09 Thread Matthew Byers
As i was unable to install 11.04 on my system from usb i had to install
10.04 awhile back. After not being able to test the lsc i decided to upgrade
via update manager last night. The upgrade went smoothly and i was able to
readd the ppa and install lsc but am unable to run it. I try calling it from
menu but nothing happens and i try running from cli and get this:

stlsaint@stlsaint-lubuntu:~$ lubuntu-software-center
Opening config file
Traceback (most recent call last):
  File /usr/bin/lubuntu-software-center, line 464, in module
app = LscControl()
  File /usr/bin/lubuntu-software-center, line 38, in __init__
self.ui = UI.Gui()
  File /usr/lib/python2.7/dist-packages/LSC/UI.py, line 42, in __init__
control.__init__()
  File /usr/lib/python2.7/dist-packages/LSC/control.py, line 80, in
__init__
controller = Controller()
  File /usr/lib/python2.7/dist-packages/LSC/control.py, line 32, in
__init__
self.parser.readfp(self.conf_file)
  File /usr/lib/python2.7/ConfigParser.py, line 316, in readfp
self._read(fp, filename)
  File /usr/lib/python2.7/ConfigParser.py, line 504, in _read
raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: /home/stlsaint/.config/lsc/LSC.ini, line: 2
'[General]\n'
stlsaint@stlsaint-lubuntu:~$


On Thu, Sep 8, 2011 at 1:30 PM, Matthew Byers faintstlsa...@gmail.comwrote:

 I readded and tried again but still not working. I will try another way
 later. Thanks folks
 On Sep 8, 2011 9:56 AM, Gareth Rigby gareth.rigby...@gmail.com wrote:
  Matthew,
  My apologies I didn't notice it spelt correctly below that! I had no
  problem installing from synaptic under the name
  lubuntu-software-center Maybe try searching for just lubuntu and
  scroll through. Try reloading in synaptic and if it still doesn't
  appear, click on software sources and edit the PPA you added a box
  will appear, check that it matches these details:-
 
  Type: Binary
  URI: http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu
  Distribution:natty (Assuming you are on natty of course! Put your
  distro in here if different
  Components: main
  comments :
 
  Hope this helps, mine added straight in on the terminal, but I removed
  it and added it back in synaptic.
  with add in software sources and typed  *ppa:lubuntu-desktop/ppa* in
  the popup that appears, simply reloaded and and searched for lubuntu.
 
  Cheers
 
  Gareth
 
  On 08/09/11 16:06, Matthew Byers wrote:
 
  Yes I spelled wrong at first but you can see via the rest of my
  snippet that I correctly executed the command. Is it under a different
  name than lubuntu-software-center cause even via synaptic I don't see
  it. I was able to install the lubuntu-control-center just fine just
  not software center.
 
  On Sep 8, 2011 3:31 AM, Gareth Rigby gareth.rigby...@gmail.com
  mailto:gareth.rigby...@gmail.com wrote:
   Matthew,
   Looking through your email and it appears you have spelt repository
   incorrect in your command. you have spelt it repositoriy Might be
   easier to use synaptic to install it
  
   cheers Gareth
  
   On 08/09/11 10:59, James Gifford wrote:
   Hey Matthew - to install it, run sudo apt-get update to update your
   repository list and then try to install it.
  
  
   Cheers,
   James Gifford
   http://jamesrgifford.com
  
   On Sep 8, 2011, at 0:40, Matthew Byers faintstlsa...@gmail.com
  mailto:faintstlsa...@gmail.com
   mailto:faintstlsa...@gmail.com mailto:faintstlsa...@gmail.com
  wrote:
  
   I am unable to install, i added ppa then updated then tried
   installing and it was unable to find it.
  
   stlsaint@stlsaint-lubuntu:~$ sudo apt-add-repositoriy
   ppa:lubuntu-desktop/ppa
   sudo: apt-add-repositoriy: command not found
   stlsaint@stlsaint-lubuntu:~$ sudo add-apt-repository
   ppa:lubuntu-desktop/ppa
   Executing: gpg --ignore-time-conflict --no-options
   --no-default-keyring --secret-keyring /etc/apt/secring.gpg
   --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg
   --primary-keyring /etc/apt/trusted.gpg --keyserver
   keyserver.ubuntu.com http://keyserver.ubuntu.com
  http://keyserver.ubuntu.com --recv
   F57545CD115BD805E0FE496EACC3E225CF57B0F4
   gpg: requesting key CF57B0F4 from hkp server keyserver.ubuntu.com
  http://keyserver.ubuntu.com
   http://keyserver.ubuntu.com
   gpg: key CF57B0F4: Launchpad PPA for Lubuntu not changed
   gpg: Total number processed: 1
   gpg: unchanged: 1
   stlsaint@stlsaint-lubuntu:~$ sudo apt-get install
  lubuntu-software-center
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   E: Unable to locate package lubuntu-software-center
  
  
   On Wed, Sep 7, 2011 at 6:23 PM, Julien Lavergne gi...@ubuntu.com
  mailto:gi...@ubuntu.com
   mailto:gi...@ubuntu.com mailto:gi...@ubuntu.com wrote:
  
   Hi,
  
   lubuntu-software-center is available in this PPA :
   https://launchpad.net/~lubuntu-desktop/+archive/ppa
  

Re: [Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-09 Thread Phill Whiteside
Ah well,

there goes my last few brain cells. I thought it was for 11.10 and was not
aware it was being back-ported in a complete test version that has bugs back
to 11.04. Still, you learn something new every day :)

If some one could please clarify this for me, I'd really appreciate it!

Regards,

Phill.

On Fri, Sep 9, 2011 at 11:26 PM, Matthew Byers faintstlsa...@gmail.comwrote:

 As i was unable to install 11.04 on my system from usb i had to install
 10.04 awhile back. After not being able to test the lsc i decided to upgrade
 via update manager last night. The upgrade went smoothly and i was able to
 readd the ppa and install lsc but am unable to run it. I try calling it from
 menu but nothing happens and i try running from cli and get this:

 stlsaint@stlsaint-lubuntu:~$ lubuntu-software-center
 Opening config file
 Traceback (most recent call last):
   File /usr/bin/lubuntu-software-center, line 464, in module
 app = LscControl()
   File /usr/bin/lubuntu-software-center, line 38, in __init__
 self.ui = UI.Gui()
   File /usr/lib/python2.7/dist-packages/LSC/UI.py, line 42, in __init__
 control.__init__()
   File /usr/lib/python2.7/dist-packages/LSC/control.py, line 80, in
 __init__
 controller = Controller()
   File /usr/lib/python2.7/dist-packages/LSC/control.py, line 32, in
 __init__
 self.parser.readfp(self.conf_file)
   File /usr/lib/python2.7/ConfigParser.py, line 316, in readfp
 self._read(fp, filename)
   File /usr/lib/python2.7/ConfigParser.py, line 504, in _read
 raise MissingSectionHeaderError(fpname, lineno, line)
 ConfigParser.MissingSectionHeaderError: File contains no section headers.
 file: /home/stlsaint/.config/lsc/LSC.ini, line: 2
 '[General]\n'
 stlsaint@stlsaint-lubuntu:~$


 On Thu, Sep 8, 2011 at 1:30 PM, Matthew Byers faintstlsa...@gmail.comwrote:

 I readded and tried again but still not working. I will try another way
 later. Thanks folks
 On Sep 8, 2011 9:56 AM, Gareth Rigby gareth.rigby...@gmail.com wrote:
  Matthew,
  My apologies I didn't notice it spelt correctly below that! I had no
  problem installing from synaptic under the name
  lubuntu-software-center Maybe try searching for just lubuntu and
  scroll through. Try reloading in synaptic and if it still doesn't
  appear, click on software sources and edit the PPA you added a box
  will appear, check that it matches these details:-
 
  Type: Binary
  URI: http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu
  Distribution:natty (Assuming you are on natty of course! Put your
  distro in here if different
  Components: main
  comments :
 
  Hope this helps, mine added straight in on the terminal, but I removed
  it and added it back in synaptic.
  with add in software sources and typed  *ppa:lubuntu-desktop/ppa* in

  the popup that appears, simply reloaded and and searched for lubuntu.
 
  Cheers
 
  Gareth
 
  On 08/09/11 16:06, Matthew Byers wrote:
 
  Yes I spelled wrong at first but you can see via the rest of my
  snippet that I correctly executed the command. Is it under a different
  name than lubuntu-software-center cause even via synaptic I don't see
  it. I was able to install the lubuntu-control-center just fine just
  not software center.
 
  On Sep 8, 2011 3:31 AM, Gareth Rigby gareth.rigby...@gmail.com
   mailto:gareth.rigby...@gmail.com wrote:
   Matthew,
   Looking through your email and it appears you have spelt repository
   incorrect in your command. you have spelt it repositoriy Might be
   easier to use synaptic to install it
  
   cheers Gareth
  
   On 08/09/11 10:59, James Gifford wrote:
   Hey Matthew - to install it, run sudo apt-get update to update
 your
   repository list and then try to install it.
  
  
   Cheers,
   James Gifford
   http://jamesrgifford.com
  
   On Sep 8, 2011, at 0:40, Matthew Byers faintstlsa...@gmail.com
  mailto:faintstlsa...@gmail.com
   mailto:faintstlsa...@gmail.com mailto:faintstlsa...@gmail.com
   wrote:
  
   I am unable to install, i added ppa then updated then tried
   installing and it was unable to find it.
  
   stlsaint@stlsaint-lubuntu:~$ sudo apt-add-repositoriy
   ppa:lubuntu-desktop/ppa
   sudo: apt-add-repositoriy: command not found
   stlsaint@stlsaint-lubuntu:~$ sudo add-apt-repository
   ppa:lubuntu-desktop/ppa
   Executing: gpg --ignore-time-conflict --no-options
   --no-default-keyring --secret-keyring /etc/apt/secring.gpg
   --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg
   --primary-keyring /etc/apt/trusted.gpg --keyserver
   keyserver.ubuntu.com http://keyserver.ubuntu.com
  http://keyserver.ubuntu.com --recv
   F57545CD115BD805E0FE496EACC3E225CF57B0F4
   gpg: requesting key CF57B0F4 from hkp server keyserver.ubuntu.com
  http://keyserver.ubuntu.com
   http://keyserver.ubuntu.com
   gpg: key CF57B0F4: Launchpad PPA for Lubuntu not changed
   gpg: Total number processed: 1
   gpg: unchanged: 1
   stlsaint@stlsaint-lubuntu:~$ sudo apt-get install
  lubuntu-software-center
   Reading 

Re: [Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-08 Thread James Gifford
Hey Matthew - to install it, run sudo apt-get update to update your 
repository list and then try to install it. 


Cheers,
James Gifford
http://jamesrgifford.com

On Sep 8, 2011, at 0:40, Matthew Byers faintstlsa...@gmail.com wrote:

 I am unable to install, i added ppa then updated then tried installing and it 
 was unable to find it. 
 
 stlsaint@stlsaint-lubuntu:~$ sudo apt-add-repositoriy ppa:lubuntu-desktop/ppa
 sudo: apt-add-repositoriy: command not found
 stlsaint@stlsaint-lubuntu:~$ sudo add-apt-repository ppa:lubuntu-desktop/ppa
 Executing: gpg --ignore-time-conflict --no-options --no-default-keyring 
 --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg 
 --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg 
 --keyserver keyserver.ubuntu.com --recv 
 F57545CD115BD805E0FE496EACC3E225CF57B0F4
 gpg: requesting key CF57B0F4 from hkp server keyserver.ubuntu.com
 gpg: key CF57B0F4: Launchpad PPA for Lubuntu not changed
 gpg: Total number processed: 1
 gpg:  unchanged: 1
 stlsaint@stlsaint-lubuntu:~$ sudo apt-get install lubuntu-software-center
 Reading package lists... Done
 Building dependency tree   
 Reading state information... Done
 E: Unable to locate package lubuntu-software-center
 
 
 On Wed, Sep 7, 2011 at 6:23 PM, Julien Lavergne gi...@ubuntu.com wrote:
 Hi,
 
 lubuntu-software-center is available in this PPA : 
 https://launchpad.net/~lubuntu-desktop/+archive/ppa
 Don't forget it's still a work in progress, but it should be quite usable 
 now. Please report any bugs on the launchpad project : 
 https://bugs.launchpad.net/lubuntu-software-center
 
 Regards,
 Julien Lavergne
 
 ___
 Mailing list: https://launchpad.net/~lubuntu-desktop
 Post to : lubuntu-desktop@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~lubuntu-desktop
 More help   : https://help.launchpad.net/ListHelp
 
 
 
 
 -- 
 God Bless
 ___
 Mailing list: https://launchpad.net/~lubuntu-desktop
 Post to : lubuntu-desktop@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~lubuntu-desktop
 More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~lubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop
More help   : https://help.launchpad.net/ListHelp


Re: [Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-08 Thread Gareth Rigby

Matthew,
Looking through your email and it appears you have spelt repository 
incorrect in your command.  you have spelt it repositoriy  Might be 
easier to use synaptic to install it


cheers Gareth

On 08/09/11 10:59, James Gifford wrote:
Hey Matthew - to install it, run sudo apt-get update to update your 
repository list and then try to install it.



Cheers,
James Gifford
http://jamesrgifford.com

On Sep 8, 2011, at 0:40, Matthew Byers faintstlsa...@gmail.com 
mailto:faintstlsa...@gmail.com wrote:


I am unable to install, i added ppa then updated then tried 
installing and it was unable to find it.


stlsaint@stlsaint-lubuntu:~$ sudo apt-add-repositoriy 
ppa:lubuntu-desktop/ppa

sudo: apt-add-repositoriy: command not found
stlsaint@stlsaint-lubuntu:~$ sudo add-apt-repository 
ppa:lubuntu-desktop/ppa
Executing: gpg --ignore-time-conflict --no-options 
--no-default-keyring --secret-keyring /etc/apt/secring.gpg 
--trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg 
--primary-keyring /etc/apt/trusted.gpg --keyserver 
keyserver.ubuntu.com http://keyserver.ubuntu.com --recv 
F57545CD115BD805E0FE496EACC3E225CF57B0F4
gpg: requesting key CF57B0F4 from hkp server keyserver.ubuntu.com 
http://keyserver.ubuntu.com

gpg: key CF57B0F4: Launchpad PPA for Lubuntu not changed
gpg: Total number processed: 1
gpg:  unchanged: 1
stlsaint@stlsaint-lubuntu:~$ sudo apt-get install lubuntu-software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lubuntu-software-center


On Wed, Sep 7, 2011 at 6:23 PM, Julien Lavergne gi...@ubuntu.com 
mailto:gi...@ubuntu.com wrote:


Hi,

lubuntu-software-center is available in this PPA :
https://launchpad.net/~lubuntu-desktop/+archive/ppa
https://launchpad.net/%7Elubuntu-desktop/+archive/ppa
Don't forget it's still a work in progress, but it should be
quite usable now. Please report any bugs on the launchpad project
: https://bugs.launchpad.net/lubuntu-software-center

Regards,
Julien Lavergne

___
Mailing list: https://launchpad.net/~lubuntu-desktop
https://launchpad.net/%7Elubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net
mailto:lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop
https://launchpad.net/%7Elubuntu-desktop
More help   : https://help.launchpad.net/ListHelp




--
God Bless
___
Mailing list: https://launchpad.net/~lubuntu-desktop 
https://launchpad.net/%7Elubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net 
mailto:lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop 
https://launchpad.net/%7Elubuntu-desktop

More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~lubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~lubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop
More help   : https://help.launchpad.net/ListHelp


Re: [Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-08 Thread Matthew Byers
Yes I spelled wrong at first but you can see via the rest of my snippet that
I correctly executed the command. Is it under a different name than
lubuntu-software-center cause even via synaptic I don't see it. I was able
to install the lubuntu-control-center just fine just not software center.
On Sep 8, 2011 3:31 AM, Gareth Rigby gareth.rigby...@gmail.com wrote:
 Matthew,
 Looking through your email and it appears you have spelt repository
 incorrect in your command. you have spelt it repositoriy Might be
 easier to use synaptic to install it

 cheers Gareth

 On 08/09/11 10:59, James Gifford wrote:
 Hey Matthew - to install it, run sudo apt-get update to update your
 repository list and then try to install it.


 Cheers,
 James Gifford
 http://jamesrgifford.com

 On Sep 8, 2011, at 0:40, Matthew Byers faintstlsa...@gmail.com
 mailto:faintstlsa...@gmail.com wrote:

 I am unable to install, i added ppa then updated then tried
 installing and it was unable to find it.

 stlsaint@stlsaint-lubuntu:~$ sudo apt-add-repositoriy
 ppa:lubuntu-desktop/ppa
 sudo: apt-add-repositoriy: command not found
 stlsaint@stlsaint-lubuntu:~$ sudo add-apt-repository
 ppa:lubuntu-desktop/ppa
 Executing: gpg --ignore-time-conflict --no-options
 --no-default-keyring --secret-keyring /etc/apt/secring.gpg
 --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg
 --primary-keyring /etc/apt/trusted.gpg --keyserver
 keyserver.ubuntu.com http://keyserver.ubuntu.com --recv
 F57545CD115BD805E0FE496EACC3E225CF57B0F4
 gpg: requesting key CF57B0F4 from hkp server keyserver.ubuntu.com
 http://keyserver.ubuntu.com
 gpg: key CF57B0F4: Launchpad PPA for Lubuntu not changed
 gpg: Total number processed: 1
 gpg: unchanged: 1
 stlsaint@stlsaint-lubuntu:~$ sudo apt-get install
lubuntu-software-center
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 E: Unable to locate package lubuntu-software-center


 On Wed, Sep 7, 2011 at 6:23 PM, Julien Lavergne gi...@ubuntu.com
 mailto:gi...@ubuntu.com wrote:

 Hi,

 lubuntu-software-center is available in this PPA :
 https://launchpad.net/~lubuntu-desktop/+archive/ppa
 https://launchpad.net/%7Elubuntu-desktop/+archive/ppa
 Don't forget it's still a work in progress, but it should be
 quite usable now. Please report any bugs on the launchpad project
 : https://bugs.launchpad.net/lubuntu-software-center

 Regards,
 Julien Lavergne

 ___
 Mailing list: https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
 Post to : lubuntu-desktop@lists.launchpad.net
 mailto:lubuntu-desktop@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
 More help : https://help.launchpad.net/ListHelp




 --
 God Bless
 ___
 Mailing list: https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
 Post to : lubuntu-desktop@lists.launchpad.net
 mailto:lubuntu-desktop@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
 More help : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~lubuntu-desktop
 Post to : lubuntu-desktop@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~lubuntu-desktop
 More help : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~lubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop
More help   : https://help.launchpad.net/ListHelp


Re: [Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-08 Thread Matthew Byers
I readded and tried again but still not working. I will try another way
later. Thanks folks
On Sep 8, 2011 9:56 AM, Gareth Rigby gareth.rigby...@gmail.com wrote:
 Matthew,
 My apologies I didn't notice it spelt correctly below that! I had no
 problem installing from synaptic under the name
 lubuntu-software-center Maybe try searching for just lubuntu and
 scroll through. Try reloading in synaptic and if it still doesn't
 appear, click on software sources and edit the PPA you added a box
 will appear, check that it matches these details:-

 Type: Binary
 URI: http://ppa.launchpad.net/lubuntu-desktop/ppa/ubuntu
 Distribution:natty (Assuming you are on natty of course! Put your
 distro in here if different
 Components: main
 comments :

 Hope this helps, mine added straight in on the terminal, but I removed
 it and added it back in synaptic.
 with add in software sources and typed  *ppa:lubuntu-desktop/ppa* in
 the popup that appears, simply reloaded and and searched for lubuntu.

 Cheers

 Gareth

 On 08/09/11 16:06, Matthew Byers wrote:

 Yes I spelled wrong at first but you can see via the rest of my
 snippet that I correctly executed the command. Is it under a different
 name than lubuntu-software-center cause even via synaptic I don't see
 it. I was able to install the lubuntu-control-center just fine just
 not software center.

 On Sep 8, 2011 3:31 AM, Gareth Rigby gareth.rigby...@gmail.com
 mailto:gareth.rigby...@gmail.com wrote:
  Matthew,
  Looking through your email and it appears you have spelt repository
  incorrect in your command. you have spelt it repositoriy Might be
  easier to use synaptic to install it
 
  cheers Gareth
 
  On 08/09/11 10:59, James Gifford wrote:
  Hey Matthew - to install it, run sudo apt-get update to update your
  repository list and then try to install it.
 
 
  Cheers,
  James Gifford
  http://jamesrgifford.com
 
  On Sep 8, 2011, at 0:40, Matthew Byers faintstlsa...@gmail.com
 mailto:faintstlsa...@gmail.com
  mailto:faintstlsa...@gmail.com mailto:faintstlsa...@gmail.com
 wrote:
 
  I am unable to install, i added ppa then updated then tried
  installing and it was unable to find it.
 
  stlsaint@stlsaint-lubuntu:~$ sudo apt-add-repositoriy
  ppa:lubuntu-desktop/ppa
  sudo: apt-add-repositoriy: command not found
  stlsaint@stlsaint-lubuntu:~$ sudo add-apt-repository
  ppa:lubuntu-desktop/ppa
  Executing: gpg --ignore-time-conflict --no-options
  --no-default-keyring --secret-keyring /etc/apt/secring.gpg
  --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg
  --primary-keyring /etc/apt/trusted.gpg --keyserver
  keyserver.ubuntu.com http://keyserver.ubuntu.com
 http://keyserver.ubuntu.com --recv
  F57545CD115BD805E0FE496EACC3E225CF57B0F4
  gpg: requesting key CF57B0F4 from hkp server keyserver.ubuntu.com
 http://keyserver.ubuntu.com
  http://keyserver.ubuntu.com
  gpg: key CF57B0F4: Launchpad PPA for Lubuntu not changed
  gpg: Total number processed: 1
  gpg: unchanged: 1
  stlsaint@stlsaint-lubuntu:~$ sudo apt-get install
 lubuntu-software-center
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  E: Unable to locate package lubuntu-software-center
 
 
  On Wed, Sep 7, 2011 at 6:23 PM, Julien Lavergne gi...@ubuntu.com
 mailto:gi...@ubuntu.com
  mailto:gi...@ubuntu.com mailto:gi...@ubuntu.com wrote:
 
  Hi,
 
  lubuntu-software-center is available in this PPA :
  https://launchpad.net/~lubuntu-desktop/+archive/ppa
 https://launchpad.net/%7Elubuntu-desktop/+archive/ppa
  https://launchpad.net/%7Elubuntu-desktop/+archive/ppa
  Don't forget it's still a work in progress, but it should be
  quite usable now. Please report any bugs on the launchpad project
  : https://bugs.launchpad.net/lubuntu-software-center
 
  Regards,
  Julien Lavergne
 
  ___
  Mailing list: https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
  https://launchpad.net/%7Elubuntu-desktop
  Post to : lubuntu-desktop@lists.launchpad.net
 mailto:lubuntu-desktop@lists.launchpad.net
  mailto:lubuntu-desktop@lists.launchpad.net
 mailto:lubuntu-desktop@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
  https://launchpad.net/%7Elubuntu-desktop
  More help : https://help.launchpad.net/ListHelp
 
 
 
 
  --
  God Bless
  ___
  Mailing list: https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
  https://launchpad.net/%7Elubuntu-desktop
  Post to : lubuntu-desktop@lists.launchpad.net
 mailto:lubuntu-desktop@lists.launchpad.net
  mailto:lubuntu-desktop@lists.launchpad.net
 mailto:lubuntu-desktop@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~lubuntu-desktop
 https://launchpad.net/%7Elubuntu-desktop
  https://launchpad.net/%7Elubuntu-desktop
  More help : https://help.launchpad.net/ListHelp
 
 
  

[Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-07 Thread Julien Lavergne
Hi,

lubuntu-software-center is available in this PPA :
https://launchpad.net/~lubuntu-desktop/+archive/ppa
https://launchpad.net/%7Elubuntu-desktop/+archive/ppa
Don't forget it's still a work in progress, but it should be quite
usable now. Please report any bugs on the launchpad project :
https://bugs.launchpad.net/lubuntu-software-center

Regards,
Julien Lavergne
___
Mailing list: https://launchpad.net/~lubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop
More help   : https://help.launchpad.net/ListHelp


Re: [Lubuntu-desktop] PPA for lubuntu-software-center

2011-09-07 Thread Matthew Byers
I am unable to install, i added ppa then updated then tried installing and
it was unable to find it.

stlsaint@stlsaint-lubuntu:~$ sudo apt-add-repositoriy
ppa:lubuntu-desktop/ppa
sudo: apt-add-repositoriy: command not found
stlsaint@stlsaint-lubuntu:~$ sudo add-apt-repository ppa:lubuntu-desktop/ppa
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring
--secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg
--keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg
--keyserver keyserver.ubuntu.com --recv
F57545CD115BD805E0FE496EACC3E225CF57B0F4
gpg: requesting key CF57B0F4 from hkp server keyserver.ubuntu.com
gpg: key CF57B0F4: Launchpad PPA for Lubuntu not changed
gpg: Total number processed: 1
gpg:  unchanged: 1
stlsaint@stlsaint-lubuntu:~$ sudo apt-get install lubuntu-software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lubuntu-software-center


On Wed, Sep 7, 2011 at 6:23 PM, Julien Lavergne gi...@ubuntu.com wrote:

  Hi,

 lubuntu-software-center is available in this PPA :
 https://launchpad.net/~lubuntu-desktop/+archive/ppahttps://launchpad.net/%7Elubuntu-desktop/+archive/ppa
 Don't forget it's still a work in progress, but it should be quite usable
 now. Please report any bugs on the launchpad project :
 https://bugs.launchpad.net/lubuntu-software-center

 Regards,
 Julien Lavergne

 ___
 Mailing list: https://launchpad.net/~lubuntu-desktop
 Post to : lubuntu-desktop@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~lubuntu-desktop
 More help   : https://help.launchpad.net/ListHelp




-- 
God Bless
___
Mailing list: https://launchpad.net/~lubuntu-desktop
Post to : lubuntu-desktop@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-desktop
More help   : https://help.launchpad.net/ListHelp