diff --git a/troubleshooter/troubleshooter.py b/troubleshooter/troubleshooter.py index 84691a0..f720be9 100644 --- a/troubleshooter/troubleshooter.py +++ b/troubleshooter/troubleshooter.py @@ -313,7 +313,7 @@ for i in missing: desktop = """[Desktop Entry] -Name=VCStudio +Name=Blender-Pipeline GenericName=Blender-Organizer Path="""+os.getcwd()+""" Exec=python3 run.py @@ -324,8 +324,8 @@ Categories=Graphics;3DGraphics;Office """ if os.path.exists(os.environ['HOME']+"/.local/share/applications") \ -and not os.path.exists(os.environ['HOME']+"/.local/share/applications/VCStudio.desktop"): - o = open(os.environ['HOME']+"/.local/share/applications/VCStudio.desktop", "w") +and not os.path.exists(os.environ['HOME']+"/.local/share/applications/Blender-Pipeline.desktop"): + o = open(os.environ['HOME']+"/.local/share/applications/Blender-Pipeline.desktop", "w") o.write(desktop) o.close() output("\033[1;42m", talk.text("desktopcreated")) @@ -358,6 +358,5 @@ print("\033[1;m") -