











hansmc wrote:I just tested it on my computer. If I put the place in double quotes it works. Like this "/home/me/test one".






I am mounting a partition ( UUID=16D7-0200 ) to a mount point in /media ( /media/BOOTIT NG ).





UUID="16D7-0200"



sudo nano /usr/lib/linuxmint/mintMenu/plugins/places.pyButton4.connect( "clicked", self.ButtonClicked, "nautilus " + desktopDir )
command = ( "nautilus " + self.custompaths[index] )Button4.connect( "clicked", self.ButtonClicked, "nautilus \"" + desktopDir + "\"" )
command = ( "nautilus \"" + self.custompaths[index] + "\"" )cd /usr/lib/linuxmint/mintMenu/ && sudo python compile.py

Users browsing this forum: No registered users and 1 guest