Hi Inkscape developers, users, and supporters,
There's a open-source software named Krita which offers daily-builds from trunk, and I was wondering if this sort of thing was possible for Inkscape.
Thank you for reading.
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote:
Hi Inkscape developers, users, and supporters,
There's a open-source software named Krita which offers daily-builds from trunk, and I was wondering if this sort of thing was possible for Inkscape.
Yes, they're in launchpad.
Thank you for reading.
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote:
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote:
Hi Inkscape developers, users, and supporters,
There's a open-source software named Krita which offers daily-builds from trunk, and I was wondering if this sort of thing was possible for Inkscape.
Yes, they're in launchpad.
Thank you for reading.
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
1. Click on the commit you want to use, 2. then choose your architecture - 32 or 64 bit (corresponding to "Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
1. Visit https://gitlab.com/inkscape/inkscape/pipelines?scope=finished&page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
1. use Ubuntu/Ubuntu derivative on your system 2. visit https://launchpad.net/~inkscape.dev 3. Select if you want the stable branch (stable daily 0.92.x) or the master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez:
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote:
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote:
Hi Inkscape developers, users, and supporters,
There's a open-source software named Krita which offers daily-builds from trunk, and I was wondering if this sort of thing was possible for Inkscape.
Yes, they're in launchpad.
Thank you for reading.
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote:
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
- Click on the commit you want to use,
- then choose your architecture - 32 or 64 bit (corresponding to
"Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
- Visit
https://gitlab.com/inkscape/inkscape/pipelines?scope=finished&page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x) or the
master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez:
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote:
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote:
Hi Inkscape developers, users, and supporters,
There's a open-source software named Krita which offers daily-builds from trunk, and I was wondering if this sort of thing was possible for Inkscape.
Yes, they're in launchpad.
Thank you for reading.
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote:
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote:
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
- Click on the commit you want to use,
- then choose your architecture - 32 or 64 bit (corresponding to
"Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
- Visit
https://gitlab.com/inkscape/inkscape/pipelines?scope=finished&page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x) or the
master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez:
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote:
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote:
Hi Inkscape developers, users, and supporters,
There's a open-source software named Krita which offers daily-builds from trunk, and I was wondering if this sort of thing was possible for Inkscape.
Yes, they're in launchpad.
Thank you for reading.
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote:
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote:
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote:
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
- Click on the commit you want to use,
- then choose your architecture - 32 or 64 bit (corresponding to
"Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
- Visit
https://gitlab.com/inkscape/inkscape/pipelines?scope=finished&page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x) or the
master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez:
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote:
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote:
Hi Inkscape developers, users, and supporters,
There's a open-source software named Krita which offers
daily-builds from trunk, and I was wondering if this sort of thing was possible for Inkscape.
Yes, they're in launchpad.
Thank you for reading.
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Great! Any help you can give will improve the info on the website :)
Please contact me directly when you've collected all the data (and include your inkscape.org username in the email).
When you need help with the macOS build usage instructions, it would be best to ask in the IRC developer chat if someone is around who knows what to do with it (unless someone answers here)
Maren
On 03.01.2018 21:12, Miguel Lopez wrote:
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote:
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote:
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote:
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
- Click on the commit you want to use,
- then choose your architecture - 32 or 64 bit (corresponding to
"Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
- Visit
https://gitlab.com/inkscape/inkscape/pipelines?scope=finished&page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x) or the
master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez:
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote:
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote: > Hi Inkscape developers, users, and supporters, > > There's a open-source software named Krita which offers > daily-builds from trunk, and I was wondering if this sort of thing was > possible for Inkscape. Yes, they're in launchpad.
> Thank you for reading. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Inkscape-devel mailing list > Inkscape-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
These details can be added to the releases app under the 'trunk' / 'In Development' item.
https://inkscape.org/en/release/trunk/?latest=1
It might be that they just need to be adjusted, but there's a space for instructions and further details for a specific release which would be useful for people looking for these nightly builds.
Best Regards, Martin Owens
On Wed, 2018-01-03 at 21:35 +0100, Maren Hachmann wrote:
Great! Any help you can give will improve the info on the website :)
Please contact me directly when you've collected all the data (and include your inkscape.org username in the email).
When you need help with the macOS build usage instructions, it would be best to ask in the IRC developer chat if someone is around who knows what to do with it (unless someone answers here)
Maren
On 03.01.2018 21:12, Miguel Lopez wrote:
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote:
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote:
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote:
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
- Click on the commit you want to use,
- then choose your architecture - 32 or 64 bit
(corresponding to "Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
- Visit
https://gitlab.com/inkscape/inkscape/pipelines?scope=finished &page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x)
or the master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez:
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote: > > On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez > wrote: > > > > Hi Inkscape developers, users, and supporters, > > > > There's a open-source software named Krita > > which offers > > daily-builds from trunk, and I was wondering if this > > sort of thing was > > possible for Inkscape. > Yes, they're in launchpad. > > > > > Thank you for reading. > > > > ----------------------------------------------------- > > ------------------------- > > Check out the vibrant tech community on one of the > > world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slas > > hdot > > _______________________________________________ > > Inkscape-devel mailing list > > Inkscape-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/inkscape-d
> > evel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
That's what I had in mind :)
Only issue is that if it's a link (which they are), the page will just redirect, before the user can read any instructions.
So we can neither add a link, nor a download (or just a dummy download with the instructions as a text...), to have the page at least show up until the redirect timeout has run out.
Maren
Am 04.01.2018 um 00:02 schrieb Martin Owens:
These details can be added to the releases app under the 'trunk' / 'In Development' item.
https://inkscape.org/en/release/trunk/?latest=1
It might be that they just need to be adjusted, but there's a space for instructions and further details for a specific release which would be useful for people looking for these nightly builds.
Best Regards, Martin Owens
On Wed, 2018-01-03 at 21:35 +0100, Maren Hachmann wrote:
Great! Any help you can give will improve the info on the website :)
Please contact me directly when you've collected all the data (and include your inkscape.org username in the email).
When you need help with the macOS build usage instructions, it would be best to ask in the IRC developer chat if someone is around who knows what to do with it (unless someone answers here)
Maren
On 03.01.2018 21:12, Miguel Lopez wrote:
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote:
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote:
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote:
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
- Click on the commit you want to use,
- then choose your architecture - 32 or 64 bit
(corresponding to "Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
- Visit
https://gitlab.com/inkscape/inkscape/pipelines?scope=finished &page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x)
or the master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez: > > There isn't daily builds for those who are stuck on Windows > or Mac. > > > On 1/2/2018 11:01 PM, Bryce Harrington wrote: >> >> On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez >> wrote: >>> >>> Hi Inkscape developers, users, and supporters, >>> >>> There's a open-source software named Krita >>> which offers >>> daily-builds from trunk, and I was wondering if this >>> sort of thing was >>> possible for Inkscape. >> Yes, they're in launchpad. >> >>> >>> Thank you for reading. >>> >>> ----------------------------------------------------- >>> ------------------------- >>> Check out the vibrant tech community on one of the >>> world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slas >>> hdot >>> _______________________________________________ >>> Inkscape-devel mailing list >>> Inkscape-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/inkscape-d >>> evel > --------------------------------------------------------- > --------------------- > Check out the vibrant tech community on one of the world's > most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Inkscape-devel mailing list > Inkscape-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/inkscape-devel
>
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Am 04.01.2018 um 00:41 schrieb Maren Hachmann:
That's what I had in mind :)
Only issue is that if it's a link (which they are), the page will just redirect, before the user can read any instructions.
So we can neither add a link, nor a download (or just a dummy download with the instructions as a text...), to have the page at least show up until the redirect timeout has run out.
- Sorry, bad grammar. We cannot add a link, but only a dummy download, if we want the user to be able to read the instructions. Unless it's possible to add neither, I'm not sure... We'll need to try it out on the go.
Maren
Am 04.01.2018 um 00:02 schrieb Martin Owens:
These details can be added to the releases app under the 'trunk' / 'In Development' item.
https://inkscape.org/en/release/trunk/?latest=1
It might be that they just need to be adjusted, but there's a space for instructions and further details for a specific release which would be useful for people looking for these nightly builds.
Best Regards, Martin Owens
On Wed, 2018-01-03 at 21:35 +0100, Maren Hachmann wrote:
Great! Any help you can give will improve the info on the website :)
Please contact me directly when you've collected all the data (and include your inkscape.org username in the email).
When you need help with the macOS build usage instructions, it would be best to ask in the IRC developer chat if someone is around who knows what to do with it (unless someone answers here)
Maren
On 03.01.2018 21:12, Miguel Lopez wrote:
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote:
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote:
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote: > > There are for Windows (for each commit, actually): > https://ci.appveyor.com/project/inkscape/inkscape/history > > 1. Click on the commit you want to use, > 2. then choose your architecture - 32 or 64 bit > (corresponding to > "Environment: MSYSTEM=MINGW32" or "Environment: > MSYSTEM=MINGW64") > 3. then choose 'Artifacts' tab on the right above the black > box > 4. then download 7z-compressed file > 5. unpack with 7zip > 6. Run it > > And for macOS: > > 1. Visit > https://gitlab.com/inkscape/inkscape/pipelines?scope=finished > &page=1 > 2. select a commit and click on the download icon on its > right > 3. select Download inkscape:mac artifacts > > And for Linux: > > (same as for macOS, only select inkscape:linux artifacts, > or:) > > 1. use Ubuntu/Ubuntu derivative on your system > 2. visit https://launchpad.net/~inkscape.dev > 3. Select if you want the stable branch (stable daily 0.92.x) > or the > master branch (trunk daily) > 4. Add ppa as per instructions on the page > 5. run: > sudo apt-get update > sudo apt-get install inkscape > > Am 03.01.2018 um 05:03 schrieb Miguel Lopez: >> >> There isn't daily builds for those who are stuck on Windows >> or Mac. >> >> >> On 1/2/2018 11:01 PM, Bryce Harrington wrote: >>> >>> On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez >>> wrote: >>>> >>>> Hi Inkscape developers, users, and supporters, >>>> >>>> There's a open-source software named Krita >>>> which offers >>>> daily-builds from trunk, and I was wondering if this >>>> sort of thing was >>>> possible for Inkscape. >>> Yes, they're in launchpad. >>> >>>> >>>> Thank you for reading. >>>> >>>> ----------------------------------------------------- >>>> ------------------------- >>>> Check out the vibrant tech community on one of the >>>> world's most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slas >>>> hdot >>>> _______________________________________________ >>>> Inkscape-devel mailing list >>>> Inkscape-devel@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/inkscape-d >>>> evel >> --------------------------------------------------------- >> --------------------- >> Check out the vibrant tech community on one of the world's >> most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Inkscape-devel mailing list >> Inkscape-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/inkscape-devel >> > ----------------------------------------------------------- > ------------------- > Check out the vibrant tech community on one of the world's > most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Inkscape-devel mailing list > Inkscape-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Just an update on this:
I've updated the installation instructions for the master branch on the website, and added them for the 0.92.x branch.
So you can now guide your testers to the website's download section.
What still needs some work is the macOS part, as I have no clue what a Mac user is meant to do with the artifact files they can download (aside from unpacking them, that is). I've messaged Tim Sheridan for help with instructions, and I hope that Miguel will be able to try them out as a user once we have them.
Link for 0.92.x branch: https://inkscape.org/en/release/0.92.x/
Link for master branch: https://inkscape.org/en/release/master/
Maren
Am 04.01.2018 um 02:54 schrieb Maren Hachmann:
Am 04.01.2018 um 00:41 schrieb Maren Hachmann:
That's what I had in mind :)
Only issue is that if it's a link (which they are), the page will just redirect, before the user can read any instructions.
So we can neither add a link, nor a download (or just a dummy download with the instructions as a text...), to have the page at least show up until the redirect timeout has run out.
- Sorry, bad grammar. We cannot add a link, but only a dummy download,
if we want the user to be able to read the instructions. Unless it's possible to add neither, I'm not sure... We'll need to try it out on the go.
Maren
Am 04.01.2018 um 00:02 schrieb Martin Owens:
These details can be added to the releases app under the 'trunk' / 'In Development' item.
https://inkscape.org/en/release/trunk/?latest=1
It might be that they just need to be adjusted, but there's a space for instructions and further details for a specific release which would be useful for people looking for these nightly builds.
Best Regards, Martin Owens
On Wed, 2018-01-03 at 21:35 +0100, Maren Hachmann wrote:
Great! Any help you can give will improve the info on the website :)
Please contact me directly when you've collected all the data (and include your inkscape.org username in the email).
When you need help with the macOS build usage instructions, it would be best to ask in the IRC developer chat if someone is around who knows what to do with it (unless someone answers here)
Maren
On 03.01.2018 21:12, Miguel Lopez wrote:
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote:
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote: > > Could these steps be posted somewhere accessible at the > website? > Preferably on the development download section of Inkscape > website? > People could benefit from accessing latest build, and reporting > bugs for > latest builds in the long run. I wasn't aware of these steps > until now. > > > On 1/2/2018 11:27 PM, Maren Hachmann wrote: >> >> There are for Windows (for each commit, actually): >> https://ci.appveyor.com/project/inkscape/inkscape/history >> >> 1. Click on the commit you want to use, >> 2. then choose your architecture - 32 or 64 bit >> (corresponding to >> "Environment: MSYSTEM=MINGW32" or "Environment: >> MSYSTEM=MINGW64") >> 3. then choose 'Artifacts' tab on the right above the black >> box >> 4. then download 7z-compressed file >> 5. unpack with 7zip >> 6. Run it >> >> And for macOS: >> >> 1. Visit >> https://gitlab.com/inkscape/inkscape/pipelines?scope=finished >> &page=1 >> 2. select a commit and click on the download icon on its >> right >> 3. select Download inkscape:mac artifacts >> >> And for Linux: >> >> (same as for macOS, only select inkscape:linux artifacts, >> or:) >> >> 1. use Ubuntu/Ubuntu derivative on your system >> 2. visit https://launchpad.net/~inkscape.dev >> 3. Select if you want the stable branch (stable daily 0.92.x) >> or the >> master branch (trunk daily) >> 4. Add ppa as per instructions on the page >> 5. run: >> sudo apt-get update >> sudo apt-get install inkscape >> >> Am 03.01.2018 um 05:03 schrieb Miguel Lopez: >>> >>> There isn't daily builds for those who are stuck on Windows >>> or Mac. >>> >>> >>> On 1/2/2018 11:01 PM, Bryce Harrington wrote: >>>> >>>> On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez >>>> wrote: >>>>> >>>>> Hi Inkscape developers, users, and supporters, >>>>> >>>>> There's a open-source software named Krita >>>>> which offers >>>>> daily-builds from trunk, and I was wondering if this >>>>> sort of thing was >>>>> possible for Inkscape. >>>> Yes, they're in launchpad. >>>> >>>>> >>>>> Thank you for reading. >>>>> >>>>> ----------------------------------------------------- >>>>> ------------------------- >>>>> Check out the vibrant tech community on one of the >>>>> world's most >>>>> engaging tech sites, Slashdot.org! http://sdm.link/slas >>>>> hdot >>>>> _______________________________________________ >>>>> Inkscape-devel mailing list >>>>> Inkscape-devel@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/inkscape-d >>>>> evel >>> --------------------------------------------------------- >>> --------------------- >>> Check out the vibrant tech community on one of the world's >>> most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Inkscape-devel mailing list >>> Inkscape-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/inkscape-devel >>> >> ----------------------------------------------------------- >> ------------------- >> Check out the vibrant tech community on one of the world's >> most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Inkscape-devel mailing list >> Inkscape-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/inkscape-devel > ------------------------------------------------------------- > ----------------- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Inkscape-devel mailing list > Inkscape-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/inkscape-devel
>
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Btw. @doctormo: the website is very slow today, I'm getting 'Bad Gateway' errors again.
Maren
Am 22.02.2018 um 18:13 schrieb Maren Hachmann:
Just an update on this:
I've updated the installation instructions for the master branch on the website, and added them for the 0.92.x branch.
So you can now guide your testers to the website's download section.
What still needs some work is the macOS part, as I have no clue what a Mac user is meant to do with the artifact files they can download (aside from unpacking them, that is). I've messaged Tim Sheridan for help with instructions, and I hope that Miguel will be able to try them out as a user once we have them.
Link for 0.92.x branch: https://inkscape.org/en/release/0.92.x/
Link for master branch: https://inkscape.org/en/release/master/
Maren
Am 04.01.2018 um 02:54 schrieb Maren Hachmann:
Am 04.01.2018 um 00:41 schrieb Maren Hachmann:
That's what I had in mind :)
Only issue is that if it's a link (which they are), the page will just redirect, before the user can read any instructions.
So we can neither add a link, nor a download (or just a dummy download with the instructions as a text...), to have the page at least show up until the redirect timeout has run out.
- Sorry, bad grammar. We cannot add a link, but only a dummy download,
if we want the user to be able to read the instructions. Unless it's possible to add neither, I'm not sure... We'll need to try it out on the go.
Maren
Am 04.01.2018 um 00:02 schrieb Martin Owens:
These details can be added to the releases app under the 'trunk' / 'In Development' item.
https://inkscape.org/en/release/trunk/?latest=1
It might be that they just need to be adjusted, but there's a space for instructions and further details for a specific release which would be useful for people looking for these nightly builds.
Best Regards, Martin Owens
On Wed, 2018-01-03 at 21:35 +0100, Maren Hachmann wrote:
Great! Any help you can give will improve the info on the website :)
Please contact me directly when you've collected all the data (and include your inkscape.org username in the email).
When you need help with the macOS build usage instructions, it would be best to ask in the IRC developer chat if someone is around who knows what to do with it (unless someone answers here)
Maren
On 03.01.2018 21:12, Miguel Lopez wrote:
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote: > > Pending testing - at least for the Mac part, I don't know if > there are > any additional steps involved, or if it works at all - someone > with a > Mac who can try it out, or a dev who fixes the description would > be > helpful - yes, that would be possible, and a great addition to > the website. > > Would you like to help with it, Miguel? If you want to, we'll get > you > set up with the necessary permissions and instructions. > > Maren > > On 03.01.2018 20:17, Miguel Lopez wrote: >> >> Could these steps be posted somewhere accessible at the >> website? >> Preferably on the development download section of Inkscape >> website? >> People could benefit from accessing latest build, and reporting >> bugs for >> latest builds in the long run. I wasn't aware of these steps >> until now. >> >> >> On 1/2/2018 11:27 PM, Maren Hachmann wrote: >>> >>> There are for Windows (for each commit, actually): >>> https://ci.appveyor.com/project/inkscape/inkscape/history >>> >>> 1. Click on the commit you want to use, >>> 2. then choose your architecture - 32 or 64 bit >>> (corresponding to >>> "Environment: MSYSTEM=MINGW32" or "Environment: >>> MSYSTEM=MINGW64") >>> 3. then choose 'Artifacts' tab on the right above the black >>> box >>> 4. then download 7z-compressed file >>> 5. unpack with 7zip >>> 6. Run it >>> >>> And for macOS: >>> >>> 1. Visit >>> https://gitlab.com/inkscape/inkscape/pipelines?scope=finished >>> &page=1 >>> 2. select a commit and click on the download icon on its >>> right >>> 3. select Download inkscape:mac artifacts >>> >>> And for Linux: >>> >>> (same as for macOS, only select inkscape:linux artifacts, >>> or:) >>> >>> 1. use Ubuntu/Ubuntu derivative on your system >>> 2. visit https://launchpad.net/~inkscape.dev >>> 3. Select if you want the stable branch (stable daily 0.92.x) >>> or the >>> master branch (trunk daily) >>> 4. Add ppa as per instructions on the page >>> 5. run: >>> sudo apt-get update >>> sudo apt-get install inkscape >>> >>> Am 03.01.2018 um 05:03 schrieb Miguel Lopez: >>>> >>>> There isn't daily builds for those who are stuck on Windows >>>> or Mac. >>>> >>>> >>>> On 1/2/2018 11:01 PM, Bryce Harrington wrote: >>>>> >>>>> On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez >>>>> wrote: >>>>>> >>>>>> Hi Inkscape developers, users, and supporters, >>>>>> >>>>>> There's a open-source software named Krita >>>>>> which offers >>>>>> daily-builds from trunk, and I was wondering if this >>>>>> sort of thing was >>>>>> possible for Inkscape. >>>>> Yes, they're in launchpad. >>>>> >>>>>> >>>>>> Thank you for reading. >>>>>> >>>>>> ----------------------------------------------------- >>>>>> ------------------------- >>>>>> Check out the vibrant tech community on one of the >>>>>> world's most >>>>>> engaging tech sites, Slashdot.org! http://sdm.link/slas >>>>>> hdot >>>>>> _______________________________________________ >>>>>> Inkscape-devel mailing list >>>>>> Inkscape-devel@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/inkscape-d >>>>>> evel >>>> --------------------------------------------------------- >>>> --------------------- >>>> Check out the vibrant tech community on one of the world's >>>> most >>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>>> _______________________________________________ >>>> Inkscape-devel mailing list >>>> Inkscape-devel@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/inkscape-devel >>>> >>> ----------------------------------------------------------- >>> ------------------- >>> Check out the vibrant tech community on one of the world's >>> most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Inkscape-devel mailing list >>> Inkscape-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/inkscape-devel >> ------------------------------------------------------------- >> ----------------- >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Inkscape-devel mailing list >> Inkscape-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/inkscape-devel >> > --------------------------------------------------------------- > --------------- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Inkscape-devel mailing list > Inkscape-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Am 22.02.2018 um 18:13 schrieb Maren Hachmann:
Just an update on this:
I've updated the installation instructions for the master branch on the website, and added them for the 0.92.x branch.
So you can now guide your testers to the website's download section.
What still needs some work is the macOS part, as I have no clue what a Mac user is meant to do with the artifact files they can download (aside from unpacking them, that is). I've messaged Tim Sheridan for help with instructions, and I hope that Miguel will be able to try them out as a user once we have them.
Link for 0.92.x branch: https://inkscape.org/en/release/0.92.x/
Link for master branch: https://inkscape.org/en/release/master/
Maren
Cool! I like the landing pages, they look welcoming and are concise while having most of the important information.
A minor issue: I'd drop the "+devel" from the "0.92.x" release background (0.92.x+devel" is not a thing).
On that matter: The term "0.92+devel" is not that great to start with - people unfamiliar with it wondered before if "0.92.2" is not more recent than "0.92+devel", so maybe we should make it extra clear in the description that "master" is the latest (unstable) development version and 0.92.x is the latest (mostly stable) release branch.
What I don't like are the AppVeyor CI build download notes for Windows - they are complicated as hell :-D I actually hope I can simplify that at some point (e.g. by storing the link to the latest successful build somewhere so it can be downloaded directly).
It's also not exactly helpful that the information is always scattered across three pages ("Release", "Platform", and "ReleasePlatform" pages) but that's a general issue I see with the Releases App that is true for stable releases, too. @Martin: One idea I just have - do you think those could be unified to be on the same page? More like a tree view with sections that expand when clicked rather than individual pages for all of the levels? Roughly like https://www.gimp.org/downloads/ but more structured (so the "parent" information always stays visible and the child is expanded per user-selection down through all the three levels).
Regards, Eduard
Am 23.02.2018 um 02:10 schrieb Eduard Braun:
Am 22.02.2018 um 18:13 schrieb Maren Hachmann:
Just an update on this:
I've updated the installation instructions for the master branch on the website, and added them for the 0.92.x branch.
So you can now guide your testers to the website's download section.
What still needs some work is the macOS part, as I have no clue what a Mac user is meant to do with the artifact files they can download (aside from unpacking them, that is). I've messaged Tim Sheridan for help with instructions, and I hope that Miguel will be able to try them out as a user once we have them.
Link for 0.92.x branch: https://inkscape.org/en/release/0.92.x/
Link for master branch: https://inkscape.org/en/release/master/
Maren
Cool! I like the landing pages, they look welcoming and are concise while having most of the important information. A minor issue: I'd drop the "+devel" from the "0.92.x" release background (0.92.x+devel" is not a thing).
- Yeah, I know. I thought of it as an option to make it visually clear that it's a development version, in case someone ends up on that page unintentionally, thinking they'd be downloading a released version. I've removed the +devel now, but if anyone wants to change the picture to make it better, that would be fine, too.
On that matter: The term "0.92+devel" is not that great to start with - people unfamiliar with it wondered before if "0.92.2" is not more recent than "0.92+devel", so maybe we should make it extra clear in the description that "master" is the latest (unstable) development version and 0.92.x is the latest (mostly stable) release branch.
- I've tried to make it clearer - if you like, you can still improve on it, I think you've got access, Eduard. (tbh. I'm wondering, too, why it's not called after the next version, but after the previous one - or why it's not just 'master' everywhere)
What I don't like are the AppVeyor CI build download notes for Windows - they are complicated as hell :-D I actually hope I can simplify that at some point (e.g. by storing the link to the latest successful build somewhere so it can be downloaded directly).
- Good idea :)
It's also not exactly helpful that the information is always scattered across three pages ("Release", "Platform", and "ReleasePlatform" pages) but that's a general issue I see with the Releases App that is true for stable releases, too.
- Yeah, it was complicating things that the parent versions were filled in. E.g. there was the Windows store download included in the description of 'Windows', and to get rid of that for development versions, I had to put it into its own release platform. Also, I've had to copy some of the more general info into the child releases, to make them show all the important content.
We should really not have any information in parents that does not apply to *all* of their children. Else it's not helping, but means useless duplication of contents.
@Martin: One idea I just have - do you think those could be unified to be on the same page? More like a tree view with sections that expand when clicked rather than individual pages for all of the levels? Roughly like https://www.gimp.org/downloads/ but more structured (so the "parent" information always stays visible and the child is expanded per user-selection down through all the three levels).
- I think Jabier wrote most of the UI for releases. Any layout (within html, CSS and javascript limits) is possible, only takes someone to create it.
Regards, Maren
Regards, Eduard
On Thu, 2018-01-04 at 00:41 +0100, Maren Hachmann wrote:
That's what I had in mind :)
Only issue is that if it's a link (which they are), the page will just redirect, before the user can read any instructions.
So we can neither add a link, nor a download (or just a dummy download with the instructions as a text...), to have the page at least show up until the redirect timeout has run out.
If you encode the link into the info box, then there'll be no redirect.
See line 9 of inkscape- web/releases/templates/releases/releaseplatform_detail.html
If the download is None and the resource is None, then there's no redirect. There's also no 'Thank you for downloading' (lines 19-26) text.
The howto link (lines 42-50) is just a link, but it comes with a bunch of extra text that might not be needed.
The target for this I think is the info text field which as per line 54 is marked as 'safe' so it'll accept any html you want.
Best configuration, set howto, download and resource to None and set info to a set block of simple html with the right link at the bottom of it. You'll get a Support Inkscape header a horizontal rule and then your custom html. Should be good for this I think.
Best Regards, Martin Owens
- Ah, okay, so that's possible, too. Thank you, Martin!
Maren
Am 04.01.2018 um 03:14 schrieb Martin Owens:
On Thu, 2018-01-04 at 00:41 +0100, Maren Hachmann wrote:
That's what I had in mind :)
Only issue is that if it's a link (which they are), the page will just redirect, before the user can read any instructions.
So we can neither add a link, nor a download (or just a dummy download with the instructions as a text...), to have the page at least show up until the redirect timeout has run out.
If you encode the link into the info box, then there'll be no redirect.
See line 9 of inkscape- web/releases/templates/releases/releaseplatform_detail.html
If the download is None and the resource is None, then there's no redirect. There's also no 'Thank you for downloading' (lines 19-26) text.
The howto link (lines 42-50) is just a link, but it comes with a bunch of extra text that might not be needed.
The target for this I think is the info text field which as per line 54 is marked as 'safe' so it'll accept any html you want.
Best configuration, set howto, download and resource to None and set info to a set block of simple html with the right link at the bottom of it. You'll get a Support Inkscape header a horizontal rule and then your custom html. Should be good for this I think.
Best Regards, Martin Owens
Hi Miguel,
have you already had a chance to try the development version for macOS out?
Maren
Am 03.01.2018 um 21:12 schrieb Miguel Lopez:
I do have access to a Mac computer via university, and it gets cleaned up every Friday, so I believe I am able to test it. I suppose I can try to help with adding details to the website, but my grammar isn't exactly the greatest in the whole world. I don't mind helping.
On 1/3/2018 3:09 PM, Maren Hachmann wrote:
Pending testing - at least for the Mac part, I don't know if there are any additional steps involved, or if it works at all - someone with a Mac who can try it out, or a dev who fixes the description would be helpful - yes, that would be possible, and a great addition to the website.
Would you like to help with it, Miguel? If you want to, we'll get you set up with the necessary permissions and instructions.
Maren
On 03.01.2018 20:17, Miguel Lopez wrote:
Could these steps be posted somewhere accessible at the website? Preferably on the development download section of Inkscape website? People could benefit from accessing latest build, and reporting bugs for latest builds in the long run. I wasn't aware of these steps until now.
On 1/2/2018 11:27 PM, Maren Hachmann wrote:
There are for Windows (for each commit, actually): https://ci.appveyor.com/project/inkscape/inkscape/history
- Click on the commit you want to use,
- then choose your architecture - 32 or 64 bit (corresponding to
"Environment: MSYSTEM=MINGW32" or "Environment: MSYSTEM=MINGW64") 3. then choose 'Artifacts' tab on the right above the black box 4. then download 7z-compressed file 5. unpack with 7zip 6. Run it
And for macOS:
- Visit
https://gitlab.com/inkscape/inkscape/pipelines?scope=finished&page=1 2. select a commit and click on the download icon on its right 3. select Download inkscape:mac artifacts
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x) or the
master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
Am 03.01.2018 um 05:03 schrieb Miguel Lopez:
There isn't daily builds for those who are stuck on Windows or Mac.
On 1/2/2018 11:01 PM, Bryce Harrington wrote:
On Wed, Jan 03, 2018 at 03:10:36AM +0000, Miguel Lopez wrote: > Hi Inkscape developers, users, and supporters, > > There's a open-source software named Krita which offers > daily-builds from trunk, and I was wondering if this sort of thing was > possible for Inkscape. Yes, they're in launchpad.
> Thank you for reading. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Inkscape-devel mailing list > Inkscape-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I wrote this reply a week ago, but then when I checked the edge snap was broken. It works now. It needed a newer GTKmm than what was in Ubuntu 16.04. Not a big deal, but that turned out to be a bigger fix than I expected. Still needs some fixes, but I can use it now. It also works on Wayland.
On 01/02/2018 11:27 PM, Maren Hachmann wrote:
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x) or the
master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
For other Linux distributions and for Ubuntu as well there is a per-commit (roughly, depends on LP syncing before the next commit) Snap build.
$ sudo snap install --edge inkscape
Or if you already have it installed:
$ sudo snap refresh --edge inkscape
You can then go back to stable with the same command:
$ sudo snap refresh --stable inkscape
Overall keeping up-to-date on that should be smaller than the updates on the deb side as they're compressed binary diffs. I haven't measured it though.
Ted
Hi Ted,
thanks, we'll add those instructions in, too.
I've got a question about the stable snaps:
Users had issues with the Inkscape snap about fonts not being loaded, extensions not working, and the interface not blending in with the desktop environment (e.g. www.inkscapeforum.com/viewtopic.php?f=5&t=33129, http://www.inkscapeforum.com/viewtopic.php?f=29&t=32984&hilit=snap+f...) - things that are important to some, but maybe not to all users.
Has there been progress on those fronts?
Sometimes things are fixed, and one only starts to suspect that because there are no more questions about it... I'd like to be up-to-date :)
Maren
Am 17.01.2018 um 19:39 schrieb Ted Gould:
I wrote this reply a week ago, but then when I checked the edge snap was broken. It works now. It needed a newer GTKmm than what was in Ubuntu 16.04. Not a big deal, but that turned out to be a bigger fix than I expected. Still needs some fixes, but I can use it now. It also works on Wayland.
On 01/02/2018 11:27 PM, Maren Hachmann wrote:
And for Linux:
(same as for macOS, only select inkscape:linux artifacts, or:)
- use Ubuntu/Ubuntu derivative on your system
- visit https://launchpad.net/~inkscape.dev
- Select if you want the stable branch (stable daily 0.92.x) or the
master branch (trunk daily) 4. Add ppa as per instructions on the page 5. run: sudo apt-get update sudo apt-get install inkscape
For other Linux distributions and for Ubuntu as well there is a per-commit (roughly, depends on LP syncing before the next commit) Snap build.
$ sudo snap install --edge inkscape
Or if you already have it installed:
$ sudo snap refresh --edge inkscape
You can then go back to stable with the same command:
$ sudo snap refresh --stable inkscape
Overall keeping up-to-date on that should be smaller than the updates on the deb side as they're compressed binary diffs. I haven't measured it though.
Ted
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (7)
-
Bryce Harrington
-
Eduard Braun
-
Jabier Arraiza
-
Maren Hachmann
-
Martin Owens
-
Miguel Lopez
-
Ted Gould