GNOME/Calendar: Difference between revisions

imported>IgorM
m Category
Leona (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:


<syntaxHighlight lang="console">
<syntaxHighlight lang="console">
$ nix-shell -p gnome.gnome-control-center --run "gnome-control-center"
$ nix-shell -p gnome-control-center --run "gnome-control-center"
</syntaxHighlight>
</syntaxHighlight>


then add your accounts in the "Online Accounts" submenu.
then add your accounts in the "Online Accounts" submenu.
If gnome-control-center will not launch, it's possible the value of XDG_CURRENT_DESKTOP needs to be changed to GNOME during launch. This is the case when using the Hyprland window manager.
<syntaxHighlight lang="console">
$ XDG_CURRENT_DESKTOP=GNOME gnome-control-center
</syntaxHighlight>
This should launch gnome-control-center and allow you to access the Online Accounts submenu.


To get alarm reminders you need to start the evolution-alarm-notify daemon provided by the <code>gnome.evolution-data-server</code> package. When you enable <code>services.gnome.evolution-data-server.enable</code> it will add a desktop autostart entry to <code>/run/current-system/sw/etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop</code>. If your desktop manager does not process autostart entries, you can use [https://github.com/jceb/dex dex] instead:
To get alarm reminders you need to start the evolution-alarm-notify daemon provided by the <code>gnome.evolution-data-server</code> package. When you enable <code>services.gnome.evolution-data-server.enable</code> it will add a desktop autostart entry to <code>/run/current-system/sw/etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop</code>. If your desktop manager does not process autostart entries, you can use [https://github.com/jceb/dex dex] instead: