-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suckless 911? #3
Comments
Probably these differences are coming from the config.mk file... |
You can investigate the exact reason tabbed didn't compile and we can fix the README.md. Actually, I've never tried tabbed before :) |
Well, I am not a specialist and maybe I just don't understand how patches work. I think, if for example I take the hidetabs patch, than I fact it is just because the diff has not been updated to fit the last tabbed version. In fact, the diff parts which are rejected are in fact different than the original parts:
As we can see, there is a difference into the part which is not patched :
In fact, I don't know how the patch find the lines it has to replace. what means exactly Config.mkAnyway, about config.mk, here are the differences between the original tabbed one, which in fact works, but not if I patch tabbed. And some I found on git hub, patched, which work. Original config.mk of tabbed:
Better config.mk
Tips for patchesBy the way, I leave here a tip I found : to use st into tabbed patched with the alpha patch for transparency, you also need to patch st with the st alpha patch. |
Hi, I think we should complete this tuto to help people to install and patch successfully suckless applications in their own environment.
For example, I leave here my experience to help people struggling this these kinds of issues.
For reasons I completely ignore, I was unable to apply the official patches keyrelease and hidetabs to tabbed. Yet I got all the files from the official website, without modifying anything, and following first your tuto, then the method gived by suckless. And the patches were not applied properly, some part of the code rejected. After that, I tried this custom shared patch without more success. At the end, I found this repo and... everything work well ! Thanks to hXtreme to shere his hacking. It is, I think, really incredible than the applying of some basic 'official' features is so difficult. Oh, I before I have tried tabbed flexipatch, which was a complete fail...
The text was updated successfully, but these errors were encountered: