-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
How to get started fixing bugs? #46
Comments
|
For the normal QML UI:
As for the Sailfish UI, you would have to build the RPM package or somehow install Sailfish Silica on your Desktop or in an Emulator of some sort. In any case, you would have to implement the corresponding features into |
|
Oh wow, thanks! This works really nice, you should put that somewhere accessible where people who are interested in contributing would find that information :) |
|
Ok, I was able to implement the functionality in the Desktop an Touch UI see gpodder/gpodder-ui-qml#4 and now I am trying to implement it in the Sailfish UI too and I think my code is OK (jeena@c088f63) but I have the problem that I don't know how to package the thing with help of the rpm/.spec file to install my new version on my phone to test it before I can send a pull request. Do you have some tips on how to get that working? I don't want just to replace the files, even though I guess this might work, I want some kind of a propper RPM which I can install and remove from my phone without tracking everything manually. Any tips? |
|
For developing/testing on Sailfish OS, assuming you have set up USB networking (also works via WIFI, just change the IPs below):
Note that you might need to install |
|
How do I build a new RPM? I tried
|
|
I don't have an environment handy for testing here, but this should still work; did you use |
|
Yes, I followed all steps above. I just tried |
|
Have you tried removing the symlinks that were created as part of |
|
Removing the symlinks worked. Thank you! |
|
I'm closing this issue since this is now well documented in the README. |
Hi,
I would really like to work on this app, for example to add OPML import which I feel I would able to do. My problem is that after I cloned it and updated the submodules I have no idea how to compile/start the app on my desktop and there seems not to be any documentation at all in the README or the Wiki or the page this repo links to in the short description.
Could someone help me along the way? I see some indication that I would be able to start it with qmlscene but I have no idea how.
The text was updated successfully, but these errors were encountered: