Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 5425  / 3 Years ago, wed, may 26, 2021, 4:48:03

I'm running gnome-shell 3.2.0 and when I click the clock applet in the middle of the top panel, the following shows up:



Screenshot of gnome-shell calendar applet



I have no need for the entire right part, right of the dotted line, which is dedicated to the "Online Accounts" integration with evolution's calendar. Is there a way to remove/disable it, so I can just have the date part of the calendar applet (left of the dotted vertical line)?



I just like to browse the dates to see how many days are left in the month and stuff like that. I use Google's web interface for my "Calendaring".


More From » gnome

 Answers
2

Edit: This is now obsolete, an extension has been written for this: https://extensions.gnome.org/extension/153/nothingtodo/



There's no configuration value for this, it's hard-coded in at the moment, but it's easy enough to change:



gksudo gedit /usr/share/gnome-shell/js/ui/panel.js


Find the line that reads:



this._dateMenu = new DateMenu.DateMenuButton({ showEvents: true });


And simply change true to false



Then restart GNOME Shell by pressing Alt-F2 and entering r



A useful resource for reference (see components section): http://blog.fpmurphy.com/2011/05/more-gnome-shell-customization.html



Edit: For anyone who's interested, here's the end result:



GNOME Shell calendar without agenda


[#42776] Wednesday, May 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lintical

Total Points: 344
Total Questions: 122
Total Answers: 106

Location: Sint Maarten
Member since Mon, Oct 12, 2020
4 Years ago
lintical questions
Thu, Jan 12, 23, 03:07, 1 Year ago
Mon, Jun 28, 21, 07:01, 3 Years ago
Sat, Aug 7, 21, 04:29, 3 Years ago
Mon, Dec 5, 22, 00:03, 1 Year ago
;