#emergelog.log thingy
1 messages · Page 2 of 1
you can directly just nano the file path
wym
im in sudo nano /etc/portage/package.accept_keyboard/hyprland rn
oh ok
idk what to do in the file
oh in the hyprland file
yeah
just add the required packages that are masked
like the one i also showed
*/*::hyproverlay
oh
sorry
these ? dev-cpp/glaze
gui-libs/aquamarine
gui-libs/hyprutils
gui-libs/hyprland-qt-support
gui-libs/hyprcursor
dev-util/hyprwayland-scanner
dev-libs/hyprlang
dev-libs/hyprland-protocols
dev-libs/hyprgraphics
gui-wm/hyprland
yup
alr
im inputting it in rn
alr
ok idk whats wrong
oh
just add that to package.accept_keywords/hyprland again
though i also advise you add the star thingy i showed too
ok
that will apply to ALL packages inside the hyproverlay repo
so you don't have to manually add all of them
semicolon?
yeah
its supposed to be double colons
not semi
ok it still wont wrok
like how
want me to picture
alright
might take hours lol
yeah whenever im compiling im watching anime
im curently rewatching tokyo ghoul rn
finished doing the thing finally
40 mins
how do i run hyprland
@hearty zenith yk?
uh openrc
oh okay
dbus-run-session start-hyprland should do it
remember, don't run it as root
does it automatically run that whenever i start up or
how do i make it permanent?
alr
.bash_profile
Super+M
sudo emerge -S kitty right
no, -a
yeah
so how do i make it permanent
go to file .bash_profile?
nano .bash_profile or smth
alright
its not just dbus-run-session start-hyprland as far as i know
did you install kitty first though
yeah
alr good
im on the last thing like 7/7
alright
unfortunately no resource i found was good enough so i had to use AI but i fear that it may cause problems
yeah
so because of it being an AI result, im not gonna send it for good reasons
hmm
the result was an if condition regarding the tty but honestly im still not really trusting it due to google AI
@hearty zenith is there a way to just use the tty as your stuff and like play on it and stuff like that or no
what do you mean by that
like being able to open apps like firefox on tty
oh you can't
you need a display server for that
like wayland and x11
but in your case its hyprland (wayland)
alright hold on i believe i found this
alright
if [ "$(tty)" = "/dev/tty1" ]; then
exec dbus-run-session start-hyprland
fi```
in ~/.bash_profile
if it doesn't work, then idk
okay so this script just launches it only on tty1
so you don't have issues with switching to other ttys
its the tty you automatically login to
yeah
alright nice is it automatically updated or what
do i need to do any commands after
alright let me try rebooting
alright it works nice
awesome
i have to log in to uh tty cause i dont have login manager but ig its ok
yeah you need a greeter for that
up to you
you're welcome
OH yeah i forgot one last thing
you will need pipewire for sound
and for that
you can put an exec-once statement in your hyprland.conf with gentoo-pipewire-launcher restart &
yeah
this command is specific to OpenRC users
ok now is there a wiki for optimizing ur uh thing
like easy stuff
wait nvm im gonna go get some necessary stuff first
@knotty spoke
this one has be stumped at the moment. usually i would expoect some text generated from attempting a source build when the build command is used
that text often would have some useful information but that go build printed nothing
someone else may know and you should keep the directory as is for now so you have a bookmark of your progress attempting to install luffy
i was going to suggest considering making a gentoo forum post about it asking for advice from someone more familiar with go source builds
or someone on gentoo irc support might have a tip
the oldest wisest nerds frequent there lol
not sure
dang this is so hard
"please help installing a go package from source because I didnt get a t-shirt"
someone should reply to that on a saturday lol
lol i guess ill try that
gentoo forums is lilkely in many ways similar to here. if someone is around or familiar and willing they may help someone else
@knotty spoke how does one create a post on the forums
you need to sign up for a user account first
choose the category you want to post in and so on
i havent made a gentoo forum post in ages but my account was created in 2003
so it just works for me having no warnings or bans
i cant tell where the create post thing is honestl
i might just give up i think its not possibel
to like get the thing
i'm gentoo forums user account number 30,381
dang
anyways i saw
`` Ensure your $GOPATH/bin is in your system's PATH.` on the thing
it;s possible to install luffy but the famiarity with go source builds will need to be located
this is too tiring trying to do this tbh its so hard
pat yourself in the back. your doing it :)
my gentoo adventure i fixed yesterday was a month of trying to b/c something wouldnt cooperate when i needed it
dang
sometimes that happens and you try something else
I helped author a few gentoo package ebuilds and those didnt all work right the first attempt to
Browse the Gentoo Git repositories
think to note there is that entire file is 73 lines of code
so much with so little when it works
wow
you're impressive
i dont understand the codes in the lines since i dont program but thats kinda awesome
if you become more familiar with gentoo and luffy we couild perhaps help you submit a package ebuild for luffy gentoo users can use
alright thanks
that may take a few
yeah since i just installed gentoo just yesterday i might have to familiarize myself with gentoo first before doing these kind of things
realistic expectations :)
yaah
i'm not certain where $GOPATH/bin would be located relevant to your non superuser account
you might check the result of the env command and see if it mentions any application or binary directory go paths
@knotty spoke
made it work
yeah
i had to sudo rm -rf the luffy thing and add something in bashrc for it to work
if you searched the package repos with eix to try finding some other go packages that have ebuild templates you can maneuver an existing ebuild into a new ebuild for luffy
dev-lang/go category may have some other packages with a good ebuild that cvould be reworked
yeah i dont understand but sure but i didnt use eix tho