Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] wrong icon folder in makefile #1733

Closed
xlucn opened this issue Oct 24, 2022 · 2 comments
Closed

[BUG] wrong icon folder in makefile #1733

xlucn opened this issue Oct 24, 2022 · 2 comments
Labels
Milestone

Comments

@xlucn
Copy link

xlucn commented Oct 24, 2022

Rofi version (rofi -v)

Version: 1.7.5 from Arch Linux repo

Configuration

default

Theme

default

Timing report

Launch command

Step to reproduce

  1. Open a app launcher, e.g., rofi
  2. Find "rofi" itelf :)
  3. Probably see no icons

Expected behavior

See icon of rofi in the launcher

Actual behavior

No icon is shown

Additional information

Arch's package build rofi with makefile, where the icon folder is set to $(datadir)/icons/hicolor/apps/:

https://github.com/davatorium/rofi/blob/next/Makefile.am#L629

while it should be $(datadir)/icons/hicolor/scalable/apps/, as in meson.build settings. Otherwise, apps subfolder is not in the icon theme's index.theme file, thus won't be searched by launchers.

@xlucn xlucn added the bug label Oct 24, 2022
@DaveDavenport
Copy link
Collaborator

owh yeah, that is wrong.. haven't used Makefiles in ages, so have not noticed.

@DaveDavenport DaveDavenport added this to the 1.7.6 milestone Oct 24, 2022
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants