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

Nothing shows up #1

Open
Jivesh-Bisht opened this issue Jan 26, 2024 · 11 comments
Open

Nothing shows up #1

Jivesh-Bisht opened this issue Jan 26, 2024 · 11 comments

Comments

@Jivesh-Bisht
Copy link

I installed a fresh install of arch linux from archinstall command with hyprland profile and pipewire. After installing i ran the command to dowload the prerequisites and then ran the code under setting up files. It all ran flawlessly then i rebooted my laptop and logged into my user using sddm to see a black screen with nothing showing. I pressed SUPER+ENTER to open up the terminal and the terminal looks like the default one but has a yellowish color scheme. I was able to run firefox using the terminal and then i ran dolphin. Dolphin had the default settings. COuld you help me and tell me what step did i missed to run the actual gui?

@Jivesh-Bisht
Copy link
Author

2024-01-26-223300_hyprshot
2024-01-26-223311_hyprshot
2024-01-26-223413_hyprshot
i got these working by running the copy files commands again

@AhmedSaadi0
Copy link
Owner

Could you provide additional details? Execute the following commands in your terminal and share the output:

killall ags
ags

@Jivesh-Bisht
Copy link
Author

ok so i got some of the stuff working, i forgor to install ags. Ags gives error


(com.github.Aylur.ags:24039): Gjs-WARNING **: 22:20:25.163: JS ERROR: Error: No property endAt on Ags_AgsCircularProgress
_init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:59:50
_init@resource:///com/github/Aylur/ags/widgets/widget.js:116:19
AgsWidget@resource:///com/github/Aylur/ags/widgets/widget.js:79:12
AgsCircularProgress@resource:///com/github/Aylur/ags/widgets/circularprogress.js:16:9
createCtor/<@resource:///com/github/Aylur/ags/widget.js:23:16
createNestedCircles@file:///home/jivesh/.config/ags/modules/components/NestedCircles.js:16:33
@file:///home/jivesh/.config/ags/modules/widgets/desktop/Circles.js:7:38
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34```

@AhmedSaadi0
Copy link
Owner

To resolve the issue, install the latest version from the Git repository using the following command:
yay -S aylurs-gtk-shell-git

The error you're encountering is likely due to a new property in AgsCircularProgress that hasn't been included in the version currently installed on your system. Installing the latest version should address this issue.

@Jivesh-Bisht
Copy link
Author

Jivesh-Bisht commented Jan 29, 2024

some icons don't work and the background is still doing its weird thing ig. My screen resolution is smaller then your so it might conflict with that ig. How can i edit what comes up one the top and change the location of which it tells the weather, also how can i change the language to english

@Jivesh-Bisht
Copy link
Author

image
image

@Jivesh-Bisht
Copy link
Author

Jivesh-Bisht commented Jan 29, 2024

also the keys like for changing brightness and volume don't work, how can i fix?

@AhmedSaadi0
Copy link
Owner

For the icons to be visible, you need to ensure that all fonts are correctly copied. Additionally, the resolution settings are GPU-dependent, requiring proper configuration of Hyprland to align with your device. You can find detailed guidance on GPU setup at this link.

Regarding the ordering, customization is possible through configuration changes in the dot files using JavaScript. If you provide specific details about your preferences, I can guide you through the necessary adjustments.

As for language settings, I am planing to incorporate an automatic switching feature based on your device's settings. I'll be working on implementing this functionality during the upcoming week when I have some free time.

For resolution settings, you can try the following:

  • Create a file in home with the name .Xresources
  • Add the following line at the end of it Xft.dpi: 96
  • Restart your system to apply the changes.

If nothing happens you can read Hyprland doc or search for solutions online, as this may be a common Wayland issue with Nvidia cards.

This is my file if you want to check it .Xresources

coolstrong added a commit to coolstrong/flex-rice that referenced this issue Mar 6, 2024
@dimisc
Copy link

dimisc commented Apr 29, 2024

I came across your config and it looks fantastic. Tried it on a minimal Arch install. After also installing Hyprland I can get a themed terminal (purple with ascii art) and can change workspaces and launch apps with keyboard shortcuts but that's about it. No wallpaper, no bar. Just a black empty desktop. AGS is installed. Is this only or laptops running nvidia? Should I have Hyprland installed before running your config? Apologies for hijacking the thread but did not want to start a new issue.

Running AGS from terminal gives: JS ERROR: Error: Requiring GnomeBluetooth, version 3.0: Typelib file for namespace 'GnomeBluetooth', version '3.0' not found require@resource://org/gnome/gjs/modules/esm/gi.js:16:28
@gi://GnomeBluetooth?version=3.0:3:25
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/overrides/GLib.js:266:34

@AhmedSaadi0
Copy link
Owner

It seems the issue lies within the log output, indicating a requirement for gnome-bluetooth. To address this, you can install it using pacman:

sudo pacman -S gnome-bluetooth-3.0
# or 
sudo pacman -S gnome-bluetooth

@dimisc
Copy link

dimisc commented Apr 30, 2024

Thank you! It works now!

I had installed the gnome-bluetooth package but it didn’t work. Did not know there was a second package for version 3.

Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants