Search Criteria
Package Details: gnome-shell-extension-ddterm 58-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-ddterm.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-ddterm |
Description: | Another Drop Down Terminal Extension for GNOME Shell |
Upstream URL: | https://github.com/ddterm/gnome-shell-extension-ddterm |
Keywords: | extension gnome-shell terminal vte |
Licenses: | GPL-3.0-or-later |
Submitter: | junkfactory |
Maintainer: | amezin |
Last Packager: | amezin |
Votes: | 7 |
Popularity: | 0.015696 |
First Submitted: | 2021-08-15 22:15 (UTC) |
Last Updated: | 2025-01-19 14:37 (UTC) |
Dependencies (13)
- gjs (gjs-gitAUR)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-gitAUR, gnome-shell-performanceAUR, gnome-shell-performance-unstableAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libhandy (libhandy-gitAUR)
- vte3 (vte3-notificationAUR, vte3-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR) (make)
- libxslt (libxslt-gitAUR) (make)
- meson (meson-gitAUR) (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (make)
- python-gobject (check)
- python-pytest (check)
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (check)
Latest Comments
grueneerle commented on 2025-01-13 08:20 (UTC)
Thanks for your quick reply. I've created an bug issue: - https://github.com/ddterm/gnome-shell-extension-ddterm/issues/1163 Let me know, if something is missing.
amezin commented on 2025-01-11 15:08 (UTC)
If this is the only failing test - most likely no, the test is probably not reliable enough. Does it still fail if you build in a clean chroot (extra-x86_64-build)?
Could you please create a bug report in https://github.com/ddterm/gnome-shell-extension-ddterm, with full log (
build/meson-logs/testlog.txt
andbuild/meson-logs/testlog.junit.xml
) attached?grueneerle commented on 2025-01-11 10:41 (UTC) (edited on 2025-01-11 10:42 (UTC) by grueneerle)
Version 56-1 fails building for me with test failures, anything I missed?
grueneerle commented on 2023-10-30 08:35 (UTC) (edited on 2023-10-30 08:35 (UTC) by grueneerle)
Happy to see, that Gnome45 is now supported with version 48. But it looks like that glib-schemas have not been compiled automatically after upgrading the extension. I had to run
sudo glib-compile-schemas /usr/share/gnome-shell/extensions/ddterm@amezin.github.com/schemas
manually to make the extension work. Can we somehow add this to the post-install steps?junkfactory commented on 2022-11-26 02:11 (UTC)
Sure will add when next version drops.
amezin commented on 2022-11-25 17:40 (UTC)
Could you add 'gjs' 'gtk3' 'vte3' to depends?
vte3 isn't a required dependency of GNOME Shell. And because GNOME Terminal was replaced by Console, vte3 doesn't even get installed when you install 'gnome' group https://archlinux.org/groups/x86_64/gnome/
gtk3 and gjs are currently dependencies of gnome-shell. But they are also direct dependencies of ddterm app. And Arch packaging guidelines suggest you shouldn't rely on transitive dependencies: https://wiki.archlinux.org/title/Arch_package_guidelines#Package_dependencies
amezin commented on 2022-11-16 02:11 (UTC)
I've added a PKGBUILD template to project's repository: https://github.com/ddterm/gnome-shell-extension-ddterm/blob/master/PKGBUILD