diff --git a/cura b/cura index 322824e..2c711c6 100755 --- a/cura +++ b/cura @@ -1,15 +1,5 @@ #!/usr/bin/python -import os -import sys import Cura.cura as cura -# Make all paths absolute, we are gonna change the pwd -for i in range(len(sys.argv)): - if os.path.exists(sys.argv[i]): - sys.argv[i] = os.path.abspath(sys.argv[i]) -# change the pwd -os.chdir("/usr/lib/python2.7/site-packages/") - -# start cura cura.main() diff --git a/cura.spec b/cura.spec index 5e85be9..aadf099 100644 --- a/cura.spec +++ b/cura.spec @@ -121,6 +121,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2} %changelog * Wed Jul 08 2015 Miro Hrončok - 15.02.1-4 - No longer depend on pypy +- Simplify the launcher * Mon Jul 06 2015 Miro Hrončok - 15.02.1-3 - Patch for #1230281