bug#36008: [whishlist] Installer: i3-wm desktop companions

2019-06-08 Thread Giovanni Biscuolo
Ludovic Courtès  writes:

[...]

> Fixed in the installer in 676eb5880ec2fae03752513c2442aae0bda9bfc4.
>
> This part is quite easy to modify and test, so if you have other ideas,
> give them a try!

Yes now I see: I'll do it for sure!

Thanks for the patch! Gio'.

-- 
Giovanni Biscuolo

Xelera IT Infrastructures


signature.asc
Description: PGP signature


bug#36008: [whishlist] Installer: i3-wm desktop companions

2019-06-07 Thread Ludovic Courtès
Hi,

Giovanni Biscuolo  skribis:

> Also it's lacking a status_command (e.g. i3status) and the dmenu_run
> command (e.g. demenu package)
>
> I've fixed this ading this
>
>   (packages
> (append
>   (list (specification->package "i3-wm")
> (specification->package "i3status")
> (specification->package "dmenu")
> (specification->package "st")

Fixed in the installer in 676eb5880ec2fae03752513c2442aae0bda9bfc4.

This part is quite easy to modify and test, so if you have other ideas,
give them a try!

Thanks,
Ludo’.





bug#36008: [whishlist] Installer: i3-wm desktop companions

2019-05-30 Thread Giovanni Biscuolo
Giovanni Biscuolo  writes:

> With the graphical installer, When only installing i3-wm as desktop
> manager I got an error like:
>
>  i3-sensible-terminal error...
>
> because there is no terminal emulator installed by default

Also it's lacking a status_command (e.g. i3status) and the dmenu_run
command (e.g. demenu package)

I've fixed this ading this

--8<---cut here---start->8---
  (packages
(append
  (list (specification->package "i3-wm")
(specification->package "i3status")
(specification->package "dmenu")
(specification->package "st")
   [...]

  %base-packages))
--8<---cut here---end--->8---

to my config.scm

WDYT? Gio'.



-- 
Giovanni Biscuolo

Xelera IT Infrastructures


signature.asc
Description: PGP signature