Skip to content

Instantly share code, notes, and snippets.

@freemangilgamesh
Created April 21, 2014 14:30
Show Gist options
  • Save freemangilgamesh/11144412 to your computer and use it in GitHub Desktop.
Save freemangilgamesh/11144412 to your computer and use it in GitHub Desktop.
disappearing desktop icons on Cinnamon 2.2 on Ubuntu 14.04
ubuntu@ubuntu-Inspiron-N5040:~$ nemo --quit
ubuntu@ubuntu-Inspiron-N5040:~$ gdb nemo
GNU gdb (Ubuntu 7.7-0ubuntu3) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from nemo...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/nemo
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffed228700 (LWP 24922)]
[New Thread 0x7fffeca27700 (LWP 24923)]
[New Thread 0x7fffe7fff700 (LWP 24924)]
[New Thread 0x7fffe75fa700 (LWP 24925)]
[New Thread 0x7fffe6218700 (LWP 24927)]
[New Thread 0x7fffe5a17700 (LWP 24929)]
[New Thread 0x7fffd9766700 (LWP 24931)]
[New Thread 0x7fffd8b65700 (LWP 24932)]
[New Thread 0x7fffcedf8700 (LWP 24935)]
[New Thread 0x7fffce5f7700 (LWP 24936)]
[Thread 0x7fffe6218700 (LWP 24927) exited]
[Thread 0x7fffd9766700 (LWP 24931) exited]
[Thread 0x7fffce5f7700 (LWP 24936) exited]
[Thread 0x7fffd8b65700 (LWP 24932) exited]
[Thread 0x7fffe5a17700 (LWP 24929) exited]
[Thread 0x7fffcedf8700 (LWP 24935) exited]
[Thread 0x7fffe7fff700 (LWP 24924) exited]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment