Bug#918925: i3: Status and title bar text do not appear with default config file

2022-10-02 Thread Jakob Haufe
Does this issue persist? If so, is this on RaspiOS or Debian?

-- 
ceterum censeo microsoftem esse delendam.


pgpeiViOH38hD.pgp
Description: OpenPGP digital signature


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-22 Thread Michael Stapelberg
[+cc pkg-raspi-maintainers, in case someone has seen this issue or a
similar issue before]

I can reproduce the problem on a Raspberry Pi 3B.

Interestingly enough, running i3 in xserver-xephyr on that machine makes it
display correctly, so the issue is not (just) a missing dependency.

My guess is that there is some issue related to the graphics driver.
Unfortunately, I can’t seem to use the “vesa” driver; Xorg finds no screens
when I try.

I haven’t yet figured out whether other programs are affected, too, or just
i3. I can say that awesome and geeqie seem to work.

On Fri, Jan 18, 2019 at 8:21 PM Leo Singer  wrote:

> Package: i3
> Version: 4.16-1
> Followup-For: Bug #918925
>
> Actually, removing the 'pango:' string from the font option is just causing
> it to fall back to the fixed-width X core font.
>
> I tried using a handful of other fonts, such as:
>
> font pango:Bistream Vera Sans Mono 8
>
> And it turns out that the title and status bar text are missing for *any*
> pango
> font option.
>
> I looked through ~/.xsession-errors and I did not see any font-related
> errors.
>
> [libi3] ../../i3-wm-4.16/libi3/font.c Using Pango font monospace, size
> 8
> 01/18/19 14:13:30 - dpi.c:init_dpi:41 - Resource Xft.dpi not
> specified, skipping.
> 01/18/19 14:13:30 - dpi.c:init_dpi:64 - Using fallback for calculating
> DPI.
> 01/18/19 14:13:30 - dpi.c:init_dpi:66 - Using dpi = 96
> 01/18/19 14:13:30 - main.c:main:561 - root_depth = 32, visual_id =
> 0x0077.
> 01/18/19 14:13:30 - main.c:main:563 - root_screen->height_in_pixels =
> 1080, root_screen->height_in_millimeters = 285
> 01/18/19 14:13:30 - main.c:main:564 - One logical pixel corresponds to
> 1 physical pixels on this display.
>


-- 
Best regards,
Michael


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-18 Thread Leo Singer
Package: i3
Version: 4.16-1
Followup-For: Bug #918925

Actually, removing the 'pango:' string from the font option is just causing
it to fall back to the fixed-width X core font.

I tried using a handful of other fonts, such as:

font pango:Bistream Vera Sans Mono 8

And it turns out that the title and status bar text are missing for *any* pango
font option.

I looked through ~/.xsession-errors and I did not see any font-related errors.

[libi3] ../../i3-wm-4.16/libi3/font.c Using Pango font monospace, size 8
01/18/19 14:13:30 - dpi.c:init_dpi:41 - Resource Xft.dpi not specified, 
skipping.
01/18/19 14:13:30 - dpi.c:init_dpi:64 - Using fallback for calculating DPI.
01/18/19 14:13:30 - dpi.c:init_dpi:66 - Using dpi = 96
01/18/19 14:13:30 - main.c:main:561 - root_depth = 32, visual_id = 
0x0077.
01/18/19 14:13:30 - main.c:main:563 - root_screen->height_in_pixels = 1080, 
root_screen->height_in_millimeters = 285
01/18/19 14:13:30 - main.c:main:564 - One logical pixel corresponds to 1 
physical pixels on this display.



Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-18 Thread Leo Singer
Package: i3
Version: 4.16-1
Followup-For: Bug #918925

Dear Maintainer,

Oddly enough, the title and status bar text do become visible if I change the
following line in ~/.config/i3/config from this:

font pango:monospace 8

to this:

font monospace 8

Best,
Leo



Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-16 Thread Leo Pound Singer
Sorry for the spam. I sent that last message to the wrong issue.

Best,
Leo

> On Jan 16, 2019, at 00:45, Leo Pound Singer  wrote:
> 
> When I type ^g, I see this go by in dmesg:
> 
> [  778.791035] audit: type=1400 audit(1547617464.261:24):
> apparmor="DENIED" operation="exec" profile="/usr/bin/surf"
> name="/usr/bin/dash" pid=919 comm="surf" requested_mask="x"
> denied_mask="x" fsuid=1000 ouid=0
> 
>> On 1/15/19, Leo Pound Singer  wrote:
>> I just reinstalled buster to switch from armhf to aarch64, so my system is
>> now pretty bare and unmodified other than installing build-essential, i3,
>> and some python3 packages.  Nevertheless I was able to reproduce the issue.
>> 
>> I installed and ran font-manager from within i3 and nothing looks out of the
>> ordinary.
>> 
>>> On Jan 11, 2019, at 11:59, Michael Stapelberg 
>>> wrote:
>>> 
>>> Then use whichever tool has a font selection dialog :)
>>> 
 On Fri, Jan 11, 2019 at 5:18 PM Leo Pound Singer 
 wrote:
 gnome-specimen is not in buster. It has been removed from Debian.
 
 
 
 Sent from my iPhone
> On Jan 10, 2019, at 16:46, Michael Stapelberg 
> wrote:
> 
> That’s weird. Something must be different in your system, though, as
> this is the first time anyone has ever reported this issue.
> 
> Can you check gnome-specimen and see if fonts show up correctly there?
> Can you try using them with i3 and see if that works in general?
> 
>> On Thu, Jan 10, 2019 at 7:41 PM Leo Pound Singer 
>> wrote:
>> No, all of the packages recommended by i3-wm are installed.
>> 
>>> On Jan 10, 2019, at 12:25, Michael Stapelberg 
>>> wrote:
>>> 
>>> Did you disable apt recommendations? The i3-wm package recommends
>>> fonts-dejavu-core, which should be picked up as a suitable font. Do
>>> you have that package installed?
>>> 
 On Thu, Jan 10, 2019 at 5:48 PM Leo Singer 
 wrote:
 Package: i3
 Version: 4.16-1
 Severity: normal
 
 Dear Maintainer,
 
 I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+.
 With the
 automatically generated configuration file, the i3 title and status
 bars are
 blank.
 
 I found that I could get the title and status bar text to show up by
 employing
 the workaround of uncommenting the following font option in
 ~/.config/i3/config:
 
font
 -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 
 I do not know if this issue also occurs on more commonplace amd64
 systems.
 
 Would you please modify the package so that the title and status bar
 text are
 visible with the default, automatically generated i3 config file?
 
 Regards,
 Leo
 
 
 
 -- System Information:
 Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
 Architecture: armhf (armv7l)
 
 Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
 Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C
 (charmap=UTF-8)
 Shell: /bin/sh linked to /usr/bin/dash
 Init: systemd (via /run/systemd/system)
 LSM: AppArmor: enabled
 
 Versions of packages i3 depends on:
 ii  i3-wm  4.16-1
 
 Versions of packages i3 recommends:
 ii  dunst   1.3.2-1
 ii  i3lock  2.11.1-1
 ii  i3status2.12-1
 ii  suckless-tools  44-1
 
 i3 suggests no packages.
 
 -- no debconf information
>>> 
>>> 
>>> --
>>> Best regards,
>>> Michael
> 
> 
> --
> Best regards,
> Michael
>>> 
>>> 
>>> --
>>> Best regards,
>>> Michael
>> 



Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-15 Thread Leo Pound Singer
When I type ^g, I see this go by in dmesg:

[  778.791035] audit: type=1400 audit(1547617464.261:24):
apparmor="DENIED" operation="exec" profile="/usr/bin/surf"
name="/usr/bin/dash" pid=919 comm="surf" requested_mask="x"
denied_mask="x" fsuid=1000 ouid=0

On 1/15/19, Leo Pound Singer  wrote:
> I just reinstalled buster to switch from armhf to aarch64, so my system is
> now pretty bare and unmodified other than installing build-essential, i3,
> and some python3 packages.  Nevertheless I was able to reproduce the issue.
>
> I installed and ran font-manager from within i3 and nothing looks out of the
> ordinary.
>
>> On Jan 11, 2019, at 11:59, Michael Stapelberg 
>> wrote:
>>
>> Then use whichever tool has a font selection dialog :)
>>
>>> On Fri, Jan 11, 2019 at 5:18 PM Leo Pound Singer 
>>> wrote:
>>> gnome-specimen is not in buster. It has been removed from Debian.
>>>
>>>
>>>
>>> Sent from my iPhone
 On Jan 10, 2019, at 16:46, Michael Stapelberg 
 wrote:

 That’s weird. Something must be different in your system, though, as
 this is the first time anyone has ever reported this issue.

 Can you check gnome-specimen and see if fonts show up correctly there?
 Can you try using them with i3 and see if that works in general?

> On Thu, Jan 10, 2019 at 7:41 PM Leo Pound Singer 
> wrote:
> No, all of the packages recommended by i3-wm are installed.
>
>> On Jan 10, 2019, at 12:25, Michael Stapelberg 
>> wrote:
>>
>> Did you disable apt recommendations? The i3-wm package recommends
>> fonts-dejavu-core, which should be picked up as a suitable font. Do
>> you have that package installed?
>>
>>> On Thu, Jan 10, 2019 at 5:48 PM Leo Singer 
>>> wrote:
>>> Package: i3
>>> Version: 4.16-1
>>> Severity: normal
>>>
>>> Dear Maintainer,
>>>
>>> I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+.
>>> With the
>>> automatically generated configuration file, the i3 title and status
>>> bars are
>>> blank.
>>>
>>> I found that I could get the title and status bar text to show up by
>>> employing
>>> the workaround of uncommenting the following font option in
>>> ~/.config/i3/config:
>>>
>>> font
>>> -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
>>>
>>> I do not know if this issue also occurs on more commonplace amd64
>>> systems.
>>>
>>> Would you please modify the package so that the title and status bar
>>> text are
>>> visible with the default, automatically generated i3 config file?
>>>
>>> Regards,
>>> Leo
>>>
>>>
>>>
>>> -- System Information:
>>> Debian Release: buster/sid
>>>   APT prefers testing
>>>   APT policy: (500, 'testing')
>>> Architecture: armhf (armv7l)
>>>
>>> Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
>>> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C
>>> (charmap=UTF-8)
>>> Shell: /bin/sh linked to /usr/bin/dash
>>> Init: systemd (via /run/systemd/system)
>>> LSM: AppArmor: enabled
>>>
>>> Versions of packages i3 depends on:
>>> ii  i3-wm  4.16-1
>>>
>>> Versions of packages i3 recommends:
>>> ii  dunst   1.3.2-1
>>> ii  i3lock  2.11.1-1
>>> ii  i3status2.12-1
>>> ii  suckless-tools  44-1
>>>
>>> i3 suggests no packages.
>>>
>>> -- no debconf information
>>
>>
>> --
>> Best regards,
>> Michael


 --
 Best regards,
 Michael
>>
>>
>> --
>> Best regards,
>> Michael
>



Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-15 Thread Leo Pound Singer
I just reinstalled buster to switch from armhf to aarch64, so my system is now 
pretty bare and unmodified other than installing build-essential, i3, and some 
python3 packages.  Nevertheless I was able to reproduce the issue.

I installed and ran font-manager from within i3 and nothing looks out of the 
ordinary.

> On Jan 11, 2019, at 11:59, Michael Stapelberg  wrote:
> 
> Then use whichever tool has a font selection dialog :)
> 
>> On Fri, Jan 11, 2019 at 5:18 PM Leo Pound Singer  wrote:
>> gnome-specimen is not in buster. It has been removed from Debian.
>> 
>> 
>> 
>> Sent from my iPhone
>>> On Jan 10, 2019, at 16:46, Michael Stapelberg  wrote:
>>> 
>>> That’s weird. Something must be different in your system, though, as this 
>>> is the first time anyone has ever reported this issue.
>>> 
>>> Can you check gnome-specimen and see if fonts show up correctly there? Can 
>>> you try using them with i3 and see if that works in general?
>>> 
 On Thu, Jan 10, 2019 at 7:41 PM Leo Pound Singer  wrote:
 No, all of the packages recommended by i3-wm are installed.
 
> On Jan 10, 2019, at 12:25, Michael Stapelberg  
> wrote:
> 
> Did you disable apt recommendations? The i3-wm package recommends 
> fonts-dejavu-core, which should be picked up as a suitable font. Do you 
> have that package installed?
> 
>> On Thu, Jan 10, 2019 at 5:48 PM Leo Singer  wrote:
>> Package: i3
>> Version: 4.16-1
>> Severity: normal
>> 
>> Dear Maintainer,
>> 
>> I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With 
>> the
>> automatically generated configuration file, the i3 title and status bars 
>> are
>> blank.
>> 
>> I found that I could get the title and status bar text to show up by 
>> employing
>> the workaround of uncommenting the following font option in
>> ~/.config/i3/config:
>> 
>> font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
>> 
>> I do not know if this issue also occurs on more commonplace amd64 
>> systems.
>> 
>> Would you please modify the package so that the title and status bar 
>> text are
>> visible with the default, automatically generated i3 config file?
>> 
>> Regards,
>> Leo
>> 
>> 
>> 
>> -- System Information:
>> Debian Release: buster/sid
>>   APT prefers testing
>>   APT policy: (500, 'testing')
>> Architecture: armhf (armv7l)
>> 
>> Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
>> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C 
>> (charmap=UTF-8)
>> Shell: /bin/sh linked to /usr/bin/dash
>> Init: systemd (via /run/systemd/system)
>> LSM: AppArmor: enabled
>> 
>> Versions of packages i3 depends on:
>> ii  i3-wm  4.16-1
>> 
>> Versions of packages i3 recommends:
>> ii  dunst   1.3.2-1
>> ii  i3lock  2.11.1-1
>> ii  i3status2.12-1
>> ii  suckless-tools  44-1
>> 
>> i3 suggests no packages.
>> 
>> -- no debconf information
> 
> 
> -- 
> Best regards,
> Michael
>>> 
>>> 
>>> -- 
>>> Best regards,
>>> Michael
> 
> 
> -- 
> Best regards,
> Michael


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-11 Thread Michael Stapelberg
Then use whichever tool has a font selection dialog :)

On Fri, Jan 11, 2019 at 5:18 PM Leo Pound Singer  wrote:

> gnome-specimen is not in buster. It has been removed from Debian.
>
>
>
> Sent from my iPhone
> On Jan 10, 2019, at 16:46, Michael Stapelberg 
> wrote:
>
> That’s weird. Something must be different in your system, though, as this
> is the first time anyone has ever reported this issue.
>
> Can you check gnome-specimen and see if fonts show up correctly there? Can
> you try using them with i3 and see if that works in general?
>
> On Thu, Jan 10, 2019 at 7:41 PM Leo Pound Singer  wrote:
>
>> No, all of the packages recommended by i3-wm are installed.
>>
>> On Jan 10, 2019, at 12:25, Michael Stapelberg 
>> wrote:
>>
>> Did you disable apt recommendations? The i3-wm package
>> recommends fonts-dejavu-core, which should be picked up as a suitable font.
>> Do you have that package installed?
>>
>> On Thu, Jan 10, 2019 at 5:48 PM Leo Singer  wrote:
>>
>>> Package: i3
>>> Version: 4.16-1
>>> Severity: normal
>>>
>>> Dear Maintainer,
>>>
>>> I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With
>>> the
>>> automatically generated configuration file, the i3 title and status bars
>>> are
>>> blank.
>>>
>>> I found that I could get the title and status bar text to show up by
>>> employing
>>> the workaround of uncommenting the following font option in
>>> ~/.config/i3/config:
>>>
>>> font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
>>>
>>> I do not know if this issue also occurs on more commonplace amd64
>>> systems.
>>>
>>> Would you please modify the package so that the title and status bar
>>> text are
>>> visible with the default, automatically generated i3 config file?
>>>
>>> Regards,
>>> Leo
>>>
>>>
>>>
>>> -- System Information:
>>> Debian Release: buster/sid
>>>   APT prefers testing
>>>   APT policy: (500, 'testing')
>>> Architecture: armhf (armv7l)
>>>
>>> Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
>>> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C
>>> (charmap=UTF-8)
>>> Shell: /bin/sh linked to /usr/bin/dash
>>> Init: systemd (via /run/systemd/system)
>>> LSM: AppArmor: enabled
>>>
>>> Versions of packages i3 depends on:
>>> ii  i3-wm  4.16-1
>>>
>>> Versions of packages i3 recommends:
>>> ii  dunst   1.3.2-1
>>> ii  i3lock  2.11.1-1
>>> ii  i3status2.12-1
>>> ii  suckless-tools  44-1
>>>
>>> i3 suggests no packages.
>>>
>>> -- no debconf information
>>>
>>
>>
>> --
>> Best regards,
>> Michael
>>
>>
>
> --
> Best regards,
> Michael
>
>

-- 
Best regards,
Michael


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-11 Thread Leo Pound Singer
gnome-specimen is not in buster. It has been removed from Debian.



Sent from my iPhone
> On Jan 10, 2019, at 16:46, Michael Stapelberg  wrote:
> 
> That’s weird. Something must be different in your system, though, as this is 
> the first time anyone has ever reported this issue.
> 
> Can you check gnome-specimen and see if fonts show up correctly there? Can 
> you try using them with i3 and see if that works in general?
> 
>> On Thu, Jan 10, 2019 at 7:41 PM Leo Pound Singer  wrote:
>> No, all of the packages recommended by i3-wm are installed.
>> 
>>> On Jan 10, 2019, at 12:25, Michael Stapelberg  wrote:
>>> 
>>> Did you disable apt recommendations? The i3-wm package recommends 
>>> fonts-dejavu-core, which should be picked up as a suitable font. Do you 
>>> have that package installed?
>>> 
 On Thu, Jan 10, 2019 at 5:48 PM Leo Singer  wrote:
 Package: i3
 Version: 4.16-1
 Severity: normal
 
 Dear Maintainer,
 
 I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With the
 automatically generated configuration file, the i3 title and status bars 
 are
 blank.
 
 I found that I could get the title and status bar text to show up by 
 employing
 the workaround of uncommenting the following font option in
 ~/.config/i3/config:
 
 font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 
 I do not know if this issue also occurs on more commonplace amd64 systems.
 
 Would you please modify the package so that the title and status bar text 
 are
 visible with the default, automatically generated i3 config file?
 
 Regards,
 Leo
 
 
 
 -- System Information:
 Debian Release: buster/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: armhf (armv7l)
 
 Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
 Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C 
 (charmap=UTF-8)
 Shell: /bin/sh linked to /usr/bin/dash
 Init: systemd (via /run/systemd/system)
 LSM: AppArmor: enabled
 
 Versions of packages i3 depends on:
 ii  i3-wm  4.16-1
 
 Versions of packages i3 recommends:
 ii  dunst   1.3.2-1
 ii  i3lock  2.11.1-1
 ii  i3status2.12-1
 ii  suckless-tools  44-1
 
 i3 suggests no packages.
 
 -- no debconf information
>>> 
>>> 
>>> -- 
>>> Best regards,
>>> Michael
> 
> 
> -- 
> Best regards,
> Michael


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-10 Thread Michael Stapelberg
That’s weird. Something must be different in your system, though, as this
is the first time anyone has ever reported this issue.

Can you check gnome-specimen and see if fonts show up correctly there? Can
you try using them with i3 and see if that works in general?

On Thu, Jan 10, 2019 at 7:41 PM Leo Pound Singer  wrote:

> No, all of the packages recommended by i3-wm are installed.
>
> On Jan 10, 2019, at 12:25, Michael Stapelberg 
> wrote:
>
> Did you disable apt recommendations? The i3-wm package
> recommends fonts-dejavu-core, which should be picked up as a suitable font.
> Do you have that package installed?
>
> On Thu, Jan 10, 2019 at 5:48 PM Leo Singer  wrote:
>
>> Package: i3
>> Version: 4.16-1
>> Severity: normal
>>
>> Dear Maintainer,
>>
>> I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With the
>> automatically generated configuration file, the i3 title and status bars
>> are
>> blank.
>>
>> I found that I could get the title and status bar text to show up by
>> employing
>> the workaround of uncommenting the following font option in
>> ~/.config/i3/config:
>>
>> font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
>>
>> I do not know if this issue also occurs on more commonplace amd64 systems.
>>
>> Would you please modify the package so that the title and status bar text
>> are
>> visible with the default, automatically generated i3 config file?
>>
>> Regards,
>> Leo
>>
>>
>>
>> -- System Information:
>> Debian Release: buster/sid
>>   APT prefers testing
>>   APT policy: (500, 'testing')
>> Architecture: armhf (armv7l)
>>
>> Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
>> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C
>> (charmap=UTF-8)
>> Shell: /bin/sh linked to /usr/bin/dash
>> Init: systemd (via /run/systemd/system)
>> LSM: AppArmor: enabled
>>
>> Versions of packages i3 depends on:
>> ii  i3-wm  4.16-1
>>
>> Versions of packages i3 recommends:
>> ii  dunst   1.3.2-1
>> ii  i3lock  2.11.1-1
>> ii  i3status2.12-1
>> ii  suckless-tools  44-1
>>
>> i3 suggests no packages.
>>
>> -- no debconf information
>>
>
>
> --
> Best regards,
> Michael
>
>

-- 
Best regards,
Michael


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-10 Thread Leo Pound Singer
No, all of the packages recommended by i3-wm are installed.

> On Jan 10, 2019, at 12:25, Michael Stapelberg  wrote:
> 
> Did you disable apt recommendations? The i3-wm package recommends 
> fonts-dejavu-core, which should be picked up as a suitable font. Do you have 
> that package installed?
> 
>> On Thu, Jan 10, 2019 at 5:48 PM Leo Singer  wrote:
>> Package: i3
>> Version: 4.16-1
>> Severity: normal
>> 
>> Dear Maintainer,
>> 
>> I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With the
>> automatically generated configuration file, the i3 title and status bars are
>> blank.
>> 
>> I found that I could get the title and status bar text to show up by 
>> employing
>> the workaround of uncommenting the following font option in
>> ~/.config/i3/config:
>> 
>> font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
>> 
>> I do not know if this issue also occurs on more commonplace amd64 systems.
>> 
>> Would you please modify the package so that the title and status bar text are
>> visible with the default, automatically generated i3 config file?
>> 
>> Regards,
>> Leo
>> 
>> 
>> 
>> -- System Information:
>> Debian Release: buster/sid
>>   APT prefers testing
>>   APT policy: (500, 'testing')
>> Architecture: armhf (armv7l)
>> 
>> Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
>> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
>> Shell: /bin/sh linked to /usr/bin/dash
>> Init: systemd (via /run/systemd/system)
>> LSM: AppArmor: enabled
>> 
>> Versions of packages i3 depends on:
>> ii  i3-wm  4.16-1
>> 
>> Versions of packages i3 recommends:
>> ii  dunst   1.3.2-1
>> ii  i3lock  2.11.1-1
>> ii  i3status2.12-1
>> ii  suckless-tools  44-1
>> 
>> i3 suggests no packages.
>> 
>> -- no debconf information
> 
> 
> -- 
> Best regards,
> Michael


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-10 Thread Michael Stapelberg
Did you disable apt recommendations? The i3-wm package
recommends fonts-dejavu-core, which should be picked up as a suitable font.
Do you have that package installed?

On Thu, Jan 10, 2019 at 5:48 PM Leo Singer  wrote:

> Package: i3
> Version: 4.16-1
> Severity: normal
>
> Dear Maintainer,
>
> I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With the
> automatically generated configuration file, the i3 title and status bars
> are
> blank.
>
> I found that I could get the title and status bar text to show up by
> employing
> the workaround of uncommenting the following font option in
> ~/.config/i3/config:
>
> font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
>
> I do not know if this issue also occurs on more commonplace amd64 systems.
>
> Would you please modify the package so that the title and status bar text
> are
> visible with the default, automatically generated i3 config file?
>
> Regards,
> Leo
>
>
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: armhf (armv7l)
>
> Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C
> (charmap=UTF-8)
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages i3 depends on:
> ii  i3-wm  4.16-1
>
> Versions of packages i3 recommends:
> ii  dunst   1.3.2-1
> ii  i3lock  2.11.1-1
> ii  i3status2.12-1
> ii  suckless-tools  44-1
>
> i3 suggests no packages.
>
> -- no debconf information
>


-- 
Best regards,
Michael


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-10 Thread Leo Singer
Package: i3
Version: 4.16-1
Severity: normal

Dear Maintainer,

I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With the
automatically generated configuration file, the i3 title and status bars are
blank.

I found that I could get the title and status bar text to show up by employing
the workaround of uncommenting the following font option in
~/.config/i3/config:

font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1

I do not know if this issue also occurs on more commonplace amd64 systems.

Would you please modify the package so that the title and status bar text are
visible with the default, automatically generated i3 config file?

Regards,
Leo



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages i3 depends on:
ii  i3-wm  4.16-1

Versions of packages i3 recommends:
ii  dunst   1.3.2-1
ii  i3lock  2.11.1-1
ii  i3status2.12-1
ii  suckless-tools  44-1

i3 suggests no packages.

-- no debconf information