PetroGromovo's avatar

Why my laravel 8 app does not show mix success/error notifications on fresh Kubuntu 20?

Moving to kubuntu 20 from kubuntu 18 my laravel 8 I work now does not show mix success/error notification at right bottom corner

In webpack.mix.js of my project(I did not modify it):

const mix = require('laravel-mix');


    mix.js('resources/js/app.js', 'public/js')
        .postCss('resources/css/app.css', 'public/css', [
            require('postcss-import'),
            require('tailwindcss'),
        ]);

Is it some OS misconifure? How can I fix it?

Thanks in advance!

0 likes
5 replies
lbecket's avatar

@petrogromovo Bottom-right corner of what? Your IDE? The desktop? Is mix still running and you're just not seeing the result, or is it no longer running at all?

PetroGromovo's avatar

@lbecket , Bottom-right corner of KDE desctop. kubuntu 20 has preisntalled KDE. I want to see results(success or failure)

Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

Install this

sudo apt install -y libnotify-bin

1 like
PetroGromovo's avatar

@Sinnbeck , I have installed libnotify-bin and I see in the console :

$ apt show libnotify-bin — info
Package: libnotify-bin
Version: 0.7.9-1ubuntu2
Priority: optional
Section: utils
Source: libnotify
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Debian GNOME Maintainers <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 38,9 kB
Depends: libc6 (>= 2.3.4), libglib2.0-0 (>= 2.26), libnotify4 (>= 0.7.3)
Task: ubuntu-desktop-minimal, ubuntu-desktop, xubuntu-core, xubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
Download-Size: 7 188 B
APT-Manual-Installed: yes
APT-Sources: http://ua.archive.ubuntu.com/ubuntu focal/main amd64 Packages
Description: sends desktop notifications to a notification daemon (Utilities)
 A library that sends desktop notifications to a notification daemon, as
 defined in the Desktop Notifications spec. These notifications can be
 used to inform the user about an event or display some form of
 information without getting in the user's way.
 .
 This package contains the binary which sends the notification.

Package: info
Version: 6.7.0.dfsg.2-5
Priority: standard
Section: doc
Source: texinfo
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Debian TeX maintainers <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 831 kB
Provides: info-browser
Depends: libc6 (>= 2.15), libtinfo6 (>= 6), install-info
Breaks: texinfo-doc-nonfree
Replaces: texinfo (<< 4.7-2), texinfo-doc-nonfree
Homepage: https://www.gnu.org/software/texinfo/
Task: standard
Download-Size: 203 kB
APT-Manual-Installed: no
APT-Sources: http://ua.archive.ubuntu.com/ubuntu focal/main amd64 Packages
Description: Standalone GNU Info documentation browser
 The Info file format is an easily-parsable representation for online
 documents. This program allows you to view Info documents, like the
 ones stored in /usr/share/info.
 .
 Much of the software in Debian comes with its online documentation in
 the form of Info files, so it is most likely you will want to install it.

N: Unable to locate package —
N: Unable to locate package —

But I still do not see any notifications in bottom-right corner of KDE desktop Can it be some options in my OS? Say I see similar notifications when I got message in my Chrome(ex upwork site). Also tuning my Kubuntu I set all options OFF in System Settings -> Workspace -> Descktop Effects. Can It be the issue ?

Sinnbeck's avatar

It could be. I only use ubuntu and linux mint, so I havent had issues

1 like

Please or to participate in this conversation.