LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This 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


View Poll Results: Have you ever modified the source code of an open source application?
Yes 352 58.37%
No 224 37.15%
Not sure 27 4.48%
Voters: 603. You may not vote on this poll

Reply
  Search this Thread
Old 05-13-2022, 08:12 PM   #106
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-current
Posts: 504

Rep: Reputation: 285Reputation: 285Reputation: 285

All very good points... that you for elaborting upon my (insufficiently precise) reply.
 
Old 05-14-2022, 08:55 AM   #108
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
Quote:
Originally Posted by techforay View Post
I would really like to learn how to do this. Can someone get me started on the right path with learning about source code modifications.
Do you mean you want to modify the source code of an open source application?
So download it, use an editor and modify what you want. That's all.

The real question(s) would be: what do you want to modify and why do you want to modify it?
So you need to have a goal, an improvement idea or a bugfix or whatever. But first you need to know the application and you need to be able to build it. Also you need to check your modification, validate the result (if it is really better and does not cause any trouble). And finally you need to release and document it.
 
Old 05-18-2022, 03:59 PM   #109
rado84
Member
 
Registered: Mar 2019
Location: Sofia, Bulgaria
Distribution: Arch Linux
Posts: 39

Rep: Reputation: Disabled
Yes. The code of gnome-screenshot. I don't remember anymore at which version GNOME introduced the idiotic flash when taking screenshots. I requested an option to disable it but they refused (typical...), I downloaded the source and removed from it anything even remotely related to the "cheese flash" as they had named it. That worked for some time but then they decided to impose their crap by updating one or a few other libraries related to GNOME which brought the stupid flash back. Since I was unable to find the culprit library in order to edit it, I kicked the damn thing in its @ss and installed scrot. I've been using scrot ever since. As it turned out scrot is a lot better than gnome-screenshot bc I don't have to edit the source in order to change the output filename and the quality of the screenshot, all that can be done by options in the command itself.
 
Old 05-19-2022, 12:38 AM   #110
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
In that case you need to open a new thread about it, because it is offtopic in this poll. Post your findings and some other details and we can try to help you to go further.
 
Old 07-18-2022, 02:36 PM   #111
Dr_Evil
LQ Newbie
 
Registered: Mar 2014
Posts: 4

Rep: Reputation: Disabled
Yes, and still do often, like integrating VPN software connection results into Truenas, or making sure all my hardware works properly, as I like it, into my distro of choice ;-)
 
Old 07-18-2022, 04:50 PM   #112
ptf
LQ Newbie
 
Registered: Oct 2021
Posts: 15

Rep: Reputation: Disabled
This poll needs a "yes, and contributed the changes back upstream" option.
 
Old 07-19-2022, 01:59 PM   #113
rogerxx
Member
 
Registered: Feb 2021
Location: Ohio
Distribution: Gentoo & Slackware
Posts: 39

Rep: Reputation: Disabled
(Use to modify/write computer source code) ... all the time until I bought a God d*mn house!

On the flip, nowadays and being a guy at heart, love spending money at my favorite hardware box store.

A prior open source writer/author, I was long ago associated with, also bought a house ... and likely ended-up doing the same darn thing! Except he sort of likely fell completely off the (open source software) grid due to having the all-included house package deal of a wife and kids. From photos, he now has a really nice self-remodeled kitchen!

So, word from the wise, if you love writing open source code, either live like a hermit or spend all of your hard earned cash on well maintained rentals? If you're a MS employee, buy a new house and preach open source should not be commercialized?

Last edited by rogerxx; 07-22-2022 at 06:36 AM.
 
Old 07-22-2022, 02:29 AM   #114
ruthm
LQ Newbie
 
Registered: Jan 2021
Posts: 4

Rep: Reputation: Disabled
Smile yes

yes, for the last couple of years i've been working with friends to support the use of OpenEMR which is being used to support homeless people, especially during the covid-19 pandemic. I've contributed one or two functions, and fixed a but or two.

it's very satisfying doing this!

many, many years ago I fixed a bug in a unix kernel, but that wasn't really in the context of open source - i did it while working at GE for their port of the o.s
 
Old 02-01-2023, 04:21 PM   #115
danden
LQ Newbie
 
Registered: Nov 2014
Posts: 5

Rep: Reputation: Disabled
yes, mostly in the past

Seems a re-occuring theme here. In the past, a lot more. Back in my gentoo ricer days it was very very frequently. These days, most projects are pretty mature and don't need a whole lot of effort put in. I do still hack on a few things every now and then but kudos to the devs across the board for making things so easy.
 
Old 02-01-2023, 04:52 PM   #116
andypal
LQ Newbie
 
Registered: Feb 2016
Location: Regina,Saskatchewan,Canada
Distribution: pclinuxos
Posts: 3

Rep: Reputation: Disabled
i do not make my hands dirty
 
Old 02-01-2023, 05:30 PM   #117
ember1205
Member
 
Registered: Oct 2014
Posts: 176

Rep: Reputation: 16
Prior to the 1.0 kernel, I often had to track down oddities in kernel driver modules and edit the code to make it work.
 
Old 02-01-2023, 10:08 PM   #118
kakarotoanderson
LQ Newbie
 
Registered: May 2020
Location: Brazil
Distribution: Slackware_15
Posts: 5

Rep: Reputation: Disabled
I still haven't got a source code to change it, but as soon as I finish my college studies I intend to
 
Old 02-01-2023, 10:25 PM   #119
ewilcox
LQ Newbie
 
Registered: Oct 2021
Posts: 5

Rep: Reputation: Disabled
I'm not a developer . . .

I have reported bugs on several occasions (not recently), but (as the title states) I'm not a programer.
 
Old 02-02-2023, 03:26 AM   #120
ivanleo
LQ Newbie
 
Registered: Aug 2022
Posts: 4

Rep: Reputation: 0
I wrote a bit of code for WINE and I tweaked a device driver once as it wouldn't compile, the latter wasn't a substantive change though.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I modified the AODV code part of NS2.31 for selecting a node which have minumamenergy lakshmanarao.k Programming 1 03-11-2015 04:51 PM
LXer: If You've Ever Sold a Used iPod, You May Have Violated Copyright Law LXer Syndicated Linux News 0 06-14-2012 03:10 AM
LXer: "What's this 'DEEE-bee-en' you write about?" Or will Linux ever (ever?) make its move on the d LXer Syndicated Linux News 5 12-21-2010 08:09 PM
i think that i will never ever ever ever switch to mac teamstatic84 General 11 01-03-2004 12:25 PM
Have you ever made a donation or a purchase to an open source organisation/project ? dukeinlondon Linux - General 8 11-14-2003 05:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration