Problems registering, no confirmation email - see http://wiki.scribus.net/canvas/Forums_Registration
Quote from: AdmFubar on October 19, 2025, 12:16:43 AMcan you use a flatpack, appimage, or snap version?What do you mean?
Quote from: a.l.e on October 18, 2025, 06:19:10 PMWayland?No, no wayland. It's x11.
P.S.: If it's the case you might need to run Scribus with XWayland...
old_unit = scribus.getUnit()
scribus.setUnit(scribus.UNIT_MM)
TEXT_DISTANCE_LTRB = [0, 2, 1, 0] # mm
for page in range(1, scribus.pageCount() + 1):
scribus.gotoPage(page)
for item in scribus.getPageItems():
if item[1] == 4 and scribus.getAllText(item[0]).isdigit():
scribus.setTextDistances(*TEXT_DISTANCE_LTRB, item[0])
scribus.setUnit(old_unit)
Quote from: Nermander on October 19, 2025, 07:25:56 AMAs far as I remember, Scribus does not have a default color set, the available colors are the colors that are defined in the document. There are pre-defined color sets you can import.
So my guess is that the two screenshots are from two different documents, not the same document on two different PCs.