[Bug 993699] Re: Application selector dialog on "Startups applications"

2012-05-06 Thread Damián Nohales
*** This bug is a duplicate of bug 140918 ***
https://bugs.launchpad.net/bugs/140918

Where is the Ubuntu 12.04 version of gnome-session-properties? I saw the
upstream version but it's quite different.

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

Title:
  Application selector dialog on "Startups applications"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/993699/+subscriptions

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


[Bug 993699] [NEW] Application selector dialog on "Startups applications"

2012-05-02 Thread Damián Nohales
Public bug reported:

Hello!

I'm noticed that the program to configure the session startups
application uses a very unconfortable dialog to add and edit entries. I
mean the dialog that allows you to configure the name, command and
comment for the autostarted program.

I propose that the add/edit dialog consists on a filterable applications
list with the buttons Add (or Save), Cancel and an expander with the
label "Advanced options" which shows the options previously mentioned.

When user selects an application in the application list, the advanced
options widgets must be updated, when user edits some widgets on the
advanced options, the list should select a "Custom" item.

I guess the program should copy the original .desktop file from
"/usr/share/applications" in the case of not be a customized entry, and,
when the entry is customized, should be saved with a well known filename
for that purpose, so, when user going to edit an entry, the program
knows which item mark as selected on the application list.

What do you think?

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Application selector dialog on "Startups applications"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/993699/+subscriptions

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


[Bug 1020756] Re: GtkTreeView keyboard binding are not intituive

2012-12-19 Thread Damián Nohales
Well, er... forget it, Gtk+ is part of GNOME and GNOME has the
policy is to destroy UX. But well, luckily I can compile Gtk+ 3 and Gtk+
2 patched version and have a more usable system.

Thanks for your patch, japgolly, now I can use Eclipse without it hurts
:)

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

Title:
  GtkTreeView keyboard binding are not intituive

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1020756/+subscriptions

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


[Bug 869793] Re: Nautilus is very slow when opening folders with many files

2012-07-31 Thread Damián Nohales
In my humble opinion, I guess if Ubuntu still rely on some upstream
components (mainly Nautilus) Ubuntu going to suffer a regression in
quality, mainly because the existence of Nautilus, that not accomplish
usability and performance requirement to provide a good User Experience.

If GNOME continues its development as usual (removing useful and non
intrusive features, adding non sense ones, not solving important issues
as the present bug) Nautilus will become the worst tool for files that a
user can use. Nautilus don't get a miserable part of the quality
(performance, good user experience, stability) of other environments
file browser (like Windows Explorer, Finder, Dolphin).

I really guess that if Canonical want Ubuntu to be a good System, needs
to DROP Nautilus.

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

Title:
  Nautilus is very slow when opening folders with many files

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/869793/+subscriptions

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


[Bug 1020756] [NEW] GtkTreeView keyboard binding are not intituive

2012-07-03 Thread Damián Nohales
Public bug reported:

Most GUIs, like MacOS X, Microsoft Windows and Qt handle the keyboard bindings
for its treeviews in the same way: user can easily expand, collapse and move
into tree nodes using only the arrow keys.

In Gtk+, however, is quite different. User needs to press "plus" and "minus"
key to collapse and expand nodes, leaving Right and Left arrows with
essentially null functionality. Well yeah, that keys allow to move horizontally
into row cells.
Seeing many of the applications written using Gtk+, there are not many cases
where user find useful moving horizontally across the row with the keyboard,
most GtkTreeView that I see are simple and used only to show information.
So I guess the current GtkTreeView behaviour is crazy, not useful in most
cases, goes against intuition and against good User Experience.

I'm really not familiar with Gtk+ programming but, as user, I find this "bug"
extremely annoying in my day to day.

So, I make some changes in Gtk+ to enhance (from my point of view) the behavior
of GtkTreeView with the keyboard.

The attached patch to the 3.4 branch modifies the default GtkTreeView behaviour
with the keyboard, expanding nodes with the right arrow and collapsing it with
left arrow, selecting parent and child nodes when appropriate:
 - When user press Left on a collapsed node, Gtk+ select the parent node.
 - When user press right on an expanded node, Gtk+ select the first child node.
Users that want to navigate into cells horizontally (as I can see, a non
frecuent use case) will need to press Ctrl+. Users can still move
to the parent node with the Backspace key, without collapsing anything.

I don't know exactly if this behavior change break some expected behavior to
application programmer, I hope not.


A last question, Why Gtk+ programmers implemented the current GtkTreeView 
behavior
knowing the big difference with other tested GUIs?

Best Regards!

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gtk gtktreeview

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

Title:
  GtkTreeView keyboard binding are not intituive

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1020756/+subscriptions

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


[Bug 1020756] Re: GtkTreeView keyboard binding are not intituive

2012-07-03 Thread Damián Nohales
** Patch added: "0001-treeview:-change-keyboard-bindings-behaviour.patch"
   
https://bugs.launchpad.net/bugs/1020756/+attachment/3212566/+files/0001-treeview%3A-change-keyboard-bindings-behaviour.patch

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

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=679294
   Importance: Unknown
   Status: Unknown

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

Title:
  GtkTreeView keyboard binding are not intituive

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/1020756/+subscriptions

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


[Bug 770099] Re: Cannot drag application icons onto covered-up windows

2012-06-15 Thread Damián Nohales
A possible solution:

When user hover a dragged icon onto an app icon at the launcher and stop
the mouse motion during a while :

 - If there is no windows for the app:
  Do nothing.
 - If there is one window for the app:
  Raise that window allowing user to drop the dragged icon into the raised 
window.
 - If there are many windows for the app:
  Spread all windows for the application.
  Then user will move the cursor (and the dragged icon) to a window in the 
spread, when user stop the mouse motion during a while, that window will be 
raised and focused, allowing to drop the icon in that window.
  If user drop the icon before spread disappear (no window is raised), but 
the cursor is over a window, the behaviour should be the same if user drop the 
icon on the raised window.
  If user drop the icon before spread disappear, but the cursor is NOT over 
any window, the DnD should be canceled.

When user drop the icon directly in the launcher, the current behavior
should be maintained.


For me, that is the dream behavour :) .

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

Title:
  Cannot drag application icons onto covered-up windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/770099/+subscriptions

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


[Bug 607796] Re: Dragging and holding a selection over an entry in the Launcher should spread out windows belonging to that application

2012-06-19 Thread Damián Nohales
Is this bug confirmed to Unity for Ubuntu 12.04?

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

Title:
  Dragging and holding a selection over an entry in the Launcher should
  spread out windows belonging to that application

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/607796/+subscriptions

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


[Bug 879888] Re: Spread - Windows in the spread view should show window titles on mouseover or focus

2012-06-23 Thread Damián Nohales
Thanks @Petko Ditchev (pditchev)  and @Aethralis (aethralis), actually
enabling "Scale addons" and "Text" is a good workaround, I guess I'm
using it on my own risk... but well, nothing is perfect :) .

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

Title:
  Spread - Windows in the spread view should show window titles on
  mouseover or focus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/879888/+subscriptions

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


[Bug 1074856] Re: Firefox crash on startup, failed to find module 'libgail-gnome'

2012-11-09 Thread Damián Nohales
I have reinstalled some other packages and the problem seems to be
fixed. Sorry, my fault.

** Changed in: firefox (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Firefox crash on startup, failed to find module 'libgail-gnome'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1074856/+subscriptions

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


[Bug 1074856] [NEW] Firefox crash on startup, failed to find module 'libgail-gnome'

2012-11-04 Thread Damián Nohales
Public bug reported:

I just updated my packages at October 28, the update comes with a
security update of Firefox (16.0.2), and when I restart the browser
after finish updates installations, Firefox does not startup anymore, I
tried to execute through the terminal and I got the following error:

(crashreporter:12439): Gnome-WARNING **: Accessibility: failed to find
module 'libgail-gnome' which is needed to make this application
accessible

I already have installed the packages libgail-3.0, libgail-common and
libgail18.

I also tried to execute in safe mode and with Profiler Manager, but I
got the same error.

Anyone knows what is happening?

I'm using Ubuntu 12.04, i686 with PAE.

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


** Tags: firefox libgail-gnome

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

Title:
  Firefox crash on startup, failed to find module 'libgail-gnome'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1074856/+subscriptions

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


[Bug 779570] Re: Nautilus paths are copied to clipboard with encoding

2011-06-24 Thread Damián Nohales
I'm noticed that when I copy the path from the location bar, then,
Nautilus is unable to copy a file with Ctrl+C shortcut. Unless I change
my current location.

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

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

Title:
  Nautilus paths are copied to clipboard with encoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/779570/+subscriptions

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


[Bug 697358] Re: Regression in window list applet (wnck-applet) behavior

2011-06-15 Thread Damián Nohales
The last Compiz update fix the problem!

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

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

Title:
  Regression in window list applet (wnck-applet) behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/697358/+subscriptions

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


[Bug 779570] Re: Nautilus paths are copied to clipboard with encoding

2011-07-16 Thread Damián Nohales
Sorry, is not a Nautilus problem, but nautilus-actions problem.

** Changed in: nautilus
   Status: New => Invalid

** Changed in: nautilus (Ubuntu)
   Status: New => Invalid

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

Title:
  Nautilus paths are copied to clipboard with encoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/779570/+subscriptions

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


[Bug 653770] Re: k10temp unreliable CPU thermal sensor; monitoring disabled

2011-05-13 Thread Damián Nohales
Same CPU,  2.6.38-8-generic x86, on Natty.

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

Title:
  k10temp  unreliable CPU thermal sensor; monitoring disabled

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


[Bug 697358] Re: Regression in window list applet (wnck-applet) behavior

2011-05-29 Thread Damián Nohales
Yeah. #26 works, also resize the panel, also change the panel
background, etc

But come on, those are not a solutions...!!
Are there fixes to this?

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

Title:
  Regression in window list applet (wnck-applet) behavior

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


[Bug 779570] [NEW] Nautilus paths are copied to clipboard with encoding

2011-05-08 Thread Damián Nohales
Public bug reported:

Binary package hint: nautilus

Hello!

I wanted to report a Nautilus issue at copying a path from the location bar.
I'm using Nautilus 2.32.2.1-0ubuntu13 on Ubuntu 11.04.

The issue is that when I copy a path from the Nautilus location bar
using Ctrl+C, the path is saved in an encoded form on the clipboard, for
example:

Location bar reads: "/home/me/Lot of documents"
When I copy the path, the clipboard content result on this: 
"/home/me/Lot%20of%20%documents"

This issue applies only when the path is copied using Ctrl+C shortcut,
there is no problem when I copy the path using Right click -> Copy or
when I cut the path.

This issue also complicates the "Nautilus-Actions Configuration Tools"
passing the encoded path to an action when it uses a %f token to get the
first selected path.

That's all guys!
Regards!

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


** Tags: clipboard encoded nautilus path uri url

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

Title:
  Nautilus paths are copied to clipboard with encoding

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