Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: xfce4-places-plugin 1.7.0-4
Git Clone URL: | https://aur-dev.archlinux.org/xfce4-places-plugin.git (read-only) |
---|---|
Package Base: | xfce4-places-plugin |
Description: | Places menu plugin for the Xfce panel |
Upstream URL: | http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin |
Licenses: | |
Submitter: | Allan |
Maintainer: | Chazza |
Last Packager: | Chazza |
Votes: | 80 |
Popularity: | 0.779065 |
First Submitted: | 2010-02-13 11:27 |
Last Updated: | 2015-11-14 17:59 |
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Chazza commented on 2015-11-14 18:00
Done, thanks.
Radioactiveman commented on 2015-11-14 14:51
Please use this patch [1] instead of using -fgnu89-inline to fix bug #11939.
[1] http://git.xfce.org/panel-plugins/xfce4-places-plugin/commit/?id=94d583d0ba
malabarth commented on 2015-08-11 09:01
Document has moved!
http://mirrors.tummy.com/pub/archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://mirrors.tummy.com/pub/archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.7/xfce4-places-plugin-1.7.0.tar.bz2">here</a>.</p>
<hr>
<address>Apache/2.2 Server at archive.xfce.org Port 80</address>
</body></html>
alejandro.perez commented on 2015-06-25 09:15
It works like a charm. I'll use pastebin for the next time, sorry :).
I have patched several packages which I own in AUR, but never sent a patch for others before. Nevertheless, I've seen the project is still alive (I thought it was abandoned), so I will contact the maintainer and see if this patch can be upstream.
Thanks
Chazza commented on 2015-06-25 09:07
@alejandro.perez Hi. I've just updated the package to include your patch. Please let me know if you have any issues. Just as a little tip, you may to to post your patches to a service such as pastebin.com instead and then link to them. It keeps the comments a bit less cluttered.
alejandro.perez commented on 2015-06-25 08:50
Hi,
I made a one-line patch to allow showing other mounts that are non disks (eg. NFS). For me this is crucial since I have my "movies" in a NFS mount point, and I like to have quick access to it.
I leave it here in case anyone is interested, or the maintainer wants to include it. For me it has not side effects.
--- src/xfce4-places-plugin-1.7.0/panel-plugin/model_volumes.c.orig 2015-06-25 10:46:13.396292274 +0200
+++ src/xfce4-places-plugin-1.7.0/panel-plugin/model_volumes.c 2015-06-25 10:45:31.988981645 +0200
@@ -380,7 +380,7 @@
g_object_unref(mount);
}
- return has_media && !is_shadowed;
+ return /*has_media &&*/ !is_shadowed;
}
static inline gboolean
Chazza commented on 2015-06-10 10:02
Adopted and added to AUR 4.
thoffmeyer commented on 2015-06-04 18:49
@discodave
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=11939
Fix:
Adding CFLAGS="$CFLAGS -fgnu89-inline" into the PKGBUILD in build().
Please update @al3hex
discodave commented on 2015-06-04 11:40
I am unable to get this plugin to work and I receive the following error
process:4493): GLib-WARNING **: (gerror.c:383):g_error_new_valist: runtime check failed: (domain != 0)
(process:4493): xfce4-panel-wrapper-CRITICAL **: Wrapper places-16: Failed to open plugin module "/usr/lib/xfce4/panel/plugins/libplaces.so": /usr/lib/xfce4/panel/plugins/libplaces.so: undefined symbol: places_bookmark_destroy.
xfce4-panel-Message: Plugin places-16 has been automatically restarted after crash.
Hamish commented on 2015-03-11 02:27
Okay, the update was received and installed correctly. Thanks everyone.