Public bug reported:
package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
dependency problem - not installing systemd-sysv
ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-
This also happens to me on a Dell Lattitude D630. Ocassionally when I
plug in an external monitor (1600x1200) and activate it in gnome-
settings daemon, I get the "wall" effect and can only use the subset of
the external monitor covered by the LCD (1440x900). Sometimes the
unreachable area has de
*** This bug is a duplicate of bug 298526 ***
https://bugs.launchpad.net/bugs/298526
** This bug has been marked a duplicate of bug 298526
evolution segfaults on emptying imap-trash
--
Evolution: "delete trash" with IMAP crashes
https://bugs.launchpad.net/bugs/299245
You received this bug
I can now reproduce this.
** Changed in: rhythmbox (Ubuntu)
Assignee: (unassigned) => Steven Walter
Status: Needs Info => Confirmed
--
[feisty] deleting a song from the ipod only updates the database
https://launchpad.net/bugs/96669
--
desktop-bugs mailing list
deskto
The current patch uses the trash. When you delete a track, it attempts
to move it to the trash, creating a trash folder if one does not exist.
I did notice that the Trash icon did not appear full immediately. I
have before noticed that songs deleted by rhythmbox appeared in the
Trash can, so it
** Bug watch added: GNOME Bug Tracker #346434
http://bugzilla.gnome.org/show_bug.cgi?id=346434
** Also affects: rhythmbox (upstream) via
http://bugzilla.gnome.org/show_bug.cgi?id=346434
Importance: Unknown
Status: Unknown
** Changed in: rhythmbox (Ubuntu)
Status: Confirmed
Another thing to test, please. Try creating a trash folder on the ipod,
with a command like the following:
mkdir /media/ipod/.Trash-$USER
See if tracks then removed from rhythmbox end up in that folder (should
also show up in the Trash Can).
--
[feisty] deleting a song from the ipod only u
> gtkpod could delete it at all!
That is, gtkpod could not delete it at all? If that is the case, I
would like you to try to delete the file from your iPod manually.
Warning: this could cause your iPod to become confused and require
formatting, so proceed at your own risk. Using both Nautilus a
Please test banshee and gtkpod and see if they exhibit the same problem
--
[feisty] deleting a song from the ipod only updates the database
https://launchpad.net/bugs/96669
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
It would be better if you could capture the entire debug log and then
add it to the bug as an attachment. It looks like the previous log
starts just after what I want to see.
Another question: if you eject the iPod and then remount it, are the
files still present? I wonder if rhythmbox queues t
I noticed that some of the songs I removed from my iPod ended up in the
Trash Can, so their space was not freed until I emptied the trash bin.
Also, you said "a song." Is this something that happened only once, or
does it happen every time you try to delete a song?
Do other programs (banshee, gtk
Just to make sure we're on the same page. There was a song that you
wanted deleted. You right-clicked it in rhythmbox, and selected "Move
to Trash." The track listing disappeared from rhythmbox, but you
manually verified that the file still existed by looking in
/media/ipod/iPod_Control/Music ?
Thanks for reporting your problem. I'm not able to reproduce the issue
here. What model iPod are you using?
** Changed in: rhythmbox (Ubuntu)
Status: Unconfirmed => Needs Info
--
[feisty] deleting a song from the ipod only updates the database
https://launchpad.net/bugs/96669
--
deskt
** Summary changed:
- [feisty] deletin a song from the ipod only updates the database
+ [feisty] deleting a song from the ipod only updates the database
--
[feisty] deleting a song from the ipod only updates the database
https://launchpad.net/bugs/96669
--
desktop-bugs mailing list
desktop-bug
That is an issue not directly related to the original bug. You should
probably file a new bug detailing the new problem in detail.
--
0.9.8 iPod writing not working in Feisty
https://launchpad.net/bugs/86920
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/ma
That problem (requiring an MP3 encoder) is fixed in upstream rhythmbox
svn: http://svn.gnome.org/viewcvs/rhythmbox?view=rev&revision=4980
** Changed in: rhythmbox (Ubuntu)
Status: Needs Info => Fix Committed
--
0.9.8 iPod writing not working in Feisty
https://launchpad.net/bugs/86920
--
ubuntu-restricted-extras depends on gstreamer0.10-plugins-ugly-
multiverse, which is the package that contains the lame mp3 encoder
element. That seems to reinforce that 87514 is a dup of this bug. It
also seems to be an upstream rhythmbox bug that an MP3 encoder is
required to transfer tracks th
Upon examining the code, rhythmbox does in fact require that an encoder
be available for MP3, even if the track to be transferred is already an
MP3.
--
0.9.8 iPod writing not working in Feisty
https://launchpad.net/bugs/86920
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://li
Yes, everything is cool for me, now. I do not keep my music in MP3
format, however. My music is all in Ogg/Vorbis, so I do require lame to
transfer files to the iPod.
--
0.9.8 iPod writing not working in Feisty
https://launchpad.net/bugs/86920
--
desktop-bugs mailing list
desktop-bugs@lists.u
Interesting. I would not think so, given that your media files are
already MP3. You may try installing lame and seeing if that helps, but
it would still be a bug (in my eyes) if that fixes it.
--
0.9.8 iPod writing not working in Feisty
https://launchpad.net/bugs/86920
--
desktop-bugs mailing
Look at the pipeline_description for mp3 in gconf. When you have it,
try running the command:
$ gst-launch-0.10 fakesrc ! $DESCRIPTION ! fakesink
Does the above command fail with an error, or simply sit until you
Ctrl+C? For me, it starts up fine and runs until I type ctrl+c. For
the recor
I've been able to resolve this issue on my system. The problem for me
was a gconf one. In /system/gstreamer/0.10/audio/profiles, I had an
entry for mp3. However, in /s/g/10/a/global, there is a "profile_list"
key, and it did not have mp3 listed. Simply adding mp3 to this list was
sufficient to
I'm seeing this same problem as well. Looking at the debug output, the
encoder does not seem to even be considering the "lame" element as a
possibility. There are two possible reasons for this; either the
profile's pipeline does not launch (I've verified that it does on my
system with gst-launch)
Here's the aforementioned patch.
** Attachment added: "Patch to add FDI entry"
http://librarian.launchpad.net/5530697/0001-Add-match-for-Creative-Zen-Nano-USB-music-player.txt
--
Creative Zen Nano not recognized as Music Player
https://launchpad.net/bugs/77047
--
desktop-bugs mailing list
Public bug reported:
Binary package hint: hal
The Zen Nano has no entry in the 10-usb-music-players.fdi file. An
entry for it exists, however, in the hal upstream git. Please apply the
(to be attached) patch so that fiesty will be able to appropriately
recognize this device.
** Affects: hal (U
I also experienced this crash, I believe.
** Attachment added: "crash dump"
http://librarian.launchpad.net/4945152/_usr_bin_gaim.1039.crash
--
Gaim crashed
https://launchpad.net/bugs/66381
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/d
The bug does not exist in 0.9.6-0ubuntu2
Thanks
--
Podcast download fails for FLOSS weekly
https://launchpad.net/bugs/64096
--
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Public bug reported:
To reproduce:
1) Add leoville.tv/podcasts/floss.xml as a podcast
2) Attempt to download any episode
I used wireshark to capture the network exchange, and rhythmbox is
getting a 404 because it mangles the URL. The download URL has a query
portion, apparently a redirect, looki
28 matches
Mail list logo