[Bug 913444]

2020-02-21 Thread Olivier Dierick
Hello,

Should be fixed by commit 2aad95254c19df21fc0f7c4413ca3874c8d87997.

Regards.

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 913444]

2020-02-17 Thread Olivier Dierick
Hello,

(In reply to Shmerl from comment #38)
> Hi Olivier! Did you have a chance to submit your patch to the mailing list?

I rebased on 5.2 and sent the patches to the mailing list.

Regards.

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 913444]

2020-02-16 Thread Olivier Dierick
*** Bug 48365 has been marked as a duplicate of this bug. ***

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 913444]

2020-01-07 Thread Olivier Dierick
Created attachment 66115
Proposed patchset v2 updated for wine-5.0-rc2

Hello,

Proposed patchset rebased for wine 5.0-rc2.
shell32 - Preserve Custom Userdirs.

- You get 'real' directories by unticking in winecfg.
- You get a symlink by ticking in winecfg.
- Or you can manage the dir/symlink yourself in the prefix and winecfg will use 
that.
- Switching between dir/symlink will backup/restore 'real' directory.


With proposed patch, default trying-to-be-smart symlinks will be created only 
if there is no directory or symlink for an individual shell folder in the 
prefix. Otherwise the existing dir or symlink will be preserverd.

v2 : Updated for DOWNLOADS and TEMPLATES.

Please, test and give feedback for your individual use case.

Regards.

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 913444]

2020-01-07 Thread Olivier Dierick
*** Bug 47971 has been marked as a duplicate of this bug. ***

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 900901]

2019-11-19 Thread Olivier Dierick
(In reply to Jacob Hrbek from comment #64)
> This bug is referenced in winetricks for steam verb, where it's disabling
> gameoverlayrenderer.exe as a workaround..
> 
> Can someone tell me what the bug is about and what should i make the logic
> for in case end-user is affected by this? Or is current solution useless?
> 
> thanks in advance

Hello,

It is about a bug in gcc <= 4.4 and 4.6 that has been long since fixed.
Wine compiled with those gcc did crash in gameoverlayrenderer.dll.
Some users were affected, some not, depending on the version of gcc used to 
compile Wine, but now I think it is safe to assume that most users have their 
Wine compiled with recent gcc.

There were other bugs that required disabling gameoverlayrenderer.dll,
but most of them have been fixed.

A few open ones remains but they look like abandoned and/or very
uncommon (bug 43105, bug 43819, bug 47093 and bug 47597).

Regards.

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

Title:
  Steam overlay does not work due to GCC-4.6 issues

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

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

[Bug 913444]

2019-10-05 Thread Olivier Dierick
Hello,

Proposed patchset applies cleanly on top of wine 4.17.

No replies to my request for comment on wine-devel mailing list yet.

Regards.

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 913444]

2019-09-24 Thread Olivier Dierick
Created attachment 65286
v2 Patch 2/2 shell32: Create symbolic links rather than directories for 
specific user shell folders

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 913444]

2019-09-24 Thread Olivier Dierick
Created attachment 65285
v2 Patch 1/2 shell32: Move and split _SHCreateSymbolicLinks()

Hello,

Here is a new patchset that I think is cleaner.
I changed my mind and don't touch anything but the issue.
I think it will help getting the patchset approved sooner.
Other features deserve their own enhancement bugs anyway.

Patch 1/2:
- Splits the _SHCreateSymbolicLinks() into folder type-specific functions, 
keeping the old logic intact. This way the different folders can be handled 
separately.
- It also fixes some trailing whitespace in the moved code but that's 
negligible.

Patch 2/2:
- Adds a helper function that creates a single symbolic link at a time, for the 
folders we are interested in.
- Calls the helper function where the old code did only create a directory.
- Disables the removal of existing symlinks/directories, in the symlink 
creation functions.
- Also says to not create the folder when looking up for its path for the 
symlink, to avoid an infinite loop.

Note that the winecfg code handles the folder symlink/directory
switching itself, removing the symlink/directory as appropriate. It even
makes a backup of the directory when switching to a symlink and restores
it when switching back. The removal of the remove() calls doesn't affect
the ability to manage the shell folders through the winecfg UI.

Please, test the patchset thoroughly on your system and give feedback if it 
breaks anything.
Meanwhile, I'll request for comments on the developer mailing list.

Regards.

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 913444]

2019-09-22 Thread Olivier Dierick
Created attachment 65280
Patchset for wine 4.15

Hello,

The attached file is a patchset and this is a request for comments.

The patchset aims at retaining userdirs symlink/real directories across
updates.

It is different from the other proposed patch in that it only creates
one symlink when looking for a specific folder.

On prefix creation, the default is still to create symlinks.
If the user unticks the links in winecfg, he gets real directories in the 
wineprefix. With the patchset, they are retained across updates.

I made a small modification to the 'educated guess' that is used to
chose the target of the symlinks:

The old behavior did target the PICTURE, VIDEO and MUSIC symlinks to
subdirs of PERSONAL (=My Documents) if they did exists, wherever the
PERSONAL folder target to ($HOME/My Documents, XDG documents dir, OSX
documents path, '$HOME' or %USERPROFILE%).

The new behavior is that it does that only when PERSONAL really comes from 
'$HOME/My Documents', no more when PERSONAL comes from XDG or OS X.
XDG and OS X will use the separate PICTURE, VIDEO and MUSIC settings that they 
define and fallback to PERSONAL if necessary.

I think that people that have setup XDG or use OSX paths want the
feature to be consistent for all the folder.

If that change is undesirable, I may provide another patchset with
original behavior.

Regards.

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

Title:
  Every wine update re-enables desktop integration links

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

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

[Bug 1610620] Re: trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

2017-02-25 Thread Olivier Dierick
** Attachment added: "/var/log/dist-upgrade/main.log"
   
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+attachment/4826761/+files/main.log

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

Title:
  trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+subscriptions

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

[Bug 1610620] Re: trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

2017-02-25 Thread Olivier Dierick
** Attachment added: "/var/log/dist-upgrade/lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+attachment/4826760/+files/lspci.txt

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

Title:
  trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+subscriptions

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

[Bug 1610620] Re: trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

2017-02-25 Thread Olivier Dierick
** Attachment added: "/var/log/dist-upgrade/apt.log"
   
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+attachment/4826757/+files/apt.log

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

Title:
  trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+subscriptions

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

[Bug 1610620] Re: trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

2017-02-25 Thread Olivier Dierick
** Attachment added: "/var/log/dist-upgrade/apt-term.log"
   
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+attachment/4826758/+files/apt-term.log

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

Title:
  trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+subscriptions

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

[Bug 1610620] Re: trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

2017-02-25 Thread Olivier Dierick
** Attachment added: "/var/log/dist-upgrade/history.log"
   
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+attachment/4826759/+files/history.log

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

Title:
  trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+subscriptions

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

[Bug 1613773] Re: Not working since 2 weeks

2016-08-16 Thread Olivier Dierick
*** This bug is a duplicate of bug 1610210 ***
https://bugs.launchpad.net/bugs/1610210

** This bug has been marked a duplicate of bug 1610210
   All metar fetches fail due to NOAA 302 redirect

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

Title:
  Not working since 2 weeks

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

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


[Bug 1610620] [NEW] trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

2016-08-06 Thread Olivier Dierick
Public bug reported:

Hello folks,

Same issue as bug #1566333 but for package binfmt-support.

After upgrading from trusty to xenial, the command 'sudo update-rc.d
dbus defaults' gave me:

initctl: Impossible de se connecter à Upstart: Failed to connect to socket 
/com/ubuntu/upstart: Connexion refusée
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'binfmt-support' missing LSB tags and overrides
insserv: Default-Start undefined, assuming empty start runlevel(s) for script 
`binfmt-support'
insserv: Default-Stop  undefined, assuming empty stop  runlevel(s) for script 
`binfmt-support'

This was the content of /etc/init.d relating to binfmt-support:
lrwxrwxrwx 1 root root   21 nov 25  2011 binfmt-support -> /lib/init/upstart-job
-rwxr-xr-x 1 root root 1322 fév 21 16:19 binfmt-support.dpkg-new

'sudo mv binfmt-support.dpkg-new binfmt-support' solved the issue.

** Affects: binfmt-support (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: upgrade xenial

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

Title:
  trusty → xenial upgrade fails to upgrade /etc/init.d/binfmt-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binfmt-support/+bug/1610620/+subscriptions

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

[Bug 433702] Re: spell check behave incorrectly with hyphenated words

2009-09-25 Thread Olivier Dierick
The bug is also present in Ubuntu 9.04 Jaunty with launchpad/openoffice-
pkgs updates. Package openoffice.org-hyphenation (which manages
fr_BE/fr_FR) is version 0.3.

-- 
spell check behave incorrectly with hyphenated words
https://bugs.launchpad.net/bugs/433702
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 433702] [NEW] spell check behave incorrectly with hyphenated words

2009-09-20 Thread Olivier Dierick
Public bug reported:

Binary package hint: openoffice.org

1) Using Ubuntu Hardy Heron 8.04.
2) Using OpenOffice.org 1:2.4.1-1ubuntu2.1.
3) Expecting correctly spelled hyphenated words to not be considered invalid by 
spell checker and expecting suggested replacement of incorrectly spelled 
hyphenated words to be considered valid by spell checker after replacement.
4) Observed behavior : part of correctly hyphenated word is underlined as 
wrongly spelled, spell check suggest the same correctly hyphenated word as 
replacement. When replacing incorrectly spelled hyphenated word with correctly 
spelled replacement, spell check underlines part of the replaced hyphenated 
word as wrongly spelled.

Using french(belgian) as default language.
Case 1 : When typing the correctly spelled french word 'sous-jacentes', 
'jacentes' is marked as wrong spelling by spell checker. The auto correct 
contextual menu (or spell check window) suggest 'sous-jacentes' as a 
replacement. Replacing with that gives 'sous-sous-jacentes' with 'jacentes' 
being marked again.
Case 2 : When typing the incorrectly spelled french word 'jacentes', spell 
check marks it as wrongly spelled (this is correct), replacing with 
'sous-jacentes' as suggested by auto correct marks 'jacentes' in the hyphenated 
replacement word as wrongly spelled again.
Case 3 : Replacing 'jacentes' in 'sous-jacentes' with suggested replacement 
'adjacentes' makes up 'sous-adjacentes' which doesn't exists in french but is 
considered correctly spelled by spellchecker. I deduce the spellchecker check 
each part of an hyphenated word individually.

This incorrect behavior is not observed with us-english, probably due to
the fact that most (if not all) of english hyphenated words are composed
from full words. French, on the other hand, has hyphenated words with
parts that mean nothing by themselves (or ancien words that are no
longer used.)

Conclusion : When non valid parts are found in a hyphenated word,
spellcheck should also check the hyphenated word as a whole before
marking the invalid part as incorrect.

ProblemType: Bug
Architecture: i386
Date: Sun Sep 20 23:42:55 2009
DistroRelease: Ubuntu 8.04
NonfreeKernelModules: fglrx
Package: openoffice.org-core 1:2.4.1-1ubuntu2.1
PackageArchitecture: i386
ProcEnviron:
 
PATH=/usr/lib/openoffice/program:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_BE.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.24-24-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
spell check behave incorrectly with hyphenated words
https://bugs.launchpad.net/bugs/433702
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 433702] Re: spell check behave incorrectly with hyphenated words

2009-09-20 Thread Olivier Dierick

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

-- 
spell check behave incorrectly with hyphenated words
https://bugs.launchpad.net/bugs/433702
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 433702] Re: spell check behave incorrectly with hyphenated words

2009-09-20 Thread Olivier Dierick
In fact, the adjective 'jacent' exists in French (see
http://fr.wiktionary.org/wiki/jacent/). So it's not the spellchecker
that behave incorrectly, it's the french dictionary that is missing that
word.

You're welcome to mark this bug as invalid/close it.

-- 
spell check behave incorrectly with hyphenated words
https://bugs.launchpad.net/bugs/433702
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 240296] Re: mixed cd playlist shifted due to data track not played but shown

2008-06-16 Thread Olivier Dierick
I have filled a bug report into bugzilla.gnome.org as bug 538684.

-- 
mixed cd playlist shifted due to data track not played but shown
https://bugs.launchpad.net/bugs/240296
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 240296] [NEW] mixed cd playlist shifted due to data track not played but shown

2008-06-15 Thread Olivier Dierick
Public bug reported:

Binary package hint: rhythmbox

Observed on
Ubuntu 8.04 Hardy Heron
with Rhythmbox 0.11.5-0ubuntu7.

I want to see the titles and times while playing audio tracks from mixed
CD (game CD) in rhythmbox.

Rhythmbox plays the right tracks 2 to 13, but it wrongly displays the titles of 
track 1 to 12 respectively. For instance:
Descent II CD has 13 tracks, there's one data track followed by 12 audio tracks 
laid out like this :
1 [data track], 2 Title, (...) 12 Techno industry, 13 ? (dont know the title).
In the playlist I see this :
1 [data track], 2 Title, (...) 12 Techno industry.
When playing the first entry in the list, rhythmbox plays track '2 Title' but 
shows it's playing '1 [data track]'.
When playing track 3, it shows '2 Title', and so on.
When playing the last entry in the list, rhythmbox plays track '13 ?' but shows 
it's playing '12 Techno industry'.

ProblemType: Bug
Architecture: i386
Date: Mon Jun 16 04:36:12 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.11.5-0ubuntu7
PackageArchitecture: i386
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_BE.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.24-18-generic i686

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


** Tags: apport-bug

-- 
mixed cd playlist shifted due to data track not played but shown
https://bugs.launchpad.net/bugs/240296
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 240296] Re: mixed cd playlist shifted due to data track not played but shown

2008-06-15 Thread Olivier Dierick

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/15341801/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/15341802/ProcStatus.txt

-- 
mixed cd playlist shifted due to data track not played but shown
https://bugs.launchpad.net/bugs/240296
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