Is there a way to place the sidebar of nautilus and/or nemo to the right and not in the left?
Asked
Active
Viewed 506 times
10
-
3Maybe this will help you: http://askubuntu.com/questions/325518/how-can-i-edit-nautilus-places-sidebar-and-unity-quicklist not exactly what you asked for but might be worth a look – Pit Apr 11 '16 at 14:33
-
@Fabby can you please show me the duplicate question? – gadlol Apr 16 '16 at 07:10
-
2Someone pointed out to me that I should have read your question in more depth and that you want to move the side pane to the right instead of the left, which is going to take coding, not configuration. – Fabby Apr 16 '16 at 07:18
-
1I suppose a recompile of Nautilus with changes should fix it. It did when a user wanted to change the 'Computer' label on Nautilus. – Apr 18 '16 at 14:35
2 Answers
1
The position of the sidebar, as per my knowledge, is specified in the source code and any change in that position would require a recompilation after making the necessary modifications.
If you are fluent with C, get the source code using apt-get source nautilus
and start modifying

Anonymint
- 164
0
If you mean Unity sidebar then this might help:
http://www.omgubuntu.co.uk/2013/02/introducing-unity-tweak-tool

Fin R00k1e
- 291
-
Link only answers are not very well appreciated. Please provide more details in your answer. – Aug 02 '16 at 07:46