Results 1 to 4 of 4

Thread: Gnome-terminal hangs when started in KDE

Hybrid View

  1. #1

    Gnome-terminal hangs when started in KDE

    http://askubuntu.com/questions/25102.../261826#261826

    Pretty much that issue tit-for-tat.

    Of course gnome-terminal has no verbose mode so I'm out of ideas on what to debug.

  2. #2
    Join Date
    Jun 2007
    Beans
    Hidden!

    Re: Gnome-terminal hangs when started in KDE

    I have the same issue. Any one with troubleshooting tips out there?

  3. #3
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Gnome-terminal hangs when started in KDE

    moved to general help
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  4. #4
    Join Date
    Jun 2007
    Beans
    Hidden!

    Re: Gnome-terminal hangs when started in KDE

    after some additional debugging, it looks like I can open 'konsole' and then start gnome-terminal as root by running

    Code:
     sudo gnome-terminal
    I have some strace's and it looks like when trying to launch gnome-terminal as my regular user gnome-terminal gets stuck in a loop at
    Code:
    poll([{fd=6, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=6, revents=POLLOUT}])
    writev(6, [{"( \4\0d\0\240\5\272\2\0\0\0\0\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
    poll([{fd=6, events=POLLIN}], 1, 4294967295) = 1 ([{fd=6, revents=POLLIN}])
    recvfrom(6, "\1\1N\2\0\0\0\0%0\313\1\374\4\233\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096, 0, NULL, NULL) = 32
    recvfrom(6, 0x1a0e014, 4096, 0, 0, 0)   = -1 EAGAIN (Resource temporarily unavailable)
    recvfrom(6, 0x1a0e014, 4096, 0, 0, 0)   = -1 EAGAIN (Resource temporarily unavailable)
    poll([{fd=6, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=6, revents=POLLOUT}])
    writev(6, [{"( \4\0d\0\240\5\272\2\0\0\177\2\0\0", 16}, {NULL, 0}, {"", 0}], 3) = 16
    I'm no C++ coder so anyone with some incite here would be great.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •