Le mercredi 30 juin 2010 à 21:42 +0200, YUP a écrit :
> Can you please change the following string in lxcc.py: [_("configure
> Fonts"),"format-text-bold",'lxfontconfig.py'] to [_("configure
> Fonts"),"format-text-bold",'lxfontconfig'] 
> 
> without ".py",  lxcc doesn't find this script, but lxfontconfig
> exists.  
Fix committed. Thanks :)

> 
> I think that you'd better give some define options for search
> software, something like "Define search application", and only after
> that its configuration option. Search applications different in
> different distros... 
Yes, at least, it's should detect a good default on each distro. I'll
fix it in the next commit. To allow the user to choose his software, it
will need a bit more work.

> su-to-root - it is debian thing, it is better to use common scripts
> for all systems, sudo for example. If it is not the case, then it
> would be better to provide this script. 
I only defined Debian and Ubuntu ones because I didn't have other distro
to test. The fall-back commands are still the Sidux one, because the
program is originally from Sidux.

But I can add it for others distros, I only need :
- the result of this command : python -c "import os;
print(os.environ['DESKTOP_SESSION'])"
- the result of this command : python -c "import platform;
print(platform.dist()[0])"
- The name of the preferred graphical su command, a utility for
searching software, the location of lxdm config file, and the location
of the openbox config file. Maybe other things will be necessary in the
future.

Regards,
Julien Lavergne





------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to