Tried installing Inkscape, it needed some dependencies and whatever.
Now when i bootup, gdm fails, and if i do a 'startx' I get thiis little XWindow that says "Kstartupconfig4 does not exist or fails".
If i try apt-get upgrade, i get this error: "symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: {line of gibberish, with streambuf_iteratorIcSt11char_traits, version GLIBCXX_3.4"
Oof. Lost!! Appreciate any help.
1. Was your system fully updated before you installed Inkscape?
2. You should
never ever run
apt-get upgrade. On a rolling release it will sooner or later break your system. If you want to upgrade from the CLI, try
apt-get update && apt-get dist-upgrade
That will take care of the changing dependencies. (
apt-get upgrade will upgrade your system with the latest packages but it will ignore new dependencies and it won't remove obsolete or conflicting ones.)
Edit: Here Inkscape works perfectly.