It is still not the “Settings” page. Is there a problem with the German translation?
No. They have the same data source (and it is one single attribute).
It is still not the “Settings” page. Is there a problem with the German translation?
No. They have the same data source (and it is one single attribute).
Sorry, I meant the “Printer properties” page instead of printer settings. It was a typing error on my part. The translation in the app is correct.
Ok. Thank you for your fast support.
I ask me how complicated it would be to add bluetooth printing support.
E.g to use Phomemo T02 Printer
CUPS driver is already reverse-engeneered: GitHub - vivier/phomemo-tools: CUPS driver for Phomemo M02 Label Printer
From the looks of it, SeaPrint doesn’t really help or have that in scope - there is no standard on Bluetooth it seems. SeaPrint is about standard protocols and formats. IPP and Raster handling is something where i can give the others a run for their money, but things like PCL and ESC with their versions and dialects is not a mess i want to enter into (no chance of seemless autodetect).
Even CUPS is throwing out all the legacy cruft into separate services nowadays. So that’s going o be my advice; add it to CUPS, or perhaps better yet, PAPPL/LPrint and use SeaPrint as a GUI/client to that if it is helpful.
Understood, thank you very much for the detailed explanation
Long time, no update.
My clean-up and port of the core logic to regular C++ went really well, but reintegrating to the SFOS app is just not really that fun to do (and i hit some annoying threading problem that Qt apparently doesn’t have).
However; i had accumulated a few fixes in the “old”/current version and now i backported a rather embarrasing one - i had failed to decode Name/TextWithLanguage properly. So @Se 's empty strings were probably my fault all along. New release published on GitHub, and pending in Harbour. Happy tree-killing.
great app, thanks!
i just only have few questions
I have no problem using a hostname. A real DNS hostname that is, as opposed to mDNS .local.
That’s described in the store description. Available on OpenRepos and working fine.
thanks, plugin works as expected ![]()
hostname for canon ts8300 does not work even phone can resolve hostname from terminal, strange because for other HP printer it works as expected
If you tried ipp, try with ipps (or vice versa). Some printers are apparently picky.
It is just libcurl underneath.. so not much i can fix or could have done to break it.
@attah, could you add support for My Backup? It’s basically just adding the application’s data directories to the .desktop file, and it makes backing up a Sailfish device much nicer:
Honestly i’m in the middle of a stalled multi-year refactor and would like to touch the current branch as little as possible. There is a fairly big chance i’ll not even bother with migrating saved settings to 2.0.
How much stuff is it really that you have saved?
I’m usually glad to clean out some cruft - but then again, i’m not everyone.
I guess you know:
it is no more than adding this section to the desktop file
[X-HarbourBackup]
BackupPathList=.config/net.attah/seaprint
And possibly the other default dirs like .cache/ and/or .local/share/
So, should not really be troublesome to add …
after your overhaul ![]()
Any year now ![]()
It’s more the thought that I (/the user)'d have to double check the settings on the old installation (or manually copy them over) to make sure I have it set up exactly as I did before. Of course SeaPrint doesn’t have a thousand different settings, but still, it could save everyone just a tiny little bit of time. But don’t worry about it until you’ve finished the refactoring, it’s certainly not top priority.