[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-01 Thread Juanje Ojeda
This is happening to me with the version 3.1.5-0ubuntu6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832603

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316215] Re: rule to enable use of android's adb

2010-11-04 Thread Juanje Ojeda
That's because upstream decide to remove that:
http://git.kernel.org/?p=linux/hotplug/udev.git;a=commitdiff;h=232f180

I was trying to add suport for more Android devices but they said there was no 
good way to manage all the new devices and they were going to remove the 
support for specific devices.
I was thinking about to create a patch for Ubuntu or (maybe better) a seperate 
package with the android udev rules, so those rules don't mess with people who 
don't have Android devices or simply they don't want it.

I've already post a branch with the patch here, in my mail to upstream:
http://www.spinics.net/lists/hotplug/msg03943.html

-- 
rule to enable use of android's adb
https://bugs.launchpad.net/bugs/316215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316215] Re: rule to enable use of android's adb

2010-11-04 Thread Juanje Ojeda
Martin, I agree with you about not to do it by vendors, but It'd be nice
if (as long the bug is for android phones, not just for the N1) we put
the rule also for more phones. At least for the Google's ones, like the
Nexus One (which is pretty extended I think):

# Nexus One
SUBSYSTEM==usb, ATTR{idVendor}==18d1, ATTR{idProduct}==4e11|4e12, 
TAG+=udev-acl

I'm guess the media-player-info could be the easier place to manage all
these devices. As you said, most of then are already there as music
players...

-- 
rule to enable use of android's adb
https://bugs.launchpad.net/bugs/316215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 628070] Re: pygame crashes underlining fonts

2010-09-01 Thread Juanje Ojeda
I can confirm this bug:

 * Ubuntu Version: (lsb_release -a)
Distributor ID: Ubuntu
Description:Ubuntu 10.04.1 LTS
Release:10.04
Codename:   lucid

 * Package version: (dpkg -l python-pygame)
python-pygame 1.9.1release-0ubuntu1

And I can confirm as well the problem is the method
font.set_underline() when the argument passed is True (True or 1) it
crash. If the argument is False (False or 0) it seems to work just fine.
At least it doesn't crash.

-- 
pygame crashes underlining fonts
https://bugs.launchpad.net/bugs/628070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316215] Re: rule to enable use of android's adb

2010-08-05 Thread Juanje Ojeda
Well, as I told you above, I sent the patch to upstream but they haven't
pay much attention to it...[1]

Anyway I marked back to Confirmed before because the package released
din't fix this bug. At least not the one is described at the
Description. It was fixed just for a single phone's model and the
Description asking about a more generic solution.

I understand it won't worth to change it on the current stable version
of Ubuntu. Sorry for the inconveniences.

[1] http://www.spinics.net/lists/hotplug/msg03943.html

-- 
rule to enable use of android's adb
https://bugs.launchpad.net/bugs/316215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316215] Re: rule to enable use of android's adb

2010-07-20 Thread Juanje Ojeda
Actually the bug has been fixed just for the smartphone G1, but not for the 
rest. There are a lot of new smartphones that are affected by this issue.
Following the upstream rules about to use ACL instead of give permissions to 
everyone I've created a patch for upstream and I've sent to the maillist:
http://www.spinics.net/lists/hotplug/msg03943.html

The code on the Ubuntu's package is not fully compatible with the last
upstream's code and this patch so I've made also a patch for the
Ubuntu's package's code at the branch: lp:~juanje/udev/udev-acls-android
(revision 173)

The patch add all the Android smartpnohes' vendors that are listed on the 
Android Development website, plus the Nexus One, which wasn't on that list.
http://developer.android.com/guide/developing/device.html#VendorIds

Cheers

** Changed in: udev (Ubuntu)
   Status: Fix Released = Confirmed

** Branch linked: lp:~juanje/udev/udev-acls-android

-- 
rule to enable use of android's adb
https://bugs.launchpad.net/bugs/316215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 536702] Re: gwibber-accounts crashed with DBusException in call_blocking()

2010-03-29 Thread Juanje Ojeda
It happens to me as well.

My package's version is 2.29.92.1-0ubuntu1 and the accounts windows
didn't show up, I've just got the apport window.

-- 
gwibber-accounts crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/536702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528191] Re: gwibber-accounts crashed with RuntimeError in find_pid()

2010-03-29 Thread Juanje Ojeda
I got gwibber-service and gwibber version 2.29.92.1-0ubuntu1 but still
have a problem.

The traceback is different but it happends under the same circunstances. It 
seems that it's not the same issue. Acctually the new error has its own bug:
https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/536702

-- 
gwibber-accounts crashed with RuntimeError in find_pid()
https://bugs.launchpad.net/bugs/528191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528662] Re: paragraph below under textbox is displayed incorrectly

2010-03-08 Thread Juanje Ojeda
*** This bug is a duplicate of bug 524827 ***
https://bugs.launchpad.net/bugs/524827

** This bug has been marked a duplicate of bug 524827
   [german gtk UI] semi-hidden line on user information page on UNE

-- 
paragraph below under textbox is displayed incorrectly
https://bugs.launchpad.net/bugs/528662
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528198] Re: Some text get overlap on User Setup step

2010-03-06 Thread Juanje Ojeda
This seems to be fixed at daily-live of 2010-03-07.

The ubiquity's version is 2.1.32

** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

** Changed in: ubiquity (Ubuntu)
   Status: New = Fix Released

-- 
Some text get overlap on User Setup step
https://bugs.launchpad.net/bugs/528198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528198] Re: Some text get overlap on User Setup step

2010-03-06 Thread Juanje Ojeda
*** This bug is a duplicate of bug 524827 ***
https://bugs.launchpad.net/bugs/524827

** This bug has been marked a duplicate of bug 524827
   [german gtk UI] semi-hidden line on user information page on UNE

-- 
Some text get overlap on User Setup step
https://bugs.launchpad.net/bugs/528198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 526897] Re: Alfter an installation of Lucid pre-Alpha3 in Spanish, firefox is completely in English

2010-02-26 Thread Juanje Ojeda
I've just tested the image from 26/02/10: Ubuntu 10.04 Lucid Lynx - Alpha 
i386 (20100226)
and I can confirm the problem.

I've also tried to run Firefox at the Live session and the result was
the same. The live session was in Spanish but the Firefox was in
English.

-- 
Alfter an installation of Lucid pre-Alpha3 in Spanish, firefox is completely in 
English
https://bugs.launchpad.net/bugs/526897
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528191] [NEW] gwibber-accounts crashed with RuntimeError in find_pid()

2010-02-25 Thread Juanje Ojeda
Public bug reported:

Binary package hint: gwibber

gwibber-accounts creashed when I clicked on the accounts menu at Fast
User Switch the first time I run the system after a fresh installation.

ProblemType: Bug
Architecture: i386
Date: Fri Feb 26 04:24:06 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
Package: gwibber 2.29.90.1-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=es_ES.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SourcePackage: gwibber
Uname: Linux 2.6.32-14-generic i686

** Affects: gwibber (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
gwibber-accounts crashed with RuntimeError in find_pid()
https://bugs.launchpad.net/bugs/528191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 528191] Re: gwibber-accounts crashed with RuntimeError in find_pid()

2010-02-25 Thread Juanje Ojeda

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39804372/Dependencies.txt

** Description changed:

  Binary package hint: gwibber
  
  gwibber-accounts creashed when I clicked on the accounts menu at Fast
  User Switch the first time I run the system after a fresh installation.
- 
- This happened after install the daily-live Ubuntu Desktop at 25/02/10
- 
- $ lsb_release -rd
- Description:  Ubuntu lucid (development branch)
- Release:  10.04
- 
- $ apt-cache policy gwibber
- gwibber:
-   Instalados: 2.29.90.1-0ubuntu1
-   Candidato: 2.29.90.1-0ubuntu1
-   Tabla de versión:
-  *** 2.29.90.1-0ubuntu1 0
- 100 /var/lib/dpkg/status
  
  ProblemType: Bug
  Architecture: i386
  Date: Fri Feb 26 04:24:06 2010
  DistroRelease: Ubuntu 10.04
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
  Package: gwibber 2.29.90.1-0ubuntu1
  PackageArchitecture: all
  ProcEnviron:
-  LANG=es_ES.utf8
-  SHELL=/bin/bash
+  LANG=es_ES.utf8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
  SourcePackage: gwibber
  Uname: Linux 2.6.32-14-generic i686

-- 
gwibber-accounts crashed with RuntimeError in find_pid()
https://bugs.launchpad.net/bugs/528191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 528191] Re: gwibber-accounts crashed with RuntimeError in find_pid()

2010-02-25 Thread Juanje Ojeda

** Attachment added: Traceback
   http://launchpadlibrarian.net/39804465/Traceback

-- 
gwibber-accounts crashed with RuntimeError in find_pid()
https://bugs.launchpad.net/bugs/528191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528191] Re: gwibber-accounts crashed with RuntimeError in find_pid()

2010-02-25 Thread Juanje Ojeda
The problem is the desktop-couch was not running. The desktop-couch is
launched by Gwibber, but this is not launched at the begging of the
session, so the desktop-couch service is not launched when gwibber-
accounts is called.

If the Gwibber is running the menu entry for the accounts works fine.

-- 
gwibber-accounts crashed with RuntimeError in find_pid()
https://bugs.launchpad.net/bugs/528191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528191] Re: gwibber-accounts crashed with RuntimeError in find_pid()

2010-02-25 Thread Juanje Ojeda

** Attachment added: ProcCmdline
   http://launchpadlibrarian.net/39804596/ProcCmdline

-- 
gwibber-accounts crashed with RuntimeError in find_pid()
https://bugs.launchpad.net/bugs/528191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528198] [NEW] Some text get overlap on User Setup step

2010-02-25 Thread Juanje Ojeda
Public bug reported:

Binary package hint: ubiquity

Binary package hint: ubiquity-frontend-gtk

ProblemType: Bug
Architecture: i386
Date: Fri Feb 26 04:24:06 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha i386 (20100224.1)
Package: gwibber 2.29.90.1-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANG=es_ES.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
SourcePackage: ubiquity
Uname: Linux 2.6.32-14-generic i686

The problem is that at the User Setup step the text below the login name entry 
is half hiden.
I attach a screenshot.

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: lucid

-- 
Some text get overlap on User Setup step
https://bugs.launchpad.net/bugs/528198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 528198] Re: Some text get overlap on User Setup step

2010-02-25 Thread Juanje Ojeda

** Attachment added: Pantallazo-QEMU-4.png
   http://launchpadlibrarian.net/39805222/Pantallazo-QEMU-4.png

** Tags added: lucid

-- 
Some text get overlap on User Setup step
https://bugs.launchpad.net/bugs/528198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505532] [NEW] [needs-packaging] ldtp2

2010-01-10 Thread Juanje Ojeda
Public bug reported:

[needs-packaging] ldtp2

GNU/Linux Desktop Testing Project (GNU/LDTP) version 2

GNU/LDTP is aimed at producing high quality test automation framework and
cutting-edge tools that can be used to test GNU/Linux Desktop and improve it.
It uses the Accessibility libraries to poke through the application's user
interface. The framework has tools to generate AppMap by reading through the
user interface components of an application. The framework also has tools to
record test-cases based on user-selection on the application.

GNU/LDTP core framework uses AppMap and the recorded test-cases to test an
application and gives the status of each test-case as output.

The version 1.X is already in Ubuntu, but this is for the new 2.X
version, which is quite different stuff.

URL: http://ldtp.freedesktop.org
Git: git://anongit.freedesktop.org/ldtp/ldtp2
License: LGPL (v2 or later)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Branch linked: lp:~juanje/+junk/ldtp2-ubuntu

-- 
[needs-packaging] ldtp2
https://bugs.launchpad.net/bugs/505532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505532] Re: [needs-packaging] ldtp2

2010-01-10 Thread Juanje Ojeda
** Description changed:

  [needs-packaging] ldtp2
  
  GNU/Linux Desktop Testing Project (GNU/LDTP) version 2
  
  GNU/LDTP is aimed at producing high quality test automation framework and
  cutting-edge tools that can be used to test GNU/Linux Desktop and improve it.
  It uses the Accessibility libraries to poke through the application's user
  interface. The framework has tools to generate AppMap by reading through the
  user interface components of an application. The framework also has tools to
  record test-cases based on user-selection on the application.
  
  GNU/LDTP core framework uses AppMap and the recorded test-cases to test an
  application and gives the status of each test-case as output.
  
  The version 1.X is already in Ubuntu, but this is for the new 2.X
  version, which is quite different stuff.
  
  URL: http://ldtp.freedesktop.org
  Git: git://anongit.freedesktop.org/ldtp/ldtp2
  License: LGPL (v2 or later)
+ 
+ There is a package proposed at REVU:
+ http://revu.ubuntuwire.com/p/ldtp2

-- 
[needs-packaging] ldtp2
https://bugs.launchpad.net/bugs/505532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501567] Re: [needs-packaging] wiican

2010-01-02 Thread Juanje Ojeda
** Branch linked: lp:~wiicanteam/wiican/ubuntu

-- 
[needs-packaging] wiican
https://bugs.launchpad.net/bugs/501567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501567] Re: [needs-packaging] wiican

2009-12-30 Thread Juanje Ojeda
** Branch linked: lp:~juanje/wiican/lucid

** Branch linked: lp:~juanje/wiican/karmic

-- 
[needs-packaging] wiican
https://bugs.launchpad.net/bugs/501567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501567] Re: [needs-packaging] wiican

2009-12-30 Thread Juanje Ojeda
** Description changed:

  [needs-packaging] wiican
  
  Simple wiimote usage assistant and mapping manager
  
  Wiican it's an user-friendly systray application for use and configure 
wiimote (or Wii remote controller).
- On backend it's wminput , the cwiid event driver for wiimote. 
+ On backend it's wminput , the cwiid event driver for wiimote.
  It tracks if the needed bluetooth adapter it's available and drives the user 
into the process of connect/disconnect wiimote.
  A mapping manager it's supplied for edit and create  multiple wiimote 
configurations.
  
- 
  URL: http://launchpad.net/wiican
  License: GPL v3
+ 
+ There is a package proposed on REVU:
+ http://revu.ubuntuwire.com/p/wiican

-- 
[needs-packaging] wiican
https://bugs.launchpad.net/bugs/501567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 400217] Re: [needs-packaging] nautilus-md5sum

2009-12-29 Thread Juanje Ojeda
** Changed in: ubuntu
 Assignee: Juanje Ojeda (juanje) = Amian (amialinux)

-- 
[needs-packaging] nautilus-md5sum
https://bugs.launchpad.net/bugs/400217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501528] [NEW] [needs-packaging] nanny

2009-12-29 Thread Juanje Ojeda
Public bug reported:

[needs-packaging] nanny

Parental Control System

An easy way to control what your kids are doing in the computer.
You can limit how much time a day each one of them is browsing the web, 
chatting or doing email. You can decide at which times of the day the can do 
this things as well. Nanny filters what web pages are seen by each user, so you 
can block all undesirable webs and have your kids enjoy the internet with ease 
of mind, no more worries!

URL: http://launchpad.net/nanny
License: GPL (v2 or later)

** Affects: ubuntu
 Importance: Undecided
 Assignee: Guadalinex Members (guadalinex-members)
 Status: In Progress

** Affects: guadalinex
 Importance: Wishlist
 Assignee: Guadalinex Members (guadalinex-members)
 Status: In Progress

** Affects: Guadalinex Buho
 Importance: Wishlist
 Assignee: Guadalinex Members (guadalinex-members)
 Status: In Progress


** Tags: needs-packaging

** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Changed in: guadalinex
Milestone: None = final

** Also affects: Guadalinex Buho
   Importance: Undecided
   Status: New

** Changed in: Guadalinex Buho
Milestone: final = None

** Changed in: Guadalinex Buho
   Importance: Undecided = Wishlist

** Changed in: Guadalinex Buho
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Changed in: Guadalinex Buho
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: Juanje Ojeda (juanje) = Guadalinex Members (guadalinex-members)

** Changed in: Guadalinex Buho
 Assignee: Juanje Ojeda (juanje) = Guadalinex Members (guadalinex-members)

** Branch linked: lp:~guadalinex-members/nanny/trunk

-- 
[needs-packaging] nanny
https://bugs.launchpad.net/bugs/501528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501528] Re: [needs-packaging] nanny

2009-12-29 Thread Juanje Ojeda
** Description changed:

  [needs-packaging] nanny
  
  Parental Control System
  
  An easy way to control what your kids are doing in the computer.
  You can limit how much time a day each one of them is browsing the web, 
chatting or doing email. You can decide at which times of the day the can do 
this things as well. Nanny filters what web pages are seen by each user, so you 
can block all undesirable webs and have your kids enjoy the internet with ease 
of mind, no more worries!
  
  URL: http://launchpad.net/nanny
  License: GPL (v2 or later)
+ 
+ There is a package proposed on REVU:
+ http://revu.ubuntuwire.com/p/nanny

-- 
[needs-packaging] nanny
https://bugs.launchpad.net/bugs/501528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 501567] [NEW] [needs-packaging] wiican

2009-12-29 Thread Juanje Ojeda
Public bug reported:

[needs-packaging] wiican

Simple wiimote usage assistant and mapping manager

Wiican it's an user-friendly systray application for use and configure wiimote 
(or Wii remote controller).
On backend it's wminput , the cwiid event driver for wiimote. 
It tracks if the needed bluetooth adapter it's available and drives the user 
into the process of connect/disconnect wiimote.
A mapping manager it's supplied for edit and create  multiple wiimote 
configurations.


URL: http://launchpad.net/wiican
License: GPL v3

** Affects: ubuntu
 Importance: Undecided
 Assignee: Juanje Ojeda (juanje)
 Status: In Progress

** Affects: guadalinex
 Importance: Wishlist
 Assignee: Juanje Ojeda (juanje)
 Status: In Progress

** Affects: Guadalinex Buho
 Importance: Wishlist
 Assignee: Juanje Ojeda (juanje)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Changed in: guadalinex
   Importance: Undecided = Wishlist

** Changed in: guadalinex
   Status: New = In Progress

** Changed in: guadalinex
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Also affects: Guadalinex Buho
   Importance: Wishlist
 Assignee: Juanje Ojeda (juanje)
   Status: In Progress

-- 
[needs-packaging] wiican
https://bugs.launchpad.net/bugs/501567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 379895] Re: Trash applet sometimes shows wrong icon when is not empty in Jaunty

2009-08-21 Thread Juanje Ojeda
** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Changed in: guadalinex
Milestone: None = final

** Changed in: guadalinex
   Importance: Undecided = Low

** Changed in: guadalinex
   Status: New = Confirmed

-- 
Trash applet sometimes shows wrong icon when is not empty in Jaunty
https://bugs.launchpad.net/bugs/379895
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381925] Re: [needs-packaging] mount-systray

2009-07-19 Thread Juanje Ojeda
** Branch linked: lp:~guadalinex-members/mount-systray/karmic

-- 
[needs-packaging] mount-systray
https://bugs.launchpad.net/bugs/381925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 400217] Re: [needs-packaging] nautilus-md5sum

2009-07-19 Thread Juanje Ojeda
The package is waiting for revision at revu system:
http://revu.ubuntuwire.com/p/nautilus-md5sum

I'm working now in a 'debian/watch' file because it's non-native package and 
lintian ask for it. But the package is ready and working. It has also a i18n 
support, so anyone can translate it:
https://translations.launchpad.net/nautilus-md5sum

Any advise, tip or issue notification will be very well received :-)

-- 
[needs-packaging] nautilus-md5sum
https://bugs.launchpad.net/bugs/400217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 400217] [NEW] [needs-packaging] nautilus-md5sum

2009-07-16 Thread Juanje Ojeda
Public bug reported:

[needs-packaging] nautilus-md5sum

Nautilus' extension for checking MD5 sum of iso files.

This extension let the user check the integrity of iso (ISO-9669) files
from the Nautilus window. The extension adds a contextual menu entry to
obtain the MD5 sum of that file.

This tool was created for the Guadalinex distribution.

URL: http://launchpad.net/nautilus-md5sum
License: GPL (v2 or later)
Notes: This package is been used since Guadalinex v6 (Ubuntu Jaunty).

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] nautilus-md5sum
https://bugs.launchpad.net/bugs/400217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 400217] Re: [needs-packaging] nautilus-md5sum

2009-07-16 Thread Juanje Ojeda
** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Branch linked: lp:~guadalinex-members/nautilus-md5sum/karmic

-- 
[needs-packaging] nautilus-md5sum
https://bugs.launchpad.net/bugs/400217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 323468] Re: hamster-applet crashed with KeyError in add_to_connection()

2009-07-16 Thread Juanje Ojeda
It seems to me that both applet try to connect to the same dbus resource and 
that crashses.
Now the dbus interface is under heavy devlopment so maybe this kind of things 
can be sorted out.

Anyway, this is a non very common uses case, so it shouldn't be really a
problem. But maybe we can catch the error and show a nicer warning.

Thanks for the report :-)

-- 
hamster-applet crashed with KeyError in add_to_connection()
https://bugs.launchpad.net/bugs/323468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 383892] Re: Guest user can not execute files from its home

2009-07-16 Thread Juanje Ojeda
** Changed in: guadalinex
   Status: New = Fix Released

-- 
Guest user can not execute files from its home
https://bugs.launchpad.net/bugs/383892
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335484] Re: [needs-packaging] needs-packaging 'Back In Time' backup app

2009-07-13 Thread Juanje Ojeda
I've added the package to REVU system. I hope someone can review it:

http://revu.ubuntuwire.com/p/backintime

Cheers

-- 
[needs-packaging] needs-packaging 'Back In Time' backup app 
https://bugs.launchpad.net/bugs/335484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 393263] Re: ubiquity crashed with ImportError in module()

2009-06-28 Thread Juanje Ojeda
I can't confirm it because I haven't the las version to test it, but
from the 'Traceback.txt' I can see the problem is there is not any
'ubiquity.emap' module.

This module seems to be removed at revision 3286 (on merge from
lp:~cjwatson/ubiquity/remove-tzmap). The thing is the module is been
still imported. This should be fixed by taking off the import. I attatch
the patch.

** Attachment added: Removed the emap import
   http://launchpadlibrarian.net/28496772/emap_import.patch

-- 
ubiquity crashed with ImportError in module()
https://bugs.launchpad.net/bugs/393263
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 321937] Re: usb-creator has hard-coded references to Ubuntu

2009-06-14 Thread Juanje Ojeda
** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
   Status: New = Confirmed

** Changed in: guadalinex
Milestone: None = final

** Changed in: guadalinex
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Changed in: guadalinex
   Importance: High = Medium

-- 
usb-creator has hard-coded references to Ubuntu
https://bugs.launchpad.net/bugs/321937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382976] [NEW] [needs-packaging] Klimb

2009-06-02 Thread Juanje Ojeda
Public bug reported:

[needs-packaging] Klimb

The very first Rock Climbing Training software. Klimb is a Java/Swing
application for traking and planning the climb trainning. It also show
you your progress wich a nice charts.

URL: 
http://klimb.com/blog/2006/11/24/making-of-klimb-rock-climbing-training-software
License: GPL
Notes: This is old and unmaintained software. Also have some issues to be 
launched in Ubuntu. We'd have to fixe them first.

** Affects: ubuntu
 Importance: Undecided
 Assignee: Juanje Ojeda (juanje)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
[needs-packaging] Klimb
https://bugs.launchpad.net/bugs/382976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364577] Re: combo options are displayed not translated

2009-06-01 Thread Juanje Ojeda
Added a debdiff patch with all the changes done. Ready to be reviewed
and (I hope) uploaded.

** Attachment added: debdiff from nautilus_2.26.2-0ubuntu2.1
   http://launchpadlibrarian.net/27367879/nautilus_2.26.2-0ubuntu2.1.debdiff

** Tags added: verification-needed

-- 
combo options are displayed not translated
https://bugs.launchpad.net/bugs/364577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364577] Re: combo options are displayed not translated

2009-06-01 Thread Juanje Ojeda
** Description changed:

  I'm using ubuntu with french locale but preference dialog in nautilus is in 
english since upgrade in 9.04.
  you can't found an image illustrating this minor 'bug'.
+ 
+ TEST CASE: Run nautilus with non-English language setted at the session
+ and go to menu Edit - Preferences. You'll see at the tabs Views and
+ Preview all the combo boxs in English. Which means, they doesn't show
+ translated.

-- 
combo options are displayed not translated
https://bugs.launchpad.net/bugs/364577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335484] Re: [needs-packaging] needs-packaging 'Back In Time' backup app

2009-05-31 Thread Juanje Ojeda
** Changed in: ubuntu-meta (Ubuntu)
 Assignee: Roberto C. Morano (rcmorano) = Juanje Ojeda (juanje)

-- 
[needs-packaging] needs-packaging 'Back In Time' backup app 
https://bugs.launchpad.net/bugs/335484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344800] Re: NM connection editor has VPN option deactivated by default

2009-05-31 Thread Juanje Ojeda
** Changed in: network-manager (Ubuntu)
   Status: New = Confirmed

** Description changed:

  Binary package hint: network-manager
  
- Network Manager in standard Ubuntu Jaunty alpha6 doesn't has the package
+ Network Manager in standard Ubuntu Jaunty doesn't has the package
  'network-manager-vpnc' as a dependency and isn't either installed by the
  desktop metapackage or so.
  
  So the connection editor show the option VPN tab, but all button are
  deactivated and it doesn't tell you why or what can you do for
  activating it.
  
  I see 2 posible solutions:
   * Added the 'network-manager-vpnc' package as a dependency
   * Don't show the VPN tab unless the package be installed

** Tags removed: alpha6

-- 
NM connection editor has VPN option deactivated by default
https://bugs.launchpad.net/bugs/344800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364009] Re: ubiquity support to override default frontend via kernel option

2009-05-31 Thread Juanje Ojeda
** Changed in: guadalinex
   Status: New = In Progress

** Changed in: guadalinex
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
ubiquity support to override default frontend via kernel option
https://bugs.launchpad.net/bugs/364009
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364009] Re: ubiquity support to override default frontend via kernel option

2009-05-31 Thread Juanje Ojeda
This is a new patch for taking the frontend from the /proc/cmdline in
the debconf format and parsing the parameters as Colin sugested.

This patch was made against the current verion of the main branch so
this apply cleanly.

** Attachment added: Search for ubiquity/frontend=* and pass the result to 
ubiquity
   http://launchpadlibrarian.net/27349134/init_frontend.patch

** Changed in: ubiquity (Ubuntu)
   Status: New = In Progress

-- 
ubiquity support to override default frontend via kernel option
https://bugs.launchpad.net/bugs/364009
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382274] [NEW] Gconf keys doesn't show translated

2009-05-31 Thread Juanje Ojeda
Public bug reported:

Binary package hint: gconf

I'm checking this in a fresh instalation of Ubuntu Jaunty (stable) plus the
last updated (the result is the same that before the update).
The version of Gconf is: 2.26.0-0ubuntu1

If you check in gconf-editor or with gconttool-2 (from a non-English
environment) any gconf key's description you'll get always in English.

For exmaple:

gu...@jaunty:~$ gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
Launch calculator
gu...@jaunty:~$ LANG=es gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
Launch calculator
gu...@jaunty:~$ LANG=es_ES gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
Launch calculator
gu...@jaunty:~$ LANG=es_ES.UTF-8 gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
Launch calculator
gu...@jaunty:~$ LANG=es.UTF-8 gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
Launch calculator
gu...@jaunty:~$ LANG=it gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
Launch calculator

It seems to me to be related with the changes made for the GNOME bug #568845
(http://bugzilla.gnome.org/show_bug.cgi?id=568845).

And this causes problems like the bug GNOME #576570
(http://bugzilla.gnome.org/show_bug.cgi?id=576570) which is connected with the 
Ubuntu bug #359247.

** Affects: gconf
 Importance: Unknown
 Status: Unknown

** Affects: gconf (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs (desktop-bugs)
 Status: New

** Affects: guadalinex
 Importance: High
 Assignee: Juanje Ojeda (juanje)
 Status: Triaged


** Tags: i18n

** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
   Status: New = Triaged

** Changed in: guadalinex
Milestone: None = final

** Changed in: guadalinex
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Bug watch added: GNOME Bug Tracker #584407
   http://bugzilla.gnome.org/show_bug.cgi?id=584407

** Also affects: gconf via
   http://bugzilla.gnome.org/show_bug.cgi?id=584407
   Importance: Unknown
   Status: Unknown

** Changed in: gconf (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
Gconf keys doesn't show translated
https://bugs.launchpad.net/bugs/382274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359247] Re: Almost all the Actions in the Keyboard Shortcuts dialog shows untranslated

2009-05-31 Thread Juanje Ojeda
** Bug watch added: GNOME Bug Tracker #584407
   http://bugzilla.gnome.org/show_bug.cgi?id=584407

** Also affects: gconf via
   http://bugzilla.gnome.org/show_bug.cgi?id=584407
   Importance: Unknown
   Status: Unknown

-- 
Almost all the Actions in the Keyboard Shortcuts dialog shows untranslated
https://bugs.launchpad.net/bugs/359247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359247] Re: Almost all the Actions in the Keyboard Shortcuts dialog shows untranslated

2009-05-31 Thread Juanje Ojeda
I've just added the project Gconf to the bug because this seems to be a
Gconf problem. I've also linked an upstream bug about it.

The problem is not the gnome-settings-daemon doesn't mark for
translations the strings, neither the translated strings doesn't show
up, the problem is the strings are asked to Gconf and Gconf (now) is
giving the untranslated strings.

You can check this by doing this:
$ gconftool --short-docs /apps/gnome_settings_daemon/keybindings/calculator

Even if you force the LANG, you'll get always Launch calculator, not the 
translated version. You can try:
$ LANG=es gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
$ LANG=it gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
$ LANG=de gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
...

Also you can see this easuly in the gconf-editor. All the gconf keys'
descriptions are untranslated. But in previous versions they were
translated. And the translations are still there as Ricardo pointed out
before.

So I connected this bug with the upstream gconf bug and I've created a
new one ( bug #382274) for the whole Gconf issue (not just the actions
stuff).

-- 
Almost all the Actions in the Keyboard Shortcuts dialog shows untranslated
https://bugs.launchpad.net/bugs/359247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382274] Re: Gconf keys doesn't show translated

2009-05-31 Thread Juanje Ojeda
** Description changed:

  Binary package hint: gconf
  
  I'm checking this in a fresh instalation of Ubuntu Jaunty (stable) plus the
  last updated (the result is the same that before the update).
  The version of Gconf is: 2.26.0-0ubuntu1
  
  If you check in gconf-editor or with gconttool-2 (from a non-English
  environment) any gconf key's description you'll get always in English.
  
  For exmaple:
  
  gu...@jaunty:~$ gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
  Launch calculator
  gu...@jaunty:~$ LANG=es gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
  Launch calculator
  gu...@jaunty:~$ LANG=es_ES gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
  Launch calculator
  gu...@jaunty:~$ LANG=es_ES.UTF-8 gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
  Launch calculator
  gu...@jaunty:~$ LANG=es.UTF-8 gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
  Launch calculator
  gu...@jaunty:~$ LANG=it gconftool --short-docs 
/apps/gnome_settings_daemon/keybindings/calculator
  Launch calculator
  
- It seems to me to be related with the changes made for the GNOME bug #568845
+ It seems to me to be related with the changes made for the GNOME bug 568845
  (http://bugzilla.gnome.org/show_bug.cgi?id=568845).
  
- And this causes problems like the bug GNOME #576570
+ And this causes problems like the bug GNOME 576570
  (http://bugzilla.gnome.org/show_bug.cgi?id=576570) which is connected with 
the Ubuntu bug #359247.

** Also affects: guadalinexedu
   Importance: Undecided
   Status: New

-- 
Gconf keys doesn't show translated
https://bugs.launchpad.net/bugs/382274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381925] [NEW] [needs-packaging] mount-systray

2009-05-30 Thread Juanje Ojeda
Public bug reported:

[needs-packaging] mount-systray

Systray applicacion for umount devices easy, with integrated notification. This 
application let you easily umount CDs, DVDs, usb disks and so on.
This tool was created for the Guadalinex distribution.

URL: http://launchpad.net/mount-systray
License: GPL (v2 or later)
Notes: This package is been used by a large amount of users since Guadalinex v4 
(Ubuntu edgy).

** Affects: ubuntu
 Importance: Undecided
 Assignee: Juanje Ojeda (juanje)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
[needs-packaging] mount-systray
https://bugs.launchpad.net/bugs/381925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382023] [NEW] [needs-packaging] gedit-plugin-TLoleo

2009-05-30 Thread Juanje Ojeda
Public bug reported:

[needs-packaging] gedit-plugin-TLoleo

gedit-plugin-TLoleo contain a set of plugins for gedit, GNOME's text editor.
The following plugins are included:
* TLoleo: synthesizes the selected text with Festival using the Spanish 

Male voice from the Hispavoces project 
(http://forja.guadalinex.org/projects/hispavoces/). Developed by Intelligent 
Dialogue Systems S.L. 
This tool was created for the Guadalinex distribution.

URL: http://launchpad.net/gedit-plugin-tloleo
License: GPL (v2 or later)
Notes: This package is been used by a large amount of users since Guadalinex v4 
(Ubuntu edgy).

** Affects: ubuntu
 Importance: Undecided
 Assignee: Juanje Ojeda (juanje)
 Status: In Progress


** Tags: needs-packaging

** Changed in: ubuntu
   Status: New = In Progress

** Changed in: ubuntu
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
[needs-packaging] gedit-plugin-TLoleo
https://bugs.launchpad.net/bugs/382023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335484] Re: [needs-packaging] needs-packaging 'Back In Time' backup app

2009-05-30 Thread Juanje Ojeda
** Changed in: ubuntu-meta (Ubuntu)
   Status: New = In Progress

** Changed in: ubuntu-meta (Ubuntu)
 Assignee: (unassigned) = Roberto C. Morano (rcmorano)

-- 
[needs-packaging] needs-packaging 'Back In Time' backup app 
https://bugs.launchpad.net/bugs/335484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364577] Re: combo options are displayed not translated

2009-05-28 Thread Juanje Ojeda
This bug affect to Jaunty (package 2.26.2-0ubuntu2 from Jaunty-updates and 
earliers) and is a i18n important issue.
The change don't bring any regression problem and is very simple as a quilt 
patch. I tested myself in a pristine system with Jaunty and it build with any 
problems or warnings. And the problem is solved.

Thanks for your time.

** Attachment added: Upstream pacth adapted to the Jaunty-updates version 
(2.26.2-0ubuntu2) as a quilt patch for the package
   http://launchpadlibrarian.net/27233186/98_properties.ui.patch

-- 
combo options are displayed not translated
https://bugs.launchpad.net/bugs/364577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381299] [NEW] gnome-keybinding-properties actions are not translated

2009-05-28 Thread Juanje Ojeda
Public bug reported:

Binary package hint: gnome-control-center

Ubuntu version: Jaunty
Package version: 2.26.0-0ubuntu3

The capplet gnome-keybinding-properties from the package 'Gnome Control
Center' show the actions in English no matter which langauage you have
in your enviroment.

This bug was detectec in Guadalinex which is Ubuntu Jaunty with the last
jaunty-updates installed. So the bug is still in the Jaunty package
version 2.26.0-0ubuntu3. But seems this bug is also in upstream (GNOME).

To reproduce the problem you can go to the GNOME menu System -
Preference - Keyboard Shortcuts (in non-English language).

I attach a screenshot with the problem.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu Desktop Bugs (desktop-bugs)
 Status: New

** Affects: guadalinex
 Importance: Undecided
 Status: New


** Tags: guadalinex i18n jaunty

-- 
gnome-keybinding-properties actions are not translated
https://bugs.launchpad.net/bugs/381299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381299] Re: gnome-keybinding-properties actions are not translated

2009-05-28 Thread Juanje Ojeda

** Attachment added: conbinacion_de_teclas.png
   http://launchpadlibrarian.net/27239157/conbinacion_de_teclas.png

** Also affects: guadalinex
   Importance: Undecided
   Status: New

-- 
gnome-keybinding-properties actions are not translated
https://bugs.launchpad.net/bugs/381299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381299] Re: gnome-keybinding-properties actions are not translated

2009-05-28 Thread Juanje Ojeda
** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

** Bug watch added: GNOME Bug Tracker #576570
   http://bugzilla.gnome.org/show_bug.cgi?id=576570

** Also affects: gnome-control-center via
   http://bugzilla.gnome.org/show_bug.cgi?id=576570
   Importance: Unknown
   Status: Unknown

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
   Status: New = Triaged

** Changed in: guadalinex
Milestone: None = final

** Changed in: guadalinex
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
gnome-keybinding-properties actions are not translated
https://bugs.launchpad.net/bugs/381299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381299] Re: gnome-keybinding-properties actions are not translated

2009-05-28 Thread Juanje Ojeda
*** This bug is a duplicate of bug 359247 ***
https://bugs.launchpad.net/bugs/359247

** This bug has been marked a duplicate of bug 359247
   Almost all the Actions in the Keyboard Shortcuts dialog shows untranslated

-- 
gnome-keybinding-properties actions are not translated
https://bugs.launchpad.net/bugs/381299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 359247] Re: Almost all the Actions in the Keyboard Shortcuts dialog shows untranslated

2009-05-28 Thread Juanje Ojeda
This bug was detectec also in Guadalinex which is Ubuntu Jaunty with the
last jaunty-updates installed. So the bug is still in the Jaunty package
version 2.26.0-0ubuntu3. But seems this bug is still in upstream (GNOME
2.27 git branch).

** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Also affects: guadalinexedu
   Importance: Undecided
   Status: New

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
   Status: New = Confirmed

** Changed in: guadalinex
Milestone: None = final

** Changed in: guadalinex
 Assignee: (unassigned) = Juanje Ojeda (juanje)

** Tags added: i18n

** Tags added: guadalinex jaunty

-- 
Almost all the Actions in the Keyboard Shortcuts dialog shows untranslated
https://bugs.launchpad.net/bugs/359247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364577] Re: combo options are displayed not translated

2009-05-26 Thread Juanje Ojeda
** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
   Status: New = Fix Committed

** Changed in: guadalinex
Milestone: None = final

-- 
combo options are displayed not translated
https://bugs.launchpad.net/bugs/364577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310804] Re: Missing strings for translation

2009-05-25 Thread Juanje Ojeda
** Branch linked: lp:~guadalinex-members/usb-creator/i18n

-- 
Missing strings for translation
https://bugs.launchpad.net/bugs/310804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 375457] Re: Incorrect translation in South-American Spanish for Video folder

2009-05-14 Thread Juanje Ojeda
I understand your pint of view, but as long as I know, In GNOME, the
Spanish translations groups join toguether to have a single, but more
complete, Spanish translation rather a lot of different and less
complete translations. That is because the number of translators we have
and the personal and voluntary time the can use for the project.

So, they have to have an agreement about which words are more correct
for the most of the people. Some times it doesn't like to prople from
Spain, like «computadora» (see the GNOME entries here - http://en.es
.open-tran.eu/suggest/computer ), and others to prople from other
countries, like this case.

In another hand, in the RAE dictionary you can find words and meaning
from other countries. You can checks words like «papa», «guagua»,
«carro» (in the South American meaning of «car»), «alebrestarse»,
«bemba» and much more.

I'm sorry if this explanation is not enough for you :-/

-- 
Incorrect translation in South-American Spanish for Video folder
https://bugs.launchpad.net/bugs/375457
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 375457] Re: Incorrect translation in South-American Spanish for Video folder

2009-05-13 Thread Juanje Ojeda
Actually there is not South-America Spanish, neither in Gnome
Translations (http://l10n.gnome.org/teams/es) or Ubuntu
(https://translations.edge.launchpad.net/ubuntu/jaunty/+source/xdg-user-
dirs/+pots/xdg-user-dirs). There is just Spanish.

Spanish language try to be the more common, correct and plain as
possible and the word «vídeo» wear acute accent as the RAE says.

Also the most of translations on free software projects use «vídeo»:
http://en.es.open-tran.eu/suggest/Video

I know it could be a bit weird for some one from Colombia or others
countries, but that is correct and any Spanish speaker can undertand it.

Anyway, probably some official Ubuntu translator from the Spanish team
(~ubuntu-l10-es) answer officially this bug.

-- 
Incorrect translation in South-American Spanish for Video folder
https://bugs.launchpad.net/bugs/375457
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 367869] Re: [jaunty] The binary package is not using python2.6

2009-04-28 Thread Juanje Ojeda
Sorry for the wrong  Ubuntu Spansors subscriber :-/
Thank Daniel for the fix :-)

** Changed in: guadalinex
   Status: Triaged = Fix Released

-- 
[jaunty] The binary package is not using python2.6
https://bugs.launchpad.net/bugs/367869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367869] [NEW] [jaunty] The binary package is not using python2.6

2009-04-27 Thread Juanje Ojeda
Public bug reported:

Binary package hint: python-syck

The binary package from the repositories provide the module for
python2.4 and python2.5 but not for python2.6 (which is the one is used
by default in Jaunty).

The package version:
ii  python-syck0.61.2-1   PySyck python bindings to the 
Syck YAML parser kit

Here is the output of the command 'dpkg -L', to show the files installed from 
the package:
http://pastebin.ubuntu.com/159264/

The package is the last from the repositories and the system is updated
to the last version (the Jaunty release)

The thing is the package source is right and if you rebuild the package
in a Jaunty box you'll have a binary package with modules for python2.5
and python2.6. So my guess is the last time this package was built was
before the python2.6 migration on Jaunty.

The problem with this bug is that all the scripts and applications which
are using python-syck will crash because the lack of this module for
python2.6.

And the solution is just to force the rebuild of this package and
updaload it to the repos.

** Affects: python-syck (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: guadalinex
 Importance: High
 Assignee: Juanje Ojeda (juanje)
 Status: Triaged

** Also affects: guadalinex
   Importance: Undecided
   Status: New

** Changed in: python-syck (Ubuntu)
   Status: New = Confirmed

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
   Status: New = Triaged

** Changed in: guadalinex
Milestone: None = beta

** Changed in: guadalinex
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
[jaunty] The binary package is not using python2.6
https://bugs.launchpad.net/bugs/367869
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310804] Re: Missing strings for translation

2009-04-21 Thread Juanje Ojeda
** Branch linked: lp:~guadalinex-members/usb-creator/i18n

-- 
Missing strings for translation
https://bugs.launchpad.net/bugs/310804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-08 Thread Juanje Ojeda
** Changed in: guadalinex
   Status: Confirmed = Fix Released

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-04-07 Thread Juanje Ojeda
** Changed in: grub (Guadalinex)
   Status: Fix Committed = Fix Released

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344426] Re: gwibber crashed with NoKeyringDaemonError in get_data()

2009-04-06 Thread Juanje Ojeda
This happens to me, but I think the problem was the gnome-keyring didn't
launch at the begining of the session.

Once I've launched the gnome-keyring, the Gwibber let me create and use
the accounts.

-- 
gwibber crashed with NoKeyringDaemonError in get_data()
https://bugs.launchpad.net/bugs/344426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347152] Re: packaged gwibber misses translations because it uses hard-coded /usr/local path

2009-04-06 Thread Juanje Ojeda
I can confirm this bug and the patch fixes it.
I can't launch Gwibber in Spanish without change the path in the same way the 
patch does.
This is sort of important bug for Gwibber and the solution is already there, 
could someone commit the change, please?

Thank you.

-- 
packaged gwibber misses translations because it uses hard-coded /usr/local path
https://bugs.launchpad.net/bugs/347152
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-04-03 Thread Juanje Ojeda
** Branch unlinked: lp:~guadalinex-members/grub/fix_splashimage_uuid

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-04-03 Thread Juanje Ojeda

** Attachment added: Patch using uuid instead of root command
   http://launchpadlibrarian.net/24748334/update-grub_uuid-splashimage.patch

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-04-03 Thread Juanje Ojeda
** Branch unlinked: lp:~guadalinex-
members/grub/fix_splashimage_uuid_by_groot

** Branch linked: lp:~guadalinex-members/grub/fix_splashimage_uuid

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-04-03 Thread Juanje Ojeda
I've generated the package with that patch in the ppa:
https://edge.launchpad.net/~guadalinex-members/+archive/ppa

And I have tested on a Ubuntu Jaunty box. I think it was a alpha6, but
it's already updated to the todays packages.

I run the next steps:
 1- I put the file in the correct place: /boot/grub/splash.xpm.gz
 2- Removed the old '/boot/grub/menu.lst'
 3- Run 'update-grub'
 4- I checked the new /boot/grub/menu.lst and it showed what was spected:
  uuid   [UUID value]
  splashimage=/boot/grub/splash.xpm.gz
 5- I rebooted the system and the splash image showed up.

This patch seems to work fine and now follow all the advices Colin give me.
The branch has also the patch.

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-02 Thread Juanje Ojeda
Yes, I think I was wrong with the revision. I was looking for any
changes on autologin at the logs and it showed up, but after I got a
better look and I think it's not there...

I'm still looking...

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] [NEW] (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda
Public bug reported:

Binary package hint: ubiquity

I'm testing Ubuntu Jaunty daily-build from 01-Apr-2009 and I've started
it in Spanish.

When I arrive to the Who are you? step I found there are some strings
(the autologin ones) which were there before but now doen't show up.

But when I choose one autologin option, then all hidden texts show up.

I attacth 2 screenshots. The first is before the click and the second,
just after.

I believe the problem comes from the change on revision 3136[1], because
it changed som autologin stuff in gtk_ui.py, but I didn't check well
yet.

[1] http://bazaar.launchpad.net/~ubuntu-
installer/ubiquity/trunk/revision/3136

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: guadalinex
 Importance: High
 Assignee: Juanje Ojeda (juanje)
 Status: New


** Tags: autologin beta gui jaunty

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda

** Attachment added: Before the click, when the texts were hidden
   http://launchpadlibrarian.net/24628626/user-setup_ubiquity.png

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda
There is also part of the comment for the second question which was
hidden and suddenly showed up when the click was done.

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
Milestone: None = beta
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda

** Attachment added: After the click, when the texts showed up
   http://launchpadlibrarian.net/24628633/user-setup_ubiquity-2.png

** Also affects: guadalinex
   Importance: Undecided
   Status: New

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda
** Description changed:

  Binary package hint: ubiquity
  
  I'm testing Ubuntu Jaunty daily-build from 01-Apr-2009 and I've started
  it in Spanish.
  
  When I arrive to the Who are you? step I found there are some strings
  (the autologin ones) which were there before but now doen't show up.
  
  But when I choose one autologin option, then all hidden texts show up.
  
  I attacth 2 screenshots. The first is before the click and the second,
  just after.
  
- I believe the problem comes from the change on revision 3136, because it
- changed som autologin stuff in gtk_ui.py, but I didn't check well yet.
+ I believe the problem comes from the change on revision 3136[1], because
+ it changed som autologin stuff in gtk_ui.py, but I didn't check well
+ yet.
+ 
+ [1] http://bazaar.launchpad.net/~ubuntu-
+ installer/ubiquity/trunk/revision/3136

** Tags added: autologin gui

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda
I've just comfirmed that it also happends in English version, not just
with Spanish translations

** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

** Changed in: guadalinex
   Status: New = Confirmed

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310804] Re: Missing strings for translation

2009-04-01 Thread Juanje Ojeda
Confirmed the strings that has commented Adi Roiban. But also others in 
scripts/install.py:
bash$ grep -n sys.stdout.write ../scripts/install.py
35:sys.stdout.write('Copying files\n')
132:sys.stdout.write('Creating persistence file\n')
135:sys.stdout.write('Making persistence filesystem\n')


** Changed in: usb-creator (Guadalinex)
   Status: Fix Committed = In Progress

** Branch linked: lp:~guadalinex-members/usb-creator/i18n

-- 
Missing strings for translation
https://bugs.launchpad.net/bugs/310804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310804] Re: Missing strings for translation

2009-04-01 Thread Juanje Ojeda
** Changed in: usb-creator (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
Missing strings for translation
https://bugs.launchpad.net/bugs/310804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310804] Re: Missing strings for translation

2009-04-01 Thread Juanje Ojeda
I've just push to the i18n branch some changes to add gettext and _()
function to scripts/install.py, so the strings which are been showing at
the GUI during the copying progress dialog can be translated.

I did some test regenerating the pot and the po files and testig the new
code with the translations. Now all the strings seems to be
translatables.

Well, the only thing is that there is 2 time where is used Ubuntu to
refer to the new usb written. It should be removed because it could be
another distro (Kubuntu, Xubuntu, Ubuntu Studio, Guadalinex...).

** Changed in: usb-creator (Guadalinex)
   Status: In Progress = Fix Committed

-- 
Missing strings for translation
https://bugs.launchpad.net/bugs/310804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-03-31 Thread Juanje Ojeda
** Changed in: grub (Guadalinex)
Milestone: None = alpha

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310804] Re: Missing strings for translation

2009-03-31 Thread Juanje Ojeda
The strings were already imported:
https://translations.edge.launchpad.net/ubuntu/jaunty/+source/usb-creator/+pots/usbcreator

** Changed in: usb-creator (Guadalinex)
   Status: Confirmed = Fix Committed

** Changed in: usb-creator (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
Missing strings for translation
https://bugs.launchpad.net/bugs/310804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335678] Re: Failsafe X troubleshooting dialogs not translatable

2009-03-31 Thread Juanje Ojeda
** Changed in: xorg (Guadalinex)
Milestone: None = rc

-- 
Failsafe X troubleshooting dialogs not translatable
https://bugs.launchpad.net/bugs/335678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-03-24 Thread Juanje Ojeda
This was confirmed by other person in the comment to other bug:
https://bugs.launchpad.net/ubuntu/+source/grub/+bug/51866/comments/16

** Changed in: grub (Guadalinex)
   Status: New = Confirmed

** Branch linked: lp:~guadalinex-members/grub/fix_splashimage_uuid

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-03-24 Thread Juanje Ojeda
Added patch for fixing this.

Actually it's kind of workaround because the patch set the root stanza in those 
cases where the grub root device  is an UUID value.
This fix the problem, but I guess the real fix will be to give to splashimage 
load the capacity of use uuid uris.

** Attachment added: splashimage_uuid.diff
   http://launchpadlibrarian.net/24306356/splashimage_uuid.diff

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-03-24 Thread Juanje Ojeda
** Branch linked: lp:~guadalinex-
members/grub/fix_splashimage_uuid_by_groot

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 347790] Re: Splash image not shown when using device UUID as root

2009-03-24 Thread Juanje Ojeda
I've been added a new branch (lp:~guadalinex-
members/grub/fix_splashimage_uuid_by_groot) where I've integrated the
previous patch on the current (0.97-29ubuntu51) package.

This will fix the problem for those cases where the user, after put a splash 
image on /boot/grub/ run update-grub so the /boot/grub/menu.lst is regenerated 
and finish the splash image installation.
With the current official package the update-grub will attach the device's UUID 
identificator as a prefix to the image path, but Grub doesn't understand for 
that stanza that kind of path, just the grub device format or a relative path 
to a root device previously set.

For that reason in this patch we set the 'root' stanza before defining
the 'splashimage_path' variable and then we remove the 'grub root
device' from that path. But just in those cases where the 'grub root
device' is an UUID value. Which actually will happen in all cases in
Ubuntu since we move to UUID identificators instead Grub or Linux
formats for the devices.

** Changed in: grub (Guadalinex)
   Status: Confirmed = Fix Committed

** Changed in: grub (Ubuntu)
   Status: New = Confirmed

-- 
Splash image not shown when using device UUID as root
https://bugs.launchpad.net/bugs/347790
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335678] Re: Failsafe X troubleshooting dialogs not translatable

2009-03-24 Thread Juanje Ojeda
There were a little bug with a string. Some quotes were mixed.
I attach a patch for fixing this.

** Attachment added: Patch to fix some misplaced quotes
   http://launchpadlibrarian.net/24310704/failsafeXinit_quotes.diff

-- 
Failsafe X troubleshooting dialogs not translatable
https://bugs.launchpad.net/bugs/335678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335678] Re: Failsafe X troubleshooting dialogs not translatable

2009-03-23 Thread Juanje Ojeda
** Branch linked: lp:~guadalinex-members/xorg-server/failsafe-i18n

-- 
Failsafe X troubleshooting dialogs not translatable
https://bugs.launchpad.net/bugs/335678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331061] Re: .desktop item not translatable

2009-03-19 Thread Juanje Ojeda
** Changed in: usb-creator (Guadalinex)
   Status: In Progress = Fix Released

-- 
.desktop item not translatable
https://bugs.launchpad.net/bugs/331061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344800] [NEW] NM connection editor has VPN option deactivated by default

2009-03-18 Thread Juanje Ojeda
Public bug reported:

Binary package hint: network-manager

Network Manager in standard Ubuntu Jaunty alpha6 doesn't has the package
'network-manager-vpnc' as a dependency and isn't either installed by the
desktop metapackage or so.

So the connection editor show the option VPN tab, but all button are
deactivated and it doesn't tell you why or what can you do for
activating it.

I see 2 posible solutions:
 * Added the 'network-manager-vpnc' package as a dependency
 * Don't show the VPN tab unless the package be installed

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: network-manager (Guadalinex)
 Importance: Low
 Status: Triaged


** Tags: alpha6 jaunty usability

** Also affects: network-manager (Guadalinex)
   Importance: Undecided
   Status: New

** Changed in: network-manager (Guadalinex)
   Importance: Undecided = Low
   Status: New = Triaged

-- 
NM connection editor has VPN option deactivated by default
https://bugs.launchpad.net/bugs/344800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Guadalinex-members] [Bug 335678] Re: Failsafe X troubleshooting dialogs not translatable

2009-03-17 Thread Juanje Ojeda
Bryce Harrington escribió:
 ** Changed in: xorg (Ubuntu)
Status: Triaged = Fix Committed
 

Excuse me Bryce, where the fix is commited? I was trying to get the source code 
to dong someting but I didn't find any branch I had to get with 'apt-get 
source'.

Thanks for the fixing anyway :-)

-- 
Failsafe X troubleshooting dialogs not translatable
https://bugs.launchpad.net/bugs/335678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 331061] Re: .desktop item not translatable

2009-03-15 Thread Juanje Ojeda
I open again the bug because the solution committed is incomplete.
Please, read my last comment and the patch.

The gettext domain in the .desktop is wrong, it must be changed.

** Changed in: usb-creator (Ubuntu)
   Status: Fix Released = Confirmed

-- 
.desktop item not translatable
https://bugs.launchpad.net/bugs/331061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 70566] Re: Eject CD message not translated

2009-03-11 Thread Juanje Ojeda
 My comments were general quality issues with the patch, not things that 
 should affect one distribution rather than 
 another. I would suggest taking them into account rather than discounting 
 them as things that only affect Ubuntu!

I know and I'll take them into account. The thing is that for Guadalienx is 
mandatory to have this in Spanish. We must have it in one way or another for 
this version.
If we have to do in a not very nice way, we'll do it. But this doesn't mean 
we'll try later to do it in the better way for Ubuntu (so for Guadalinex). But 
we have not much time and we can't wait for having a usplash issue fixed or 
even fixing it ourself.

That was what I meant, sorry if I didn't explain well myself.

-- 
Eject CD message not translated
https://bugs.launchpad.net/bugs/70566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 310804] Re: Missing strings for translation

2009-03-10 Thread Juanje Ojeda
This bug is important for Guadalinex but also for all non-English
speakers.

The usbcreator.pot seems updated in the code but the translations are not 
imported since awhile.
http://bazaar.launchpad.net/~usb-creator-hackers/usb-creator/trunk/annotate/head%3A/po//usbcreator.pot

** Also affects: usb-creator (Guadalinex)
   Importance: Undecided
   Status: New

** Changed in: usb-creator (Guadalinex)
   Importance: Undecided = High
   Status: New = Confirmed

** Changed in: usb-creator (Ubuntu)
   Status: New = Confirmed

-- 
Missing strings for translation
https://bugs.launchpad.net/bugs/310804
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331061] Re: .desktop item not translatable

2009-03-10 Thread Juanje Ojeda
** Also affects: usb-creator (Guadalinex)
   Importance: Undecided
   Status: New

** Changed in: usb-creator (Guadalinex)
   Importance: Undecided = Medium
   Status: New = Confirmed

-- 
.desktop item not translatable
https://bugs.launchpad.net/bugs/331061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331061] Re: .desktop item not translatable

2009-03-10 Thread Juanje Ojeda
The patch fix the part of the problem but there is still an issue. The 
'X-Ubuntu-Gettext-Domain' in the .desktop is wrong.
It should be 'usbcreator' and is 'usb-creator'.

The change is so simple, but I attach the patch anyway.

** Attachment added: Put the proper X-Ubuntu-Gettext-Domain
   http://launchpadlibrarian.net/23721836/gettext-domain.patch

** Changed in: usb-creator (Guadalinex)
   Status: Confirmed = In Progress

-- 
.desktop item not translatable
https://bugs.launchpad.net/bugs/331061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >