[Gtkradiant] [Bug 763] New: Shortcuts.ini should work over a network like radiant.ini

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Tue, 25 Feb 2003 21:00:33 -0600


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=763

           Summary: Shortcuts.ini should work over a network like
                    radiant.ini
           Product: GtkRadiant
           Version: 1.3
          Platform: All
        OS/Version: Windows 2000/XP
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: editor
        AssignedTo: ttimo@idsoftware.com
        ReportedBy: sludge@threewave.com


I tested this with 1.2.12, but the source for the current CVS of 1.3 as of today
contains the issue as well.

When Networked Install is checked in the menus, the radiant.ini and log files
are set to the $USERPROFILE directory under Windows.  This is good and fine, but
the shortcuts.ini does not do the same.  This has caused some collisions for our
team.

In mainframe.cpp around 3452, we would do well to have it check for a networked
config install, and if so, execute code similar to main.cpp around line 511
where the path comes from the USERPROFILE environment variable.

This bug is similar to #691 in that it is regarding the location of
shortcuts.ini[.sample], but it is not a dupe.