Bug 380796

Summary: Fixed in git: Start RKWard in portable mode
Product: [Applications] rkward Reporter: RKWard Team <rkward-devel>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: normal CC: thomas.friedrichsmeier
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Attachments: -- Originally posted by (AT sourceforge.net): amarshenas -- Start RKWard in portable mode

Description RKWard Team 2013-10-16 06:46:38 UTC
-- Originally posted by (AT sourceforge.net): amarshenas --

-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/133 on 2017-05-30 15:27:03 +0100 --
RKWard create a shortcut with wrong path.
So user need modify it after install and also evrytime drive letter change in portable mode.
I suggest use below code for make "RKWard.cmd" file instead using this wrong shortcut:

start /d "KDE\bin" rkward.exe
-- Labels: start RKWard --

-- Created an attachment --
Comment 1 Thomas Friedrichsmeier 2017-06-04 18:33:51 UTC
The start-up sequence has been a terrible mess, on Windows on particular, for a long time. With the new Windows installer (testing version at https://files.kde.org/rkward/testing/bundles/Windows/rkward-x64-latest-mingw-w64.exe), this should finally be fixed.
Comment 2 Thomas Friedrichsmeier 2018-04-17 08:34:17 UTC
Fixed in RKWard 0.7.0. Thanks for reporting!