Description of problem: Click on exit button on MageiaWelcome window and read .xsession-errors file. Error message found in .xsession-errors file : Traceback (most recent call last): File "/usr/share/mageiawelcome/mageiawelcome.py", line 241, in <module> my_quit_wrapper(main)() File "/usr/share/mageiawelcome/mageiawelcome.py", line 232, in fun2 x = fun(*args, **kwargs) # equivalent to "apply" File "/usr/share/mageiawelcome/mageiawelcome.py", line 174, in main my_quit_wrapper() TypeError: my_quit_wrapper() takes exactly 1 argument (0 given) Version is mageiawelcome-0.8.10-1.mga5vwith Magiea5 beta5 updated. This error has no impact because the window closes correctly.
Assignee: bugsquad => napcok
If still valid, valid in Mageia 5 too.
Whiteboard: (none) => MGA5TOO
CC: (none) => anaselli
Created attachment 6851 [details] patch tested in mga4 my_quit_wrapper should be already called to invoke main, so there is no need to clean up all again, a return should be enough i think. I'm not a python developer though.
Keywords: (none) => PATCHCC: (none) => thierry.vignaudSource RPM: (none) => mageiawelcome
commit 49335ed66f470a71b648f62a2fc0ba54ef7d5279 Author: Daniel Napora <napcok@...> Date: Fri Jan 22 11:22:14 2016 +0100 no error on exit (mga#15127) --- Commit Link: http://gitweb.mageia.org/software/mageiawelcome/commit/?id=49335ed66f470a71b648f62a2fc0ba54ef7d5279
Closing, thanks Angelo.
Status: NEW => RESOLVEDResolution: (none) => FIXED