Adding gnome-remote-desktop to Damned Lies

2021-06-16 Thread Jonas Ådahl via gnome-i18n
Hi,

gnome-remote-desktop is the remote desktop service of GNOME. It supports
the VNC and RDP, allowing you to share your desktop, currently managed
via Settings.

You can find it here:
https://gitlab.gnome.org/GNOME/gnome-remote-desktop

It has a few translatable strings; thus I'd like to see it being added
to the GNOME translation infrastructure.

How would I go about doing that?


Jonas
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Error in simple-scan

2020-12-02 Thread Jonas Ådahl via gnome-i18n
On Wed, Dec 02, 2020 at 04:13:16PM +0200, Yuri Chornoivan via gnome-i18n wrote:
> середа, 2 грудня 2020 р. 16:09:37 EET Jonas Ådahl написано:
> > On Wed, Dec 02, 2020 at 03:48:19PM +0200, Yuri Chornoivan via gnome-i18n 
> wrote:
> > > середа, 2 грудня 2020 р. 15:38:57 EET Daniel Mustieles García via
> > > gnome-i18n> 
> > > написано:
> > > > Hi,
> > > > 
> > > > I've got the following error when trying to upload a translation for
> > > > simple-scan, using Damned Lies:
> > > > 
> > > > «[Errno 1] Command: "['git', 'push', 'origin', 'master']", Error:
> > > > Warning:
> > > > Permanently added 'gitlab.gnome.org,172.31.2.39' (ECDSA) to the list of
> > > > known hosts. remote: GitLab: You are not allowed to push code to
> > > > protected
> > > > branches on this project.To g...@gitlab.gnome.org:GNOME/simple-scan.git 
> > > > !
> > > > [remote rejected] master -> master (pre-receive hook declined) error:
> > > > failed to push some refs to 
> > > > 'g...@gitlab.gnome.org:GNOME/simple-scan.git'
> > > > »
> > > > 
> > > > Could someone please review it?
> > > > 
> > > > Thanks in advance
> > > 
> > > Hi,
> > > 
> > > The master branch for mutter is locked as well, btw.
> > 
> > Can you try again? It seems it was changed to only allow pushing from
> > maintainers, but the original intention was to only restrict merging
> > merge requests, as we've moved to using marge-bot. I've now changed the
> > setting to limit merging to maintainers, but pushing to maintainers and
> > developers as was the case before.
> > 
> > 
> > Jonas
> 
> Yes, it works now. Many thanks for your help.

No problem, thanks for testing, and sorry about the misconfiguration!


Jonas

> 
> Best regards,
> Yuri
> 
> 
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Error in simple-scan

2020-12-02 Thread Jonas Ådahl via gnome-i18n
On Wed, Dec 02, 2020 at 03:48:19PM +0200, Yuri Chornoivan via gnome-i18n wrote:
> середа, 2 грудня 2020 р. 15:38:57 EET Daniel Mustieles García via gnome-i18n 
> написано:
> > Hi,
> > 
> > I've got the following error when trying to upload a translation for
> > simple-scan, using Damned Lies:
> > 
> > «[Errno 1] Command: "['git', 'push', 'origin', 'master']", Error: Warning:
> > Permanently added 'gitlab.gnome.org,172.31.2.39' (ECDSA) to the list of
> > known hosts. remote: GitLab: You are not allowed to push code to protected
> > branches on this project.To g...@gitlab.gnome.org:GNOME/simple-scan.git !
> > [remote rejected] master -> master (pre-receive hook declined) error:
> > failed to push some refs to 'g...@gitlab.gnome.org:GNOME/simple-scan.git' »
> > 
> > Could someone please review it?
> > 
> > Thanks in advance
> 
> Hi,
> 
> The master branch for mutter is locked as well, btw.

Can you try again? It seems it was changed to only allow pushing from
maintainers, but the original intention was to only restrict merging
merge requests, as we've moved to using marge-bot. I've now changed the
setting to limit merging to maintainers, but pushing to maintainers and
developers as was the case before.


Jonas

> 
> Best regards,
> Yuri
> 
> 
> 
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


String freeze break for mutter for setting

2020-02-21 Thread Jonas Ådahl via gnome-i18n
In 3.36, mutter/gnome-shell will since recently be more eager trying to
detect frozen applications. Instead of only trying to check in certain
situations such as when alt-tabbing to it, we'll check every time a
window is attempted to be activated, e.g. switching focus to it by
clicking on it.

In effect it may result in misbehaving applications that temporarly
freeze triggering the force-close dialog more often. If one often uses
such an application, it can become a pain point getting that dialog all
the time without any possibility for GNOME to fix it for real being an
application bug.

Thus, we're introducing a gsetting that enables the user to change the
timeout, or disable the check completely, to work around the issue.

The string freeze break is for the new gsetting.

Relevant merge request:
https://gitlab.gnome.org/GNOME/mutter/merge_requests/1080


Jonas
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n