<div dir="ltr"><div><div><div><div><div>Hi Vladmir,<br></div>Every help in the porting effort is more than welcome!<br>Currently there is unmaintained work[1][2], you can setup a personal repository on GitHub and use them as a start point.<br>Many components and panel plugins have been ported, they are also good references.<br>However I suggest you talk with devs on #xfce-dev so they can give you better hints than me.<br></div></div><div><br></div>1 - <a href="https://wiki.xfce.org/releng/4.14/roadmap/thunar">https://wiki.xfce.org/releng/4.14/roadmap/thunar</a><br>2 - <a href="https://github.com/rgcjonas/thunar-gtk3">https://github.com/rgcjonas/thunar-gtk3</a><br><br></div>Cheers,<br></div>André Miranda<br><div><div><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 6, 2017 at 4:54 AM, Vladimír Chren <span dir="ltr"><<a href="mailto:vlado.chren@inmail.sk" target="_blank">vlado.chren@inmail.sk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello All.<br>
<br>
I don't know details about Thunar gtk3 porting status but it looks that<br>
there is no big progress.<br>
<br>
Would you be interested in patches solving one preparation step of<br>
porting Thunar to gtk3 according to manual<br>
 <a href="https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html#id-1" rel="noreferrer" target="_blank">https://developer.gnome.org/<wbr>gtk3/stable/gtk-migrating-2-<wbr>to-3.html#id-1</a><br>
.6.3.3.5<br>
<br>
Chapter "Use accessor functions instead of direct access"<br>
<br>
Patches would look mostly like this<br>
 -  GTK_BIN (standard_view)->child<br>
 +  gtk_bin_get_child (GTK_BIN (standard_view))<br>
<br>
and like this<br>
 - renderer->is_expanded<br>
 + g_object_get (renderer, "is-expanded", &is_expanded, NULL);<br>
<br>
I'll separate each type of change to different patch.<br>
<br>
This could be then applied against master (i think) because it's still<br>
gtk2 (2.24.0) and nothing changes functionally. I'll reuse what was<br>
already done and update it to current master.<br>
<br>
Patches would be longer but simple to review.<br>
<br>
I'm asking first if it's necessary or useful to do it.<br>
<br>
<br>
Thank you<br>
<br>
--<br>
vlado<br>
<br>
<br>
______________________________<wbr>_________________<br>
Xfce4-dev mailing list<br>
<a href="mailto:Xfce4-dev@xfce.org">Xfce4-dev@xfce.org</a><br>
<a href="https://mail.xfce.org/mailman/listinfo/xfce4-dev" rel="noreferrer" target="_blank">https://mail.xfce.org/mailman/<wbr>listinfo/xfce4-dev</a></blockquote></div><br></div></div></div></div></div></div></div></div>