[Bug 887292] Re: nautilus windows from newly opened usb drives don't appear in the menu, but are on the foreground

2012-07-29 Thread Reece H. Dunn
Looks like it, though zorblek should confirm. Bug 502808 should also be
made a dup of this bug as this bug contains the fix.

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

Title:
  nautilus windows from newly opened usb drives don't appear in the
  menu, but are on the foreground

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

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


[Bug 888891] Re: progress bar inner progress displays incorrectly for fractions 0.02 when containing text

2012-04-30 Thread Reece H. Dunn
This is still a bug -- my last comment Sorry that was for 888901
refers to the CSS workaround.

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

Title:
  progress bar inner progress displays incorrectly for fractions  0.02
  when containing text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/91/+subscriptions

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


[Bug 776499] Re: gvim gets no global menu, timeout warning on the console

2012-04-18 Thread Reece H. Dunn
I am seeing the following in Precise:

$ gvim
** (gvim:31556): WARNING **: Unable to create Ubuntu Menu Proxy: Timeout was 
reached

when running in Gnome Shell.

$ gnome-shell --version
GNOME Shell 3.4.0

$ gvim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov  6 2011 08:53:30)
Included patches: 1-353
Compiled by reece@freya
Normal version with GTK2 GUI.  Features included (+) or not (-):
-arabic +autocmd +balloon_eval +browse +builtin_terms +byte_offset +cindent 
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
-conceal +cryptv -cscope +cursorbind +cursorshape +dialog_con_gui +diff 
+digraphs +dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi 
+file_in_path +find_in_path +float +folding -footer +fork() +gettext 
-hangul_input +iconv +insert_expand +jumplist -keymap -langmap +libcall 
+linebreak +lispindent +listcmds +localmap -lua +menu +mksession +modify_fname 
+mouse +mouseshape -mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm 
-mouse_sysmouse +mouse_xterm -mouse_urxvt +multi_byte +multi_lang -mzscheme 
+netbeans_intg +path_extra -perl +persistent_undo +postscript +printer -profile
 -python -python3 +quickfix +reltime -rightleft -ruby +scrollbind +signs 
+smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary 
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
 +toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo 
+vreplace +wildignore +wildmenu +windows +writebackup +X11 -xfontset +xim 
+xsmp_interact +xterm_clipboard -xterm_save 
   system vimrc file: $VIM/vimrc
 user vimrc file: $HOME/.vimrc
  user exrc file: $HOME/.exrc
  system gvimrc file: $VIM/gvimrc
user gvimrc file: $HOME/.gvimrc
system menu file: $VIMRUNTIME/menu.vim
  fall-back for $VIM: /usr/local/share/vim
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/local/include  -g -O2 
-D_FORTIFY_SOURCE=1  
Linking: gcc   -L/usr/local/lib -Wl,--as-needed -o vim   -pthread -lgtk-x11-2.0 
-lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 
-lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 
-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -lSM -lICE -lXpm -lXt -lX11 
-lXdmcp -lSM -lICE -lm -lncurses -lnsl  -lselinux -ldl   

$ pkg-config --modversion gtk+-2.0
2.24.10

$ pkg-config --modversion gtk+-3.0
3.4.0

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

Title:
  gvim gets no global menu, timeout warning on the console

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

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


[Bug 888891] Re: progress bar inner progress displays incorrectly for fractions 0.02 when containing text

2012-01-24 Thread Reece H. Dunn
Using the following CSS prevents the issue from appearing:

.progressbar,
.progressbar row,
.trough,
.trough row {
-unico-inner-stroke-gradient: none;
-unico-inner-stroke-width: 0;

-unico-outer-stroke-gradient: none;
-unico-outer-stroke-width: 0;
}

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

Title:
  progress bar inner progress displays incorrectly for fractions  0.02
  when containing text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/91/+subscriptions

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


[Bug 888901] Re: gtk_progress_bar_set_fraction with certain values causes text to disappear

2012-01-24 Thread Reece H. Dunn
Using the following CSS prevents the issue from appearing:

.progressbar,
.progressbar row,
.trough,
.trough row {
 -unico-inner-stroke-gradient: none;
 -unico-inner-stroke-width: 0;

 -unico-outer-stroke-gradient: none;
 -unico-outer-stroke-width: 0;
}

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

Title:
  gtk_progress_bar_set_fraction with certain values causes text to
  disappear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/888901/+subscriptions

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


[Bug 888891] Re: progress bar inner progress displays incorrectly for fractions 0.02 when containing text

2012-01-24 Thread Reece H. Dunn
Sorry that was for 888901.

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

Title:
  progress bar inner progress displays incorrectly for fractions  0.02
  when containing text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/91/+subscriptions

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


[Bug 888901] Re: gtk_progress_bar_set_fraction with certain values causes text to disappear

2012-01-24 Thread Reece H. Dunn
Updating the package to reflect that this is in the unico gtk3 engine.

** Package changed: light-themes (Ubuntu) = gtk3-engines-unico (Ubuntu)

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

Title:
  gtk_progress_bar_set_fraction with certain values causes text to
  disappear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk3-engines-unico/+bug/888901/+subscriptions

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


[Bug 913296] [NEW] alt+tab does not work with drag and drop

2012-01-07 Thread Reece H. Dunn
Public bug reported:

Use Case:

Dragging movie/audio files from nautilus to totem.

Steps to Reproduce:

1.  open totem media player full screen
2.  open nautilus full screen
3.  browse to media files
4.  select some media files (e.g. a movie file) and move it to start a drag and 
drop operation
5.  press Alt+Tab

Observations:

Nothing happens.

Expected Results:

Alt+Tab should allow the user to switch tasks and preserve the drag
state, so the user can drag files from one application to another.

Notes:

Drag and drop works if the applications are tiled to the left/right of
each other, or if they are windowed so it should work when they are full
screen.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Sat Jan  7 23:09:24 2012
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (105 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  alt+tab does not work with drag and drop

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

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


[Bug 913296] Re: alt+tab does not work with drag and drop

2012-01-07 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913296

Title:
  alt+tab does not work with drag and drop

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

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


[Bug 913300] [NEW] launcher items disabled when dragging files

2012-01-07 Thread Reece H. Dunn
Public bug reported:

Use Case:

Dragging movie/audio files from nautilus to totem.

Steps to Reproduce:

1.  open totem media player full screen
2.  open nautilus full screen
3.  browse to media files
4.  select some media files (e.g. a movie file) and move it to start a drag and 
drop operation
5.  drag the items over to the launcher

Observations:

The launcher items transition from enabled to disabled, so the user
cannot select any.

Expected Results:

The user should be able to hover over a launcher item (e.g. an existing
totem instance) and have that item activate so they can drop the files
onto the playlist.

Notes:

Drag and drop works if the applications are tiled to the left/right of
each other, or if they are windowed so it should work when they are full
screen.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Sat Jan  7 23:20:38 2012
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (105 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  launcher items disabled when dragging files

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

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


[Bug 913300] Re: launcher items disabled when dragging files

2012-01-07 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913300

Title:
  launcher items disabled when dragging files

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

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


[Bug 868524] Re: Unity easier way to create new instance from launcher without middle mouse button

2011-11-18 Thread Reece H. Dunn
@Someone: I was replying to Omer Akram's you can report invidual bug
for apps you think should have this in their quicklist., not your
suggestion.

Sorry for not making that clear.

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

Title:
  Unity easier way to create new instance from launcher without middle
  mouse button

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-14 Thread Reece H. Dunn
This behaviour is dependent on the graphics driver used and
configuration, and there are other associated issues.

The system (a laptop) has its own display (A) and is connected to an
external display (B) and has an NVidia graphics card.

1.  nouveau driver (either or both displays active)

Works in this case (text rendered white with a black shadow and is
readable in all background configurations); nautilus renders correctly.

2.  nvidia without custom Xorg configuration (display A enabled, display
B disabled)

Works as (1).

3.  nvidia with custom Xorg configuration (display A disabled, display B
enabled)

Displays an error on startup and nautilus and other GTK+3 apps do not
use the selected theme (render in a Win9x-style 2.5D theme).

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-14 Thread Reece H. Dunn
** Attachment added: xorg.conf created via nvidia-settings
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/890096/+attachment/2596851/+files/xorg.conf

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-14 Thread Reece H. Dunn
** Attachment added: nautilus from configuration (3)
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/890096/+attachment/2596852/+files/nautilus.png

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 868524] Re: Unity easier way to create new instance from launcher without middle mouse button

2011-11-14 Thread Reece H. Dunn
Do you really want us to raise a bug for every application where we want
a launch/open new instance option (gvim, gedit, firefox, nautilus,
...)? That would end up being hundreds of bugs, not counting duplicates.

Also, what about custom applications that are pinned to the launcher
(e.g. Firefox Nightly, UX, Aurora, etc. builds downloaded and extracted
from mozilla)?

Not having an open new instance menu option from the launcher does not
stop people running new instances of the application from the Dash Home
or a Terminal Shell command line, so are multiple instances going to be
prevented from being opened in these cases? It is just more user
friendly to have the option to open a new instance from the launcher.

If there is a problem with an application running more than one
instance, it should be upto that application to handle it properly (e.g.
rhythmbox focuses on an already active instance). If it doesn't work
properly, there should be a defect for that application.

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

Title:
  Unity easier way to create new instance from launcher without middle
  mouse button

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-14 Thread Reece H. Dunn
Error on startup:

Could not apply the stored configuration for monitors
none of the selected modes were compatible with the possible modes:
Trying modes for CRTC 354
...

(see screenshot)

** Attachment added: startup-error.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/890096/+attachment/2596884/+files/startup-error.png

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-14 Thread Reece H. Dunn
A search on google found: http://askubuntu.com/questions/67337/how-do-i
-get-rid-of-this-monitor-error

Running the following:

$ rm ${HOME}/.config/monitors.xml

fixed the issues (no error dialog on startup; nautilus using ambiance
theme; text displaying properly on desktop).

Therefore, this bug is with the System Settings  Additional Drivers
dialog -- when enabling the NVidia driver, it should move monitors.xml
to a different location and restore when removing the driver.

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-14 Thread Reece H. Dunn
A more robust solution would be to not use the monitors.xml file when
the NVidia driver is used, or make it more tolerant of errors.

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 887292] Re: nautilus windows from newly opened usb drives don't appear in the menu, but are on the foreground

2011-11-14 Thread Reece H. Dunn
This has been fixed with a recent update -- the nautilus window properly
gets the focus.

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

Title:
  nautilus windows from newly opened usb drives don't appear in the
  menu, but are on the foreground

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

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


[Bug 878193] Re: Icon in launcher shows only three opened window, but opened four

2011-11-14 Thread Reece H. Dunn
I understand the decision to limit the number of markers to 3 -- that is
a sensible choice.

The issue I have is how do I distinguish between programs that have
*only* 3 instances running and those that have *more than* 3 instances
running?

It would be useful to have an indicator for 3 or more instances that
is different to 3 instances, like how the single instance indicator is
a more prominent arrow shape.

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

Title:
  Icon in launcher shows only three opened window, but opened four

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

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


[Bug 886778] Re: running applications without an icon use a blank icon

2011-11-13 Thread Reece H. Dunn
Steps to reproduce:
1.  install an application without an icon (e.g. Sigil);
2.  press the Dash Home button on the launcher;
3.  type the application name in the search bar.

NOTE: Here, dash uses the standard document icon; it should use the
standard application icon [see dash.png].

4.  run the application.

NOTE: Here, launcher does not use an icon; it should use the standard
application icon [see launcher.png].

5.  press Alt+Tab to bring up the task switcher.

NOTE: Here, the task switcher does not use an icon; it should use the
standard application icon [see task-switcher.png].

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

Title:
  running applications without an icon use a blank icon

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

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


[Bug 886778] Re: running applications without an icon use a blank icon

2011-11-13 Thread Reece H. Dunn
** Attachment added: dash.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/886778/+attachment/2596210/+files/dash.png

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

Title:
  running applications without an icon use a blank icon

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

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


[Bug 886778] Re: running applications without an icon use a blank icon

2011-11-13 Thread Reece H. Dunn
** Attachment added: launcher.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/886778/+attachment/2596211/+files/launcher.png

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

Title:
  running applications without an icon use a blank icon

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

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


[Bug 886778] Re: running applications without an icon use a blank icon

2011-11-13 Thread Reece H. Dunn
** Attachment added: task-switcher.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/886778/+attachment/2596212/+files/task-switcher.png

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

Title:
  running applications without an icon use a blank icon

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

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


[Bug 886778] Re: running applications without an icon use a blank icon

2011-11-13 Thread Reece H. Dunn
This bug is 100% reproducible, and occurs with more than one
application.

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

Title:
  running applications without an icon use a blank icon

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-13 Thread Reece H. Dunn
** Attachment added: dark-background.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/890096/+attachment/2596217/+files/dark-background.png

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-13 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890096

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 890096] [NEW] icon text on the desktop is unreadable using a dark/black background

2011-11-13 Thread Reece H. Dunn
Public bug reported:

Steps to reproduce:
1.  Select the Ambiance theme;
2.  Press Print Screen to create a screenshot;
3.  Use the default Save to Desktop;
4.  press Save;
5.  minimise applications so the desktop is visible;
6.  press the right mouse button and select the Change Desktop Background 
option;
7.  choose a background with a light background (e.g. Jardin Polar).

NOTE: The black text is visible and readable [see light-background.png].

8.  choose a background with a dark/black background (e.g. Stalking
Ocelot).

NOTE: The black text is invisible and unreadable [see dark-
background.png].

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Mon Nov 14 06:26:34 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (50 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 890096] Re: icon text on the desktop is unreadable using a dark/black background

2011-11-13 Thread Reece H. Dunn
** Attachment added: light-background.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/890096/+attachment/2596216/+files/light-background.png

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

Title:
  icon text on the desktop is unreadable using a dark/black background

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

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


[Bug 888901] [NEW] gtk_progress_bar_set_fraction with certain values causes text to disappear

2011-11-11 Thread Reece H. Dunn
Public bug reported:

I have the following layout:

GtkWidget *progress = gtk_progress_bar_new();
gtk_progress_bar_set_show_text(GTK_PROGRESS_BAR(progress), TRUE);

GtkWidget *elapsedTime = gtk_label_new(00:00:00.0);
GtkWidget *totalTime   = gtk_label_new(00:00:00.0);

GtkWidget *hlayout = gtk_hbox_new(FALSE, 4);
gtk_box_pack_start(GTK_BOX(hlayout), elapsedTime, FALSE, FALSE, 4);
gtk_box_pack_start(GTK_BOX(hlayout), progress, TRUE, TRUE, 0);
gtk_box_pack_start(GTK_BOX(hlayout), totalTime, FALSE, FALSE, 4);

GtkWidget *layout = gtk_vbox_new(TRUE, 0);
gtk_box_pack_start(GTK_BOX(layout), hlayout, FALSE, FALSE, 0);

That I update periodically:

gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress), Text);
gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), fraction);

gtk_label_set_text(GTK_LABEL(elapsedTime), 00:00);
gtk_label_set_text(GTK_LABEL(totalTime), 00:00);

If fraction is set to certain values:

double fraction = 0.003033; // bad
double fraction = 0.004; // bad

the text in progress and totalTime fails to display in the Ambiance and
Radiance themes, while it does display in the Adwaita and High Contrast
themes.

Other values:

double fraction = 0.003; // good
double fraction = 0.005; // good

the text renders without a problem in all themes.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: light-themes 0.1.8.25
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
Date: Fri Nov 11 07:52:40 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: light-themes
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (47 days ago)

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  gtk_progress_bar_set_fraction with certain values causes text to
  disappear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/888901/+subscriptions

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


[Bug 888901] Re: gtk_progress_bar_set_fraction with certain values causes text to disappear

2011-11-11 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/888901

Title:
  gtk_progress_bar_set_fraction with certain values causes text to
  disappear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/888901/+subscriptions

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


[Bug 888891] Re: progress bar inner progress displays incorrectly for fractions 0.02 when containing text

2011-11-10 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/91

Title:
  progress bar inner progress displays incorrectly for fractions  0.02
  when containing text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/91/+subscriptions

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


[Bug 888891] [NEW] progress bar inner progress displays incorrectly for fractions 0.02 when containing text

2011-11-10 Thread Reece H. Dunn
Public bug reported:

gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress), Test);
gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), 0.005);

Here, the orange inner progress display is a 2px or so vertical line
that overlaps the left hand edge.

gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), 0.010);
gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress), 0.015);

Here, the orange bar looks increasingly more rounded, but the bar
overlaps the left hand gutter edge.

gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress),
0.020);

This is the first point at which the orange bar's left curve fits into
the left gutter edge.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: light-themes 0.1.8.25
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
Date: Fri Nov 11 07:08:16 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: light-themes
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (47 days ago)

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  progress bar inner progress displays incorrectly for fractions  0.02
  when containing text

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/91/+subscriptions

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


[Bug 887449] [NEW] automounted usb drives do not show the active glyph in launcher after opening a nautilus window

2011-11-08 Thread Reece H. Dunn
Public bug reported:

0.  Close all existing nautilus/file manager instances.
1.  Plug in a usb device that has one or more mountable drives.

NOTE: Ubuntu automounts these drives (my device has two in this case),
opens the drives in nautilus and adds them to the launcher, bringing the
nautilus windows to the front (but see [Bug 887292] -- nautilus windows
from newly opened usb drives don't appear in the menu, but are on the
foreground).

2.  Move the mouse over the launcher area.

NOTE: There is now a media player icon for each usb drive that has been
mounted, none of which have the glyph to indicate that there is an
instance of this launcher program running. However, there are for the
Files launcher (aligning with the number of usb drives connected in
(1)).

NOTE: This is confusing to me as Unity performed the jiggling icon
animation for the two usb drives to indicate new items in the launcher
and has the drives listed in the launcher. I would expect that these
nautilus instances would be associated with their corresponding usb
drive.

3.  Press the mouse button on one of the usb drives added in (1).

NOTE: The files launcher now has an extra instance indicator (mine is at
3, from 2), while the usb drive still does not have any.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Tue Nov  8 07:32:18 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (44 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  automounted usb drives do not show the active glyph in launcher after
  opening a nautilus window

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

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


[Bug 887449] Re: automounted usb drives do not show the active glyph in launcher after opening a nautilus window

2011-11-08 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887449

Title:
  automounted usb drives do not show the active glyph in launcher after
  opening a nautilus window

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

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


[Bug 887452] [NEW] unity launcher and task switcher don't distinguish between 3 and many instances running

2011-11-08 Thread Reece H. Dunn
Public bug reported:

1.  Open one instance of an application.

NOTE: Unity displays an arrow overlay on the center left of the icon.

2.  Open a second instance.

NOTE Unity displays two dots (launcher) and wedges (task switcher) --
one per instance.

3.  Open a third instance.

NOTE Unity displays three dots (launcher) and wedges (task switcher) --
one per instance.

4.  Open a fourth instance.

NOTE Unity *still* displays three dots (launcher) and wedges (task
switcher).

NOTE: This breaks the pattern of one dot/wedge per running instance of
the application. It will be infeasible to do this continually, and 3
instances is a good number to stop at. The problem here is that the user
cannot distinguish between only 3 instances running, or more than 3
instances running.

As a result, there should be a different glyph to indicate more than 3
instances of this application running.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Tue Nov  8 07:54:39 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (44 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  unity launcher and task switcher don't distinguish between 3 and many
  instances running

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

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


[Bug 887452] Re: unity launcher and task switcher don't distinguish between 3 and many instances running

2011-11-08 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887452

Title:
  unity launcher and task switcher don't distinguish between 3 and many
  instances running

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

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


[Bug 887292] [NEW] nautilus windows from newly opened usb drives don't appear in the menu, but are on the foreground

2011-11-07 Thread Reece H. Dunn
Public bug reported:

1.  Open an application (e.g. rhythmbox) and make it full screen

NOTE: This application should be in the foreground and the title and
menu should appear correctly on the top unity bar.

2.  Connect a USB device that has drives associated with it.

NOTE: A new nautilus window will open for each associated drive (two in
my case) and these will be in the foreground. However, the application
in (1) will have the title and menu bar associated with it, meaning that
pressing the close button will not close the nautilus window in the
foreground, but the application from (1) in the background!

This has caught me out several times, where I have closed the wrong
window due to the incorrect window menu/title being attached to the
unity top bar.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Mon Nov  7 19:45:18 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (44 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  nautilus windows from newly opened usb drives don't appear in the
  menu, but are on the foreground

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

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


[Bug 887292] Re: nautilus windows from newly opened usb drives don't appear in the menu, but are on the foreground

2011-11-07 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887292

Title:
  nautilus windows from newly opened usb drives don't appear in the
  menu, but are on the foreground

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

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


[Bug 887331] [NEW] file-roller cannot open filetypes with derived mimetypes (e.g. epub and ods files)

2011-11-07 Thread Reece H. Dunn
Public bug reported:

Given three files A, B and C, where A is a zip file (a.zip), B is an
ePub file (b.epub) and C is an ODF Spreadsheet file (c.ods) ...

All files have Open With  Archive Manager as a menu option in
nautilus.

This is likely due to the shared-mime-info database having the ePub and
ODS mimetypes as sub-class-of type=application/zip/.

File A will open successfully, while files B and C report Could not
open 'A' / Archive type not supported. However, renaming B and C so
they have a .zip extension will cause the files to be opened correctly.

This is likely due to file-roller checking the filetype to load by
extension, not magic. This is indeed the case as giving a text file a
.zip extension causes file-roller to report An error occurred while
loading the archive (End-of-central-directory signature not found.
Either this file is not a zipfile, or it constitutes one disk of a
multi-part archive.  In the latter case the central directory and
zipfile comment will be found on the last disk(s) of this archive.)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: file-roller 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
Date: Mon Nov  7 21:12:54 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: file-roller
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (44 days ago)

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  file-roller cannot open filetypes with derived mimetypes (e.g. epub
  and ods files)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/887331/+subscriptions

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


[Bug 887331] Re: file-roller cannot open filetypes with derived mimetypes (e.g. epub and ods files)

2011-11-07 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/887331

Title:
  file-roller cannot open filetypes with derived mimetypes (e.g. epub
  and ods files)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/887331/+subscriptions

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


[Bug 885628] Re: launcher side pane opens too quickly

2011-11-07 Thread Reece H. Dunn
I'm not talking about large delays -- something like a 50ms or 100ms
delay would work, maybe even 25ms. Just enough so that it is long enough
to prevent the launcher opening when the mouse briefly touches the left-
hand edge.

Having the window scale to the right would be worse in my opinion, as
(a) the window content would be needlessly resized (potentially causing
the content to reflow as the area shrinks/expands) and (b) you would
play a game of chase the UI element as the thing you are trying to
select moves to the right then back to the left (e.g. imagine trying to
select some text on the very left hand edge of the window).

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

Title:
  launcher side pane opens too quickly

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

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


[Bug 886762] [NEW] opening a libreoffice document, the LO window does not appear in unity/task switcher

2011-11-06 Thread Reece H. Dunn
Public bug reported:

0.  Pin libreoffice calc to the unity launcher side bar.
1.  Open a nautilus instance.
2.  Navigate to a location containing an ods spreadsheet.
3.  Double click on the ods spreadsheet to launch libreoffice calc.
4.  Press Alt+Tab to switch between applications.

NOTE: libreoffice calc does not appear in the task switcher.

5.  Move the mouse to the far left to open the lask launcher.

NOTE: libreoffice calc in the launcher does not indicate that it has an
instance running.

6.  Select libreoffice calc in the launcher.
7.  Press Alt+Tab to switch between applications.

NOTE: The libreoffice calc instance from (6) appears in the task
switcher, but the one from (3) does not.

8.  Move the mouse to the far left to open the lask launcher.

NOTE: Only one calc instance is highlighted (a white arrow instead of
two dots).

9.  Alt+Tab to the calc instance.

NOTE: Both windows become visible -- only the selected instance should
become visible.

10.  Minimize the instance opened in (3).
11.  Select the full-screen nautilus window.
12.  Alt+Tab to the calc window.

NOTE: Only the calc instance in (6) is displayed.

13.  Select the document opened from (3) in the Recent Documents menu
of the calc instance opened in (6).

NOTE: The calc instance from (3) is focused, but is not present in the
unity launcher or task switcher (4-5).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Sun Nov  6 07:59:03 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (42 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  opening a libreoffice document, the LO window does not appear in
  unity/task switcher

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

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


[Bug 886762] Re: opening a libreoffice document, the LO window does not appear in unity/task switcher

2011-11-06 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886762

Title:
  opening a libreoffice document, the LO window does not appear in
  unity/task switcher

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

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


[Bug 886775] [NEW] not all applications have an Open new instance menu option in launcher

2011-11-06 Thread Reece H. Dunn
Public bug reported:

Not all applications pinned to the launcher have an Open new instance option:
  1/  terminal -- yes has a New terminal;
  2/  GVim -- no
  3/  nautilus -- no
  4/  firefox nightly -- no
  5/  libreoffice calc -- yes

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Sun Nov  6 09:47:21 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (42 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  not all applications have an Open new instance menu option in
  launcher

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

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


[Bug 886775] Re: not all applications have an Open new instance menu option in launcher

2011-11-06 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886775

Title:
  not all applications have an Open new instance menu option in
  launcher

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

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


[Bug 886778] [NEW] running applications without an icon use a blank icon

2011-11-06 Thread Reece H. Dunn
Public bug reported:

Starting an application that does not have an icon associated with it
displays a blank icon in the launcher, dash and the task switcher.

It should display using the standard/stock default application icon.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Sun Nov  6 09:53:35 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (42 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  running applications without an icon use a blank icon

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

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


[Bug 886778] Re: running applications without an icon use a blank icon

2011-11-06 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886778

Title:
  running applications without an icon use a blank icon

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

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


[Bug 842566] Re: Libreoffice and unity integration broken.

2011-11-06 Thread Reece H. Dunn
0.  Pin libreoffice calc to the unity launcher side bar.
1.  Open a nautilus instance.
2.  Navigate to a location containing an ods spreadsheet.
3.  Double click on the ods spreadsheet to launch libreoffice calc.
4.  Press Alt+Tab to switch between applications.

NOTE: libreoffice calc does not appear in the task switcher.

5.  Move the mouse to the far left to open the lask launcher.

NOTE: libreoffice calc in the launcher does not indicate that it has an
instance running.

6.  Select libreoffice calc in the launcher.
7.  Press Alt+Tab to switch between applications.

NOTE: The libreoffice calc instance from (6) appears in the task
switcher, but the one from (3) does not.

8.  Move the mouse to the far left to open the lask launcher.

NOTE: Only one calc instance is highlighted (a white arrow instead of
two dots).

9.  Alt+Tab to the calc instance.

NOTE: Both windows become visible -- only the selected instance should
become visible.

10.  Minimize the instance opened in (3).
11.  Select the full-screen nautilus window.
12.  Alt+Tab to the calc window.

NOTE: Only the calc instance in (6) is displayed.

13.  Select the document opened from (3) in the Recent Documents menu
of the calc instance opened in (6).

NOTE: The calc instance from (3) is focused, but is not present in the
unity launcher or task switcher (4-5).

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

Title:
  Libreoffice and unity integration broken.

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

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


[Bug 885628] Re: launcher side pane opens too quickly

2011-11-04 Thread Reece H. Dunn
** Tags added: usability

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

Title:
  launcher side pane opens too quickly

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

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


[Bug 885628] [NEW] launcher side pane opens too quickly

2011-11-03 Thread Reece H. Dunn
Public bug reported:

When you move the mouse to the far left, the launcher side pane opens 
immediately. This causes issues when trying to activate a UI element in an 
application on the far left, e.g.:
  1/  the back button in firefox;
  2/  selecting some text or a hyperlink.

This would be miles better if there was a slight delay in opening the
side pane.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,snap,move,vpswitch,grid,mousepoll,gnomecompat,animation,place,imgpng,wall,expo,resize,unitymtgrabhandles,ezoom,workarounds,session,fade,scale,unityshell]
Date: Thu Nov  3 10:56:31 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (39 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  launcher side pane opens too quickly

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

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


[Bug 885628] Re: launcher side pane opens too quickly

2011-11-03 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/885628

Title:
  launcher side pane opens too quickly

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

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


[Bug 870360] Re: [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not disabled when headphone jack plugged in

2011-10-12 Thread Reece H. Dunn
Left = Mic ; Mid = Headphone ; Right = Headphone

0.  With nothing connected to the front:

$ sudo hda-jack-sense-test -a
Sigmatel specific Power-Map: 0x00 verb ignored for the moment
Sigmatel specific Analog Loopback: 0x00 verb ignored for the moment
Pin 0x0a (Not connected): present = No
Pin 0x0b (Black Mic): present = No
Pin 0x0c (Not connected): present = No
Pin 0x0d (Internal Speaker): present = No
Pin 0x0e (Not connected): present = No
Pin 0x0f (Green Line Out): present = No
Pin 0x14 (Not connected): present = No
Pin 0x18 (Internal Mic): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1e (Black SPDIF Out): present = No
Pin 0x1f (Not connected): present = No
Pin 0x20 (Not connected): present = No

1.  With a connection on the Right (mic):

$ sudo hda-jack-sense-test -a
Sigmatel specific Power-Map: 0x00 verb ignored for the moment
Sigmatel specific Analog Loopback: 0x00 verb ignored for the moment
Pin 0x0a (Not connected): present = No
Pin 0x0b (Black Mic): present = Yes
Pin 0x0c (Not connected): present = No
Pin 0x0d (Internal Speaker): present = No
Pin 0x0e (Not connected): present = No
Pin 0x0f (Green Line Out): present = No
Pin 0x14 (Not connected): present = No
Pin 0x18 (Internal Mic): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1e (Black SPDIF Out): present = No
Pin 0x1f (Not connected): present = No
Pin 0x20 (Not connected): present = No

2.  With a connection to the Middle jack (headphones):

$ sudo hda-jack-sense-test -a
Sigmatel specific Power-Map: 0x00 verb ignored for the moment
Sigmatel specific Analog Loopback: 0x00 verb ignored for the moment
Pin 0x0a (Not connected): present = No
Pin 0x0b (Black Mic): present = No
Pin 0x0c (Not connected): present = No
Pin 0x0d (Internal Speaker): present = No
Pin 0x0e (Not connected): present = No
Pin 0x0f (Green Line Out): present = Yes
Pin 0x14 (Not connected): present = No
Pin 0x18 (Internal Mic): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1e (Black SPDIF Out): present = No
Pin 0x1f (Not connected): present = No
Pin 0x20 (Not connected): present = No

3.  With a connection to the Right (headphone):

$ sudo hda-jack-sense-test -a
Sigmatel specific Power-Map: 0x00 verb ignored for the moment
Sigmatel specific Analog Loopback: 0x00 verb ignored for the moment
Pin 0x0a (Not connected): present = No
Pin 0x0b (Black Mic): present = No
Pin 0x0c (Not connected): present = No
Pin 0x0d (Internal Speaker): present = No
Pin 0x0e (Not connected): present = No
Pin 0x0f (Green Line Out): present = Yes
Pin 0x14 (Not connected): present = No
Pin 0x18 (Internal Mic): present = No
Pin 0x19 (Not connected): present = No
Pin 0x1e (Black SPDIF Out): present = No
Pin 0x1f (Not connected): present = No
Pin 0x20 (Not connected): present = No

NOTE: I don't have a S/PDIF cable/connector to try the S/PDIF output.

So ...

Pin 0x0b (Black Mic): present = left jack/connector on the front
Pin 0x0f (Green Line Out): present = middle *and* right jack/connector on the 
front

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

Title:
  [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not
  disabled when headphone jack plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/870360/+subscriptions

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


[Bug 870360] Re: [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not disabled when headphone jack plugged in

2011-10-12 Thread Reece H. Dunn
Sorry, 1 should read Left (mic)!

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

Title:
  [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not
  disabled when headphone jack plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/870360/+subscriptions

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


[Bug 871633] Re: [IDT 92HD75B3] Line out does not mute internal speakers

2011-10-11 Thread Reece H. Dunn
David: These are labelled with a headphone on my laptop (see
h20424.www2.hp.com/program/cnb/kr/ko/resources/dv7-new-brochure.pdf) It
has the same headphone symbol as on page 3. Page 4 clearly labels it as
having 2 headphone jacks and 1 microphone jack.

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

Title:
  [IDT 92HD75B3] Line out does not mute internal speakers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/871633/+subscriptions

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


[Bug 870360] Re: [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not disabled when headphone jack plugged in

2011-10-11 Thread Reece H. Dunn
I can get audio using either of the two headphone jack connectors
(middle and right connectors) in my headphones (ordinary in-ear
headphones). A google search on S/PDIF mentions that some laptops have a
combined S/PDIF and headphone connector socket, which is likely to be
one of the jacks on the front panel.

With alsamixer:
   Speaker -- effects the internal built-in speaker volume
   Front -- effects the volume of the headphone jacks
   Master -- effects both Speaker and Front volume

So for me, alsa/alsamixer are applying the volume correctly. Also, the
jack detection was working with Ubuntu before the switch to pulseaudio,
and worked on the Vista setup that came with the machine.

I will try the suggested fix on the other defect to see if that works
for me as well.

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

Title:
  [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not
  disabled when headphone jack plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/870360/+subscriptions

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


[Bug 870360] Re: [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not disabled when headphone jack plugged in

2011-10-11 Thread Reece H. Dunn
Applying the change to /usr/share/pulseaudio/alsa-mixer/paths/analog-
output-speaker.conf to ignore the Front element actually works better
for me than what I had before, although it does not work correctly:

With headphones plugged in, I hear audio through the headphones (not
through headphones and speakers).

With headphones unplugged, I don't hear anything (speakers are not
playing anything).

Muting then unmuting the audio through the Sound Settings dialog mutes
and unmutes the speakers only.

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

Title:
  [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not
  disabled when headphone jack plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/870360/+subscriptions

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


[Bug 870360] [NEW] [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not disabled when headphone jack plugged in

2011-10-07 Thread Reece H. Dunn
Public bug reported:

When I plug headphones into the headphone socket, I can hear audio
through both the headphones and speakers.

Running alsamixer and setting the Speakers to 0% works, but
pulseaudio/volume control keep resetting this to 100% on reboot and
other times.

Opening Sound Settings  Output, it only lists Analog Speakers in the
Connector list.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alsa-base 1.0.24+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  reece  6658 F pulseaudio
 /dev/snd/pcmC0D0p:   reece  6658 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xdb10 irq 47'
   Mixer name   : 'IDT 92HD75B3X5'
   Components   : 'HDA:111d7603,103c365c,00100202'
   Controls  : 21
   Simple ctrls  : 13
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xd300 irq 48'
   Mixer name   : 'Nvidia GPU 0a HDMI/DP'
   Components   : 'HDA:10de000a,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
CheckboxSubmission: 5434425585a31b50d9fa7c3153a37fe1
CheckboxSystem: b845c366ea09c60efa3a45c1b5b21525
Date: Fri Oct  7 23:23:17 2011
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
PackageArchitecture: all
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel successful
Symptom_Card: Internal Audio - HDA Intel
Symptom_Jack: Speaker, Internal
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: None of the above
Title: [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Speaker, Internal] 
Playback problem
UpgradeStatus: Upgraded to oneiric on 2011-09-24 (13 days ago)
dmi.bios.date: 01/22/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.16
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 365C
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 32.24
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.16:bd01/22/2010:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr049D212412102:rvnHewlett-Packard:rn365C:rvr32.24:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv7 Notebook PC
dmi.product.version: 049D212412102
dmi.sys.vendor: Hewlett-Packard
modified.conffile..etc.modprobe.d.alsa.base.conf: [modified]
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2011-09-24T18:28:07.004905

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not
  disabled when headphone jack plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/870360/+subscriptions

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


[Bug 870360] Re: [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not disabled when headphone jack plugged in

2011-10-07 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/870360

Title:
  [HP Pavilion dv7 Notebook PC, IDT 92HD75B3X5, Internal] Speakers not
  disabled when headphone jack plugged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/870360/+subscriptions

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



[Bug 863874] Re: Pulseaudio fails to detect card (HDA Intel)

2011-10-03 Thread Reece H. Dunn
Restarting the machine has fixed the issue.

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

Title:
  Pulseaudio fails to detect card (HDA Intel)

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

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


[Bug 863874] [NEW] Pulseaudio fails to detect card (HDA Intel)

2011-10-01 Thread Reece H. Dunn
Public bug reported:

I get no sound after upgrading oneiric today on [HP Pavilion dv7
Notebook PC, IDT 92HD75B3X5, Speaker, Internal]. This was working after
a previous upgrade (last week some time).

$ alsamixer 
cannot open mixer: No such file or directory

$ ls -lh /dev/mixer
ls: cannot access /dev/mixer: No such file or directory

$ ls -lh /dev/snd/control*
crw-rw+ 1 root audio 116,  6 2011-10-01 07:46 /dev/snd/controlC0
crw-rw+ 1 root audio 116, 15 2011-10-01 07:46 /dev/snd/controlC1

$ cat /proc/asound/cards
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xdb10 irq 47
 1 [NVidia ]: HDA-Intel - HDA NVidia
  HDA NVidia at 0xd300 irq 48

$ dmesg | grep HDA Intel
[   15.695473] HDA Intel :00:1b.0: PCI INT A - GSI 22 (level, low) - IRQ 
22
[   15.695549] HDA Intel :00:1b.0: irq 47 for MSI/MSI-X
[   15.695589] HDA Intel :00:1b.0: setting latency timer to 64
[   15.894116] input: HDA Intel Mic at Ext Front Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input13
[   15.894244] input: HDA Intel Line Out at Ext Front Jack as 
/devices/pci:00/:00:1b.0/sound/card0/input14
[   15.894585] HDA Intel :01:00.1: PCI INT A - GSI 16 (level, low) - IRQ 
16
[   15.894733] HDA Intel :01:00.1: irq 48 for MSI/MSI-X
[   15.894763] HDA Intel :01:00.1: setting latency timer to 64

reece@freya:~$ espeak hello
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES 
failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES 
failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES 
failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES 
failed : Input/output error(5)
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_card_driver 
returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_concat returned 
error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4663:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM dmix
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_card_driver 
returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_concat returned 
error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_refer returned 
error: No such file or directory
ALSA lib conf.c:4663:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM dmix

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: pulseaudio 1:1.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices: aplay: device_list:240: no soundcards found...
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
ArecordDevices: arecord: device_list:240: no soundcards found...
AudioDevicesInUse: Error: command 

[Bug 863874] Re: Pulseaudio fails to detect card (HDA Intel)

2011-10-01 Thread Reece H. Dunn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/863874

Title:
  Pulseaudio fails to detect card (HDA Intel)

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

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


[Bug 798455] Re: gtk_widget_size_allocate(): attempt to underallocate GtkImageMenuItem

2011-07-30 Thread Reece H. Dunn
I only see this with applications built with gtk3/gtkmm3. Applications
build with gtk2/gtkmm2 don't produce this output on the console.

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

Title:
  gtk_widget_size_allocate(): attempt to underallocate GtkImageMenuItem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-appmenu/+bug/798455/+subscriptions

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


[Bug 815021] [NEW] screen turn off after missing never option

2011-07-23 Thread Reece H. Dunn
Public bug reported:

The Settings  Screen  Turn Off After option in Ubuntu 11.10 only has
values up to 1 hour. There is no way to say do not turn off the
screen. This means that you cannot watch a program or film longer than
1 hour in full screen on Oneiric without the player exiting full screen.

** Affects: gnome-settings-daemon (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/815021

Title:
  screen turn off after missing never option

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

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


[Bug 815023] [NEW] power when sleep button is pressed is missing do nothing option

2011-07-23 Thread Reece H. Dunn
Public bug reported:

In the Settings  Power settings dialog UI in Ubuntu 11.10, the When
the power button is pressed setting has a Do nothing option, but
When the sleep button is pressed does not (it only has Sleep and
Hibernate). This is inconsistent and can lead to issues if the sleep
button is pressed accidentally. I would like to disable the sleep button
behaviour on my system but cannot do it through the current UI.

** Affects: 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/815023

Title:
  power when sleep button is pressed is missing do nothing option

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

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


[Bug 815047] [NEW] double tap with a trackpad on title bar does not maximise widow in Ubuntu 11.10

2011-07-23 Thread Reece H. Dunn
Public bug reported:

Using Unity in Ubuntu 11.10, the following does not work:
1.  open an application
2.  ensure the application is in a non-maximised, non-minimised state
3.  double tap on the trackpad with the mouse over the window's titlebar

EXPECTED: the window should maximise
ACTUAL: the window does not maximise, but shows the move cursor (gripping hand)

[1] the use case here is that double tapping on a laptop's trackpad is
often slower than double clicking with the button; the double click
detection interval is not enough to detect this double tap as a double
click.

** Affects: 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/815047

Title:
  double tap with a trackpad on title bar does not maximise widow in
  Ubuntu 11.10

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

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


[Bug 815047] Re: double tap with a trackpad on title bar does not maximise widow in Ubuntu 11.10

2011-07-23 Thread Reece H. Dunn
Yes, this is with xserver-xorg-input-synaptics.

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

Title:
  double tap with a trackpad on title bar does not maximise widow in
  Ubuntu 11.10

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

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


[Bug 465652] Re: sound hangs/loops when unpausing a flash movie after having used dragon player in between

2009-11-16 Thread Reece H. Dunn
I'm seeing the same issue (adobe flash + firefox + HDA Intel), both with
and without PulseAudio. Note: it happened in earlier releases as well.

I suspect that the issue is with the adobe binary flash player :(.

-- 
sound hangs/loops when unpausing a flash movie after having used dragon player 
in between
https://bugs.launchpad.net/bugs/465652
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 379418] Re: [needs-packaging] Orator

2009-06-10 Thread Reece H. Dunn
I have settled on using the github issue tracker
(http://github.com/rhdunn/orator/issues) instead of Unfuddle.

All the major planned features for the initial 1.0 release have been
completed. It now has pulseaudio support, better Gnome/KDE integration,
localisation support (but no translations at present) and a debian build
script.

What is left is polish and fixing any bugs. In addition to this, Debian
requires the NEWS file to be gzip compressed. Orator loads that file in
the Help  Release Notes menu, but cannot at the moment read gzip
compressed files. I am considering adding support for this for 1.0 so I
can re-add the dh_compress step.

Is there anything blocking this project from being packaged and included
in Ubuntu?

-- 
[needs-packaging] Orator
https://bugs.launchpad.net/bugs/379418
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 379418] [NEW] [needs-packaging] Orator

2009-05-22 Thread Reece H. Dunn
Public bug reported:

Orator provides a GUI front end to the eSpeak text-to-speech program.

This resolves http://brainstorm.ubuntu.com/idea/18257/.

website: http://rhdunn.github.com/orator/
source: git clone git://github.com/rhdunn/orator
license: GPLv3+
bug tracker: http://orator.unfuddle.com/projects/1/ticket_reports/7
current release: 0.3 (git tag orator-0.3)
description: The Orator text-to-speech project is a unified GUI and 
command-line front-end to a number of available text-to-speech engines. It is 
also aimed at improving the accuracy of text to phoneme and phoneme to audio 
translation, with extensive research material.

In order to run Orator, you need to install the following packages:
sudo apt-get install libgtkmm-2.4-1c2a espeak

In order to build the project, you need to install the following packages:
sudo apt-get install git-core autoconf2.59 libtool libgtkmm-2.4-dev 
libespeak-dev

You can then build Orator using the following commands:
./autogen --with-espeak
make
sudo make install

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
[needs-packaging] Orator
https://bugs.launchpad.net/bugs/379418
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 280534] Re: [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

2008-11-30 Thread Reece H. Dunn
If you go into dlls/winealsa.drv/waveout.c and change period_time in
wodOpen to 22000, that fixes playback for pulseaudio 0.9.10. 0.9.13
apparently has other issues.

-- 
[intrepid] Wine=1.1.6 + PulseAudio : alsa is broken
https://bugs.launchpad.net/bugs/280534
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 280534] Re: [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

2008-11-24 Thread Reece H. Dunn
The fix for this issue w.r.t. Wine has gone into the upstream sources
(http://source.winehq.org/git/wine.git/?a=commit;h=ef0069cbf5dd7c65089aa9565a5c42f1ab8e7de3).
It will be a part of wine 1.1.20.

-- 
[intrepid] Wine=1.1.6 + PulseAudio : alsa is broken
https://bugs.launchpad.net/bugs/280534
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 280534] Re: [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

2008-11-21 Thread Reece H. Dunn
I am going to send a patch that reverts the change that broke ALSA to
wine-patches (that only reverts the relevant part and cleans up some of
the tracing logs). The change was made to fix a crash in the winmm:wave
conformance tests. http://bugs.winehq.org/show_bug.cgi?id=15559 has my
findings, but I haven't heard from Maarten yet to get any more details.

I would still like to know what is going on w.r.t. the winmm:wave crash,
but that is a different issue.

-- 
[intrepid] Wine=1.1.6 + PulseAudio : alsa is broken
https://bugs.launchpad.net/bugs/280534
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 111061] Re: Wine use Windows colors instead of Ubuntu colors

2008-11-01 Thread Reece H. Dunn
 Why is all the talk about adapting color schemes, when a much cleaner 
 solution would be to just
 have GTK draw the wine windows, like mono, java and other languages do? What 
 makes wine
so special that it cant implement something like Qt does with QGtkStyle 
(making qt look like gtk)?

Qt has its own theming API, so that calls to the Qt engine can be mapped
to the Gtk engine.

Windows did not support a theming engine before XP (and then you have to
call the correct APIs and mark your application to be theming aware).
Applications can get the system colours and interrogate some of the
metric information (such as the width of a scrollbar). An application
will (if it is written correctly) get those system colours to render
different parts of the application. If it is a text editor, it will
select the window background and text colour to use, for example.

For applications that support theming the situation is better, but there
you are limited to what is available in the XP, Vista and soon to be
Windows 7 APIs.

Note that because Wine is multi-platform it will need to work with Gtk,
Gt, Cocoa/Carbon and also in the absence of these (e.g. if you are
running on OpenSolaris).

In addition to this, the Wine theming support is not yet to the point
where it will render an XP theme (like the Zune theme) perfectly and
efficiently.

Providing a colour scheme profile will make any Windows compliant
application look better and stand out less. Having an XP-style theme
that matches the Gtk theme will give a more natural look. Providing
hooks into the native theming engines will give the best look and feel,
but will need to be done right in order to get it accepted upstream.

It's all about ordering the tasks by how easy they are. The colour
profile stuff already works, so is the easiest to do. Full blown
integration is the hardest.

-- 
Wine use Windows colors instead of Ubuntu colors
https://bugs.launchpad.net/bugs/111061
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 290480] [NEW] audio hiss/crackle sound only using pulseaudio

2008-10-28 Thread Reece H. Dunn
Public bug reported:

I don't get any sound for applications using PulseAudio or ALSA (Ubuntu
startup, Firefox and Wine tested) except for a hissing/crackling.
Setting the sound driver to OSS (either via the System menu or winecfg)
I can hear the music/sound fine.

Using alsamixer, I get the PulseAudio sound level which is on and loud
enough to be able to hear anything.

$ cat /proc/asound/cards
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xf840 irq 22

alsa-info.sh output: http://www.alsa-
project.org/db/?f=e18b2e644634f1e76b09f6139bc3e7f1856d4cf0

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

-- 
audio hiss/crackle sound only using pulseaudio
https://bugs.launchpad.net/bugs/290480
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 280534] Re: [intrepid] Wine=1.1.6 + PulseAudio : alsa is broken

2008-10-27 Thread Reece H. Dunn
For me, this is not a wine+alsa issue, this is an alsa and/or pulseaudio
issue.

The only sound I get when using alsa (in Firefox, wine or the Ubuntu
startup) is a low background hiss and the occasional hum. With OSS, I
get sound as normal.

$ lspci
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)

I think that we have two issues: (1) the wine-bugs #15559 issue, with
stuttering/crackling sound, and (2) no sound except for a hissing sound.

Also of note, I also experienced a hang in the alsa driver when shutting
down to reboot my machine after the update that broke alsa. So here's a
question: did this corrupt one of the alsa setting files (e.g. the
volume settings) and as a result is causing the hissing?

-- 
[intrepid] Wine=1.1.6 + PulseAudio : alsa is broken
https://bugs.launchpad.net/bugs/280534
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 111061] Re: Wine use Windows colors instead of Ubuntu colors

2008-10-26 Thread Reece H. Dunn
Hi,

Wine has had support for loading colour-based .theme files correctly for
a while now (see https://wiki.ubuntu.com/WineHumanTheme for a
human.theme file).

Winecfg will load a theme's colour profile into the registry, and allow
you to change that in the appearance section (item, color, size and font
elements), as well as loading any msstyle data. The msstyle data takes
precedence (if you are not in 'classic' mode in Windows; there is not
currently an equivalent feature in Wine/winecfg). At the moment, the
push buttons, radio buttons and check boxes (and possibly some other
controls in user32.dll) are not properly themed, so will use the themes
colour profile.

I also have some ideas (http://www.winehq.org/pipermail/wine-
devel/2008-October/069583.html) on improving winecfg, some of which I
have sent patches for. Owen Rudge (http://www.winehq.org/pipermail/wine-
devel/2008-October/069593.html) also has more ideas on this as well.

With Windows Vista, Microsoft have changed the msstyle theme data
format. As such, it should be possible to make the theme engine
(uxtheme.dll) in Wine interact with the Gtk, Qt and Cocoa/Carbon theme
APIs to render elements correctly.

Any application that modifies the msstyle theme will need to inform the
wineserver to send out a WM_THEMECHANGED notification to all top-level
windows so that they can update properly; likewise any colour profile
changes, the application will need to inform the wineserver that it
needs to send out a WM_SYSCOLORCHANGED notification.

-- 
Wine use Windows colors instead of Ubuntu colors
https://bugs.launchpad.net/bugs/111061
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 280534] Re: [intrepid] alsa is broken

2008-10-22 Thread Reece H. Dunn
I did an update today and am having similar issues. The speaker is muted
and when I unmute it, I get a crackling sound. I have seen this
listening to a live podcast via Firefox.

-- 
[intrepid] alsa is broken
https://bugs.launchpad.net/bugs/280534
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 267724] Re: file-roller crashed with SIGSEGV in g_closure_invoke()

2008-09-25 Thread Reece H. Dunn
I tested this running as Human (the dust theme archive was one that
exhibited this problem; I was saying that I could reproduce this).

I retested with a different tar.gz file, selecting Open with... for a
text file within it. I experienced this crash again. This was using an
older version of Intrepid (by about a week or so).

After upgrading - still using the Human theme - I retested on the same
file and it now works.

Nick, are you still getting this issue after the latest update?

-- 
file-roller crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/267724
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 267724] Re: file-roller crashed with SIGSEGV in g_closure_invoke()

2008-09-15 Thread Reece H. Dunn
I experienced the same thing when viewing the Dust theme
(https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/DustTheme?action=AttachFiledo=viewtarget=Dust-20080914.tar.gz),
selecting the gtk-2.0/gtkrc file and selecting Open with

-- 
file-roller crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/267724
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 248817] [NEW] intrepid upgrade aborted (nvidia-glx-new would be removed)

2008-07-15 Thread Reece H. Dunn
Public bug reported:

Binary package hint: nvidia-glx-new

I tried running `update-manager -d` to upgrade from Hardy to Intrepid.
After a while, the upgrade aborted.

In /var/log/dist-upgrade/main.log, I see the following entries at the
bottom of the file:

2008-07-15 21:30:56,678 DEBUG The package 'nvidia-glx-new' is marked for 
removal but it's in the removal blacklist
2008-07-15 21:31:25,392 ERROR Dist-upgrade failed: 'An essential package would 
have to be removed'

** Affects: linux-restricted-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
intrepid upgrade aborted (nvidia-glx-new would be removed)
https://bugs.launchpad.net/bugs/248817
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 248817] Re: intrepid upgrade aborted (nvidia-glx-new would be removed)

2008-07-15 Thread Reece H. Dunn

** Attachment added: /var/log/dist-upgrade/main.log
   http://launchpadlibrarian.net/16047615/main.log

-- 
intrepid upgrade aborted (nvidia-glx-new would be removed)
https://bugs.launchpad.net/bugs/248817
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 200165] Re: pulseaudio, no sound at half volume

2008-04-25 Thread Reece H. Dunn
I'm experiencing the same thing on my machine after upgrading from Gutsy
(worked fine there) to Hardy (release version). To get Gutsy to work, I
installed the linux packported drivers to support my HP pavilion.

-- 
pulseaudio, no sound at half volume
https://bugs.launchpad.net/bugs/200165
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 200165] Re: pulseaudio, no sound at half volume

2008-04-25 Thread Reece H. Dunn
I found the answer here:
http://ubuntuforums.org/showthread.php?p=4786193#post4786193.

Run `alsamixer` and set the volume to max. The volume set by the
pulseaudio then scales properly when using apps that play audio to the
ALSA driver.

-- 
pulseaudio, no sound at half volume
https://bugs.launchpad.net/bugs/200165
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