After installing NetEase cloud music, run the program, find the program has not run up
Go online to search the answer, said in the file:/usr/share/applications/netease-cloud-music.desktop
Add--no-sandbox to%u before it can be resolved, but it still cannot be resolved after being added
Then I saw an article http://www.linuxdiyf.com/linux/32725.html
It says there may be a residual netease-cloud-music process inside the system that needs to kill the process to start properly
After the killing, through the command line can be started, but did make a lot of mistakes, for my OCD people are not acceptable
(There is no screenshot when the error occurs, so it cannot be pictured above)
The approximate error message is that the SQLite database cannot be linked, the database file is read-only
In this case, I first installed the SQLite:
sudo apt-get install Sqlite3
After the run still error the database file is read-only and cannot be updated, then I think it might be a file attribute problem
Find profile location for Netease-cloud-music: ~/.cache/netease-cloud-music/
CD ~/.cache/netease-cloud-music/
sudo chmod-r 777 Netease-cloud-music
After execution, run again, no error, perfect run
After I removed the--no-sandbox parameters that I had previously added, I can still run perfectly.
But there is still a bug, that is, using Classicmenu indicator to start NetEase cloud music is still unable to start normally, but use the shortcut to start directly without problems
There's no further investigation.