Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
17
rated 0 times [  17] [ 0]  / answers: 1 / hits: 6212  / 2 Years ago, sun, october 9, 2022, 1:18:35

I just installed CrashPlan for Linux. After installing, I deleted the installer folder and files, and the icon sitting on my desktop (after dragging it to the launcher). I rebooted, now the launcher icon is gone and I can't find any way to start the CrashPlan Desktop application.



How do I get the launcher back so I can start the program?


More From » unity

 Answers
1

Download CrashPlan for Linux, saving the .tgz archive on your Desktop.



Double-click on the file to open it with Archive Manager, then extract it to the Desktop.
You should have a folder now named 'CrashPlan-install' on your Desktop.



Open the Terminal and navigate to the folder containing the installer. Run the install script, using the default choices:



cd ~/Desktop/CrashPlan-install
sudo ./install.sh


After it finishes, you need to do three things.




  1. Edit the .desktop file (to make it compatible with the Unity Launcher).

  2. Copy it to .local/share/applications.

  3. Drag it from .local/share/applications onto the launcher.



Edit the .desktop file first:



gedit ~/Desktop/CrashPlan-install/scripts/CrashPlan.desktop  


Add the line 'StartupWMClass=CrashPlan' at the end, so it looks like this:



[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=CrashPlan
Categories=;
Comment=CrashPlan Desktop
Comment[en_CA]=CrashPlan Desktop
Exec=/usr/local/bin/CrashPlanDesktop
Icon=/usr/local/crashplan/skin/icon_app_128x128.png
Hidden=false
Terminal=false
Type=Application
GenericName[en_CA]=
StartupWMClass=CrashPlan


Save, and exit the text editor. Now copy the file:



cp ~/Desktop/CrashPlan-install/scripts/CrashPlan.desktop ~/.local/share/applications


The last part is the easiest. Open your /home folder in Nautilus, and press Ctrl+H to show hidden files.



Now just go to .local/share/applications, grab the icon with your mouse, and drag it to the Unity Launcher.



Credit to @451F 's answer here, which I based this on.


[#38219] Tuesday, October 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
afyess

Total Points: 437
Total Questions: 120
Total Answers: 107

Location: San Marino
Member since Fri, Jul 3, 2020
4 Years ago
afyess questions
;