Hello, After upgrading to 24.04, I encountered same behavioir.
Did you try to launch `caffeine-indicator` in a shell ? I noticed a missing dependency was claimed in the console: ``` Can't locate Net/DBus.pm in @INC (you may need to install the Net::DBus module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.38.2 /usr/local/share/perl/5.38.2 /usr/lib/x86_64-linux-gnu/perl5/5.38 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.38 /usr/share/perl/5.38 /usr/local/lib/site_perl) at -e line 6. ``` Which was fixed by installing: ``` sudo apt install libnet-dbus-perl ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095430 Title: Current release 2.9.12 does not work in 24.04.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/caffeine/+bug/2095430/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
