forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 968753 - Save per-printer settings on GTK. r=jwatt
I don't see any reason why this shouldn't work off-hand, there's no gtk globals or such that fundamentally avoid sharing settings. The PSPrinters stuff is gone so it's not needed to mess up with PS/CUPS names. The last used printer name stuff is now just a pref read, so there shouldn't be sandbox violation shenanigans... There are some restrictions on what can be set or what not (like, if you set the paper name that may also override the paper size). But these are problems that we have when restoring from prefs already, so there's no reason we shouldn't do this, afaict. Differential Revision: https://phabricator.services.mozilla.com/D90418
- Loading branch information
Showing
3 changed files
with
4 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters