bugGKSu - Bugs: bug #19136, nautilus-gksu opens extra window...

 
 

bug #19136: nautilus-gksu opens extra window when opening folders

Submitter:  Iain Nicol <orra>
Submitted:  Sat 24 Feb 2007 03:11:30 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 24 Feb 2007 03:11:30 AM UTC, original submission:  

If you use the nautilus-gksu extension to open up a directory, two folders open up: the directory you wanted to open, and, erroneously, "/". I suspect that if we add the parameter "--no-default-window" to the command executed when a folder is opened, this won't happen.

Implementation
==============
The affected file is nautilus-gksu/libnautilus-gksu.c. The affected function is gksu_context_menu_activate(). We need a check along the following lines (pseudocode):

if file's mime-type begins "x-directory/" then
     CommandToLaunch = "nautilus --no-desktop --no-default-window file"

Iain Nicol <orra>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by orra (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-07-24 jhasse Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code