maestrogerardo / i3-gaps-deb

Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
GNU General Public License v3.0
313 stars 45 forks source link

Fix check for installed i3 package #22

Closed okraits closed 3 years ago

okraits commented 4 years ago

The actual package containing i3 is called i3-wm.

maestrogerardo commented 3 years ago

Hi,

thx, but nope, I actually check for "i3" (and NOT "i3-wm") on purpose!

Aside from depending on i3-wm, i3 also recommends stuff I really want to be recommended (in the sense of apt handles it).

Cheers, Gerardo

okraits commented 3 years ago

Yeah, I just meant that some people don't install recommended and suggested packages and then that check fails.

maestrogerardo commented 3 years ago

Yeah man, you are right ... pro users probably have a special setup and do not necessarily use the common tools (and consequently don't need them to be installed).

Nevertheless, newbies or less sophisticated users might want to have the common/default tools installed w/o extra tweaking...

...therefore I decided to support both use cases, see following commit

Cheers, Gerardo