Package Base Details: vte3-notification

Git Clone URL: https://aur.archlinux.org/vte3-notification.git (read-only, click to copy)
Keywords: gnome
Submitter: BerelTarMaciltur
Maintainer: mydongistiny
Last Packager: mydongistiny
Votes: 35
Popularity: 0.000000
First Submitted: 2015-03-29 22:27 (UTC)
Last Updated: 2024-04-15 14:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

mydongistiny commented on 2020-03-29 22:00 (UTC)

@yochananmarqos Please quit marking the packages out of date. These packages are based off the Fedora packages. Not the upstream source. I will update when Fedora updates.

andybz commented on 2020-03-11 03:40 (UTC)

@mydongistiny My bad. When I did a full upgrade, I think I replaced vte3-notification by accident. Installing vte3-notification again has sorted out my issue. Thanks for looking into it.

mydongistiny commented on 2020-03-10 01:06 (UTC)

@andybz You should have that file. It builds and packages it for me. Also, I'm still getting notifications from my terminal after updating. I will look into it though and see if I can figure out why you're having the problem.

I'll get back to you when I find something, but in the meantime, you can try the packages I built locally and see if they work for you.

I uploaded them here if you want to try them.

andybz commented on 2020-03-09 10:04 (UTC)

Since upgrading to v0.60.0 notifications no longer work for me.

I'm also seeing the error: bash: /usr/lib/vte-urlencode-cwd: No such file or directory.

The file /etc/profile.d/vte.sh now references this missing file, which is a change from the previous version which had a bash function instead.

I rolled back to the previous version of vte.sh, but that didn't work either. I haven't looked any more into it yet.

Ste74 commented on 2019-11-26 18:28 (UTC) (edited on 2019-11-27 16:11 (UTC) by Ste74)

I can wrong where i look it but where is 0.58.3 version? https://src.fedoraproject.org/rpms/vte291/commits/master Fedora not provide the patch yet.

dsboger commented on 2019-07-17 01:46 (UTC)

@Terence I'm not the maintainer anymore. You should ask @mydongistiny ;).

Terence commented on 2019-07-16 23:25 (UTC)

@dsboger I fixed add-zsh-notification-support.patch, replace its content with:

diff --git a/src/vte.sh b/src/vte.sh
index 6d1a8734..40395e7b 100644
--- a/src/vte.sh
+++ b/src/vte.sh
@@ -46,7 +46,9 @@ __vte_ps1() {
 }

 __vte_osc7 () {
-  printf "\033]7;file://%s%s\033\\" "${HOSTNAME:-}" "$(__vte_urlencode "${PWD}")"
+  last_command=$(history | tail -n1 - | cut -c8-)
+
+  printf "\033]777;notify;Command completed;%s\007\033]7;file://%s%s\007" "${last_command}" "${HOSTNAME:-}" "$(__vte_urlencode "${PWD}")"
 }

 __vte_prompt_command() {

dsboger commented on 2019-03-12 00:15 (UTC)

Hi community. I'm sorry to say that I'm not having enough time to maintain this and other AUR packages anymore. I'm disowning them in hopes that someone else will give it the love it deserves. Cya!

dsboger commented on 2018-10-08 00:24 (UTC)

I've updated to the 0.54.1 Fedora patches, but the downstream patch add-zsh-notification-support.patch does not apply anymore, so I removed it from the build. I don't know what it does or why it is necessary, so I cannot fix it myself. If someone else would like to rewrite it, I'll gladly incorporate the changes.

dsboger commented on 2018-02-14 17:40 (UTC)

@RemoteAdmin should be fixed now. Thanks @etherpunk!