Displaying 20 results from an estimated 28 matches for "3v1n0".
2007 Jun 06
2
[PATCH] Use X-Fleur cursor on move
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all, I'm Trevi?o (AKA Trevinho, AKA 3v1n0, AKA trevi55 ;P) it's my
first message here, also if I'm reading the ML from the archives since
long time...
I maintened a beryl-svn (then git) repository, and I'm planning to do
the same as soon as I can for compiz-git (BTW, some pre-release
packages are at http://tinyurl.com/396up9),...
2025 Feb 13
4
[PATCH 0/4] [PATCH] Immediately report interactive instructions
From: "Marco Trevisan" <marco at ubuntu.com>
This serie of patches have been already submitted via [1], but i'm
sending them again to the ML, to see if they can get some more traction.
The patches are already part of Ubuntu openssh since 24.04, and they
basically allow proper immediate instruction reporting to clients using
PAM (as per RFC4256).
This follows the approach
2007 Jun 23
1
[PATCH] Zoom only on manual rotate option
This patch will add a new option (zoom_manual_only) in the rotate plugin
that (by default) will make it zoom only on mouse initiate (so no more
on d&d, window move and key-rotate)...
Bye
--
Trevi?o's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiz-zoom-only-on-manual-rotate-option.patch
Type: text/x-patch
Size: 1670 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070623/52a2ec1e/attachment...
2025 Feb 14
1
[PATCH] auth-pam: Check the user didn't change during PAM transaction
On Thu, Feb 13, 2025 at 05:45:47PM +0100, Marco Trevisan wrote:
> From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
>
> PAM modules can change the user during their execution, in such case ssh
> would still use the user that has been provided giving potentially
> access to another user with the credentials of another one.
>
> So prevent this to happen, by ensuring that the final PAM u...
2025 Feb 13
1
[PATCH] auth-pam: Check the user didn't change during PAM transaction
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
PAM modules can change the user during their execution, in such case ssh
would still use the user that has been provided giving potentially
access to another user with the credentials of another one.
So prevent this to happen, by ensuring that the final PAM user is
matching the one that i...
2007 Jun 07
1
What about splitting the gtk-window-decorator ?!
...the gnome-winow-decorator in a
different way.
If this isn't possible, I'd suggest to compiz packagers (Amaranth
already knows this) to use a way to split the packages similar to this
for keeping a cross-Desktop-environment.
Regards,
Trevi?o
- --
Trevi?o's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGZ03VLWz7RN2ADNkRAiePAJ0Xk4L3uXxM2+rSevBFN3PUHKbYcQCgkRqG
WGZr7fb2h4Lo2IWVZoa3bs0=
=k7Uu
-----END PGP SIGNATURE-----
2007 Jul 11
8
video plugin update
I had to update the video plugin interface slightly to fix some bugs.
I've attached an updated mplayer patch.
-David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mplayer-xv-compiz-video-2.patch
Type: text/x-patch
Size: 15198 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070711/37e301ac/attachment-0001.bin
2018 Jun 12
16
[Bug 2876] New: PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2876
Bug ID: 2876
Summary: PAM_TEXT_INFO and PAM_ERROR_MSG conversation not
honoured during PAM authentication
Product: Portable OpenSSH
Version: 7.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2008 Apr 30
0
rotate option: "Zoom only on mouse rotate".
Hi.
Some time ago a working patch adding this functionality was available (http://gitweb.compiz-fusion.org/?p=users/3v1n0/compiz-patches;a=summary). It is incompatible with current (git) version of compiz. Are there any chances for adding this option to rotate plugin ? Why wasn't it added before, like in case of "Transparency only on Mouse Rotate" in cube plugin ?
Cheers.
Artur
2025 Feb 13
0
[PATCH 2/4] auth-pam: Add an enum to define the PAM done status
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
Makes things more readable and easier to extend
---
auth-pam.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/auth-pam.c b/auth-pam.c
index 5dfa69202..ba01dfb0c 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -132,11 +132,16 @@ typedef pid_t sp_pthread_...
2025 Feb 13
0
[PATCH 1/4] auth: Add KbdintResult definition to define result values explicitly
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
kbdint result vfunc may return various values, so use an enum to make it
clearer what each result means without having to dig into the struct
documentation.
---
auth-bsdauth.c | 2 +-
auth-pam.c | 10 +++++-----
auth.h | 5 +++++
auth2-chall.c | 4 ++--
4 files changed, 13...
2025 Feb 13
0
[PATCH 3/4] auth-pam: Add debugging information when we receive PAM messages
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
---
auth-pam.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/auth-pam.c b/auth-pam.c
index ba01dfb0c..932c7e1e2 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -446,6 +446,9 @@ sshpam_thread_conv(int n, sshpam_const struct pam_message **msg,
break;
case PAM_ERROR_MSG:
case...
2025 Feb 13
0
[PATCH] auth2-chall: Fix selection of the keyboard-interactive device
From: Marco Trevisan (Trevi?o) <mail at 3v1n0.net>
We were only checking if the prefix of a device name was matching what
we had in the devices list, so if the device list contained "pam", then
also the device "pam-foo" was matching.
---
auth2-chall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/...
2007 Oct 10
2
Video plugin and patched MPlayer
Hi,
I'm using compiz-fusion 0.5.4 on openSUSE 10.3 with Xgl and intel 855GM video
card.
I've patched and compiled (or so I thought) MPlayer1.0rc2, but I can't see no
difference... How can I confirm that it's compiled correctly and how can I
check that it actually does work?
--
Cheers,
Micha? Sawicz
2007 Jul 04
1
--sm-client-id problem?
Hi,
When I try to integrate compiz into the Gnome startup process and pass a
relevent --sm-client-id value, it seems (not got 100% proof yet) that
compiz hangs the login.
This used to work perfectly, but I'm just wondering if there is a
current issue with this?
Thanks for any input.
Col
2007 Jul 09
0
[PATCH] Compiz with Fglrx without Xgl (an hack for use-copy)
...e way (yet?!) since composite extension by
ATi seems really buggy, however mostly works, so... Give a try!
PS: I could have done the same using an environment varialble touching
only screen.c maybe, but this way is better from the user point of view.
--
Trevi?o's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/
2007 Jul 06
0
[PATCH] Update and Fix Italian Language
The Italian po file provided with Compiz misses some strings and imho
isn't translated so well, so I've revised it at all, to get a better
localization.
Attached there's the patch file.
Bye
Trevi?o
--
Trevi?o's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiz-update-italian-language.patch
Type: text/x-diff
Size: 129601 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attachments/20070706/a22194a5/attachment-0001.pat...
2007 Jun 06
0
[PATCH] Define default opacity windows in Compiz
...ly the
transparency to the right windows; I don't think it will be merged,
but I'm posting it here just as example for other users/packagers;
however it can be disabled only setting the default opacity_values
value to 100...
Regards,
Trevi?o
- --
Trevi?o's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGZvLeLWz7RN2ADNkRAvHSAKCZP+DNtxdzVI0Cb9KDAVXYxSYkGwCff5AQ
o2x+XQwAkGjXiMt6tc48jlI=
=JvZO
-----END PGP SIGNATURE-----
-------------- next part -...
2007 Jun 16
0
ksmserver and --sm-disable in KDE
...beryl I didn't had this :P ...
I've tried to diff the session related stuff, but I can't find any
important change (maybe there's but I've parsed the code changes really
quickly), to understand how this can be fixed...
Bye
Trevi?o
--
Trevi?o's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/
2007 Jun 28
1
[feature request] fglrx without Xgl works with copy method in beryl
Latest amd/ati drivers (8.37|8.38) supports composite with dri.
So, after patching beryl (cause he can work without tfp) to make it use direct rendering on "aiglx method" and removed check for GLX_SGIX_fbconfig, which fails. - I was able to run beryl on fglrx WITHOUT Xgl.
Only bug with windows drawing exists(as noticed in latest known issues for ati drives), more about this bug -