GNOME Bugzilla – Bug 736229
gnome-user-docs refers to old style nautilus menu
Last modified: 2014-09-20 13:38:52 UTC
hardware-cardreader.page refers to the nautilus menus as the used to look: https://git.gnome.org/browse/gnome-user-docs/tree/gnome-help/C/hardware-cardreader.page#n38 The attached patch aims to fix this problem.
Created attachment 285611 [details] [review] Proposed patch.
I can see that the following text refers to "Go->Computer" but I don't have any good idea of what this part used to look like, and where this choice is nowadays. Is it "Devices->Computer?". There are several places where the "Computer" folder is mentioned. But I think this is now the "Devices" folder which is no longer really a folder. Also the text refers to a picture which is no longer there.
Created attachment 286062 [details] screenshot with USB stick plugged in (In reply to comment #2) > I can see that the following text refers to "Go->Computer" but I don't have any > good idea of what this part used to look like, and where this choice is > nowadays. Is it "Devices->Computer?". There are several places where the > "Computer" folder is mentioned. But I think this is now the "Devices" folder > which is no longer really a folder. You can get to the "Computer" location (as it used to be) by navigating to "computer:///", which is quite different from the "Computer" under "Devices" in the sidebar (which seems to just navigate to "/"). As an aside, the "Devices" label is now gone from the sidebar, and has been replaced with unlabeled separators. > Also the text refers to a picture which is no longer there. I do not know which picture this would be, so I have attached a screenshot to show you what I see with a USB stick plugged in, as well as an internal SSD.
Review of attachment 285611 [details] [review]: ::: gnome-help/C/hardware-cardreader.page @@ +36,3 @@ <p> Open <app>Files</app> by using the <gui>Activities</gui> menu. Does the inserted card appear in the <gui>Devices</gui> list in the left sidebar? Sometimes the card appears in this list but is not mounted; click it once to mount. (If the sidebar is not visible, press <key>F9</key> or click + the <media its:translate="no" type="image" src="figures/go-down.png"><span its:translate="yes">down</span></media> button in the You need to define the "its" namespace before using it, with a 'xmlns:its="http://www.w3.org/2005/11/its"' in the page element. I would use "View options" instead of "down" as the media text, as that matches the tooltip on the menu button, and I would probably wrap the media element in a <gui></gui>, as it is a button in the UI that can be clicked. Not a big deal, though.
Review of attachment 285611 [details] [review]: Updated as suggested, with a few other additions, and pushed to master as 98e1f6726bce8d0dae896d86dbc6ba9f21b3a8ac.