Package Details: screamingfrogseospider 19.4-1

Git Clone URL: https://aur.archlinux.org/screamingfrogseospider.git (read-only, click to copy)
Package Base: screamingfrogseospider
Description: A small desktop program you can install on your PC or Mac which spiders websites’ links, images, CSS, script and apps from an SEO perspective.
Upstream URL: https://www.screamingfrog.co.uk/seo-spider/
Licenses: custom
Submitter: matth
Maintainer: matth
Last Packager: matth
Votes: 18
Popularity: 0.000001
First Submitted: 2013-03-18 21:25 (UTC)
Last Updated: 2023-11-08 19:13 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

matth commented on 2023-09-28 20:20 (UTC)

@duhbLow7 All set, this is updated to be able to use jdk21 now.

duhbLow7 commented on 2023-09-28 17:54 (UTC)

@matth Looks like openjdk recently updated to jdk21. I am getting this error again:

Could not find java\n

matth commented on 2023-08-22 21:17 (UTC)

Thanks for the note bernimoses.

I've added ttf-font to the dependencies since it can be any font, it doesn't need to be ttf-dejavu

bernimoses commented on 2023-08-22 07:42 (UTC)

I got the following error:

Error: JavaFX detected no fonts! Please refer to release notes for proper font configuration
Exception in thread "main" java.lang.ExceptionInInitializerError
    at uk.co.screamingfrog.seospider.SeoSpider.main(SourceFile:2128)
...

Installing ttf-dejavu (as described here https://stackoverflow.com/questions/57594313/javafx-cannot-find-fonts-on-gnome) fixed it for me. Could you add that as dependency?

lakeslit commented on 2023-06-29 16:44 (UTC)

@matth, thank you so much for helping. This is now resolved on my end. Cheers!

matth commented on 2023-06-29 13:39 (UTC)

Hi lakeslit. I tried out that option and the UI seems less responsive to me with it so I don't think we want to include it for everyone. It basically disables hardware acceleration by turning that on.

You should have a file at $HOME/.screamingfrogseospider which comes default with the -Xmx2g option in it. This file can be used to add any other options you want to pass to screaming frog at start so you can update it to include -Dprism.order=sw so it looks like -Xmx2g -Dprism.order=sw

This should be a good option so you can still use the same launcher included in the package but pass the flags needed for it to run on your system.

lakeslit commented on 2023-06-29 03:31 (UTC)

When launching the program I am getting really strange flashing black screen. I was able to resolve it by creating this bash script:

#!/bin/bash cd /usr/share/screamingfrogseospider java -Dprism.order=sw -jar ScreamingFrogSEOSpider.jar

Is there anyway to update the package to include this? Here is an official link from ScreamingFrog on this (be warned it's written for Windows): https://www.screamingfrog.co.uk/seo-spider/faq/#why-do-i-get-a-blank-screen (under interface issues)

duhbLow7 commented on 2023-04-27 04:56 (UTC)

@matth thank you. i didn't give you much to work on and you got it figured out promptly. i appreciate you as a maintainer.

matth commented on 2023-04-26 14:11 (UTC)

Nevermind, I just saw that openjdk was just recently updated to jdk20. I pushed an update to this package which now supports jdk20 as well.

matth commented on 2023-04-26 13:08 (UTC)

@duhbLow7 what do you have installed for a java-runtime-openjdk package?