| 23 Jun 2021 |
-(๐eloฯ)- | Created this not so long ago, hopefully they will look at it | 16:10:38 |
-(๐eloฯ)- | Appreciate the help Jan! ๐ฏ | 16:11:50 |
Jan Tojnar | -(GNU/โฯ)-: I am almost certain it has been fixed in nixpkgs in the past but cannot find the issue/PR in Nixpkgs | 16:15:29 |
-(๐eloฯ)- | In reply to @jtojnar:matrix.org -(GNU/โฯ)-: I am almost certain it has been fixed in nixpkgs in the past but cannot find the issue/PR in Nixpkgs The dev-edition I tested was from nixpkgs and it was faulty too | 16:16:06 |
Jan Tojnar | -(GNU/โฯ)-: only for pale moon https://github.com/NixOS/nixpkgs/blob/9ebc740e96ae89d77617ca704475e72403822cdd/pkgs/applications/networking/browsers/palemoon/default.nix#L195-L198 | 16:16:11 |
-(๐eloฯ)- | This should be a PR for all editions imo | 16:16:31 |
-(๐eloฯ)- | Jan Tojnar: Should I create an issue about the icons in nixpkgs? Or do you have another plan in mind? | 20:03:22 |
Jan Tojnar | -(GNU/โฯ)-: for the devedition, please do | 22:36:37 |
-(๐eloฯ)- | In reply to @jtojnar:matrix.org -(GNU/โฯ)-: for the devedition, please do Will do that now! | 22:42:38 |
-(๐eloฯ)- | I will also include the link you mentioned earlier and quote you if you don't mind | 22:42:56 |
Jan Tojnar | feel free | 22:54:35 |
Jan Tojnar | * -(GNU/โฯ)-: feel free | 22:54:51 |
-(๐eloฯ)- | Have to uninstall current edition though due to conflicts :/ | 23:00:29 |
-(๐eloฯ)- | Will do it for the sake of improving FF why not | 23:00:39 |
-(๐eloฯ)- | What should I put in this section?
Maintainer information:
# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
| 23:49:51 |
| 24 Jun 2021 |
Jan Tojnar | -(GNU/โฯ)-: check who is maintainer of firefox-devedition | 00:43:02 |
-(๐eloฯ)- | In reply to @jtojnar:matrix.org -(GNU/โฯ)-: check who is maintainer of firefox-devedition Mentioned the names of the last two contributors in the notification section, don't think re-pining would be necessary | 00:49:38 |
-(๐eloฯ)- | Here is the current issue: https://github.com/NixOS/nixpkgs/issues/127968 | 00:50:01 |
| tadfisher joined the room. | 03:33:11 |
| 25 Jun 2021 |
| jonge left the room. | 10:31:14 |
papojari |  Download Bildschirmfoto von 2021-06-25 16-08-41_cropped.png | 14:16:49 |
papojari | How do I change the interface language in brave? | 14:16:49 |
papojari | i18n = {
defaultLocale = "en_US.UTF-8";
extraLocaleSettings = {
LANGUAGE = "en_US:de_DE";
LC_TIME = "de_DE.UTF-8";
LC_MEASUREMENT = "de_DE.UTF-8";
LC_ADDRESS = "de_DE.UTF-8";
LC_PAPER = "de_DE.UTF-8";
LC_TELEPHONE = "de_DE.UTF-8";
};
supportedLocales = [
"en_US.UTF-8/UTF-8"
"de_DE.UTF-8/UTF-8"
];
};
| 14:17:40 |
papojari | these are my locale settings | 14:17:47 |
papojari | and in the gnome settings everything is german | 14:18:07 |
papojari | I don't know if this is a problem with NixOS or Brave | 14:18:35 |
Jan Tojnar | papojari ๐ณ๏ธโ๐: Brave might not respect system language | 14:19:35 |
Jan Tojnar | does it work on any other Linux distros? | 14:19:56 |
papojari | I don't know. i only have NixOS installed | 14:20:17 |
Jan Tojnar | the nixos options mainly control /etc/locale | 14:21:33 |