Autore: aitor Data: To: dng Oggetto: Re: [DNG] BUG in desktop-base
Hi Tito,
On 13/4/21 8:08, tito via Dng wrote: > cat /sys/class/drm/card0-Virtual-1/modes
> preferred
> 2560x1600
> 1920x1440
> 1856x1392 The origin of the warning lies in the first line equal to "preferred",
as you pointed out:
/var/lib/dpkg/info/desktop-base.postinst: line 30: [: preferred: integer expression expected
Imho, it should be considered a bug because the script ignores the
preferred value, going ahead with the *else* statement.