Nick Dordea changed bug 1213156
What Removed Added
CC   ndordea@gmail.com

Comment # 32 on bug 1213156 from Nick Dordea
Hi,
Same problem/issues ...
I just upgraded [ dup ] from leap 15.4 to 15.5 .
The dup went fine without any problem.  The system booted  to 15.5 ...
However I realized that ALL desktop definitios were changed  from command line
to environmental variable 
   program
   arguments
   path 

An old command  sleep 20s &&  /path/bash-shell.sh 
was changed to 
    program   sleep 
    arguments  180s '&&' /path/bash/-shell.sh
    path 

Executing it fails with with Plasma workspace
                              execvp: Exec format error   

The autostart  entries complain due to syntactic errors  and some of them do
not start .....
Lots of messages via journalctl .... like 
Oct 07 08:29:27 <user-domain>.dom systemd-xdg-autostart-generator[5580]:
/home/<userid>/.config/autostart/ org.kde.kontact.desktop:13: Unknown key name
'SingleMainWindow' in section 'Desktop Entry', ignoring.
Oct 07 08:29:27 <user-domain>.dom systemd-xdg-autostart-generator[5580]:
/home/<userid>/.config/autostart/org.kde.kontact.desktop:16: Unknown key name
'TerminalOptions' in section 'Desktop Entry', ignoring.
Oct 07 08:29:27 <user-domain>.dom systemd-xdg-autostart-generator[5580]:
/home/<userid>/.config/autostart/pia-client.desktop:14: Unknown key name
'TerminalOptions' in section 'Desktop Entry', ignoring.
Oct 07 08:29:27 <user-domain>.dom systemd-xdg-a

How should be done to get the old entries like   
/abc/bash-shell.sh  argument &
path
to be converted to the new 15.5 system ?

It is any way to go back to the Good Old  desktop/autostart rules ?

Thanks,

ND


You are receiving this mail because: