2009-05-08

xchat-GNOME Fullscreen

You love to chat over irc, irc is your life, and you need your irc client to support fullscreen ! look no further, xchat-gnome require a trivila patch to support fullscreen. For further information, check out fullscreen support (xchat-gnome)

Yes, xchat-gnome needs your love.

rpm, rpmbuild and macros

When building rpms, avoid using root account. Fedora11 by default does this. For the rest, create ".rpmmacros" in your home directory, with the line below

%_topdir %{getenv:HOME}/rpmbuild


for added bonus, people using multi-lib capable architecture ( x86_64), should add the line below to rpmmacros

%_solve_name_fmt %{?_solve_pkgsdir}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}


reference:
how-to-patch-and-recompile-source-rpm

rpmbuild

When building rpms, avoid using root account. Fedora 11 by default does this.


http://sadiquepp.blogspot.com/2009/02/how-to-patch-and-recompile-source-rpm.html

GitLab runner on Windows with bash shell on windows contianer on Docker

As part of your pipeline, you may need to perform browser testing across different platforms/environments. To minimize testing time, it'...