-
Notifications
You must be signed in to change notification settings - Fork 80
Fedora support #244
base: master
Are you sure you want to change the base?
Fedora support #244
Conversation
The PR is clean enough, I would just adapt it a little bit for personal preference.
|
Thanks for the rebase !
I was about to do it when I saw that it has already be done.
…----- Mail original -----
De: "richardhenwood" <[email protected]>
À: "falkTX/Cadence" <[email protected]>
Cc: "ycollet" <[email protected]>, "Mention" <[email protected]>
Envoyé: Mardi 12 Février 2019 02:36:32
Objet: Re: [falkTX/Cadence] Fedora support (#244)
@falkTX : This is rebase of the @ycollet patches for fedora support. Once this patch is merged, #162 and #122 can be closed as they are redundant.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub , or mute the thread .
|
@falkTX : 1. I don't have a good understanding of the project architecture. It looks to me like lib_path is only used in claudia_launcher.py, and so from my naive perspective, the current self.lib_path definition seems 'good enough'. I am happy to make changes, I just need a bit more guidance.
|
last_pos = 0 | ||
for i in range(utils.get_cached_plugin_count(PLUGIN_LV2, os.getenv("LV2_PATH", "~/.lv2:/usr/" + self.lib_path + "/lv2:/usr/local/" + self.lib_path + "/lv2"))): | ||
for i in range(utils.get_cached_plugin_count(PLUGIN_LV2, | ||
os.getenv("LV2_PATH", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previous code had the default value stored in a variable.
if you do that, you should no longer need to split the string into multiple lines
Thanks for the commit-fix. |
I've got a bit confused about where I am with this pull request after some time away. It looks like I've made the check global in 'shared_cadence.py'. @falkTX do you see this recent change - and do you have more feedback? |
oops. I see the current change doesn't work in practice. I'll fix and update this PR. |
Ok, I fixed a typo, and tested successfully: @falkTX any more suggestions? |
I would manually do some small things, but PR is okay as it is right now. |
@falkTX is it late enough in this year to consider this merge? :) |
Technically I think this would probably break i586 / i686 and probably also 32bit arm |
Carla suffers from the same issue, but i'll wait for you decide how to fix it here to submit something there. |
Rebase of @ycollet work, so it can merge.