135 | Strings | 99% | Translate |
---|---|---|---|
512 | Words | 99% |
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
PCManFm-qt GPL-3.0 | 37% | 285 | 1,015 | 2 | |||
|
|||||||
qps GPL-2.0 | 91% | 24 | 85 | 5 | |||
|
|||||||
Qlipper GPL-2.0 | 98% | 1 | 12 | 1 | |||
|
|||||||
liblxqt GPL-3.0 | |||||||
|
|||||||
LXQt-runner GPL-2.0 | |||||||
|
|||||||
LXQt-about GPL-2.0 | |||||||
|
|||||||
LXQt-runner Module Name
|
|||||||
|
|||||||
Desktop Module Name
|
|||||||
|
|||||||
QTerminal GPL-2.0 | |||||||
|
|||||||
LXQt-archiver Menu Entry
|
|||||||
|
Project website | https://lxqt-project.org/ | |
---|---|---|
Instructions for translators | Welcome to the LXQt-Weblate Platform! For adding language files that are not already present please contact administrators. Credits for translations (shown in LXQt-About) can be inserted in lxqt/lxqt-about/tree/master/translatorsinfo/translators_XY.info. |
|
Translation process |
|
|
Translation license | GNU General Public License v2.0 or later | |
Repository |
https://github.com/lxqt/screengrab
|
|
Repository branch | master | |
Last remote commit |
Weblate commits (#341)
139069e
LXQtBot authored 2 days ago |
|
Repository containing Weblate translations |
https://translate.lxqt-project.org/git/lxqt-desktop/screengrab/
|
|
Filemask | translations/screengrab_*.ts |
|
Translation file |
translations/screengrab_fi.ts
|
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 135 | 512 | 3,047 | ||
Translated | 99% | 134 | 510 | 3,038 | |
Needs editing | 0% | 0 | 0 | 0 | |
Failing checks | 0% | 0 | 0 | 0 |
Last change | June 1, 2023, 4:18 p.m. | |||
---|---|---|---|---|
Last author | Jouni Järvinen |
There's a bit at
https://github.com/lxqt/screengrab/blob/master/src/core/core.cpp#LL492C1-L500C2
that goes
void Core::sendNotify(const StateNotifyMessage &message) { #ifdef SGDBUSNOTIFY DBusNotifier *notifier = new DBusNotifier(); notifier->displayNotify(message); #else _wnd->showTrayMessage(message.header, message.message); #endif }
so I compiled with DBUS off and, if auto-saving is enabled, and I hide Screengrab to tray, then take a new shot via the tray, I'll get the notification about it.
If Screengrab is visible though, when taking a new shot, then there is no notification if Tray mode is set.
So if I'm guessing correct-like, this option perhaps should not be visible at all when DBUS is enabled.
4 days ago