I am trying to paste a blueprint like this one: https://github.com/Opinionated-Blueprin ... l-of-Rails,
however the import-string field does not seem to accept more characters than ~50,000 at once. I am running factorio on linux.
Is this a common issue?
Pasting Longer Blueprints does not work
-
Tobedetered
- Manual Inserter

- Posts: 1
- Joined: Wed Dec 04, 2024 9:45 pm
- Contact:
Re: Pasting Longer Blueprints does not work
Sorry for the necropost but I ran into this again and figured it might help someone.
It seems to be an issue on systems that run Wayland while Factorio is set to prefer X11, since the interop with the clipboard is fairly cursed. If using the X11 bridge under Wayland, you can work around it by copying 32KiB chunks at a time.
Otherwise in Factorio's Settings, Graphics, you can change the Preferred video driver to Wayland. After saving the setting, you need to restart the game fully, but then pasting blueprint strings of any size should work. Hope that helps.
It seems to be an issue on systems that run Wayland while Factorio is set to prefer X11, since the interop with the clipboard is fairly cursed. If using the X11 bridge under Wayland, you can work around it by copying 32KiB chunks at a time.
Otherwise in Factorio's Settings, Graphics, you can change the Preferred video driver to Wayland. After saving the setting, you need to restart the game fully, but then pasting blueprint strings of any size should work. Hope that helps.
-
defaultsamson
- Manual Inserter

- Posts: 2
- Joined: Thu Apr 09, 2026 7:26 pm
- Contact:
Re: Pasting Longer Blueprints does not work
Thank you! I am using Wayland's X11 bridge, on KDE Plasma, and was dumbfounded why I couldn't import this obscure balancer book] I found on Github: https://github.com/dogmaisea/factorio-balancersLonami wrote: Thu Apr 09, 2026 6:49 pm Sorry for the necropost but I ran into this again and figured it might help someone.
It seems to be an issue on systems that run Wayland while Factorio is set to prefer X11, since the interop with the clipboard is fairly cursed. If using the X11 bridge under Wayland, you can work around it by copying 32KiB chunks at a time.
Otherwise in Factorio's Settings, Graphics, you can change the Preferred video driver to Wayland. After saving the setting, you need to restart the game fully, but then pasting blueprint strings of any size should work. Hope that helps.
But all that I needed to do was copy it in 17 stages
-
defaultsamson
- Manual Inserter

- Posts: 2
- Joined: Thu Apr 09, 2026 7:26 pm
- Contact:
Re: Pasting Longer Blueprints does not work
I have since come across a solution and will share it here in case any future people have this issue.
If you are running Wayland, then you can add this line to Factorio's Steam Launch Options
SDL_VIDEODRIVER=wayland %command%
This will force Factorio to run with its native Wayland support, thus permitting direct clipboard access, rather than using the X11 bridge.
If you are running Wayland, then you can add this line to Factorio's Steam Launch Options
SDL_VIDEODRIVER=wayland %command%
This will force Factorio to run with its native Wayland support, thus permitting direct clipboard access, rather than using the X11 bridge.
