LinuxQuestions.org
Visit Jeremy's Blog.
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 02-05-2024, 01:01 PM   #136
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,305

Rep: Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324

Despite only knowing the very basics of C and that for 16 pin PIC µControllers, I corrected someone's syntax error on the patch he sent me for an AMD graphics driver. I got abuse for my trouble, but the correction stayed in place.
 
Old 02-05-2024, 01:06 PM   #137
metaed
Member
 
Registered: Apr 2022
Location: US
Distribution: Slackware64 15.0
Posts: 364

Rep: Reputation: 171Reputation: 171
Quote:
Originally Posted by business_kid View Post
I corrected someone's syntax error on the patch he sent me for an AMD graphics driver
I'm experiencing déjà vu all over again
 
Old 02-29-2024, 07:42 PM   #138
mw.decavia
Member
 
Registered: Feb 2024
Distribution: Slackware64-15 & Afterstep , oh my
Posts: 78

Rep: Reputation: 8
I once customized an open source app called "rockbox". I offered to share the code with their development team. But they were not happy that I a non-team member had done such a thing. So my customization had an audience of me.

For some years I used freebsd until linux driver development eventually supported hardware I had. During those times I often had to fix freebsd drivers myself. Also for an audience of me.
 
1 members found this post helpful.
Old 03-01-2024, 12:10 AM   #139
acamara
LQ Newbie
 
Registered: Oct 2009
Posts: 2

Rep: Reputation: 0
me too

I customized the OSM suite because it was too slow and I got 50% better.

But one of their team which aquired his title of dev by adding spaces in the source code made me feel mad...

Then, I'm the only user of my speedy osm
 
Old 03-05-2024, 06:23 AM   #140
ychaouche
Member
 
Registered: Mar 2017
Distribution: Mint, Debian, Q4OS, Mageia, KDE Neon
Posts: 369
Blog Entries: 1

Rep: Reputation: 49
Quote:
Originally Posted by acamara View Post
I customized the OSM suite because it was too slow and I got 50% better.
I'm curious about OSM,
I got about 4 different results
1/ Open Service Mesh
2/ HPE Open System Management
3/ Oracle Order and Service Management
4/ Fortra Operations, Systems, and Security Management
 
Old 03-05-2024, 07:19 AM   #141
ballsystemlord
Member
 
Registered: Aug 2014
Distribution: Devuan
Posts: 214

Rep: Reputation: Disabled
Don't forget:
5/ Open Street Map.
 
1 members found this post helpful.
Old 03-05-2024, 10:54 AM   #142
ychaouche
Member
 
Registered: Mar 2017
Distribution: Mint, Debian, Q4OS, Mageia, KDE Neon
Posts: 369
Blog Entries: 1

Rep: Reputation: 49
How did I miss that one...
 
1 members found this post helpful.
Old 03-05-2024, 11:36 PM   #143
pmv
Member
 
Registered: Apr 2018
Location: Germany
Distribution: OpenSuSE 15.4 Ubuntu 20.04 Archlinux 2022.08.05 Slackware 15.0
Posts: 86
Blog Entries: 5

Rep: Reputation: 31
Yes: ffDiaporama 2.1 for Archlinux to find in AUR.
 
Old 03-09-2024, 07:41 PM   #144
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,662
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
I wound up modifying some aspects of a Python-based forum system that I was using, in order to provide "permissions handling" which ... well ... actually worked properly. (And, which provided the "granularity" that I needed.) The existing software had very-cumbersome (and, incorrect ...) checks in two different places within the system, and neither one worked. I created a much-cleaner approach that did work. (And that had the checks in only one place.) I then installed it in my running system, and contributed the changes to the developer of the software. I actually haven't looked lately to see if he included it.

Last edited by sundialsvcs; 03-09-2024 at 07:43 PM.
 
Old 03-09-2024, 08:09 PM   #145
ballsystemlord
Member
 
Registered: Aug 2014
Distribution: Devuan
Posts: 214

Rep: Reputation: Disabled
Quote:
Originally Posted by sundialsvcs View Post
I then installed it in my running system, and contributed the changes to the developer of the software. I actually haven't looked lately to see if he included it.
I would be interested in knowing if the changes were accepted or not.

I say that because I contributed some changes to a dev once to update his program. It wouldn't compile was the problem. He ended up not accepting them. I just got thanked and then the changes were ignored. Granted, the program was being distributed for historical purposes, but still...
 
Old 03-17-2024, 05:08 AM   #146
pmv
Member
 
Registered: Apr 2018
Location: Germany
Distribution: OpenSuSE 15.4 Ubuntu 20.04 Archlinux 2022.08.05 Slackware 15.0
Posts: 86
Blog Entries: 5

Rep: Reputation: 31
Yes. qtrans 0.3.3 to use qt5WebEngine.
 
Old 04-16-2024, 03:09 PM   #147
starkid
Member
 
Registered: Jan 2012
Posts: 91

Rep: Reputation: Disabled
I've changed a line or two in the source code of flashcard app Anki for personal use. I needed it to run without a class from a newer Python version if I recall.
 
  


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:15 AM.

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