Recent posts

#71
Code / Re: Proposal for new SLA file ...
Last post by tim_occ - November 22, 2024, 01:06:39 AM
Craig, I agree with your arguments, including that Scribus needs improvements to basic features first, such as tables, vector path editing, master pages, and more.

The collaborative work aspect naturally adds more complexity to the topic, and a new file format can be given lower priority. It was just an idea I had in mind.
#72
Beginner Talk / Images are gone when exported ...
Last post by fernanda - November 21, 2024, 09:06:48 PM
Hi!

I use Scribus 1.6.1 on mac and whenever I try to export or print to pdf, the images are not visible. There is just empty space where they should be.

I have used Scribus several times before and have never had this issue. Does anyone have suggestions on what I could try to fix this??
Thank you!
#73
Installation and Setup / Re: scribus on 4k display
Last post by a.l.e - November 21, 2024, 08:32:03 PM
if you can compile scribus yourself, you can try the development branch scribus 1.7 ...

it uses the newest Qt and might correctly support higher resolutions.

... and, now, you can even save from 1.7 into 1.6 format! (so no warning about not being able to open the file with a stable version of scribus : - )

if you're not happy with it, i can check with my old Dell laptop, how i had set it up there (but i was just setting the QT_SCALE_FACTOR and/or accepting that everything was very small)
#74
Installation and Setup / Re: scribus on 4k display
Last post by ajwe - November 21, 2024, 03:32:09 PM
I hope it's okay that I add on to this thread, as I'm having the same problem as the original poster. I recently dumped Windows and moved to Linux Mint 22 and am hoping to be able to use Scribus. However, on my 3840x2160 monitor, it's very difficult to use. I tried a previous suggestion (setting QT_SCALE_FACTOR) and that makes some things like fonts bigger, but it doesn't fix all of the problems. Attached is a screenshot where the icons at the top are painfully small and on some of the popup windows the choices in the left column aren't readable (and resizing the window doesn't seem to allow me to resize that left column).

I have made other preference changes to Linux Mint's Display to get most other applications to look right (Monitor Scale set to 150% and using large icons on GIMP, for instance) and it seems to be working very nicely overall.

Any suggestions for other things to try to make Scribus work? Thanks!
#75
Scripts and Plugins / Re: Improve the Own Scripts me...
Last post by AdmFubar - November 21, 2024, 03:41:00 AM
Shouldn't the "refresh" be a menu entry in in the scripts menu?
and for the menu entry in the list of scripts, a title entry in the script itself to define its name?
#76
Code / Re: Proposal for new SLA file ...
Last post by AdmFubar - November 21, 2024, 03:32:17 AM
Quote from: MrB on November 20, 2024, 10:35:14 PMThe file format needs to be comprehensive and contain everything to support transition between computers, operating systems and versions of Scribus. Therefore, I believe omitting default values is not possible as they may change between versions of the code.
Was about to mention the version differences. glad it was noted.
#77
Code / Re: Proposal for new SLA file ...
Last post by MrB - November 20, 2024, 10:35:14 PM
There's lots to work through if we want a comprehensive new file format. Not opposed to it.
However, 1.7.0 needs releasing, and I don't think 1.7.x should include such a new format. I'd rather work to deprecate 1.6.x, and stabilise 1.7.x to 1.8.0 (or whatever we call it, in reference to Ale's comments on versioning elsewhere). This helps us drop Qt 5. 1.7.x can have 1-2 more versions to ensure all the UI changes so far are fine. I want to release 1.6.3 and 1.7.0 this year still.

The file format needs to be comprehensive and contain everything to support transition between computers, operating systems and versions of Scribus. Therefore, I believe omitting default values is not possible as they may change between versions of the code.

It can be developed in parallel while other work continues, as long as the active load/save plugin is not this one. Easy to achieve and part of why I broke the old loaders into separate plugins many years ago.

Collaborative working is of interest. This was a plan about 20 years ago too, but the then developer didn't continue with it. He had written a server stub for Scribus that would enable clients to track changes (although it never got to a working stage). Unfortunately, there are parts of Scribus that would work well with this, eg sharing styles between running clients, but there would be a ton of work to get some of the most basic functions with some collaborative function. I think there's better things to focus on, eg tables.

Anyway, happy to discuss and observe...
#78
Scripts and Plugins / Improve the Own Scripts menu e...
Last post by a.l.e - November 20, 2024, 09:14:27 PM
It took a long time, but now we have a way to add the user's scripts to the Scripter menu entries:

https://bugs.scribus.net/view.php?id=15579

Now that it's in, I plan to do some further work and improve it.

Some ideas are:

Adding a "refresh" button in the preferences to rebuild the list of scripts
Create some sort of manifest to define the menu structure and the names of the scripts
Allow the user to add scripts in a new first section of the Scripter menu entry (without the sub menu)

Any other inputs?
#79
Scripts and Plugins / Re: Custom keyboard shortcut f...
Last post by a.l.e - November 20, 2024, 09:07:40 PM
The patch is in 1.7svn.

Yeah!

Now you can

  • Add a directory with your scripts in the scripter's preferences.
  • Use ctrl-/ to open the action search and type a few letters from the script name to start it.

If you can get a build, please try it out and see if it fits your needs.
#80
Code / Re: Proposal for new SLA file ...
Last post by tim_occ - November 20, 2024, 04:27:56 PM
It looks like InDesign Page Layout Template Files (indt) take a similar approach. It is a binary file format, but most likely an archive file, as I have found references to embedded XML and xpacket files.