I indeed meant mod_rsgallery2_slideshow.php
but it is not somekind of setting you need to alter
you need to alter the code/ hack it
look for:
$url = sefRelToAbs('index.php?option=com_rsgallery2&Itemid='.$RSG2Itemid.'&page=inline&id='.$row->id.'&catid='.$row->gallery_id.'&limitstart='.$limitstart);
now change it to:
$url = sefRelToAbs('index.php?option=com_rsgallery2&Itemid='.$RSG2Itemid);
now it links to the gallery main page