Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nuwis

Pages: [1] 2 3
1
Developers / Re: Webadmin new language
« on: October 08, 2011, 08:14:59 am »
Yes Foxi,
I'm doing that in that way i had creates a "es" folder and doing the translation when finish i will send you whole zip.

regards

2
Developers / Re: Webadmin new language
« on: October 07, 2011, 05:15:50 pm »
Ok, I'm here again
I had translate de PHP code to spanish, just started about 15% of that, how can i start to upload to the svn the new folder with the translation?

regards

3
Developers / Webadmin new language
« on: September 20, 2011, 07:38:30 pm »
Hi again people.

I,m focusing for the current version or in for the future release of lmcae try to add other languages to webadmin. I found in the sources fo the web admin in the svn, the sources for the php where are placed all captions and could be transalated creating another folder with the new language.
Otherwise i found some relations pointing to the sql databases to look for something.

At the end my question is:
Where are really placed the captions for the webadmin in the php sources or in the databases?

Regards

4
Users / Re: Do something when user mode changes
« on: August 18, 2011, 08:30:46 am »
Thanks Sambuca
Now i know why i don't find this feature.

Regards

5
Users / Do something when user mode changes
« on: August 17, 2011, 08:55:20 pm »
Hi again people

As the title of this post said, i can play in the respond to events criteria with a lot of things to do do something. But i didn't find anything regarding to check the user mode and execute something. You can set the mode in the event commands but not use the user mode to do something.
am i correct or not?
If i'm not correct please somebody can tell me how i need to do that?

Regards friends

6
Installation issues / Re: [SOLVED] Apt Sources.list
« on: August 11, 2011, 12:45:11 pm »
Canonical repo patch submitedd to svn on the ticket.
File: canonical-fix.patch is the patch file.


Last things:
Wrong rewrite on repoplaces.7.sh, lost to change last repo on sed command.
Use canonical-fix2.patch instead canonical-fix.patch and repoplaces.7.2.sh instead repoplaces.7.sh

7
Installation issues / Re: [SOLVED] Apt Sources.list
« on: August 11, 2011, 12:25:54 pm »
I submit whole file repoplaces.7.sh to the ticket in svn, i will try to be familiar with svn. I didn't used never just two or three times.
The file is corrected with the modifications that i commented up.

8
Installation issues / Re: [SOLVED] Apt Sources.list
« on: August 03, 2011, 07:47:41 pm »
OK, still having small fixes when you execute mce-install.sh it calls to repoplaces.sh. Repoplaces still changing the canonical repo from archive to old-release and fails to load. I made a small fix in the repoplaces.sh and seems to work fine, just define that 'archive' should be followed always by '.ubuntu' to avoid the problem with canonical.

repoplaces.sh

Original code (Starting on line 9)

if [ "$n1" -gt "$o1" ] ; then
      echo "Changing repositories..."
      sed -i.backup -e 's/\/.*.archive/\/\/old-releases/' -e 's/security.ubuntu/old-         releases.ubuntu/' -e 's/\/archive/\/old-releases/'

Modified code (Starting on line 9 also)

if [ "$n1" -gt "$o1" ] ; then
      echo "Changing repositories..."
      sed -i.backup -e 's/\/.*.archive.ubuntu/\/\/old-releases.ubuntu/' -e                 's/security.ubuntu/old-releases.ubuntu/' -e 's/\/archive.ubuntu/\/old-            releases.ubuntu/'

It solves the problem and keep canonical in archives instead of old-releases. I tried it locally could somebody test it?
For the people doesn't know where's repoplaces.sh, this file is in the new-installer folder you downloaded during installation.

9
Installation issues / Re: Apt Sources.list
« on: August 02, 2011, 07:27:01 pm »
At the end, and doing some test guided by pos (Thanks a lot) it seems that the repo new-installer is wrong but the SVN nev-installer runs ok and doesn't do this mistakes.

Thanks

10
Installation issues / Re: Apt Sources.list
« on: August 02, 2011, 12:43:12 pm »
Hi again,

Following the svn new-installer the canonical problem and the duplicate line for main intrepid repo is solved, but still writing this line on sources.list:

deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu  maindeb http://old-releases.ubuntu.com/ubuntu intrepid main restricted universe multiverse

instead of

deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu  main
deb http://old-releases.ubuntu.com/ubuntu intrepid main restricted universe multiverse

and you get errors. I tried with the updated new-installer from repo and from svn and do the same, as reported on ticket.

PS.
I had observed when i execute mce-install.sh canonical changes also to old-releases instead keeping the archive prefix with svn installer.

11
Installation issues / [SOLVED] Apt Sources.list
« on: July 29, 2011, 04:35:11 pm »
Hi again,
I don't know if somebody knows that or if it's working on it, but i had opened a ticket regarding that.
If it is solved please remove this post.

I had observed in a new install of 0810, there's some mistakes regarding the edition of sources.list.
1.- In the wiki installation guide for 0810 there's a duplicate line for repos and you get a warning regarding that:

Line 1 - deb http://old-releases.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
Line 10 - deb http://old-releases.ubuntu.com/ubuntu/ intrepid main universe multiverse

2.- When you execute ./pre-install-from-repo.sh the script update the sources.list and add a bad line on line 3-4. It writes:

deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu maindeb http://deb.linuxmce.org/ubuntu/ intrepid beta2

instead

deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu main
deb http://deb.linuxmce.org/ubuntu/ intrepid beta2

 3.- Also when you execute ./pre-install-from-repo.sh the scrip modify the sources.list file, removing the *.*archive*.* to *.*old-releases*.* but the repo from canonical still in archive and is not moved to old-releases entry. The entry for canonical should be:

deb http://archive.canonical.com/ubuntu intrepid partner

instead

deb http://old-release.canonical.com/ubuntu intrepid partner
that the script changes


The ticket is:  http://svn.linuxmce.org/trac.cgi/ticket/1161#preview

Tnks in advance

12
Users / Re: DCERouter Delay function
« on: July 18, 2011, 02:36:44 pm »
Hi again bros.

Finally i found a solution.
That function, at least in my core, just run ok on a "Respond to events" scenario. It means, if i create a scenario in lighting scenarios for example it never wait this delay.
I create a "respond to event" scenario when house mode changes to sleeping executing the commands i want to do, and it works fine.
There's no way to use it in other scenarios? or where is executed this function to trace back the problem?

Thanks in adavance.

13
Users / Re: DCERouter Delay function
« on: July 10, 2011, 06:19:03 pm »
A ticket is already open for this issue.
http://svn.linuxmce.org/trac.cgi/ticket/1131

Thanks in advance

14
Users / Re: DCERouter Delay function
« on: July 08, 2011, 08:38:01 pm »
I know that i'm starting to be hard, but nobody kwons how it really function?
Or where can i start to look for the problem? it is done by script or whatever?
thanks in advance

15
Users / Re: DCERouter Delay function
« on: July 05, 2011, 10:24:17 pm »
OK, i didn't try 1004 for the moment, but i had observed that is not only in this scenario, is in whatever scenario y can create. It seems that could be something in my core?

regards

Pages: [1] 2 3