https://bugs.kde.org/show_bug.cgi?id=315040

Ralf Habacker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |REMIND
      Latest Commit|                            |http://commits.kde.org/kdew
                   |                            |in-installer/a737033ea1038e
                   |                            |d154c95e5416c8d91b224a5cd7

--- Comment #1 from Ralf Habacker <[email protected]> ---
With commit
http://commits.kde.org/kdewin-installer/a737033ea1038ed154c95e5416c8d91b224a5cd7
the installer has been excluded from the list of kde application in use, but im
not sure if this really solve the problem. 

Normally the installer will be copied to a temporary location before running
main.cpp
    //
    // when installer is located in install root dir run it from a temporary
location 
    // to avoid installer executable acess problem for update and removal,
    //
    if (SelfInstaller::instance().isRunningFromInstallRoot())
    {
        QStringList args = QApplication::arguments(); 
        args.removeFirst();
        SelfInstaller::instance().runFromTemporayLocation(args);
    }
  and your report 

path: M:/KDE/SETUP name: kdewin-installer-gui-latest pid: 3936

indicates that this did not happens. 

There must be a problem with this detection in isRunningFromInstallRoot()

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to