After upgrate gtk 3.0 to version 3.20 (gtk 3.20 + vte 0.44), roxterm does not accept no more geometry settings of the window - window will appear always the smallest as possible.
I sent you a preliminary patch via email. Hopefully I'll have time to fix its bugs and send in a real fix for this bug in the next few weeks -- dwksrc at gmail period com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ah, got the patch to apply now. Not sure what I was doing wrong before (pretty sure I was using -p1). Now to convince it that it does have a version and stuff...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I sent you a preliminary patch via email. Hopefully I'll have time to fix its bugs and send in a real fix for this bug in the next few weeks -- dwksrc at gmail period com
Thanks for making the effort. I hope you can get it working properly. Again, let me know if you want to be added to the project or move it to github.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
github would be nice :)
Done: https://github.com/realh/roxterm
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Tony: It was my favourite terminal, thanks for all the work.
I'm going to use it on ubuntu 16.04. Hope you or someone can fix it someday.
For anyone interested, I have a fix for this issue for roxterm-3.3.2. It can be found here: https://gitweb.gentoo.org/user/haarp.git/tree/x11-terms/roxterm/files/gtk+-3.19.5+-geometry-fix.patch
All credits go to "d wk" for the fix, I just adapted it for 3.3.2.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
haarp, This patch seems to be incompatible with the code at https://github.com/realh/roxterm . Is there any way to merge it in there?
haarp, this patch appears to be incompatible with the source at https://github.com/realh/roxterm . Is there any way it could be merged in there?
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Patches fine for me. Are you using patch -p1?
Patches fine for me. Are you using patch -p1?
Ah, got the patch to apply now. Not sure what I was doing wrong before (pretty sure I was using -p1). Now to convince it that it does have a version and stuff...
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Roxterm is a great terminal, please don't give up.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I notice that this patch seems to cause crashes a lot when moving tabs in/out of the window. Any fix for that?
fwiw, you can crudely workaround initial sizing with devilspie. e.g.
(if (is (application_name) "ROXTerm") (geometry "650x450") )