[kde-windows] [Bug 315040] "there are kde applications running" message on updating

Ralf Habacker ralf.habacker at freenet.de
Sat Aug 10 17:02:08 UTC 2013


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

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ralf.habacker at freenet.de
         Resolution|---                         |REMIND
      Latest Commit|                            |http://commits.kde.org/kdew
                   |                            |in-installer/a737033ea1038e
                   |                            |d154c95e5416c8d91b224a5cd7

--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
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.


More information about the Kde-windows mailing list