Skip to content

Instantly share code, notes, and snippets.

@jppommet
Created December 13, 2013 18:41
Show Gist options
  • Save jppommet/7949085 to your computer and use it in GitHub Desktop.
Save jppommet/7949085 to your computer and use it in GitHub Desktop.
Dart Editor Issues on Linux Ubuntu 13.10
1. Menu do not display
* Type : $ nano .local/share/applications/dart_editor.desktop
* Make sure you have the following lines in this file :
Icon=<your_path>/dart/icon.xpm
Path=<your_path>/dart
Exec=env UBUNTU_MENUPROXY= <your_path>/dart/DartEditor (!! space character important here !!)
2. Dartium can not be open b/c libudev.so.0 was not found
$ sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment