惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
WordPress大学
WordPress大学
爱范儿
爱范儿
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
博客园_首页
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
MyScale Blog
MyScale Blog
IT之家
IT之家
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - pluma-plugins
2026-06-12 · via AUR Newest Packages

jzapiola commented on 2025-07-07 15:31 (UTC)

Hi atleeit. xed does look like a neat alternative but one of the main reasons I've been hanging on to pluma is the snippets plugin, which xed no longer provides :(

atleeit commented on 2025-07-06 06:06 (UTC) (edited on 2025-07-06 06:10 (UTC) by atleeit)

Hey jzapiola, i only just switched because its very light on dependencies and works well with hypr, wonder what cinnamon's text edit is like on dependencies. Might switch to xed, light on deps as well.

jzapiola commented on 2025-04-12 23:01 (UTC) (edited on 2025-04-12 23:04 (UTC) by jzapiola)

FreaxMATE commented on 2021-08-20 08:31 (UTC)

replaced with the official MATE pluma-plugins (https://github.com/mate-desktop/pluma-plugins)

  • bookmarks - Easy document navigation with bookmarks.
  • bracketcompletion - Automatically adds closing brackets.
  • codecomment - Comment and uncomment blocks of code.
  • smartspaces - Forget you’re not using tabulations.
  • synctex - SyncTeX synchronization of TeX files and PDF output.
  • terminal - Embed a terminal in the bottom pane.
  • wordcompletion - Word completion using the completion framework.
  • sourcecodebrowser - View and navigate functions, variables and namespaces.

3ED_0 commented on 2017-04-30 17:12 (UTC) (edited on 2017-04-30 17:13 (UTC) by 3ED_0)

Facts: - plugins works only with 1.16.x version - python plugins works only with gtk2 version more info: https://github.com/yselkowitz/pluma-plugins/issues/6

3ED_0 commented on 2015-09-21 13:17 (UTC)

In the future, please, use the flags or make comment if package dosn't work. I use latest Gnome with vim/sublime-text/light-table on my PC and laptop + one headless. Dunno if its dead again. Even if, this isn't something that I going to compile every day to check... :S

simob commented on 2014-12-04 21:47 (UTC)

here is the PKGBUILD for the 1.8.0 pkgname=pluma-plugins pkgver=1.8.0 pkgrel=1 arch=('i686' 'x86_64') url="https://github.com/cygwinports/pluma-plugins/" license=('GPL') depends=('pluma' 'mate-common') pkghash=8ed08930ff80081a4ed8e7beb92c0a5554ae4e8e reponame=pluma-plugins source=(https://github.com/cygwinports/${reponame}/archive/${pkghash}.zip) md5sums=('2489f12eac744f72ef885cbb574f485f') build() { cd $startdir/src/${reponame}-${pkghash} PYTHON=/usr/bin/python2 ./autogen.sh \ --prefix=/usr \ --with-plugins=all \ --libexecdir=/usr/lib/${pkgname} \ --with-gtk=2.0 \ --enable-gtk-doc \ --enable-python \ || return 1 make || return 1 } package() { cd $startdir/src/${reponame}-${pkghash} make DESTDIR="${startdir}/pkg/${pkgname}" install || return 1 }

glaville commented on 2014-07-10 21:47 (UTC)

This package seems to require mate-conf m4 macros: configure.ac:76: warning: macro 'AM_MATECONF_SOURCE_2' not found in library autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability configure.ac:76: error: possibly undefined macro: AM_MATECONF_SOURCE_2 If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 Do you have some specific package installed? Thanks for this package, regards.

ino commented on 2014-06-18 16:16 (UTC)

https://github.com/rezso/pluma-plugins/commits/master