Skip to content

Replace notification-daemon with xfce4-notifyd #882

Merged
merged 10 commits into from
Aug 29, 2018

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    03649aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c064a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61afdb View commit details
    Browse the repository at this point in the history
  4. libnotify: Recreate bee file with current template

    Run the command below.
    
       $ bee init -f https://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-0.7.3.tar.bz2
       creating libnotify-0.7.3-0.bee from template '/etc/default/bee/templates/fallback'
    pmenzel committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    bef9241 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de4636f View commit details
    Browse the repository at this point in the history
  6. libnotify: Update version from 0.7.3 to 0.7.7

    xfce4-notifyd 0.4.2 needs this version.
    
    [Change-log for 0.7.7][1]:
    
    > New in 0.7.7
    > ============
    >
    > - Introspection fixes (Evan Nemerson)
    > - Allow to disable tests at build time (Quentin Glidic)
    
    [1]: https://ftp.gnome.org/pub/gnome/sources/libnotify/0.7/libnotify-0.7.7.news
    pmenzel committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    705d71a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12c1434 View commit details
    Browse the repository at this point in the history
  8. xfce4-notifyd: Add version 0.4.2

    [Description][1]:
    
    > Xfce4-notifyd is a notification service for the Xfce Desktop that
    > implements most of the “server-side” portion of the Freedesktop
    > desktop notifications specification. Applications that wish to pop up
    > a notification bubble in a standard way can implicitly make use of
    > xfce4-notifyd to do so by sending standard messages over D-Bus using
    > the `org.freedesktop.Notifications` interface.
    
    Create the bee file with the command below.
    
        $ bee init https://archive.xfce.org/src/apps/xfce4-notifyd/0.4/xfce4-notifyd-0.4.2.tar.bz2
        creating xfce4-notifyd-0.4.2-0.bee from template '/etc/default/bee/templates/fallback'
    
    This is going to replace GNOME’s notification daemon, as with that
    version, notifications are not properly scaled on 4K displays.
    
    Fixes: #878
    
    [1]: https://docs.xfce.org/apps/notifyd/start
    [2]: http://www.linuxfromscratch.org/blfs/view/svn/xfce/xfce4-notifyd.html
    [3]: https://bugzilla.xfce.org/show_bug.cgi?id=14618
    pmenzel committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    b692cf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99d3642 View commit details
    Browse the repository at this point in the history
  10. notification-daemon: Remove version 0.7.1

    The notifications are not properly scaled in Xfce with a 4K display [1].
    This is probably fixed in newer version, but as we use Xfce, use their
    notification daemon instead of the one from GNOME.
    
    [1]: https://bugzilla.xfce.org/show_bug.cgi?id=14618
    pmenzel committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    ef65913 View commit details
    Browse the repository at this point in the history