[Bug 364663] Re: rarian-compat should conflict/replace libscrollkeeper0

2011-05-20 Thread Roberto C. Morano
I just checked and It seems it's fixed already :]

Thanks for your attention.

** Changed in: guadalinex
   Status: Incomplete => Fix Released

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

Title:
  rarian-compat should conflict/replace libscrollkeeper0

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


[Bug 363871] Re: Disabling user switching doesn't disable it completely

2009-11-18 Thread Roberto C. Morano
I can confirm that it doesn't works in 9.10 either...

Menu options are displayed in FUSA (in 9.10 indicator-session) applet
and in the gnome-panel built-in applet "logout". They do not only are
shown in the applets, they will let you switch user having set
"/desktop/gnome/lockdown/disable_user_switching" to "True".

I have been looking into indicator-session's code and it directly spawns
a new session without checking any config (gconf). I have tried to
disallow normal users via policykit to access
"org.gnome.displaymanager.localdisplayfactory" dbus resource, since,
I've seen that, that's what indicator-session calls to instace a new
sessiĆ³n, but I haven't been able to do it, I don't know if it has been
because of my ignorance or because some problem related with the
transition from policykit to policykit-1 (the resource wasn't defined in
"/usr/share/polkit-1/actions/gdm.policy")...

Im reviewing gnome-panel's code right now, I need those options disabled
in the distro I'm developing (Guadalinex Guadalinfo V6).

-- 
Disabling user switching doesn't disable it completely
https://bugs.launchpad.net/bugs/363871
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

[Bug 383556] Re: Brasero hangs forever while converting xvid video files

2009-06-17 Thread Roberto C. Morano
Done:

http://bugzilla.gnome.org/show_bug.cgi?id=586196

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

-- 
Brasero hangs forever while converting xvid video files
https://bugs.launchpad.net/bugs/383556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 383616] [NEW] "Add-in Manager" untranslated/misterious strings

2009-06-04 Thread Roberto C. Morano
Public bug reported:

Binary package hint: f-spot 0.5.0.3-1ubuntu6 (jaunty)

I'm part of the Guadalinex distro developers team and one of our prior
tasks is to make a full Spanish distro. In the task of getting 'f-spot'
fully translated, I have found a really weird case that I haven't been
able to resolve...

The matter is that there are some strings in the 'Preferences/Manage
Extensions' which remain untranslated. We can find, for example:

* Add-in Manager
* The following add-ins are currently installed:
* etc...

I check that the 'f-spot' translations are managed directly from package 
source, it's not included in any langpack, so I went to look into f-spot 
code/.pot/.po.
I started looking for those strings I mentioned, but I could'nt find them nor 
in the code neither in the .po files...
I realized that those strings were correctly translated in .po files, matching 
correct source strings, but they were not being displayed translated.
I checked that "Add-ins Manager" is now substituted by "Extensions Manager" 
mostly everywhere in code and that made me wonder if strings in code (in 
English) were being showed in GUI as they were in code... And they weren't!!

I'll illustrate it with some examples:

* es.po

#: 
../mono-addins/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs:36
#: 
../mono-addins/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:58
msgid "Extension Manager"
msgstr "Gestor de extensiones"

* mono-addins/Mono.Addins.Gui/gtk-
gui/Mono.Addins.Gui.AddinInstallerDialog.cs:36

this.Title = Mono.Unix.Catalog.GetString("Extension
Manager");

* String showed in GUI when launching f-spot (even launching it in
English)

"Add-ins Manager"

It is a really weird case... At least until I knew where those strings
are coming from :]

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: guadalinex
 Importance: Medium
 Status: Confirmed


** Tags: jaunty

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

** Changed in: guadalinex
   Importance: Undecided => Medium

** Changed in: guadalinex
   Status: New => Confirmed

** Changed in: guadalinex
Milestone: None => final

** Tags added: jaunty

** Description changed:

- Binary package hint: f-spot
+ Binary package hint: f-spot 0.5.0.3-1ubuntu6 (jaunty)
  
  I'm part of the Guadalinex distro developers team and one of our prior
  tasks is to make a full Spanish distro. In the task of getting 'f-spot'
  fully translated, I have found a really weird case that I haven't been
  able to resolve...
  
  The matter is that there are some strings in the 'Preferences/Manage
  Extensions' which remain untranslated. We can find, for example:
  
  * Add-in Manager
  * The following add-ins are currently installed:
  * etc...
  
  I check that the 'f-spot' translations are managed directly from package 
source, it's not included in any langpack, so I went to look into f-spot 
code/.pot/.po.
  I started looking for those strings I mentioned, but I could'nt find them nor 
in the code neither in the .po files...
  I realized that those strings were correctly translated in .po files, 
matching correct source strings, but they were not being displayed translated.
  I checked that "Add-ins Manager" is now substituted by "Extensions Manager" 
mostly everywhere in code and that made me wonder if strings in code (in 
English) were being showed in GUI as they were in code... And they weren't!!
  
  I'll illustrate it with some examples:
  
  * es.po
  
  #: 
../mono-addins/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinInstallerDialog.cs:36
  #: 
../mono-addins/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.AddinManagerDialog.cs:58
  msgid "Extension Manager"
  msgstr "Gestor de extensiones"
  
  * mono-addins/Mono.Addins.Gui/gtk-
  gui/Mono.Addins.Gui.AddinInstallerDialog.cs:36
  
  this.Title = Mono.Unix.Catalog.GetString("Extension
  Manager");
  
  * String showed in GUI when launching f-spot (even launching it in
  English)
  
  "Add-ins Manager"
  
  It is a really weird case... At least until I knew where those strings
  are coming from :]

-- 
"Add-in Manager" untranslated/misterious strings
https://bugs.launchpad.net/bugs/383616
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 383556] Re: Brasero hangs forever while converting xvid video files

2009-06-04 Thread Roberto C. Morano
** Description changed:

- Binary package hint: brasero
+ Binary package hint: brasero 2.26.0-0ubuntu3 (jaunty)
  
  When burning "Video Projects" brasero hangs in the process of converting 
files.
  Sometimes the progress bar just stops and the app hangs forever and sometimes 
it starts to increase the estimated time up to infinite.
  
  I have tried to convert these two different XviD files to SVCD/VCD:
  
  * 700mb file: AVI, 640 x 272, 25.00 fps, video: XviD, audio: MPEG-1 Layer 3 
(stereo, 48000 Hz)
  * 12mb file: AVI, 720 x 576, 25.00 fps, video: XviD, audio: uncompressed PCM 
(stereo, 48000 Hz)
  
  I only had success with the small one using VCD as output, but randomly,
  it failed aswell...
  
  I have tried to convert very different files with sucess:
  
  * The SAME 12mb file converted (via ffmpeg) to DivX4 and FFmpeg DivX
  * 16mb file: MPEG sequence, v1, system multiplex
  * 41mb file: Ogg data, Skeleton v3.0
  * 25mb file: Ogg data, Theora video
  
  I have attached 4 brasero debug log files (brasero -g) for the 4
  different failed (well, 1 one of them is the success log for the small
  XviD file which sometimes works) tests I've done.

-- 
Brasero hangs forever while converting xvid video files
https://bugs.launchpad.net/bugs/383556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 383556] Re: Brasero hangs forever while converting xvid video files

2009-06-04 Thread Roberto C. Morano

** Attachment added: "FAILED-12mb-file-xvid-to-svcd-brasero-debug.log"
   
http://launchpadlibrarian.net/27493635/FAILED-12mb-file-xvid-to-svcd-brasero-debug.log

** Tags added: jaunty

-- 
Brasero hangs forever while converting xvid video files
https://bugs.launchpad.net/bugs/383556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 383556] Re: Brasero hangs forever while converting xvid video files

2009-06-04 Thread Roberto C. Morano

** Attachment added: "FAILED-700mb-file-xvid-to-vcd-brasero-debug.log"
   
http://launchpadlibrarian.net/27493609/FAILED-700mb-file-xvid-to-vcd-brasero-debug.log

-- 
Brasero hangs forever while converting xvid video files
https://bugs.launchpad.net/bugs/383556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 383556] Re: Brasero hangs forever while converting xvid video files

2009-06-04 Thread Roberto C. Morano

** Attachment added: "SUCCESSFUL-12mb-file-xvid-to-vcd-brasero-debug.log"
   
http://launchpadlibrarian.net/27493586/SUCCESSFUL-12mb-file-xvid-to-vcd-brasero-debug.log

-- 
Brasero hangs forever while converting xvid video files
https://bugs.launchpad.net/bugs/383556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 383556] Re: Brasero hangs forever while converting xvid video files

2009-06-04 Thread Roberto C. Morano

** Attachment added: "FAILED-700mb-file-xvid-to-svcd-brasero-debug.log"
   
http://launchpadlibrarian.net/27493066/FAILED-700mb-file-xvid-to-svcd-brasero-debug.log

-- 
Brasero hangs forever while converting xvid video files
https://bugs.launchpad.net/bugs/383556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 383556] [NEW] Brasero hangs forever while converting xvid video files

2009-06-04 Thread Roberto C. Morano
Public bug reported:

Binary package hint: brasero

When burning "Video Projects" brasero hangs in the process of converting files.
Sometimes the progress bar just stops and the app hangs forever and sometimes 
it starts to increase the estimated time up to infinite.

I have tried to convert these two different XviD files to SVCD/VCD:

* 700mb file: AVI, 640 x 272, 25.00 fps, video: XviD, audio: MPEG-1 Layer 3 
(stereo, 48000 Hz)
* 12mb file: AVI, 720 x 576, 25.00 fps, video: XviD, audio: uncompressed PCM 
(stereo, 48000 Hz)

I only had success with the small one using VCD as output, but randomly,
it failed aswell...

I have tried to convert very different files with sucess:

* The SAME 12mb file converted (via ffmpeg) to DivX4 and FFmpeg DivX
* 16mb file: MPEG sequence, v1, system multiplex
* 41mb file: Ogg data, Skeleton v3.0
* 25mb file: Ogg data, Theora video

I have attached 4 brasero debug log files (brasero -g) for the 4
different failed (well, 1 one of them is the success log for the small
XviD file which sometimes works) tests I've done.

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

** Affects: guadalinex
 Importance: Medium
 Status: Confirmed

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

** Changed in: guadalinex
   Importance: Undecided => Medium

** Changed in: guadalinex
   Status: New => Confirmed

** Changed in: guadalinex
Milestone: None => final

-- 
Brasero hangs forever while converting xvid video files
https://bugs.launchpad.net/bugs/383556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 364663] [NEW] rarian-compat should conflict/replace libscrollkeeper0

2009-04-21 Thread Roberto C. Morano
Public bug reported:

Hello,

Im having problems with rarian-compat, which conflicts and replaces
'scrollkeeper' package and leaves 'libscrollkeeper0' orphan because it
is installed by scrollkeeper and not uninstalled when rarian is and I
think it should since it is useless and funcionally replaced by rarian.

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

** Affects: guadalinex
 Importance: Medium
 Status: New

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

** Changed in: guadalinex
   Importance: Undecided => High

** Changed in: guadalinex
Milestone: None => beta

** Changed in: guadalinex
   Importance: High => Medium

** Summary changed:

- rarian should conflict/replace libscrollkeeper0
+ rarian-compat should conflict/replace libscrollkeeper0

-- 
rarian-compat should conflict/replace libscrollkeeper0
https://bugs.launchpad.net/bugs/364663
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rarian in ubuntu.

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