码迷,mamicode.com
首页 > 其他好文 > 详细

error

时间:2017-08-16 17:04:47      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:++   asi   while   add   erro   install   top   vim   sha   

I  adb: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

sudo apt-get install lib32stdc++6

 

 

 

II  add icon to the left bar on ubuntu

cd /usr/share/applications

sudo vim audacity.desktop

[Desktop Entry]
Encoding=UTF-8
Name=Audacity
Name[de]=Audacity
Name[ru]=Audacity
Name[uk]=Audacity
GenericName=Sound Editor
GenericName[de]=Audio-Editor
GenericName[ru]=Редактор звуковых файлов
GenericName[uk]=Редактор звукових файл?в
Comment=Record and edit audio files
Comment[de]=Audio-Dateien aufnehmen und bearbeiten
Comment[ru]=Запись и редактирование звуковых файлов
Comment[uk]=Запис ? редагування звукових файл?в

Icon=audacity

Type=Application
Categories=AudioVideo;Audio;AudioVideoEditing;

Exec=env UBUNTU_MENUPROXY=0 audacity %F
StartupNotify=true
Terminal=false
MimeType=application/x-audacity-project;audio/aac;audio/ac3;audio/mp4;audio/x-ms-wma;video/mpeg;audio/flac;audio/x-flac;audio/mpeg;audio/basic;audio/x-aiff;audio/x-wav;application/ogg;audio/x-vorbis+ogg;

Attention!!

encoding  and startupnotify

At the end, drag the audacity icon in the usr/share/applications/  to the left bar

error

标签:++   asi   while   add   erro   install   top   vim   sha   

原文地址:http://www.cnblogs.com/emmazha/p/6912151.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!