Skip to content

Commit ae0d066

Browse files
committed
News: GSoC 2025 - Contributors/Projects: Make links in quoted text work
1 parent 5676b3d commit ae0d066

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_posts/2025-06-26-OpenPrinting News - Google Summer of Code 2025 - Contributors selected and projects started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Zixuan has posted the following summaries of his work in the OSS-Fuzz team's Tel
163163
May 26, 2025:
164164
> Hi. This is a quick update on my GSoC progress this week.
165165
>
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)
167167
>
168168
> If you have any suggestions or feedback, please leave a comment in the doc or in this group. Thank you!
169169
@@ -201,15 +201,15 @@ Here is Yash's write-up about his work so far:
201201
> As for my progress, I’ve completed the second part of the timeline as outlined in the proposal.
202202
>
203203
> 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:
204-
> 🔗 https://discourse.gnome.org/t/print-preview-missing-in-gtk-print-dialog-on-fresh-kali-linux-appears-after-installing-evince/29520
204+
> 🔗 [https://discourse.gnome.org/t/print-preview-missing-in-gtk-print-dialog-on-fresh-kali-linux-appears-after-installing-evince/29520](https://discourse.gnome.org/t/print-preview-missing-in-gtk-print-dialog-on-fresh-kali-linux-appears-after-installing-evince/29520)
205205
>
206206
> 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.
207207
>
208208
> From June 16 to 29 (second phase), I had three possible approaches:
209209
>
210210
> Follow the proposal and add a Return button.
211211
>
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.
213213
>
214214
> Implement what the issue suggests — one preview per print dialog.
215215
>

0 commit comments

Comments
 (0)