Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 601360

Summary: mate-extra/mate-sensors-applet relies on obsolete udisks:0
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Gentoo MATE Desktop <mate>
Status: RESOLVED FIXED    
Severity: normal CC: atoth
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/mate-desktop/mate-sensors-applet/issues/47
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 439624    

Description Pacho Ramos gentoo-dev 2016-12-01 14:46:52 UTC
I couldn't confirm if it really needs udisks1 over udisks2 as other distributions look to simply not pull any udisks at all and others pull udisks2 (https://git.solus-project.com/packages/mate-sensors-applet/commit/?id=73359b80bd279cee2b2121e4699525986373cda7 ) but I am unsure if they really checked it is working :/
Comment 1 Sander Sweers 2017-01-28 01:28:51 UTC
It used the old udisks dbus api [1], needs someone to redo the whole thing. Either disable at configure (--disable-udisks)or keeps udisks around for now.

[1] https://github.com/mate-desktop/mate-sensors-applet/blob/master/plugins/udisks/udisks-plugin.c#L31
Comment 2 Pacho Ramos gentoo-dev 2017-07-24 09:07:56 UTC
Then, either upstream fixes it finally or we should probably stop building that plugin :/
Comment 3 Pacho Ramos gentoo-dev 2017-07-24 09:09:07 UTC
It seems hddtemp could be used instead:
https://forums.linuxmint.com/viewtopic.php?t=238759
Comment 4 Pacho Ramos gentoo-dev 2017-07-24 14:47:09 UTC
Ah, I see that the ebuild is mostly ready to use hddtemp, we would simply need to finally pass --disable-udisks unconditionally as I don't think upstream will port it anytime soon :/
Comment 5 Pacho Ramos gentoo-dev 2017-11-19 15:26:25 UTC
this will be fixed in 1.20 (fixed in 1.19.1)
Comment 6 Larry the Git Cow gentoo-dev 2019-03-31 09:19:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53079a9f9715f4e6b568ce58aeac73d38c3e72c5

commit 53079a9f9715f4e6b568ce58aeac73d38c3e72c5
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-03-31 09:19:17 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-03-31 09:19:28 +0000

    mate-extra/mate-sensors-applet: Fix dependencies on udisks for new version
    
    Closes: https://bugs.gentoo.org/601360
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 .../mate-sensors-applet-1.22.0-r1.ebuild           | 62 ++++++++++++++++++++++
 1 file changed, 62 insertions(+)