Anno domini 2021 Sun, 11 Apr 13:36:20 -0500 J Leslie Turriff scripsit: > On 2021-04-11 01:59:04 deloptes wrote: > > Felix Miata wrote: > > > Why? What on a desktop PC uses it? Is it yet another overbearing openSUSE > > > rpm dependency that isn't really a dependency? > > > > I don't know what it is but there are many notebooks with SIM slot > > > > > There is some relationship with upower, removal of which wants to remove > > > 35 Trinity packages. > > > > Could be - if it is mobile it depends on battery. > > Is it possible for Trinity to determine if the machine it's being installed into is a > desktop or laptop machine? There seems to be an unwarranted assumption (not just by > Trinity) that everything is a laptop machine any more. > > Leslie The easy way: if [ -d /sys/class/power_supply/BAT0 ]; then echo LAPTOP; else echo MAYBENOLAPTOP; fi The question is: what do you want to do with that information? Nik > > -- > openSUSE Leap 15.2 x86_64 > Qt: 3.5.0 > TDE: R14.0.9 > tde-config: 1.0 > ____________________________________________________ > tde-devels mailing list -- devels@xxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devels-leave@xxxxxxxxxxxxxxxxxx > Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@xxxxxxxxxxxxxxxxxx > -- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ... ____________________________________________________ tde-devels mailing list -- devels@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to devels-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/devels@xxxxxxxxxxxxxxxxxx