Merge pull request #108107 from talyz/reintroduce-epiphany

Revert "nixos/gnome3: don't install epiphany default"
This commit is contained in:
WORLDofPEACE 2021-01-09 16:45:31 -05:00 committed by GitHub
commit 7c34e83cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 4 deletions

View file

@ -1343,6 +1343,14 @@ CREATE ROLE postgres LOGIN SUPERUSER;
It was chosen to do this as it has a usability breaking issue (see issue <link xlink:href="https://github.com/NixOS/nixpkgs/issues/98819">#98819</link>) It was chosen to do this as it has a usability breaking issue (see issue <link xlink:href="https://github.com/NixOS/nixpkgs/issues/98819">#98819</link>)
that makes it unsuitable to be a default app. that makes it unsuitable to be a default app.
</para> </para>
<note>
<para>
Issue <link
xlink:href="https://github.com/NixOS/nixpkgs/issues/98819">#98819</link>
is now fixed and <package>gnome3.epiphany</package> is once
again installed by default.
</para>
</note>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>

View file

@ -504,6 +504,11 @@ http://some.json-exporter.host:7979/probe?target=https://example.com/some/json/e
The option's description was incorrect regarding ownership management and has been simplified greatly. The option's description was incorrect regarding ownership management and has been simplified greatly.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
The GNOME desktop manager once again installs <package>gnome3.epiphany</package> by default.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>
</section> </section>

View file

@ -19,7 +19,7 @@ let
defaultFavoriteAppsOverride = '' defaultFavoriteAppsOverride = ''
[org.gnome.shell] [org.gnome.shell]
favorite-apps=[ 'org.gnome.Geary.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop' ] favorite-apps=[ 'org.gnome.Epiphany.desktop', 'org.gnome.Geary.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Photos.desktop', 'org.gnome.Nautilus.desktop' ]
''; '';
nixos-gsettings-desktop-schemas = let nixos-gsettings-desktop-schemas = let
@ -409,9 +409,7 @@ in
baobab baobab
cheese cheese
eog eog
/* Not in good standing on nixos: epiphany
* https://github.com/NixOS/nixpkgs/issues/98819
/* epiphany */
gedit gedit
gnome-calculator gnome-calculator
gnome-calendar gnome-calendar