You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-06-26-OpenPrinting News - Google Summer of Code 2025 - Contributors selected and projects started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Zixuan has posted the following summaries of his work in the OSS-Fuzz team's Tel
163
163
May 26, 2025:
164
164
> Hi. This is a quick update on my GSoC progress this week.
165
165
>
166
-
> I’ve submitted a PR to the OpenPrinting/fuzzing repository to support oss-fuzz-gen although it is a simple modification: https://github.com/OpenPrinting/fuzzing/pull/9
166
+
> I’ve submitted a PR to the OpenPrinting/fuzzing repository to support oss-fuzz-gen although it is a simple modification: [https://github.com/OpenPrinting/fuzzing/pull/9](https://github.com/OpenPrinting/fuzzing/pull/9)
167
167
>
168
168
> If you have any suggestions or feedback, please leave a comment in the doc or in this group. Thank you!
169
169
@@ -201,15 +201,15 @@ Here is Yash's write-up about his work so far:
201
201
> As for my progress, I’ve completed the second part of the timeline as outlined in the proposal.
202
202
>
203
203
> From June 1 to June 15, I focused on research and studying GTK. During this time, I discovered the dynamic nature of the print preview, confirmed by this post from the GTK community:
> This helped me a lot — I found out that GTK doesn’t include a built-in PDF viewer, and instead relies on the system’s default PDF viewer. So if there’s no viewer installed, the print dialog won’t show the preview button. But once a viewer (like Evince) is installed, the preview button appears.
207
207
>
208
208
> From June 16 to 29 (second phase), I had three possible approaches:
209
209
>
210
210
> Follow the proposal and add a Return button.
211
211
>
212
-
> But the issue (🔗 https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/161) shows that users don’t want extra steps. They expect the dialog and preview behavior to match other software — one dialog, one preview, no return button.
212
+
> But the issue (🔗 [https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/161](https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/issues/161)) shows that users don’t want extra steps. They expect the dialog and preview behavior to match other software — one dialog, one preview, no return button.
213
213
>
214
214
> Implement what the issue suggests — one preview per print dialog.
0 commit comments