Have you ever modified the source code of an open source application?
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
View Poll Results: Have you ever modified the source code of an open source application?
I once wanted to modify the sources of the XED text editor because I wanted to disable 'search as you type'. It makes searching very large files impossible because as soon as you type the first character of the search string, the editor begins to mark every instance of that character. This takes ages (sometimes more than a few minutes) and while this is ongoing, it is not possible to enter any additional characters.
But to my surprise I couldn't find anything in the source code to change this. I guess it is a default of the GTK framework used to build the editor.
Yes, I maintain a few patches for FLOSS programs that are unmaintained, but still work fine after patching.
Come to think of it, I also have 1 or 2 for programs that are maintained because I don't like part of the functionality.
I had to do some hacking to make this code build. I didn't actually modify the program itself, so much as hack the make file to make it actually detect the third-party *.h files it needed to finally produce a build. IDK if that counts, since I didn't actually change the C code, just added some -I arguments to the compiler.
Hacking the build system defiantly counts. Without working build systems you'd have no FLOSS programs -- or at least none that could be built with any regularity.
They did not ask if it was for Android, just if it was open source.
Granted, I would have used FLOSS in the question, had I worded it but I didn't write it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.