diff --git a/setup.py b/setup.py index 924da00dc8..0ecf3c2243 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ copytree(os.path.join(PATH, "src"), os.path.join(PATH, "openshot_qt")) # Make a copy of the launch.py script (to name it more appropriately) - copy(os.path.join(PATH, "src", "launch.py"), os.path.join(PATH, "openshot_qt", "launch-openshot")) + copy(os.path.join(PATH, "src", "launch.py"), os.path.join(PATH, "openshot_qt", "openshot-qt")) if os.path.exists(os.path.join(PATH, "openshot_qt")): # Append path to system path @@ -99,7 +99,7 @@ def find_files(directory, patterns): # Call the main Distutils setup command # ------------------------------------- dist = setup( - scripts=['openshot_qt/launch-openshot'], + scripts=['openshot_qt/openshot-qt'], packages=[('openshot_qt')], package_data=package_data, data_files=os_files, diff --git a/xdg/openshot-qt.desktop b/xdg/openshot-qt.desktop index da657ee32e..59c78662a2 100755 --- a/xdg/openshot-qt.desktop +++ b/xdg/openshot-qt.desktop @@ -1,12 +1,12 @@ [Desktop Entry] -Name=OpenShot 2.0 +Name=OpenShot Video Editor GenericName=Video Editor -X-GNOME-FullName=OpenShot 2.0 -Comment=Create and edit videos and movies -Exec=launch-openshot %F +X-GNOME-FullName=OpenShot Video Editor +Comment=Create and edit amazing videos and movies +Exec=openshot-qt %F Terminal=false Type=Application Icon=openshot-qt Categories=GNOME;GTK;AudioVideo;Video;AudioVideoEditing; MimeType=application/vnd.openshot-qt-project; -X-AppInstall-Package=openshot-qt +X-AppInstall-Package=openshot-qt \ No newline at end of file