-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Black screen place AppLauncher #98
Comments
Please elaborate a bit. How did you run it? Any errors on terminal? |
I'm having same issue. Just black screen. App.start({
css: style,
main() {
App.get_monitors().map(Bar)
Applauncher()
},
}) errors in terminal: (gjs:77590): GLib-CRITICAL **: 22:51:25.040: g_file_test: assertion 'filename != NULL' failed ** (gjs:77590): CRITICAL **: 22:51:25.040: astal_icon_lookup_icon: assertion 'icon != NULL' failed ** (gjs:77590): WARNING **: 22:51:25.040: cannot assign (null) as icon, it is not a file nor a named icon |
I haven't any errors in terminal
|
I set code:
|
- Fix issue Aylur#98 Signed-off-by: ReStranger <[email protected]>
- Fix issue Aylur#98 Signed-off-by: ReStranger <[email protected]>
Describe the bug
![изображение](https://private-user-images.githubusercontent.com/69393944/386911151-7927bbcb-3494-459e-b086-9f8754069a4d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3ODk4ODgsIm5iZiI6MTczODc4OTU4OCwicGF0aCI6Ii82OTM5Mzk0NC8zODY5MTExNTEtNzkyN2JiY2ItMzQ5NC00NTllLWIwODYtOWY4NzU0MDY5YTRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDIxMDYyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg1ODhkNjcxYjAyZWY1YzBlMWJjMDhlZTdkNDEzNGNjNjBhZGJjNDlkM2Q2ZTUwZjlmODRjNWMzZmUwYjIzMmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4li9r1TNueeNvhbKrHF11VZeygAMdh-X9qB6-8BNeeY)
To Reproduce
I use AppLauncher from examples
I use nixos with nixpkgs-unstable
The text was updated successfully, but these errors were encountered: