Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pantheon-screenshot for 
openSUSE:Factory checked in at 2025-12-28 19:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pantheon-screenshot (Old)
 and      /work/SRC/openSUSE:Factory/.pantheon-screenshot.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pantheon-screenshot"

Sun Dec 28 19:19:53 2025 rev:4 rq:1324522 version:8.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/pantheon-screenshot/pantheon-screenshot.changes  
2025-08-25 20:40:31.990211730 +0200
+++ 
/work/SRC/openSUSE:Factory/.pantheon-screenshot.new.1928/pantheon-screenshot.changes
        2025-12-28 19:20:32.538210342 +0100
@@ -1,0 +2,8 @@
+Sun Dec 21 02:54:26 UTC 2025 - Richard Rahl <[email protected]>
+
+- Update to version 8.0.4:
+  * Updated translations
+- Update to version 8.0.3:
+  * patch: fix screenshot crashing when image height exceeds width enough
+
+-------------------------------------------------------------------

Old:
----
  pantheon-screenshot-8.0.2.tar.gz

New:
----
  pantheon-screenshot-8.0.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pantheon-screenshot.spec ++++++
--- /var/tmp/diff_new_pack.QwKfcG/_old  2025-12-28 19:20:33.082232679 +0100
+++ /var/tmp/diff_new_pack.QwKfcG/_new  2025-12-28 19:20:33.086232843 +0100
@@ -18,7 +18,7 @@
 
 %define         appid io.elementary.screenshot
 Name:           pantheon-screenshot
-Version:        8.0.2
+Version:        8.0.4
 Release:        0
 Summary:        A simple screen capture tool
 License:        GPL-3.0-or-later

++++++ pantheon-screenshot-8.0.2.tar.gz -> pantheon-screenshot-8.0.4.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/.github/workflows/ci.yml 
new/screenshot-8.0.4/.github/workflows/ci.yml
--- old/screenshot-8.0.2/.github/workflows/ci.yml       2025-08-13 
17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/.github/workflows/ci.yml       2025-12-15 
17:55:59.000000000 +0100
@@ -28,10 +28,10 @@
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
 
       - name: Build
-        uses: flatpak/flatpak-github-actions/[email protected]
+        uses: flatpak/flatpak-github-actions/[email protected]
         with:
           bundle: screenshot.flatpak
           manifest-path: io.elementary.screenshot.yml
@@ -48,6 +48,6 @@
       image: valalang/lint
 
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - name: Lint
       run: io.elementary.vala-lint -d .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/.github/workflows/merge.yml 
new/screenshot-8.0.4/.github/workflows/merge.yml
--- old/screenshot-8.0.2/.github/workflows/merge.yml    2025-08-13 
17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/.github/workflows/merge.yml    2025-12-15 
17:55:59.000000000 +0100
@@ -26,10 +26,10 @@
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
 
       - name: Build
-        uses: flatpak/flatpak-github-actions/[email protected]
+        uses: flatpak/flatpak-github-actions/[email protected]
         with:
           bundle: screenshot.flatpak
           manifest-path: io.elementary.screenshot.yml
@@ -40,7 +40,7 @@
           arch: ${{ matrix.configuration.arch }}
 
       - name: Deploy
-        uses: flatpak/flatpak-github-actions/[email protected]
+        uses: flatpak/flatpak-github-actions/[email protected]
         with:
           repository: appcenter
           flat-manager-url: https://flatpak-api.elementary.io
@@ -60,7 +60,7 @@
         apt-get install git jq python3-git -y
 
     - name: Clone repository
-      uses: actions/checkout@v5
+      uses: actions/checkout@v6
       with:
         token: ${{ secrets.GIT_USER_TOKEN }}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/.github/workflows/release.yml 
new/screenshot-8.0.4/.github/workflows/release.yml
--- old/screenshot-8.0.2/.github/workflows/release.yml  2025-08-13 
17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/.github/workflows/release.yml  2025-12-15 
17:55:59.000000000 +0100
@@ -16,7 +16,7 @@
 
      steps:
        - name: Checkout
-         uses: actions/checkout@v5
+         uses: actions/checkout@v6
 
        - name: Release
          uses: elementary/actions/release@main
@@ -49,10 +49,10 @@
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v5
+        uses: actions/checkout@v6
 
       - name: Build
-        uses: flatpak/flatpak-github-actions/[email protected]
+        uses: flatpak/flatpak-github-actions/[email protected]
         with:
           bundle: screenshot.flatpak
           manifest-path: io.elementary.screenshot.yml
@@ -64,7 +64,7 @@
           arch: ${{ matrix.configuration.arch }}
 
       - name: Deploy
-        uses: flatpak/flatpak-github-actions/[email protected]
+        uses: flatpak/flatpak-github-actions/[email protected]
         with:
           repository: appcenter
           flat-manager-url: https://flatpak-api.elementary.io
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/data/screenshot.metainfo.xml.in 
new/screenshot-8.0.4/data/screenshot.metainfo.xml.in
--- old/screenshot-8.0.2/data/screenshot.metainfo.xml.in        2025-08-13 
17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/data/screenshot.metainfo.xml.in        2025-12-15 
17:55:59.000000000 +0100
@@ -31,7 +31,7 @@
   </provides>
 
   <recommends>
-    <display_length compare="ge">380</display_length>
+    <display_length compare="ge">500</display_length>
   </recommends>
   <supports>
     <control>pointing</control>
@@ -52,6 +52,30 @@
   <update_contact>contact_at_elementary.io</update_contact>
 
   <releases>
+    <release version="8.0.4" date="2025-12-15" urgency="medium">
+      <description>
+        <p>Minor updates:</p>
+        <ul>
+          <li>Updated translations</li>
+        </ul>
+      </description>
+      <issues>
+        <issue 
url="https://github.com/elementary/screenshot/discussions/321";>Screenshot 
doesn't open at all</issue>
+      </issues>
+    </release>
+
+    <release version="8.0.3" date="2025-08-25" urgency="medium">
+      <description>
+        <p>Minor updates:</p>
+        <ul>
+          <li>Updated translations</li>
+        </ul>
+      </description>
+      <issues>
+        <issue 
url="https://github.com/elementary/screenshot/issues/316";>screenshot crashes 
after capture</issue>
+      </issues>
+    </release>
+
     <release version="8.0.2" date="2025-08-12" urgency="medium">
       <description>
         <p>Minor updates:</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/io.elementary.screenshot.yml 
new/screenshot-8.0.4/io.elementary.screenshot.yml
--- old/screenshot-8.0.2/io.elementary.screenshot.yml   2025-08-13 
17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/io.elementary.screenshot.yml   2025-12-15 
17:55:59.000000000 +0100
@@ -8,6 +8,8 @@
   - '--socket=fallback-x11'
   - '--socket=wayland'
 
+  - '--device=dri'
+
   - '--filesystem=home'
   - '--talk-name=org.gnome.Shell.Screenshot'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/meson.build 
new/screenshot-8.0.4/meson.build
--- old/screenshot-8.0.2/meson.build    2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/meson.build    2025-12-15 17:55:59.000000000 +0100
@@ -1,7 +1,7 @@
 project(
     'io.elementary.screenshot', 'vala', 'c',
     meson_version : '>= 0.57',
-    version: '8.0.2'
+    version: '8.0.4'
 )
 
 gnome = import('gnome')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/LINGUAS 
new/screenshot-8.0.4/po/LINGUAS
--- old/screenshot-8.0.2/po/LINGUAS     2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/po/LINGUAS     2025-12-15 17:55:59.000000000 +0100
@@ -188,7 +188,6 @@
 za
 zh
 zh_CN
-zh_HK
 zh_TW
 zu
 aa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/extra/LINGUAS 
new/screenshot-8.0.4/po/extra/LINGUAS
--- old/screenshot-8.0.2/po/extra/LINGUAS       2025-08-13 17:21:39.000000000 
+0200
+++ new/screenshot-8.0.4/po/extra/LINGUAS       2025-12-15 17:55:59.000000000 
+0100
@@ -188,7 +188,6 @@
 za
 zh
 zh_CN
-zh_HK
 zh_TW
 zu
 aa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/extra/nl.po 
new/screenshot-8.0.4/po/extra/nl.po
--- old/screenshot-8.0.2/po/extra/nl.po 2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/po/extra/nl.po 2025-12-15 17:55:59.000000000 +0100
@@ -8,16 +8,16 @@
 "Project-Id-Version: screenshot-tool\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-05-02 15:53+0000\n"
-"PO-Revision-Date: 2021-11-14 13:37+0000\n"
-"Last-Translator: Niels Van Laerhoven <[email protected]>\n"
-"Language-Team: Dutch <https://l10n.elementary.io/projects/screenshot/extra/";
-"nl/>\n"
+"PO-Revision-Date: 2025-12-06 21:55+0000\n"
+"Last-Translator: Bas Ernst <[email protected]>\n"
+"Language-Team: Dutch <https://l10n.elementaryos.org/projects/screenshot/";
+"extra/nl/>\n"
 "Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: Weblate 5.11.4\n"
 "X-Launchpad-Export-Date: 2017-04-05 07:43+0000\n"
 
 #: data/screenshot.metainfo.xml.in:10 data/screenshot.desktop.in:4
@@ -44,24 +44,24 @@
 #: data/screenshot.metainfo.xml.in:57 data/screenshot.metainfo.xml.in:69
 #: data/screenshot.metainfo.xml.in:79 data/screenshot.metainfo.xml.in:88
 #: data/screenshot.metainfo.xml.in:97 data/screenshot.metainfo.xml.in:107
-#, fuzzy
-#| msgid "Minor bug fixes"
 msgid "Minor updates:"
-msgstr "Kleine bugfixes"
+msgstr "Kleine updates:"
 
 #: data/screenshot.metainfo.xml.in:59 data/screenshot.metainfo.xml.in:72
 #: data/screenshot.metainfo.xml.in:81 data/screenshot.metainfo.xml.in:90
 #: data/screenshot.metainfo.xml.in:100
 msgid "Updated translations"
-msgstr ""
+msgstr "Bijgewerkte vertalingen"
 
 #: data/screenshot.metainfo.xml.in:71
 msgid "The window is no longer always on top or stuck on every desktop"
 msgstr ""
+"Het venster is niet langer altijd bovenaan of blijft niet op ieder "
+"bureaublad staan"
 
 #: data/screenshot.metainfo.xml.in:99
 msgid "Update elementary runtime to 6.1"
-msgstr ""
+msgstr "Werk elementary runtime bij tot 6.11"
 
 #: data/screenshot.metainfo.xml.in:109
 msgid "Translation updates"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/extra/sv.po 
new/screenshot-8.0.4/po/extra/sv.po
--- old/screenshot-8.0.2/po/extra/sv.po 2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/po/extra/sv.po 2025-12-15 17:55:59.000000000 +0100
@@ -8,16 +8,16 @@
 "Project-Id-Version: screenshot-tool\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-05-02 15:53+0000\n"
-"PO-Revision-Date: 2018-10-25 10:04+0000\n"
-"Last-Translator: Fredrik B <[email protected]>\n"
-"Language-Team: Swedish <https://weblate.elementary.io/projects/screenshot-";
-"tool/extra/sv/>\n"
+"PO-Revision-Date: 2025-10-30 19:55+0000\n"
+"Last-Translator: Daniel Nylander <[email protected]>\n"
+"Language-Team: Swedish <https://l10n.elementaryos.org/projects/screenshot/";
+"extra/sv/>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.0.1\n"
+"X-Generator: Weblate 5.11.4\n"
 "X-Launchpad-Export-Date: 2017-04-05 07:44+0000\n"
 
 #: data/screenshot.metainfo.xml.in:10 data/screenshot.desktop.in:4
@@ -33,38 +33,36 @@
 "A simple screenshot tool. Capture whole screen shots, selected area shots, "
 "current window shots, and timed shots."
 msgstr ""
-"Ett simpelt skärmdumpsverktyg. Fånga bilder av hela skärmen, valda områden, "
-"nuvarande fönster eller använd tidsinställning."
+"Ett enkelt skärmdumpsverktyg. Fånga bilder av hela skärmen, valda områden, "
+"aktuellt fönster eller använd tidsinställning."
 
 #: data/screenshot.metainfo.xml.in:49
-#, fuzzy
-#| msgid "elementary LLC."
 msgid "elementary, Inc."
-msgstr "elementary LLC."
+msgstr "elementary, Inc."
 
 #: data/screenshot.metainfo.xml.in:57 data/screenshot.metainfo.xml.in:69
 #: data/screenshot.metainfo.xml.in:79 data/screenshot.metainfo.xml.in:88
 #: data/screenshot.metainfo.xml.in:97 data/screenshot.metainfo.xml.in:107
 msgid "Minor updates:"
-msgstr ""
+msgstr "Mindre uppdateringar:"
 
 #: data/screenshot.metainfo.xml.in:59 data/screenshot.metainfo.xml.in:72
 #: data/screenshot.metainfo.xml.in:81 data/screenshot.metainfo.xml.in:90
 #: data/screenshot.metainfo.xml.in:100
 msgid "Updated translations"
-msgstr ""
+msgstr "Uppdaterade översättningar"
 
 #: data/screenshot.metainfo.xml.in:71
 msgid "The window is no longer always on top or stuck on every desktop"
-msgstr ""
+msgstr "Fönstret är inte längre alltid överst eller fäst på alla skrivbord"
 
 #: data/screenshot.metainfo.xml.in:99
 msgid "Update elementary runtime to 6.1"
-msgstr ""
+msgstr "Uppdatering av elementary körtid till 6.1"
 
 #: data/screenshot.metainfo.xml.in:109
 msgid "Translation updates"
-msgstr ""
+msgstr "Uppdateringar av översättningar"
 
 #: data/screenshot.desktop.in:10
 msgid "Snapshot;Screenshot;"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/extra/zh_HK.po 
new/screenshot-8.0.4/po/extra/zh_HK.po
--- old/screenshot-8.0.2/po/extra/zh_HK.po      2025-08-13 17:21:39.000000000 
+0200
+++ new/screenshot-8.0.4/po/extra/zh_HK.po      1970-01-01 01:00:00.000000000 
+0100
@@ -1,72 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-05-02 15:53+0000\n"
-"PO-Revision-Date: 2016-04-20 17:38+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2017-04-05 07:44+0000\n"
-"X-Generator: Launchpad (build 18335)\n"
-
-#: data/screenshot.metainfo.xml.in:10 data/screenshot.desktop.in:4
-msgid "Screenshot"
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:11 data/screenshot.desktop.in:5
-msgid "Save images of the screen"
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:13
-msgid ""
-"A simple screenshot tool. Capture whole screen shots, selected area shots, "
-"current window shots, and timed shots."
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:49
-msgid "elementary, Inc."
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:57 data/screenshot.metainfo.xml.in:69
-#: data/screenshot.metainfo.xml.in:79 data/screenshot.metainfo.xml.in:88
-#: data/screenshot.metainfo.xml.in:97 data/screenshot.metainfo.xml.in:107
-msgid "Minor updates:"
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:59 data/screenshot.metainfo.xml.in:72
-#: data/screenshot.metainfo.xml.in:81 data/screenshot.metainfo.xml.in:90
-#: data/screenshot.metainfo.xml.in:100
-msgid "Updated translations"
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:71
-msgid "The window is no longer always on top or stuck on every desktop"
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:99
-msgid "Update elementary runtime to 6.1"
-msgstr ""
-
-#: data/screenshot.metainfo.xml.in:109
-msgid "Translation updates"
-msgstr ""
-
-#: data/screenshot.desktop.in:10
-msgid "Snapshot;Screenshot;"
-msgstr ""
-
-#: data/screenshot.desktop.in:14
-msgid "Screenshot of the Whole Screen"
-msgstr ""
-
-#: data/screenshot.desktop.in:18
-msgid "Screenshot of the Current Window"
-msgstr ""
-
-#: data/screenshot.desktop.in:22
-msgid "Screenshot of a Selected Area"
-msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/ja.po 
new/screenshot-8.0.4/po/ja.po
--- old/screenshot-8.0.2/po/ja.po       2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/po/ja.po       2025-12-15 17:55:59.000000000 +0100
@@ -3,16 +3,16 @@
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-05-02 15:53+0000\n"
-"PO-Revision-Date: 2024-06-20 12:16+0000\n"
+"PO-Revision-Date: 2025-09-26 21:55+0000\n"
 "Last-Translator: Ryo Nakano <[email protected]>\n"
-"Language-Team: Japanese <https://l10n.elementary.io/projects/screenshot/";
+"Language-Team: Japanese <https://l10n.elementaryos.org/projects/screenshot/";
 "screenshot/ja/>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 5.5.5\n"
+"X-Generator: Weblate 5.11.4\n"
 "X-Launchpad-Export-Date: 2017-04-05 07:43+0000\n"
 
 #: src/Application.vala:21
@@ -21,19 +21,19 @@
 
 #: src/Application.vala:33
 msgid "Capture area"
-msgstr "取得する範囲"
+msgstr "選択範囲を取得する"
 
 #: src/Application.vala:34
 msgid "Capture the whole screen"
-msgstr "画面全体を取得します"
+msgstr "画面全体を取得する"
 
 #: src/Application.vala:35
 msgid "Capture active window"
-msgstr "アクティブウィンドウを取得します"
+msgstr "アクティブウィンドウを取得する"
 
 #: src/Application.vala:36
 msgid "Take screenshot after specified delay"
-msgstr "指定された遅延の後にスクリーンショットを撮ります"
+msgstr "指定された遅延の後にスクリーンショットを撮る"
 
 #: src/Application.vala:37
 msgid "Seconds"
@@ -41,15 +41,15 @@
 
 #: src/Application.vala:38
 msgid "Include the pointer with the screenshot"
-msgstr "スクリーンショットにマウスポインターを含めます"
+msgstr "スクリーンショットにマウスポインターを含める"
 
 #: src/Application.vala:39
 msgid "Redact system text"
-msgstr "システムテキストを隠します"
+msgstr "システムテキストを隠す"
 
 #: src/Application.vala:40
 msgid "Save screenshot to clipboard"
-msgstr "スクリーンショットをクリップボードに保存します"
+msgstr "スクリーンショットをクリップボードに保存する"
 
 #: src/Application.vala:208
 msgid "Could not capture screenshot"
@@ -71,7 +71,7 @@
 #: src/SaveDialog.vala:84
 #, c-format
 msgid "Screenshot from %s"
-msgstr "%s のスクリーンショット"
+msgstr "スクリーンショット %s"
 
 #: src/SaveDialog.vala:90
 msgid "Name"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/nl.po 
new/screenshot-8.0.4/po/nl.po
--- old/screenshot-8.0.2/po/nl.po       2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/po/nl.po       2025-12-15 17:55:59.000000000 +0100
@@ -8,16 +8,16 @@
 "Project-Id-Version: screenshot-tool\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-05-02 15:53+0000\n"
-"PO-Revision-Date: 2023-05-30 04:07+0000\n"
-"Last-Translator: Dennis ten Hoove <[email protected]>\n"
-"Language-Team: Dutch <https://l10n.elementary.io/projects/screenshot/";
+"PO-Revision-Date: 2025-11-29 14:36+0000\n"
+"Last-Translator: Bas Ernst <[email protected]>\n"
+"Language-Team: Dutch <https://l10n.elementaryos.org/projects/screenshot/";
 "screenshot/nl/>\n"
 "Language: nl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.17\n"
+"X-Generator: Weblate 5.11.4\n"
 "X-Launchpad-Export-Date: 2017-04-05 07:43+0000\n"
 
 #: src/Application.vala:21
@@ -116,7 +116,7 @@
 
 #: src/SaveDialog.vala:220
 msgid "Select"
-msgstr ""
+msgstr "Selecteer"
 
 #~ msgid "Grab the whole screen"
 #~ msgstr "Leg het volledige scherm vast"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/sv.po 
new/screenshot-8.0.4/po/sv.po
--- old/screenshot-8.0.2/po/sv.po       2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/po/sv.po       2025-12-15 17:55:59.000000000 +0100
@@ -8,16 +8,16 @@
 "Project-Id-Version: screenshot-tool\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2025-05-02 15:53+0000\n"
-"PO-Revision-Date: 2018-10-21 09:35+0000\n"
-"Last-Translator: Fredrik B <[email protected]>\n"
-"Language-Team: Swedish <https://weblate.elementary.io/projects/screenshot-";
-"tool/screenshot-tool/sv/>\n"
+"PO-Revision-Date: 2025-10-22 08:07+0000\n"
+"Last-Translator: Daniel Nylander <[email protected]>\n"
+"Language-Team: Swedish <https://l10n.elementaryos.org/projects/screenshot/";
+"screenshot/sv/>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.0.1\n"
+"X-Generator: Weblate 5.11.4\n"
 "X-Launchpad-Export-Date: 2017-04-05 07:43+0000\n"
 
 #: src/Application.vala:21
@@ -46,7 +46,7 @@
 
 #: src/Application.vala:38
 msgid "Include the pointer with the screenshot"
-msgstr "Inkludera markören i skärmdumpen"
+msgstr "Inkludera pekaren i skärmdumpen"
 
 #: src/Application.vala:39
 msgid "Redact system text"
@@ -58,7 +58,7 @@
 
 #: src/Application.vala:208
 msgid "Could not capture screenshot"
-msgstr "Kunde inte ta skärmdump"
+msgstr "Kunde inte fånga skärmdump"
 
 #: src/Application.vala:209
 msgid "Image not saved"
@@ -79,20 +79,16 @@
 msgstr "Skärmdump från %s"
 
 #: src/SaveDialog.vala:90
-#, fuzzy
-#| msgid "Name:"
 msgid "Name"
-msgstr "Namn:"
+msgstr "Namn"
 
 #: src/SaveDialog.vala:115
 msgid "File Type"
-msgstr ""
+msgstr "Filtyp"
 
 #: src/SaveDialog.vala:138
-#, fuzzy
-#| msgid "Folder:"
 msgid "Folder"
-msgstr "Mapp:"
+msgstr "Mapp"
 
 #: src/SaveDialog.vala:176
 msgid "Copy to Clipboard"
@@ -108,11 +104,11 @@
 
 #: src/SaveDialog.vala:186
 msgid "Filename can't be blank"
-msgstr ""
+msgstr "Filnamnet får inte vara tomt"
 
 #: src/SaveDialog.vala:189
 msgid "Filename can't contain “/”"
-msgstr ""
+msgstr "Filnamnet får inte innehålla \"/\""
 
 #: src/SaveDialog.vala:219
 msgid "Select Screenshots Folder…"
@@ -120,7 +116,7 @@
 
 #: src/SaveDialog.vala:220
 msgid "Select"
-msgstr ""
+msgstr "Välj"
 
 #~ msgid "Grab the whole screen"
 #~ msgstr "Fånga hela bildskärmen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/po/zh_HK.po 
new/screenshot-8.0.4/po/zh_HK.po
--- old/screenshot-8.0.2/po/zh_HK.po    2025-08-13 17:21:39.000000000 +0200
+++ new/screenshot-8.0.4/po/zh_HK.po    1970-01-01 01:00:00.000000000 +0100
@@ -1,112 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-05-02 15:53+0000\n"
-"PO-Revision-Date: 2016-06-01 15:21+0000\n"
-"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2017-04-05 07:43+0000\n"
-"X-Generator: Launchpad (build 18335)\n"
-
-#: src/Application.vala:21
-msgid "Screenshots"
-msgstr ""
-
-#: src/Application.vala:33
-msgid "Capture area"
-msgstr ""
-
-#: src/Application.vala:34
-msgid "Capture the whole screen"
-msgstr ""
-
-#: src/Application.vala:35
-msgid "Capture active window"
-msgstr ""
-
-#: src/Application.vala:36
-msgid "Take screenshot after specified delay"
-msgstr ""
-
-#: src/Application.vala:37
-msgid "Seconds"
-msgstr ""
-
-#: src/Application.vala:38
-msgid "Include the pointer with the screenshot"
-msgstr ""
-
-#: src/Application.vala:39
-msgid "Redact system text"
-msgstr ""
-
-#: src/Application.vala:40
-msgid "Save screenshot to clipboard"
-msgstr ""
-
-#: src/Application.vala:208
-msgid "Could not capture screenshot"
-msgstr ""
-
-#: src/Application.vala:209
-msgid "Image not saved"
-msgstr ""
-
-#: src/SaveDialog.vala:38
-msgid "Screenshot"
-msgstr ""
-
-#: src/SaveDialog.vala:79
-msgid "Save Image as…"
-msgstr ""
-
-#. / TRANSLATORS: %s represents a timestamp here
-#: src/SaveDialog.vala:84
-#, c-format
-msgid "Screenshot from %s"
-msgstr ""
-
-#: src/SaveDialog.vala:90
-msgid "Name"
-msgstr ""
-
-#: src/SaveDialog.vala:115
-msgid "File Type"
-msgstr ""
-
-#: src/SaveDialog.vala:138
-msgid "Folder"
-msgstr ""
-
-#: src/SaveDialog.vala:176
-msgid "Copy to Clipboard"
-msgstr ""
-
-#: src/SaveDialog.vala:178
-msgid "Cancel"
-msgstr ""
-
-#: src/SaveDialog.vala:180
-msgid "Save"
-msgstr ""
-
-#: src/SaveDialog.vala:186
-msgid "Filename can't be blank"
-msgstr ""
-
-#: src/SaveDialog.vala:189
-msgid "Filename can't contain “/”"
-msgstr ""
-
-#: src/SaveDialog.vala:219
-msgid "Select Screenshots Folder…"
-msgstr ""
-
-#: src/SaveDialog.vala:220
-msgid "Select"
-msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/screenshot-8.0.2/src/SaveDialog.vala 
new/screenshot-8.0.4/src/SaveDialog.vala
--- old/screenshot-8.0.2/src/SaveDialog.vala    2025-08-13 17:21:39.000000000 
+0200
+++ new/screenshot-8.0.4/src/SaveDialog.vala    2025-12-15 17:55:59.000000000 
+0100
@@ -161,6 +161,7 @@
 
         // Prevent large dialog size with large screenshots
         default_width = 500;
+        default_height = 500;
 
         var content = this.get_content_area () as Gtk.Box;
         content.append (dialog_label);

Reply via email to