Glava - want to auto startup

how to make glava music visualizer auto startup

Add it to… :arrow_down:

System Settings → Workspace → Startup and Shutdown → Autostart

thank you for your quick reply…
but how can add it as application when it ‘not’ found as ‘application’ in system

Why is it “not found”? :thinking:

I dunno knw…
when I search ‘galva’ in krunner…
I found nothing on this name …
I download and installed it in terminal using command ( sudo pacman -S gava )

Maybe you mistyped the name ─ as you did twice now in your post above mine. The name is glava, and you should be able to select that in the “Autostart” section of System Settings.

Edit: It’s probably under the Multimedia section.

This time I typed it super clear but couldn’t found :slightly_frowning_face:
can you confirm the way of I installed this is correct or not…

If you installed it with… :arrow_down:

sudo pacman -S glava

… then yes, you did it correctly. :man_shrugging:

How do you normally start it?

I got the solution… :sunglasses:
just now I searched on this in google and it says - ( You can also do this manually, by creating a file called glava.desktop in ~/.config/autostart/ with the following contents:

[Desktop Entry]
Type=Application
Exec=sh -c 'sleep 10 && glava --desktop'
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name=GLava

)
anyway thank you for your kind and quick replies :blush:

only with “konsole” (because it not showing as application in krunner or launcher) by using this command " glava --desktop"
but only problem is whenever i close the konsole tab which I gave the command … this glava also closing :slightly_frowning_face:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.