Thanks a lot. How about putting your changes in a branch, so people can test it easily? Regarding to GtkBuilder issue, I'll take a look at it when I get time.
On Thu, May 31, 2012 at 7:46 PM, Andrej N. Gritsenko <[email protected]> wrote: > Hello! > > Current chmod dialog in libfm has two serious issues: > 1) there is no possibility to set some file modes such as 1777 or 0510 > despite the fact those are somewhat common; > > 2) inexperienced users don't fully understand dependencies between mode > bits so easily set modes such as 0007 or 0604 and are surprised why it > does not work the way they wanted it to work. > > I clearly remember some user was complaining about that in some tracker > but I could not find that just by looking at tracker. :( > > I've fixed both issues in the patch which I've send into Pathces tracker: > https://sourceforge.net/tracker/?func=detail&aid=3531052&group_id=156956&atid=801866 > > All works like a charm now. Unfortunately, the patch has its own issues: > 1) since UI was a bit reworked it requires some translations (19 strings) > to be updated; I've updated Ukrainian and Russian translations but it's > all I can do as only two those languages are native for me; > > 2) it's convenient to put combo box's choices into the UI file but as > soon there is two GtkListStore objects in the <interface>, Gtk+ builder > ignores both of them. I've solved that by putting GtkListStore objects as > children of GtkDialog where they are used but that gives me four messages > > Gtk-WARNING **: Cannot add an object of type GtkListStore to a container of > type GtkDialog > > each time file properties dialog is open. I couldn't find any transparent > container which would be acceptable inside of <interface> to get rid of > those warnings so probably I should put all choices into the code instead > of UI file? > > Hope to hear from translators and anyone else soon. > Andriy. > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Pcmanfm-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Pcmanfm-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
