rockowitz / ddcui

Graphical user interface for ddcutil - control monitor settings
http://www.ddcutil.com
GNU General Public License v2.0
147 stars 2 forks source link

Can't install ddcui on Fedora 40 #58

Open pglizniewicz opened 3 months ago

pglizniewicz commented 3 months ago

I've tried to install ddcui from COPR on Fedora 40, but it conflicts with the liddcutil package from the system repository. KDE Plasma depends on the system package, so it can't be removed. The error message is:

Error: Transaction test error:
  file /usr/lib64/libddcutil.so.5 from install of libddcutil5-2.1.3-1.fc40.x86_64 conflicts with file from package libddcutil-2.1.2-1.fc40.x86_64
rockowitz commented 3 months ago

I'm going to have to think about how best to address this problem. I've been following the Debian convention of using a suffix number on the package name to differentiate incompatible versions of a shared library, i.e. ones with different SONAMEs. This makes it straightforward to install both the current version of a shared library and the an older version for applications that require that older version.

In the meantime, building from branch 0.5.4 release and then doing make install should address the problem.