sidevesh / Luminance

A simple GTK application to control brightness of displays including external displays supporting DDC/CI
GNU General Public License v3.0
91 stars 4 forks source link

`.deb` has no executable? #25

Closed alexislefebvre closed 1 month ago

alexislefebvre commented 1 month ago

I installed luminance-1.1.0.deb on Ubuntu 22.04.4, and I can't find the executable com.sidevesh.Luminance on my system.

It looks like the .deb only contains the icons and .desktop entry, since its size is tiny:

image

manueldeljesus commented 1 month ago

Same issue here

sidevesh commented 1 month ago

Hey everyone, I am aware of the issue and looking into what went wrong, will update here once this is fixed

sidevesh commented 1 month ago

This happened because the build failed in ubuntu in CI because it can't find adwaita.h header even though I had installed libadwaita-1-dev package, if that doesn't have that header then I am not sure which other package does. If anyone has any idea on this I would appreciate the help. You can see the Github Actions setup to build deb package in the repo.

sidevesh commented 1 month ago

The issue should be fixed now, thanks for the help with testing this. If someone can confirm that the deb works now then that would be great!

alexislefebvre commented 1 month ago

The issue should be fixed now, thanks for the help with testing this. If someone can confirm that the deb works now then that would be great!

Thanks! I confirm that the new version of the .deb file allowed me to install the app.

Then I had an error, I created another issue: