pantheon.elementary-default-settings: add dockitem for elementary-tasks
This commit is contained in:
@@ -60,9 +60,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
preInstall = ''
|
||||
# Install our override for plank dockitems as Appcenter and Tasks is not ready to be preinstalled.
|
||||
# For Appcenter, see: https://github.com/NixOS/nixpkgs/issues/70214.
|
||||
# For Tasks, see: https://github.com/elementary/tasks/issues/243#issuecomment-846259496
|
||||
# Install our override for plank dockitems as Appcenter is not ready to be preinstalled.
|
||||
# See: https://github.com/NixOS/nixpkgs/issues/70214.
|
||||
schema_dir=$out/share/glib-2.0/schemas
|
||||
install -D ${./overrides/plank-dockitems.gschema.override} $schema_dir/plank-dockitems.gschema.override
|
||||
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
[PlankDockItemPreferences]
|
||||
Launcher=file:///run/current-system/sw/share/applications/io.elementary.tasks.desktop
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
[net.launchpad.plank.dock.settings]
|
||||
dock-items=['gala-multitaskingview.dockitem','org.gnome.Epiphany.dockitem','io.elementary.mail.dockitem','io.elementary.calendar.dockitem','io.elementary.music.dockitem','io.elementary.videos.dockitem','io.elementary.photos.dockitem','io.elementary.switchboard.dockitem']
|
||||
dock-items=['gala-multitaskingview.dockitem','org.gnome.Epiphany.dockitem','io.elementary.mail.dockitem','io.elementary.tasks.dockitem','io.elementary.calendar.dockitem','io.elementary.music.dockitem','io.elementary.videos.dockitem','io.elementary.photos.dockitem','io.elementary.switchboard.dockitem']
|
||||
|
||||
Reference in New Issue
Block a user