[Desktop-packages] [Bug 1308267] Re: Files app freezes after sftp reconnect.

2015-03-27 Thread cometdog
Workaround: to unfreeze Files / Nautilus must kill the offending ssh process
ps -Af | grep ssh
will give you a list to pick from

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

Title:
  Files app freezes after sftp reconnect.

Status in nautilus package in Ubuntu:
  Confirmed

Bug description:
  To reproduce, connect to sftp server in Files app, keep the window
  open while briefly disconnecting wifi/ethernet. From time to time the
  Files freezes. In frozen state Files is hard to close or kill, but
  restarting gvfsd-sftp sometimes helps.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-21.43-generic 3.13.8
  Uname: Linux 3.13.0-21-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Apr 15 15:17:39 2014
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.list-view' b'default-visible-columns' b['name', 
'size', 'date_modified']
   b'org.gnome.nautilus.list-view' b'default-zoom-level' b'smallest'
   b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type', 'date_modified', 'owner', 'group', 'permissions', 'mime_type', 'where', 
'date_accessed']
  InstallationDate: Installed on 2013-10-21 (176 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to trusty on 2014-03-26 (20 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1171878] Re: Adding/Removing an external monitor causes maximized windows to move to another workspace

2014-04-03 Thread cometdog
I still observe the problem with

$ apt-cache policy compiz
compiz:
  Installed: 1:0.9.11+14.04.20140328-0ubuntu1
  Candidate: 1:0.9.11+14.04.20140328-0ubuntu1

Example:
4 workspaces, external monitor plugged in.  Applications are maximized to 
primary monitors in workspaces 2 and 3.  Current worspace is workspace 1.  When 
disconnecting the external monitor, those maximized applications move from 
workspaces 2 and 3 to workspace 1.

Expected behavior: maximized applications should remain on their
original workspaces.

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

Title:
  Adding/Removing an external monitor causes maximized windows to move
  to another workspace

Status in Compiz:
  Fix Committed
Status in “compiz” package in Ubuntu:
  Fix Released

Bug description:
  If I plug in external monitor, move a window to it, maximize window and 
remove external monitor, window is moved to the same workspace primary screen - 
this is correct behavior, but when I un-maximize it - window moves to different 
workspace. This most likely is because original window positions are not 
updated after removing the monitor and un-maximize still uses those old values 
to move the window to supposedly original position.
  Another use case is when window movement is somewhat wrong - external monitor 
plugged in, window is maximized on primary screen, move focus to different 
workspace, unplug the monitor, move back to the workspace when we have 
fullscreen window, unmaximize it - window un-maximizes not to original 
position, it's moved away by the same mount of pixels as external monitor width 
is.

  I expect that window stays on the same workspace - once it's on it it
  should not move unless I do that manually, also I expect that un-
  maximizing moves window to original position, not different.

  This is continuation of bug
  https://bugs.launchpad.net/compiz/+bug/763148, fullscreen window bug
  was separated as per Christopher Townsend (townsend) wrote on
  2013-04-18.

  P.S. Most likely bug can be fixed quite easy as behavior is similar to
  bug I mentioned, hopefully this can be included in the same SRU.

  thanks in advance
  Eduards

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1300308] [NEW] select items matching (ctrl+s) only selects one file

2014-03-31 Thread cometdog
Public bug reported:

steps to reproduce:
1. open folder in files/nautilus which contains multiple files and/or folders
2. type ctrl+s to bring up the select items matching dialog
3. type glob pattern into text entry field which should match multiple files
4. choose OK

observed behavior:
 - only the first matching file is selected

expected benavior:
 - all matching files should be selected

This bug makes the select items matching feature completely
nonfunctional, and is a regression from earlier versions of nautilus /
files.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
Uname: Linux 3.13.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Mar 31 12:06:55 2014
InstallationDate: Installed on 2014-03-01 (30 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140228)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  select items matching (ctrl+s) only selects one file

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  steps to reproduce:
  1. open folder in files/nautilus which contains multiple files and/or folders
  2. type ctrl+s to bring up the select items matching dialog
  3. type glob pattern into text entry field which should match multiple files
  4. choose OK

  observed behavior:
   - only the first matching file is selected

  expected benavior:
   - all matching files should be selected

  This bug makes the select items matching feature completely
  nonfunctional, and is a regression from earlier versions of nautilus /
  files.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 31 12:06:55 2014
  InstallationDate: Installed on 2014-03-01 (30 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140228)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 970924] Re: can't create playlist on iPod in Rhythmbox 2.96 on Precise 12.04 beta 2

2012-04-18 Thread cometdog
It's possible this isn't getting any traffic because of the bug #496681.

I believe this is different because that one was marked fixed in
Rhythmbox upstream in 2010.  I chose that #496681 affected me also
(because I can't tell for sure what the issue is from a user
perspective) but I'm concerned that one won't get any traction as it has
supposedly been taken care of...

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

Title:
  can't create playlist on iPod in Rhythmbox 2.96 on Precise 12.04 beta
  2

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Connect iPod Photo via USB
  2. Click on the iPod Photo in the Devices list in Nautilus, in order to mount 
it (not sure why it is not mounted automatically).
  3. Open Rhythmbox.
  4. Right-click on iPod Photo in the Rhythmbox side pane under Devices and 
choose New Playlist.
  5. Drag songs from iPod Photo into new playlist.

  At this point a playlist appears to be there.  If I choose sync with
  library then the playlist disappears from the Rhythmbox side pane.
  If, instead, I eject the iPod (and unmount it in Nautilus as well,
  since ejecting from Rhythmbox didn't make it unmount for me), then
  disconnect, I can see the new playlist on the iPod but it is
  completely empty.

  Expected behavior:
  I create the playlist in Rhythmbox and it is immediately created on the iPod, 
and can be found on the iPod after the iPod has been disconnected.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 12:27:18 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120327.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 496681] Re: Rhythmbox does not save playlist on iPod

2012-04-01 Thread cometdog
Not working in Rhythmbox 2.96 on Precise.  Can create list in Rhythmbox
and add songs to it.  If I then choose to sync the ipod the list
disappears.  Instead, if I eject the iPod after creating the list but
without syncing, I see an empty playlist on the iPod with that name.

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

Title:
  Rhythmbox does not save playlist on iPod

Status in The Rhythmbox Music Management Application:
  Fix Released
Status in “rhythmbox” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: rhythmbox

  this bug seems to be similar to bug #117925 which was set to 'Fix
  Released' in year 2008.

  1. playlist: when moving a file to the playlist which is already on
  the iPod I can see it there, but when syncing/ejecting the iPod it
  looses the playlist and it's content.

  2. copying a song/file from the musik folder via dragdrop directly to
  a iPod-playlist does not work at all. it looks like it works, because
  a + is on the icon but when checking the playlist no song is there. I
  would expect the song to be on the iPod and in the playlist where I
  draged it to.

  version: ubuntu 9.10,
  rhythmbox 0.12.5,
  8GB iPod (Model No: A1285 EMC No: 2287) listed in my ubuntu as ModelNumStr: 
xB745

  ProblemType: Bug
  Architecture: amd64
  Date: Mon Dec 14 20:53:20 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027.1)
  Package: rhythmbox 0.12.5-0ubuntu5
  ProcEnviron:
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: rhythmbox
  Uname: Linux 2.6.31-16-generic x86_64

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 970924] [NEW] can't create playlist on iPod in Rhythmbox 2.96 on Precise 12.04 beta 2

2012-04-01 Thread cometdog
Public bug reported:

Steps to reproduce:
1. Connect iPod Photo via USB
2. Click on the iPod Photo in the Devices list in Nautilus, in order to mount 
it (not sure why it is not mounted automatically).
3. Open Rhythmbox.
4. Right-click on iPod Photo in the Rhythmbox side pane under Devices and 
choose New Playlist.
5. Drag songs from iPod Photo into new playlist.

At this point a playlist appears to be there.  If I choose sync with
library then the playlist disappears from the Rhythmbox side pane.  If,
instead, I eject the iPod (and unmount it in Nautilus as well, since
ejecting from Rhythmbox didn't make it unmount for me), then disconnect,
I can see the new playlist on the iPod but it is completely empty.

Expected behavior:
I create the playlist in Rhythmbox and it is immediately created on the iPod, 
and can be found on the iPod after the iPod has been disconnected.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
ApportVersion: 2.0-0ubuntu2
Architecture: amd64
Date: Sun Apr  1 12:27:18 2012
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120327.1)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug apport-lpi precise

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

Title:
  can't create playlist on iPod in Rhythmbox 2.96 on Precise 12.04 beta
  2

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Connect iPod Photo via USB
  2. Click on the iPod Photo in the Devices list in Nautilus, in order to mount 
it (not sure why it is not mounted automatically).
  3. Open Rhythmbox.
  4. Right-click on iPod Photo in the Rhythmbox side pane under Devices and 
choose New Playlist.
  5. Drag songs from iPod Photo into new playlist.

  At this point a playlist appears to be there.  If I choose sync with
  library then the playlist disappears from the Rhythmbox side pane.
  If, instead, I eject the iPod (and unmount it in Nautilus as well,
  since ejecting from Rhythmbox didn't make it unmount for me), then
  disconnect, I can see the new playlist on the iPod but it is
  completely empty.

  Expected behavior:
  I create the playlist in Rhythmbox and it is immediately created on the iPod, 
and can be found on the iPod after the iPod has been disconnected.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 12:27:18 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120327.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 970924] Re: can't create playlist on iPod in Rhythmbox 2.96 on Precise 12.04 beta 2

2012-04-01 Thread cometdog
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/970924

Title:
  can't create playlist on iPod in Rhythmbox 2.96 on Precise 12.04 beta
  2

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Connect iPod Photo via USB
  2. Click on the iPod Photo in the Devices list in Nautilus, in order to mount 
it (not sure why it is not mounted automatically).
  3. Open Rhythmbox.
  4. Right-click on iPod Photo in the Rhythmbox side pane under Devices and 
choose New Playlist.
  5. Drag songs from iPod Photo into new playlist.

  At this point a playlist appears to be there.  If I choose sync with
  library then the playlist disappears from the Rhythmbox side pane.
  If, instead, I eject the iPod (and unmount it in Nautilus as well,
  since ejecting from Rhythmbox didn't make it unmount for me), then
  disconnect, I can see the new playlist on the iPod but it is
  completely empty.

  Expected behavior:
  I create the playlist in Rhythmbox and it is immediately created on the iPod, 
and can be found on the iPod after the iPod has been disconnected.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 12:27:18 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120327.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 970989] [NEW] cover art and cover art search plugins do not seem to do anything (undocumented last.fm requirement)

2012-04-01 Thread cometdog
Public bug reported:

Running Rhythmbox as default install in 12.04 Beta 1, I didn't see album
art for many of my albums.  I found that cover art and cover art
search were already selected in the plugins, but that did not seem to
matter.  No documentation appeared anywhere online or in the built-in
help related to cover art.  There were no menu options that I could see
appearing or disappearing when enabling/disabling the plugins.

It was impossible to tell whether Rhythmbox couldn't find the cover art,
if it wasn't looking in the first place.  Furthermore the cover art was
missing which was present in some cases with Banshee in Ubuntu 11.10.

I was finally trying to submit a bug report, ran
rhythmbox -d  rhythmbox.log
and started searching through that log file.  I finally happened upon this line:
(13:42:39) [0x1175690] [LastFMSearch.search] 
/usr/lib/rhythmbox/plugins/artsearch/lastfm.py:303: can't search: no last.fm 
account details

That is the ONLY place I saw mentioned that a last.fm account might be
related to cover art searching.  While it's perfectly reasonable to
require some kind of service to fetch album art, this requirement is
obscure and invisible to the user.

There are a couple of bug reports about cover art fetching not working
which could easily be a result of this.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
ApportVersion: 2.0-0ubuntu2
Architecture: amd64
Date: Sun Apr  1 13:32:46 2012
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120327.1)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug apport-lpi precise

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

Title:
  cover art and cover art search plugins do not seem to do anything
  (undocumented last.fm requirement)

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Running Rhythmbox as default install in 12.04 Beta 1, I didn't see
  album art for many of my albums.  I found that cover art and cover
  art search were already selected in the plugins, but that did not
  seem to matter.  No documentation appeared anywhere online or in the
  built-in help related to cover art.  There were no menu options that I
  could see appearing or disappearing when enabling/disabling the
  plugins.

  It was impossible to tell whether Rhythmbox couldn't find the cover
  art, if it wasn't looking in the first place.  Furthermore the cover
  art was missing which was present in some cases with Banshee in Ubuntu
  11.10.

  I was finally trying to submit a bug report, ran
  rhythmbox -d  rhythmbox.log
  and started searching through that log file.  I finally happened upon this 
line:
  (13:42:39) [0x1175690] [LastFMSearch.search] 
/usr/lib/rhythmbox/plugins/artsearch/lastfm.py:303: can't search: no last.fm 
account details

  That is the ONLY place I saw mentioned that a last.fm account might be
  related to cover art searching.  While it's perfectly reasonable to
  require some kind of service to fetch album art, this requirement is
  obscure and invisible to the user.

  There are a couple of bug reports about cover art fetching not working
  which could easily be a result of this.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 13:32:46 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120327.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 970989] Re: cover art and cover art search plugins do not seem to do anything

2012-04-01 Thread cometdog
Hmm, I had edited the bug title when I realized that the problem was
that I didn't have a last.fm account, but that edit seems to have
disappeared.  If anyone feels this bug should be renamed, feel free to
do so (I don't know how or can't).

** Summary changed:

- cover art and cover art search plugins do not seem to do anything
+ cover art and cover art search plugins do not seem to do anything 
(undocumented last.fm requirement)

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

Title:
  cover art and cover art search plugins do not seem to do anything
  (undocumented last.fm requirement)

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Running Rhythmbox as default install in 12.04 Beta 1, I didn't see
  album art for many of my albums.  I found that cover art and cover
  art search were already selected in the plugins, but that did not
  seem to matter.  No documentation appeared anywhere online or in the
  built-in help related to cover art.  There were no menu options that I
  could see appearing or disappearing when enabling/disabling the
  plugins.

  It was impossible to tell whether Rhythmbox couldn't find the cover
  art, if it wasn't looking in the first place.  Furthermore the cover
  art was missing which was present in some cases with Banshee in Ubuntu
  11.10.

  I was finally trying to submit a bug report, ran
  rhythmbox -d  rhythmbox.log
  and started searching through that log file.  I finally happened upon this 
line:
  (13:42:39) [0x1175690] [LastFMSearch.search] 
/usr/lib/rhythmbox/plugins/artsearch/lastfm.py:303: can't search: no last.fm 
account details

  That is the ONLY place I saw mentioned that a last.fm account might be
  related to cover art searching.  While it's perfectly reasonable to
  require some kind of service to fetch album art, this requirement is
  obscure and invisible to the user.

  There are a couple of bug reports about cover art fetching not working
  which could easily be a result of this.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 13:32:46 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120327.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 970989] Re: cover art and cover art search plugins do not seem to do anything

2012-04-01 Thread cometdog
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to rhythmbox in Ubuntu.
https://bugs.launchpad.net/bugs/970989

Title:
  cover art and cover art search plugins do not seem to do anything
  (undocumented last.fm requirement)

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Running Rhythmbox as default install in 12.04 Beta 1, I didn't see
  album art for many of my albums.  I found that cover art and cover
  art search were already selected in the plugins, but that did not
  seem to matter.  No documentation appeared anywhere online or in the
  built-in help related to cover art.  There were no menu options that I
  could see appearing or disappearing when enabling/disabling the
  plugins.

  It was impossible to tell whether Rhythmbox couldn't find the cover
  art, if it wasn't looking in the first place.  Furthermore the cover
  art was missing which was present in some cases with Banshee in Ubuntu
  11.10.

  I was finally trying to submit a bug report, ran
  rhythmbox -d  rhythmbox.log
  and started searching through that log file.  I finally happened upon this 
line:
  (13:42:39) [0x1175690] [LastFMSearch.search] 
/usr/lib/rhythmbox/plugins/artsearch/lastfm.py:303: can't search: no last.fm 
account details

  That is the ONLY place I saw mentioned that a last.fm account might be
  related to cover art searching.  While it's perfectly reasonable to
  require some kind of service to fetch album art, this requirement is
  obscure and invisible to the user.

  There are a couple of bug reports about cover art fetching not working
  which could easily be a result of this.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 13:32:46 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120327.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 970989] Re: cover art and cover art search plugins do not seem to do anything (undocumented last.fm requirement)

2012-04-01 Thread cometdog
ok, could edit after all...

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

Title:
  cover art and cover art search plugins do not seem to do anything
  (undocumented last.fm requirement)

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  Running Rhythmbox as default install in 12.04 Beta 1, I didn't see
  album art for many of my albums.  I found that cover art and cover
  art search were already selected in the plugins, but that did not
  seem to matter.  No documentation appeared anywhere online or in the
  built-in help related to cover art.  There were no menu options that I
  could see appearing or disappearing when enabling/disabling the
  plugins.

  It was impossible to tell whether Rhythmbox couldn't find the cover
  art, if it wasn't looking in the first place.  Furthermore the cover
  art was missing which was present in some cases with Banshee in Ubuntu
  11.10.

  I was finally trying to submit a bug report, ran
  rhythmbox -d  rhythmbox.log
  and started searching through that log file.  I finally happened upon this 
line:
  (13:42:39) [0x1175690] [LastFMSearch.search] 
/usr/lib/rhythmbox/plugins/artsearch/lastfm.py:303: can't search: no last.fm 
account details

  That is the ONLY place I saw mentioned that a last.fm account might be
  related to cover art searching.  While it's perfectly reasonable to
  require some kind of service to fetch album art, this requirement is
  obscure and invisible to the user.

  There are a couple of bug reports about cover art fetching not working
  which could easily be a result of this.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  ApportVersion: 2.0-0ubuntu2
  Architecture: amd64
  Date: Sun Apr  1 13:32:46 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120327.1)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 350040] Re: Image viewer will not read .bmp images

2011-11-15 Thread cometdog
This happens to me with some files that have the mime type image/png but have a 
.bmp extension.  Not sure how the files ended up that way to begin with, but I 
suppose that's beside the point.  In that particular use case, then it is 
useful to have a pointer here to
https://bugs.launchpad.net/eog/+bug/172416

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

Title:
  Image viewer will not read .bmp images

Status in “eog” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: eog

  The default image viewer used to view .bmp images perfectly. In fact,
  just a few minutes ago, it worked perfectly. A friend sent me a .bmp
  file and I attempted to open it with the default image viewer in
  Ubuntu 8.10. Thought I'd looked at the same image less than 3 minutes
  prior, it now won't show the images, sending me an error that BMP
  image has bogus header data. This happens with every bitmap file I try
  to open now. I've checked it with the Gimp and they open perfectly.
  I've also tried them in F-Spot and they open perfectly. The only
  change happened when I was highlighting a folder full of .bmp images
  to delete. A menu opened at random just as I was releasing the mouse
  buttom, it highlighted the top option and I have no idea what happened
  from there but now .bmp images won't open, even ones that have been on
  my computer for the past 3 months. It's not a huge deal for me, but
  it's something that should be fixed.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/eog
  NonfreeKernelModules: nvidia
  Package: eog 2.24.1-0ubuntu1
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  Uname: Linux 2.6.27-11-generic i686

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp