D
Deleted User
Guest
I was wondering if anyone knew how to change the viewing format for the open and save dialog of the Linux Mint file browser Nemo from list to icon format thanks for any help that can be supplied
Okay I may try varies file browsers and see if any of them add more optionsNemo is more a part of the Cinnamon desktop environment than any given distro (if you use say XFCE Linux Mint it will instead be Thunar).
Also the save dialogue probably depends upon the program being used, or at least the underlying toolkit it is built against (GTK being popular but there are several others https://wiki.wxwidgets.org/WxWidgets_Compared_To_Other_Toolkits ).
Afraid I don't know what, if any, options might be available for the various toolkits. Looking at GTK's manuals, which is probably what most programs you use are based upon, https://developer.gnome.org/gtk3/stable/GtkFileChooserDialog.html then even if you compiled it you seem somewhat limited in options.