Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cinnamon-settings crashes with Python 3.6 #6144

Closed
besser82 opened this issue Dec 30, 2016 · 1 comment
Closed

cinnamon-settings crashes with Python 3.6 #6144

besser82 opened this issue Dec 30, 2016 · 1 comment

Comments

@besser82
Copy link
Contributor

Description of problem:

  • cinnamon-settings crashes with Python 3.6

Version-Release number of selected component (if applicable):

  • cinnamon-3.2.7 with python-3.6.0

How reproducible:

100%


Steps to Reproduce:

  1. Build and install cinnamon using Python 3.6
  2. Invoke /usr/bin/cinnamon-settings
  3. BANG!

Actual results:

cinnamon-settings
Traceback (most recent call last):
  StepsFile "/usr/bin/cinnamon-settings", line 26, in <module>
    os.execvp("/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", ("",) + tuple(sys.argv[1:]))
  File "/usr/lib64/python3.6/os.py", line 559, in execvp
    _execvpe(file, args)
  File "/usr/lib64/python3.6/os.py", line 583, in _execvpe
    exec_func(file, *argrest)
ValueError: execv() arg 2 first element cannot be empty

Expected results:

  • Doesn't crash.

I came across this when testing recent cinnamon on Fedora Rawhide; there's already a hackish solution for this problem in the bugreport for Fedora.

Are there any better ideas, how to solve it?

@mtwebster
Copy link
Member

Hackish is in already.

3936ac1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants