Giter VIP home page Giter VIP logo

Comments (19)

Ks4four avatar Ks4four commented on May 26, 2024 1

Yes, I forgot to mention that I did sudo make install.

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024 1

Got it 👌 No problems now.

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024 1

If have any other problem, just open other issue, I'll be glad to help :)

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

Have you installed all the dependencies?

$ sudo pacman -S base-devel ncurses mpv pkgconf libnotify

looks something is wrong with pipewire, but just to be sure.

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024

Yes, I have reinstalled dependencies, but still no help.

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

What happens if you disable SOUNDS and NOISE in config.h?

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024

Tried
static const int SOUND = 0;
static const int NOISE = 0;
It didn't work.
I also restored the default i3 config, but nothing happens.

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

(You need to recompile to the changes in config.h take effect)

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

Try commenting MPVTOGGLE = 1 in config.mk too. As then mpv will be completely removed from the app.

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024

Did it.

2024-04-06_20-46

Still freezes.
After like 100 seconds it starts the timer. Weird.

2024-04-06_20-48

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

Dont switch 1 to 0. Actually comment the MPVTOGGLE = 1 line.

Looks like there's problems with notifications too

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024

Ahhh sorry. Did that comment just now. But nothing happens unfortunately

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

What happens when you

$ notify-send test

and when you

$ mpv sounds/dfltnotify.mp3

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024

Timeout was reached after like 60s

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

After which command?

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024

When $ notify-send test it says Timeout was reached
When $ mpv sounds/dfltnotify.mp3:

 (+) Audio --aid=1 (mp3 2ch 44100Hz)
File tags:
 Artist: FoolBoyMedia
 Comment: Created in Ignite, edited in Audition
AO: [pipewire] 44100Hz stereo 2ch floatp
(Paused) A: 00:00:01 / 00:00:01 (98%)

It played the music until it was paused at 98%

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

Looks like you don't have a notification daemon. Maybe try installing dunst, is a very minimal notification daemon:

$ sudo pacman -S dunst

then run it at background (should add to i3wm startup if works):

$ dunst &

then retry notify-send:

$ notify-send test

from tomato.c.

Ks4four avatar Ks4four commented on May 26, 2024

Ah it works. I just found out about the notification daemon.

$ notify-send test was successful and the timer works but I got this notification when resuming a timer:

CRITICAL: Source ID 112 (or a random number) was not found when attempting to remove it

but the timer is resuming the correct time. Does it matter?

from tomato.c.

gabrielzschmitz avatar gabrielzschmitz commented on May 26, 2024

Try adding dusnt to the i3wm startup and rebooting your machine.

exec --no-startup-id dunst

from tomato.c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.