Re: [Lubuntu-desktop] [Poll] Community Wallpapers

2011-09-12 Thread Rafael Laguna
Alex, you're admin now at Flickr.

BTW, the purpose of the new PPA will be testing artwork. I know, it's code
and cannot crash, but I preffer to isolate the packages before make it
real (I really love quotes :D).




 http://lubuntublog.blogspot.com/ http://www.lubuntu.net/
b1.pngb3.pngb2.png___
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


[Lubuntu-desktop] Current status of alternate installer

2011-09-12 Thread Lance
I went ahead and tested both the 20110910 and 20110911 i386 alternate install 
images to see if I could reproduce that broken software sources UI that I'd 
mentioned previously, but I couldn't get that far.

I encountered the installer cannot find a suitable kernel package to install 
and being unsure how to install the kernel post-install I just aborted the 
installation. I did report a new bug:

https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/847772

I hope I did OK there, and that I'm not coming across as pushy :^)

Just looking at the calendar and realizing that we have 10 days until Beta 2, 
and probably one week before the next round of iso-testing, I thought it wise 
to do a little follow up now.

As always thanks for all you do to make Lubuntu the great distro it is,

Lance
___
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] Audio Conf for Lubuntu

2011-09-12 Thread Jean-Pierre Vidal Piesset
2011/9/11 Jean-Pierre Vidal Piesset jpx...@gmail.com

 I've added the PPA for LXPanel made by Julien, but still it haven't
 upgraded...


Oh i see now... LXPanel it's not there for natty :P
How can I install it under Natty? I add the PPA but instead of Natty i add
Oneiric??

-- 
jpxsat
___
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


[Lubuntu-desktop] Lsc using a database, amazing!

2011-09-12 Thread Stefano
Hi, i'm trying to use a database builded parsing
/usr/share/app-install/desktop in lsc.
well men, is amazing fast! when the ui shows the apps database is
charged and ready to go!
i will commit as soon as possible and i will build the ppa.
if you wan't to try the database follow these step:

1 - sudo apt-get update  sudo apt-get upgrade, if no upgrade are
visible, you should wait.

2 - remove your lsc config folder ~/.config/lsc (remove the folder, not
only LSC.ini)

3 - open a python shell ( $ python) and type these commands:

from LSC import threadingops
threadingops.BuildDatabase(/usr/share/pyshared/LSC/datas.db)
# wait the prompt
exit()

4 - launch lubuntu-software-center (better from terminal, to see if
there are errors), open the preference dialog and toggle Use packages
database. click apply and see the result! (if you restart lsc you will
see better)

we should build the database with a postinstall script (in the deb
package), using exactly the commands of the 3 step (althought this will
probably create a config file in the root home).

Regards
Stephen Smally

___
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


[Lubuntu-desktop] Lsc database

2011-09-12 Thread Stefano
the database should be moved to /usr/share/LSC, i will do it immediately.

Please note that to use the database in the step 3 you have to launch
python with sudo ($ sudo python)

Stephen Smally

___
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] Lsc database

2011-09-12 Thread PCMan
Isn't /var/cache a better suited place for this kind of thing?
It's a little bit weird to put cache in /usr/share.
Even better if you can separate things for different locales in different
cache files.
This way you may waste some disk spaces and create lots of db files, but the
result will be faster. Not sure if this speed up is visible to user and
worth the work. It's up to you.
Anyways, congratulations for the speed up!

On Tue, Sep 13, 2011 at 2:00 AM, Stefano eco.st...@fastwebnet.it wrote:

 the database should be moved to /usr/share/LSC, i will do it immediately.

 Please note that to use the database in the step 3 you have to launch
 python with sudo ($ sudo python)

 Stephen Smally

 ___
 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] Lsc database

2011-09-12 Thread Julien Lavergne
Le 12/09/2011 23:17, PCMan a écrit :
 Isn't /var/cache a better suited place for this kind of thing?
+1, I think /var/cache/LSC is also a better place.

Also, please make an independent script to update the database, so I can
hook it in the package. It should be a simple command, like
/usr/sbin/lubuntu-software-center-update-db

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