[Bug 636223] Re: [Maverick] DAAP playlists missing

2011-05-06 Thread H3g3m0n
*** This bug is a duplicate of bug 665168 ***
https://bugs.launchpad.net/bugs/665168

I think this is a separate bug.

There is no problem connecting to the DAAP shares them selfs. I'm
running on the standard port.

The problem is that there are not DAAP shared playlists showing up
(which come under DAAP shares). They use to do this.

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

Title:
  [Maverick] DAAP playlists missing

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


[Bug 588155] Re: randomly gnome-settings-daemon fails to start

2011-01-08 Thread H3g3m0n
I doubt anyone will be able to fix this without a stack trace.

From what I can see, the current ddeb dbgsym packages have the gnome-
settings-deamon binary in them which for some reason they didn't when I
tried back with Lucid which made getting a stack trace impossible.

Since they now seem to work, Grab the dbgsym version and give the
instructions I gave for logging gnome-settings-daemon a go. I would but
it's no longer happening to me.

If the other instructions don't work or you want a different way, It might also 
be possible to rename dbgsym version of the /usr/bin/gnome-settings-daemon 
binary and replace it with script containing something like:
screen -L gdb --eval-command='run' gnome-settings-daemon.therealfile

Then just 'screen -x' and get a backtrace.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.
https://bugs.launchpad.net/bugs/588155

Title:
  randomly gnome-settings-daemon fails to start

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


[Bug 588155] Re: randomly gnome-settings-daemon fails to start

2010-12-29 Thread H3g3m0n
I actually think we are seeing a few different bugs that all result in
gnome-settings-daemon crashing.

The bug I originally reported, which happened to me on 2 separate
computers, with very different hardware (other than the fact they where
both x86_64 installs), seemed to stop occurring on both systems. I'm
guessing some update rolled out that fixed it. I have had almost no
problems with gsd since then.

In my original case there was no gnome-do, docky, sun-java6 or any other
programs other than the defaults. I don't think those would cause any
problems since afaik gsd is just for giving settings to applications, it
doesn't really care what the settings are.

The main problem is that there isn't any way to get debugging output of
gnome-settings-daemon-dbgsym if it crashes at login making reporting
bugs close to impossible.

gdb does support attaching to an already running process. Perhaps it's
possible to use a script in a loop that keeps looking for it running and
tried to attach then dump a backtrace somewhere (or runs in a screen so
you can get the backtrack yourself)? If you getting crashing some time
after login then it should be no problem to attach.

The following could work:
while true; do; PID=`pidof gnome-settings-daemon`; if test $PID; then; sudo gdb 
attach --pid=$PID; sleep 1; fi; done

Just /etc/init.d/gdm stop, ctrl+alt+f2 to virtual terminal. Execute the
above as root (it would probably be easier to save it to a script file
first and run from that, it also might be worth while running it in a
'screen' session so you can attach to it from within a Xorg terminal).
Then restart gdm. After gnome-settings-daemon crashes, ctrl+alt+f2 back
to the VT and take a screen dump.

The question is if it will connect to the process in time.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.
https://bugs.launchpad.net/bugs/588155

Title:
  randomly gnome-settings-daemon fails to start

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


[Bug 241736] Re: support EPUB format

2010-12-05 Thread H3g3m0n
Still no epub support in 10.10 :(

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

Title:
  support EPUB format

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


[Bug 132988] Re: [gutsy] rhythmbox doesn't show daap shared smart playlists

2010-09-12 Thread H3g3m0n
This has been working fine for me in Kamic and Lucid but seems to be
broken in the Maverick beta. Banshee shows them up fine.

-- 
[gutsy] rhythmbox doesn't show daap shared smart playlists
https://bugs.launchpad.net/bugs/132988
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 636223] [NEW] [Maverick] DAAP playlists missing

2010-09-12 Thread H3g3m0n
Public bug reported:

Binary package hint: rhythmbox

Description:Ubuntu maverick (development branch)
Release:10.10

DAAP playlists are no longer showing up under the DAAP shares in
Rhythmvox 0.13.1 in Maverik beta.

In 9.10 and 10.04 there was an expand arrow and they appeared under
that. mt-daap has smart playlists that allow you to sort by age of
files, metadata and so on but it no longer appears.

Working fine in Banshee.

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

-- 
[Maverick] DAAP playlists missing
https://bugs.launchpad.net/bugs/636223
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 588155] [NEW] [lucid] randomly gnome-settings-daemon fails to start

2010-06-01 Thread H3g3m0n
Public bug reported:

Binary package hint: gnome-settings-daemon

Randomly when logging in, rather than the normal Ambiance theme I get a
default default GTK theme on the gnome-panel.

There is no gnome-settings-daemon listed in the processes.

Going in the the Appearance seems to start it up, and the theme is
applied to the gnome-panel. I need to kill nautilus for it to be
rethemed.

This is happening on 2 different computer systems. Both AMD64 with
nvidia graphics cards (using the proprietary driver), otherwise with
fairly different hardware.

There was another bug for this, with several other people reporting the same 
issue however it seems to have been closed as 'incomplete'.
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/312501

I also sometimes notice the long delay on login mentioned in the above
bug, (basically the wallpaper loads then it just sits there doing
nothing, then the panels come in). Not sure if it has anything to do
with the gnome-settings-daemon though (sometimes the panels come in
fine).

I have the following in xsession-errors:
The program 'gnome-settings-daemon' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 1177 error_code 8 request_code 3 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

lsb_release -rd 
Description:Ubuntu 10.04 LTS
Release:10.04

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

-- 
[lucid] randomly gnome-settings-daemon fails to start
https://bugs.launchpad.net/bugs/588155
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 588155] Re: [lucid] randomly gnome-settings-daemon fails to start

2010-06-01 Thread H3g3m0n

** Attachment added: .xsession-errors
   http://launchpadlibrarian.net/49483858/.xsession-errors

-- 
[lucid] randomly gnome-settings-daemon fails to start
https://bugs.launchpad.net/bugs/588155
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 282545] Re: epiphany-webkit crashed with SIGSEGV in WebCore::PluginView::stop()

2008-10-13 Thread H3g3m0n
** Visibility changed to: Public

-- 
epiphany-webkit crashed with SIGSEGV in WebCore::PluginView::stop()
https://bugs.launchpad.net/bugs/282545
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

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


[Bug 108928] Re: Scrambled Keys in feisty ubuntu desktop

2008-07-11 Thread H3g3m0n
*** This bug is a duplicate of bug 112955 ***
https://bugs.launchpad.net/bugs/112955

I'm seeing the same problem on a Debian Lenny (testing) system so its
not just Ubuntu.

When running Fluxbox instead of gnome-session it works fine.

-- 
Scrambled Keys in feisty ubuntu desktop
https://bugs.launchpad.net/bugs/108928
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to control-center in ubuntu.

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