[Oxygen] [Bug 335064] No left nor right padding in gtk taskbar buttons

2018-11-11 Thread Jesús Guerrero Botella
https://bugs.kde.org/show_bug.cgi?id=335064 --- Comment #3 from Jesús Guerrero Botella --- Created attachment 116242 --> https://bugs.kde.org/attachment.cgi?id=116242&action=edit Screenshot showcasing the issue -- You are receiving this mail because: You are watching all bug changes.

[Oxygen] [Bug 335064] No left nor right padding in gtk taskbar buttons

2018-11-11 Thread Jesús Guerrero Botella
https://bugs.kde.org/show_bug.cgi?id=335064 Jesús Guerrero Botella changed: What|Removed |Added Status|NEEDSINFO |REPORTED Resolution

[Bug 1175441] Re: Black lines, no mouse pointer and a part of the screen in black on Lubuntu 13.04 & 12.10

2013-05-12 Thread Jesús Guerrero
*** This bug is a duplicate of bug 1083032 *** https://bugs.launchpad.net/bugs/1083032 Hi Marcelo. Yes! The problem is resolved. I added this ppa: "ppa:tormodvolden/ppa" and installed from that ppa the packages xorg-server_2:1.13.3-0ubuntu6.1~bug1083022 and xserver-xorg-video-savage_1:2.3.

[Desktop-packages] [Bug 1175441] Re: Black lines, no mouse pointer and a part of the screen in black on Lubuntu 13.04 & 12.10

2013-05-12 Thread Jesús Guerrero
*** This bug is a duplicate of bug 1083032 *** https://bugs.launchpad.net/bugs/1083032 Hi Marcelo. Yes! The problem is resolved. I added this ppa: "ppa:tormodvolden/ppa" and installed from that ppa the packages xorg-server_2:1.13.3-0ubuntu6.1~bug1083022 and xserver-xorg-video-savage_1:2.3.

[Ubuntu-x-swat] [Bug 1175441] Re: Black lines, no mouse pointer and a part of the screen in black on Lubuntu 13.04 & 12.10

2013-05-12 Thread Jesús Guerrero
*** This bug is a duplicate of bug 1083032 *** https://bugs.launchpad.net/bugs/1083032 Hi Marcelo. Yes! The problem is resolved. I added this ppa: "ppa:tormodvolden/ppa" and installed from that ppa the packages xorg-server_2:1.13.3-0ubuntu6.1~bug1083022 and xserver-xorg-video-savage_1:2.3.

[Bug 1175441] [NEW] Black lines, no mouse pointer and a part of the screen in black on Lubuntu 13.04 & 12.10

2013-05-01 Thread Jesús Guerrero
Public bug reported: I just installed Ubuntu 13.04 through the Alternate CD. The installation finished without no problems nor warnings. The problem is that the login screen (lightdm) is showing horizontal black lines and also shows a huge amount of the screen colored with black and sometimes

[Desktop-packages] [Bug 1175441] [NEW] Black lines, no mouse pointer and a part of the screen in black on Lubuntu 13.04 & 12.10

2013-05-01 Thread Jesús Guerrero
Public bug reported: I just installed Ubuntu 13.04 through the Alternate CD. The installation finished without no problems nor warnings. The problem is that the login screen (lightdm) is showing horizontal black lines and also shows a huge amount of the screen colored with black and sometimes

[Ubuntu-x-swat] [Bug 1175441] [NEW] Black lines, no mouse pointer and a part of the screen in black on Lubuntu 13.04 & 12.10

2013-05-01 Thread Jesús Guerrero
Public bug reported: I just installed Ubuntu 13.04 through the Alternate CD. The installation finished without no problems nor warnings. The problem is that the login screen (lightdm) is showing horizontal black lines and also shows a huge amount of the screen colored with black and sometimes

Re: [gentoo-user] hdparm -d 1 -X 68 ?

2010-02-18 Thread Jesús Guerrero
is with hdparm for ages. The kernel is pretty good these days at that, and the drive is probably already working at its max speed. Looking at the specs and age of that model, there's nothing else you can get from this drive. -- Jesús Guerrero

Re: [gentoo-dev] Farewell, Gentoo.

2010-01-14 Thread Jesús Guerrero
ave recently created a Twitter account (@ompskees) as well. > > Once again, thank you for everything, but my time has come. Adieu! Bye David, I wish you luck on whatever way you choose to follow from now on. -- Jesús Guerrero

Re: [gentoo-user] Install Gentoo 64bit from 32bit running enviroment

2009-12-26 Thread Jesús Guerrero
partition, that would be fine. > > AFAIK you can install a 64 bit system using the 32 bit livecd. > > Just a guess, though > > Francisco You can uncompress the stage files and such, but chroot will fail because you will be attempting to run a 64 bits bash binary against the 32 bits underlying kernel, which will not work. The opposite would be possible though, you can chroot to a 32 bit userland from a 64 bits kernel. But not the other way around. -- Jesús Guerrero

Re: [gentoo-user] make an -9999 ebuild compile only if necessary

2009-12-23 Thread Jesús Guerrero
ny reason I am also subscribed to the corresponding commits mailing list or tracker, that means that I get notified by email the following minute if there's anything new on that repository, and I can decide if the commit will do me any good or if I can wait for the next important one. So, in my case, the feature is not worth to invest a single minute. Of course, everyone is free to disagree. :) -- Jesús Guerrero

Re: [gentoo-user] Writing a bash script or thinking about it anyway.

2009-12-22 Thread Jesús Guerrero
redhat.com Yep, just googling for something along the lines of "lvm snapshot backup" should give you enough info to start researching. However, for this to be a possibility you first need to convert your system to use lvm. -- Jesús Guerrero

Re: [gentoo-user] Writing a bash script or thinking about it anyway.

2009-12-22 Thread Jesús Guerrero
t, automation, error loging, verification, etc. using shell scripting. -- Jesús Guerrero

Re: [gentoo-user] Writing a bash script or thinking about it anyway.

2009-12-22 Thread Jesús Guerrero
in the latest times, but you are unlikely to get touched by these unless you are using some rare feature. After all, bash is compatible with the original bourne shell to a big extent, and that part of its behavior never changes. If you truly want to learn bash, I say go for it and come back when/if y

Re: [gentoo-amd64] no-multilib and 32-bit chroot

2009-12-20 Thread Jesús Guerrero
, I believe, so no big deal there. However you don't need that for grub. You can install grub to your MBR from a livecd and then forget about it. Unlike lilo, grub doesn't need to be reinstalled each time you add a new kernel to your menu. -- Jesús Guerrero

Re: [gentoo-user] Can I (partially) rebuild a package with emerge?

2009-12-17 Thread Jesús Guerrero
er packages > installed with it, would it be correct to run these commands: > > emerge --unmerge xorg-x11 > emerge --depclean As long as you didn't emerge any single X package by hand, yes. But it will do nothing to help you, it will not solve your problem. And it's not related to your problem either. You'd just be wasting time. -- Jesús Guerrero

Re: [gentoo-user] Can I (partially) rebuild a package with emerge?

2009-12-16 Thread Jesús Guerrero
to this, you shouldn't need to recompile anything else unless it also depends on VIDEO_CARDS (only several packages do, like DirectFB if I remember right). -- Jesús Guerrero

Re: [gentoo-user] 3D on ATI

2009-12-10 Thread Jesús Guerrero
ion with this new kernel. The kernel alone by itself doesn't do any 3d work, it just provides a convenient way for applications to access the hardware on a straight way. -- Jesús Guerrero

Re: [gentoo-user] Re: Sound card is only usable by one application at a time

2009-12-05 Thread Jesús Guerrero
ee. Do you have more than one sound chip? If you have an embedded sound chip in your motherboard that you are not using for anything try disabling it in your BIOS setup. -- Jesús Guerrero

Re: [gentoo-user] Re: Sound card is only usable by one application at a time

2009-12-05 Thread Jesús Guerrero
ve one init script in the boot level that plays an mp3 file or something ;) As said on my other mail in this thread, all alsasound does is to set up the mixer settings (volumes and such), so, as long as it's started before you want to hear a sound then it's fine. It doesn't really need to be on the boot level, default is fine. But, in any case, this doesn't effect the capability to do soft mixing at all. The problem is elsewhere. -- Jesús Guerrero

Re: [gentoo-user] Re: Sound card is only usable by one application at a time

2009-12-05 Thread Jesús Guerrero
ll the crap and do it in user land, with either pulse, jack or whatever. The problem is that there are many layers like alsa and pulse that don't have a clear delimitation, they overlap functionality, duplicate code and bloat the system making it prone to bugs and stuff like this. The sound system in linux is in a pitiful state right now :P -- Jesús Guerrero

Re: [gentoo-user] Re: Sound card is only usable by one application at a time

2009-12-05 Thread Jesús Guerrero
olizing the alsa output, because maybe the problem is not alsa itself. But, if alsa is running alone, I'd start by checking the alsa bug tracker and see if there's someone that has the same card/uses the same driver and has the same problem. -- Jesús Guerrero

Re: [gentoo-amd64] FAT tools, where ?

2009-12-02 Thread Jesús Guerrero
On Wed, 02 Dec 2009 16:42:17 +0100, alain.didierj...@free.fr wrote: > I need vfat tools (mkfs.vfat, fsck.vfat...) and can't figure out the > package to > which they belong. Help welcome... sys-fs/dosfstools -- Jesús Guerrero

Re: [gentoo-user] Re: Heads up: Your system might be broken and/or insecure due to serious patch-2.6 bug

2009-12-02 Thread Jesús Guerrero
ave so when it appears in > the > list there's no reason to not proceed. Yup. If it was known, the package would have been hard masked or not added to portage at all, to start with. -- Jesús Guerrero

Re: [gentoo-user] Looong delays

2009-12-02 Thread Jesús Guerrero
f it and I only meant firefox and emerge as little Satan's helpers :D > Question in general: emerge --sync and VMWare I can see, but why does > FireFox require heavy disk access? Well, that's why I ask if he's hitting swap. ANY app will require disk access, even if not directly, if the ram is full. I have no idea if that's the case though, I was just pointing at a possibility :) -- Jesús Guerrero

Re: [gentoo-user] Looong delays

2009-12-02 Thread Jesús Guerrero
be sure you already checked that. Since the applications you are using can be quite intensive in memory usage, did you check whether you are hitting swap or not? -- Jesús Guerrero

Re: [gentoo-user] fsck won't work if ac cord not attached?!

2009-12-02 Thread Jesús Guerrero
ust continue to invent theories that can support your crazy idea that the Earth is flat so everything can fit together in your mind. If you want help, we are handing it to you, if not, please, just stop and good luck anywhere else. Regards, and some tea. -- Jesús Guerrero

Re: [gentoo-user] What provides libaudio.so

2009-11-29 Thread Jesús Guerrero
t's an easy way to get such a lib, keeping in mind that I don't have a > handy 32 bit machine to snarf one off of? You can just search for the package at http://rpm.pbone.net/, uncompress it and pick the lib from there. -- Jesús Guerrero

[RCU] Bring all the icons closer to each other

2009-11-26 Thread Jesús Guerrero
;s no need to. If this has already been discussed, please, kindly point me to wherever it belongs. I follow the user and dev lists and haven't noticed anything about this problem. Regards. -- Jesús Guerrero ___ List info: http://lists.roundcube.net/users/

Re: Colliding with mc's shift-f6 binding

2009-11-25 Thread Jesús Guerrero
On Wed, 25 Nov 2009 14:39:09 +, Nicholas Marriott wrote: > What does cat show for F6 and Shift-F6 inside screen? It seems to show exactly the same. I start screen, then cat, and pressing f6, shift+f6 outputs: ^[[17~^[[29~ -- Jesús Guerr

Re: Colliding with mc's shift-f6 binding

2009-11-25 Thread Jesús Guerrero
I was able to decompile /etc/terminfo/s/screen using infocmp, edit it and recompile with tic. It was trivial enough. After restarting tmux it works as expected. Thanks a lot, I really had no idea where to start looking. :) -- Jesús Guerrero

Re: Colliding with mc's shift-f6 binding

2009-11-25 Thread Jesús Guerrero
doesn't explain why it has always worked under GNU Screen for years. Thanks a lot for your help. I'll concentrate now on finding a solution. However, if this is reproducible by other users, who would be the responsible? tmux or mc? As said it works in screen without problem, though that

Re: Colliding with mc's shift-f6 binding

2009-11-25 Thread Jesús Guerrero
27;^[[17~' > Some terminal emulators turn Shift-F6 into F16 which is probably what is > happening here. I've tried unbinding F6 and F16, but it made no difference. -- Jesús Guerrero -- Let Crystal Reports

Colliding with mc's shift-f6 binding

2009-11-25 Thread Jesús Guerrero
Hello again, I continue my quest with tmux. When using shift+f6 in mc inside tmux it just prints the string '~29', but it does nothing. Regular f6 still works to move files. Where should be looking at? Thanks. -- Jesú

Re: Is it possible to bind arrow keys?

2009-11-22 Thread Jesús Guerrero
On Sun, 22 Nov 2009 21:30:56 +, Thomas Adam wrote: > 2009/11/22 Jesús Guerrero : >> the current window. I've read the man page for tmux and for what I see in >> the KEY BINDINGS section there's no special name for the arrow keys (I'm >> really interested on

Is it possible to bind arrow keys?

2009-11-22 Thread Jesús Guerrero
ne at a given moment, but it would be nice if this is possible. Thanks for any help and for this wonderful program. -- Jesús Guerrero -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

Re: [gentoo-user] flash drive FAT partition disappears

2009-11-18 Thread Jesús Guerrero
ce to recover anything, the first thing you should be doing is an image of the device, using dd, just in case. All this, assuming that the student didn't already mess up the drive. Anyway, if s/he truly saved the only copy of anything important in a pendrive and then sent it around the world, s/he almost deserves any pain that could derive from that action. -- Jesús Guerrero

Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-13 Thread Jesús Guerrero
ownload in (a), then fetch them from another computer (b), then put all the files on the $DISTDIR of the (a) computer. Emerge will pick them from there instead of looking for a way to download them. -- Jesús Guerrero

Re: [gentoo-user] making a file-list at (a) for fetching at (b)

2009-11-13 Thread Jesús Guerrero
file. emerge -fuDNp world > list.txt -- Jesús Guerrero

Re: [gentoo-user] Anybody using Seamonkey 2 ?

2009-11-08 Thread Jesús Guerrero
at everything is going to work. For web usage it really doesn't matter to have an occasional problem, and anyway in that regard seamonkey 2 is going pretty well. But mail is another story. :) In any case, if you are going to test it be sure to make backups, just in case. -- Jesús Guerrero

Re: [gentoo-user] Anybody using Seamonkey 2 ?

2009-11-08 Thread Jesús Guerrero
n the mozilla overlay though. However, I only use the browser, I compile it with moznocompose moznoirc moznomail moznoroaming, so I don't know how the rest of the components work. Some people have been complaining about the mail reader in the seamonkey mailing list lately, so you might want to check the mails there. -- Jesús Guerrero

Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-08 Thread Jesús Guerrero
is blank though.  Is it working for anyone >>> else? >> >> I didn't know this command, it works well for me. >> >> Boris > > It's working for me now too. I just needed to wait a while for it to > fully load. > > - Grant That's not the MS Internet Explorer. If you are using it to check your site compatibility with MSIE then you are doing it wrong. If you want MSIE, you have to install MSIE. -- Jesús Guerrero

Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-07 Thread Jesús Guerrero
I looked at the files installed by wine in /usr/bin but didn't see > anything. Wine never included IE by default so I have no idea what are you talking about, probably some custom setup. Look into ies4wine for an easy way to install IE on wine, I guess that's what you need. -- Jesús Guerrero

Re: [gentoo-user] Another angle on hal/xorg thread

2009-11-04 Thread Jesús Guerrero
experience, and that's a good thing, it's useless to talk now about *what* could have been done and *how*, we have to look forward, everyone including those that just like me do not like hal. It's the kind of thing that happens when we integrate non-mature technologies into every single product under the sun: if they succeed they are visionaries. If they don't, then everyone complains, human nature I guess. :) -- Jesús Guerrero

Re: [gentoo-user] hal, how to chose between nvidia and nv

2009-11-04 Thread Jesús Guerrero
TrueColor > [...] > (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not > found) > [...] > > > from here all refers to NV. > > Am Iworng or my xorg uses nv driver? if so, how may I force hal to use > nvidia driver? what about dri module? why is it failling to load it? This is only one of the reasons (only one of them) why hal in X is as useless as it can get: if you use any driver that's not provided by the Xorg guys then you still need an xorg.conf. About dri, I don't think nv supports dri at all. It certainly doesn't do any 3d. -- Jesús Guerrero

Re: [gentoo-user] revdep-rebuild vs. @preserved-rebuild [was: Kmplayer, video and audio not syncing.]

2009-11-02 Thread Jesús Guerrero
27;s one as well, as said, thanks to everyone that answered. On Mon, 2 Nov 2009 16:50:19 +0100, Alex Schuster wrote: > Jesús Guerrero writes: > >> On Mon, 2 Nov 2009 16:12:49 +0200, Alan McKinnon >> wrote: >> > On Monday 02 November 2009 15:58:57 Jesús Guerrero wrote: &g

Re: [gentoo-user] revdep-rebuild vs. @preserved-rebuild [was: Kmplayer, video and audio not syncing.]

2009-11-02 Thread Jesús Guerrero
On Mon, 2 Nov 2009 16:12:49 +0200, Alan McKinnon wrote: > On Monday 02 November 2009 15:58:57 Jesús Guerrero wrote: >> On Mon, 2 Nov 2009 13:25:08 +, Neil Bothwick >> >> wrote: >> > On Mon, 02 Nov 2009 13:58:03 +0100, Jesús Guerrero wrote: >> >> @pr

Re: [gentoo-user] Kmplayer, video and audio not syncing.

2009-11-02 Thread Jesús Guerrero
On Mon, 2 Nov 2009 13:25:08 +, Neil Bothwick wrote: > On Mon, 02 Nov 2009 13:58:03 +0100, Jesús Guerrero wrote: > >> @preserved-rebuild never worked for me, maybe it's just that it doesn't >> like ~arch. I am just too lazy to work on how to fix a thing when &g

Re: [gentoo-user] Kmplayer, video and audio not syncing.

2009-11-02 Thread Jesús Guerrero
On Mon, 02 Nov 2009 00:08:01 -0600, Dale wrote: > Jesús Guerrero wrote: >> >> As far as I know that version of mplayer is bugged. I can't guarantee >> that >> your problem is the same one I had, but if I am not mistaken the bug is >> present in that release

Re: [gentoo-user] Kmplayer, video and audio not syncing.

2009-11-01 Thread Jesús Guerrero
On Sun, 01 Nov 2009 12:21:32 -0600, Dale wrote: > Jesús Guerrero wrote: >> On Fri, 30 Oct 2009 22:34:57 -0500, Dale wrote: >> >>> Jesús Guerrero wrote: >>> >>>> kmplayer can get in the middle, can you -please- test regular mplayer >>>

Re: [gentoo-user] Kmplayer, video and audio not syncing.

2009-11-01 Thread Jesús Guerrero
On Fri, 30 Oct 2009 22:34:57 -0500, Dale wrote: > Jesús Guerrero wrote: >> >> kmplayer can get in the middle, can you -please- test regular mplayer >> from >> command line? >> >> I've had a similar issue a couple of weeks ago, and we were able to track

Re: [gentoo-user] Kmplayer, video and audio not syncing.

2009-10-30 Thread Jesús Guerrero
pment branch, and the following ebuilds should work fine: 1.0_rc4_p20091026, 1.0_rc4_p20091026-r1, If not, then it's probably something else. But try with mplayer alone when debugging, since kmplayer just adds another level to worry about. For your reference, here's the bug I opened, there you can also find links to the relevant mails in the mplayer ML. http://bugs.gentoo.org/show_bug.cgi?id=286020 -- Jesús Guerrero

Re: [gentoo-user] ati-drivers-9.10 don't cooperate with xorg-server-7.1.0

2009-10-28 Thread Jesús Guerrero
asier to step back to xorg-server-1.6.5 > > "not that easy" ... now there's an understatement :-) Well, it's truly not for the newbie, but it's not complicated either. After all, you are using ~arch, so..... > The nvidia drivers sensibly block the latest xorg-server. That's what blockers are for: they prevent incompatible packages from being installed together, right? So you can choose what action of course you want to follow. At least your system keeps working instead of throwing you to a text console and greeting you with an undefined symbol message. -- Jesús Guerrero

Re: [gentoo-user] ati-drivers-9.10 don't cooperate with xorg-server-7.1.0

2009-10-28 Thread Jesús Guerrero
ted by your drivers. At least for fglrx, this is almost never true so the regular procedure is to mask the packages that are about to be updated, and check again when a new ati-drivers revision is in place. -- Jesús Guerrero

Re: [gentoo-user] GCC man pages

2009-10-27 Thread Jesús Guerrero
I've not been too concerned about it because I can always look up for it online or ssh to my server and see it there. But it's slightly annoying. I can't help but only confirm that you are not alone. -- Jesús Guerrero

Re: [gentoo-dev] [RFC] Splitting desktop profile to KDE and GNOME

2009-10-26 Thread Jesús Guerrero
o do the same thing that *one* single USE flag can do is a nonsense *to me*. I am already hearing all the new (and old) users asking what the damn difference between the flag and the profile is. It's a cool way to create extra traffic and confusion for absolutely no benefit. But hey, maybe it's just that my old brain can't cope with the coolness :) -- Jesús Guerrero

Re: [gentoo-user] X86 stable emerged a bunch of KDE 4 things. How to use them?

2009-10-26 Thread Jesús Guerrero
nd no how do you start X. You seem to use kdm, I can't really help with that because I don't use a DM. If you use startx from command line it's just a matter of using the correct binary on your ~/.xinitrc, in this case /usr/bin/startkde if I am not mistaken. -- Jesús Guerrero

Re: [gentoo-dev] [RFC] Splitting desktop profile to KDE and GNOME

2009-10-25 Thread Jesús Guerrero
where two simple USE flags suffice? I don't think it's even more elegant, and in the worst case, it makes the things uselessly complicated when you want to use both desktops. We could also add an "image" subprofile, for those wanting USE="jpeg svg png tiff" etc. Or an "fb" profile, for those only wanting USE="-X directfb". It's a nonsense, I know. The desktop subprofiles are also a nonsense to me :p Just my opinion of course :) -- Jesús Guerrero

Re: [gentoo-user] Re: ATI X trouble, again

2009-10-23 Thread Jesús Guerrero
"BusType" "PCIE" And yes, it's an AGP card. The logic behind this is out of my understanding. You can see the thread here: http://article.gmane.org/gmane.comp.freedesktop.xorg.drivers.ati/10628/match=i92guboj If you have problems with the radeon (not fglrx or radeonhd) driver, I suggest posting to that list. It's probably the best place to get help if the standard procedures do not work. -- Jesús Guerrero

Re: [gentoo-user] ATI X trouble, again

2009-10-23 Thread Jesús Guerrero
at, if you have both installed, make sure (using lsmod) that only fglrx OR radeon+drm is loaded, and that it matches the one in your xorg.conf. Otherwise funny things will happen. -- Jesús Guerrero

Re: [gentoo-user] Short cut for unmerging all packages that are not longer in the tree

2009-10-22 Thread Jesús Guerrero
extended to do so, it's just a generic (and untested) example. It should work I guess. It just dumps the list of installed packages, then tries to find a dir with the same name under your portage directory and if it doesn't exist then the package name is printed. -- Jesús Guerrero

Re: FVWM: how can i get the fvwm start?

2009-10-21 Thread Jesús Guerrero
ut rather related to the config of X or your login manager, depending on how do you enter X. -- Jesús Guerrero

Re: [gentoo-user] fbpanell alternatives

2009-10-18 Thread Jesús Guerrero
g for another light panel to uses in conjunction > with openbox. > > What panel with a similiar functionality can be suggested? > The colors should be tuneable. Maybe lxpanel? -- Jesús Guerrero

Re: [gentoo-dev] Init systems portage category

2009-10-12 Thread Jesús Guerrero
m to handle some things could be better, but I've grown accustomed to the way it is and I really don't care if that changes or not. -- Jesús Guerrero

Re: [gentoo-dev] Init systems portage category

2009-10-12 Thread Jesús Guerrero
em" set is about in first place. We could argue if creating a new category would be any good or not, that's a different issue. But there's already a list of packages that's considered critical for a Gentoo system. That's what "system" is, and you will get a big red waning when trying to uninstall one package belonging to this category. -- Jesús Guerrero

Re: [gentoo-user] my xorg-server 1.6 seems a bit unstable - what am I doing wrong?

2009-10-11 Thread Jesús Guerrero
nux version of Mathematica. You can always try revdep-rebuild. -- Jesús Guerrero

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Jesús Guerrero
exotic embedded stuff or ancient device of the caverns, and in that case, probably the same could apply to $, and even () :P -- Jesús Guerrero

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Jesús Guerrero
``foo`` (press the key twice). An in any case it's just a matter of tastes. Besides that, $() is far clearer, and it allows you to do things like this: echo $(ls -l $(which tar)) Just an useless example. That, you can't do with backticks. -- Jesús Guerrero

Re: [gentoo-user] Re: FIXED 3D

2009-10-08 Thread Jesús Guerrero
On Thu, 8 Oct 2009 15:28:12 + (UTC), James wrote: > Jesús Guerrero terra.es> writes: > > >> You can't since you want to use ati-driver/fglrx. The fglrx is not part >> of >> the kernel, it's only shipped in the form of a binary-only closed source &

Re: [gentoo-user] Broken 3D

2009-10-07 Thread Jesús Guerrero
kely will fail as you see) the in-kernel radeon drm driver. So, either disable radeon AND drm in your kernel, or build them as modules and make sure that they are not loaded before you try to load fglrx. -- Jesús Guerrero

Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-06 Thread Jesús Guerrero
On Tue, 6 Oct 2009 14:22:23 +0900, daid kahl wrote: > 2009/10/5 Jesús Guerrero : >> On Mon, 5 Oct 2009 15:42:22 +0100, Stroller >> wrote: >>> On 5 Oct 2009, at 15:18, Jesús Guerrero wrote: >>> >>> I actually find this a little surprising. I might

Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-05 Thread Jesús Guerrero
On Mon, 5 Oct 2009 15:42:22 +0100, Stroller wrote: > On 5 Oct 2009, at 15:18, Jesús Guerrero wrote: > > I actually find this a little surprising. I might have thought that > the devs might have separated the decryption and playback components: > one could imagine it being leg

Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-05 Thread Jesús Guerrero
On Mon, 5 Oct 2009 15:00:46 +0100, Stroller wrote: > On 5 Oct 2009, at 02:44, Jesús Guerrero wrote: >> On Mon, 5 Oct 2009 10:31:53 +0900, daid kahl >> wrote: >>> ... >>> I was getting some Japanese-bought DVDs ... to rebuild kaffeine (or >>> mplaye

Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-04 Thread Jesús Guerrero
On Sun, 04 Oct 2009 21:19:04 -0500, Dale wrote: > Jesús Guerrero wrote: >> On Mon, 5 Oct 2009 10:31:53 +0900, daid kahl wrote: >> >>> Hello all, >>> >>> I was getting some Japanese-bought DVDs to play correctly on my >>> laptop, and I fo

Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?

2009-10-04 Thread Jesús Guerrero
ct use flags for xine-lib (dvd). All the dependencies will be pushed, you don't even have to implicitly install libdvdcss. When a given use flag is changed portage will detect and recompile all the required packages with a simple emerge -auDVN world. -- Jesús Guerrero

Re: [gentoo-user] Re: preferred editor

2009-10-04 Thread Jesús Guerrero
upon learning obscure keyboard >> shortcuts. > > I don't have any problem learning keystrokes. I do have > problems with vi's modality. That's just one of the things I dislike about vi and all the vi clones out there. To me it is like the difference between edit to live and live to edit. It's a good editor and I respect people who like and use vi, but I refuse to use it unless there's absolutely no other option. -- Jesús Guerrero

Re: [gentoo-user] Am I wrong?..

2009-10-02 Thread Jesús Guerrero
t; You don't like something? Go ahead create a ticket and speak with Diego. I don't have to open any bug this time, I am not the one that's not happy with sudo. ;) -- Jesús Guerrero

Re: [gentoo-user] Am I wrong?..

2009-10-02 Thread Jesús Guerrero
's the difference between sudo complaining that it can be find nano and sudo complaining that it can't find vim. So, if it can't find vim, we should go fix that ourselves and that is acceptable, but if it can't find nano then that's unacceptable for you, did I get it right? -- Jesús Guerrero

Re: [gentoo-user] Am I wrong?..

2009-10-02 Thread Jesús Guerrero
On Fri, 2 Oct 2009 11:21:53 +0100, Neil Bothwick wrote: > On Fri, 02 Oct 2009 12:09:23 +0200, Jesús Guerrero wrote: > >> The USE flag idea is non-viable and doesn't make sense. > > Why not? The flag already exists for the very purpose the OP raised. Oh, you meant

Re: [gentoo-user] Am I wrong?..

2009-10-02 Thread Jesús Guerrero
m zealotry is getting in the middle. Try to look at it from a distant perspective. Then let the ideas rest a couple of days and come back if you have a proper suggestion other than "set my beloved vim as default". -- Jesús Guerrero

Re: [gentoo-user] Am I wrong?..

2009-10-02 Thread Jesús Guerrero
e developer is interested in this, I doubt they are going to do the job unless some pristine and already working patch is sent to them, and someone is willing to work on a collaborative way, and not just throwing blindingly in the sudo ebuild. -- Jesús Guerrero

Re: FVWM: Autoraise breaks after upgrade

2009-10-01 Thread Jesús Guerrero
On Thu, 1 Oct 2009 14:15:13 +0100, Thomas Adam wrote: > 2009/9/29 Jesús Guerrero : >> On Mon, 28 Sep 2009 21:49:19 -0600, Kelly Jones >> wrote: >>> In an older version of fvwm2, this line in my .fvwm2rc file: >>> >>> FvwmAuto 100 Raise >>>

Re: [gentoo-user] KDE 4 bugs update

2009-10-01 Thread Jesús Guerrero
f ram. There's no work around for that because you will have to load the run time stuff for both kde 3.x and 4.x, but nothing that a modern desktop machine should be worried about. You can start by keywording kdelibs and konsole for your ~arch, then try to emerge and go from there. -- Jesús Guerrero

Re: FVWM: Autoraise breaks after upgrade

2009-09-28 Thread Jesús Guerrero
esn't remember about older versions. But at least now to load a module you have to use the Module command. Module FvwmAuto Out of curiosity, from what version to what version did you upgrade? -- Jesús Guerrero

Re: [gentoo-user] Is my machine too old for virtualbox?

2009-09-27 Thread Jesús Guerrero
s not set > # CONFIG_VIRTIO_PCI is not set > # CONFIG_VIRTIO_BALLOON is not set > # CONFIG_BINARY_PRINTF is not set kvm and virtualbox are not related, you can turn those on if you don't need kvm. Virtualbox will continue working. -- Jesús Guerrero

Re: [gentoo-user] Re: Is my machine too old for virtualbox?

2009-09-27 Thread Jesús Guerrero
in the hope that someone can figure this > out. The attached output doesn't seem to have anything related to vboxdrv at all. In any case, did you check that you are compiling the driver against the right kernel? Look at the output of uname -r, and make sure that the symlink /usr/src/linux points to the current kernel version, then recompile the drivers package. -- Jesús Guerrero

Re: how to switch session as X window workspace?

2009-09-24 Thread Jesús Guerrero
ve no example on how to use them, the only thing I can do is to point you in that direction. I don't know from which version they are included, so you might need to use the lastest live code to be able to use layouts. -- Jesús Guerrero ___ screen-

Re: FVWM: starting up applications

2009-09-21 Thread Jesús Guerrero
the patch, and with getting it applied upstream after you came here insulting people. --- @list, something just rang a bell in my head, this guy is the same one that came some days ago spreading FUD about Thomas Adam being ill[1], which was both untrue and of a extremely bad taste, so just ignore him. He's just making noise for who knows what reason. Just forget he exists. [1] http://article.gmane.org/gmane.comp.window-managers.fvwm/5732 -- Jesús Guerrero

Re: [gentoo-dev] Stabilization of Python 3.1

2009-09-20 Thread Jesús Guerrero
On Sun, 20 Sep 2009 17:24:53 +0200, Arfrever Frehtes Taifersar Arahesis wrote: > 2009-09-20 16:53:37 Jesús Guerrero napisał(a): >> On Sun, 20 Sep 2009 00:41:32 +0200, Dawid Węgliński >> wrote: >> > On Sunday 20 of September 2009 00:32:28 Dale wrote: >> >> &g

Re: [gentoo-dev] Stabilization of Python 3.1

2009-09-20 Thread Jesús Guerrero
t; maintainers to fix their python based apps just like it's done with gcc > stabilization. That's not the usual case. In Gentoo we have a serious policy of not marking as stable things until it has passed one month without any serious bug report about it. And you are proposing t

Re: [gentoo-dev] Stabilization of Python 3.1

2009-09-20 Thread Jesús Guerrero
still be a very special case because python is a core piece in this OS, and not on any other. -- Jesús Guerrero

Re: [gentoo-dev] Stabilization of Python 3.1

2009-09-20 Thread Jesús Guerrero
older > versions, but it would require many ugly exec() calls etc. "Possible" doesn't equal to "real". Most software won't work with 3.1, TODAY. -- Jesús Guerrero

Re: [gentoo-dev] Stabilization of Python 3.1

2009-09-20 Thread Jesús Guerrero
set python to 3.1 and see how "wonderfully" your portage works... -- Jesús Guerrero

Re: making urxvt start in a specific directory

2009-09-17 Thread Jesús Guerrero
gt; Does someone informed about an alternative solution or workaround, > I still can't figure why this behaviour happens. urxvt -cd / -- Jesús Guerrero ___ rxvt-unicode mailing list rxvt-unicode@lists.schmorp.de http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Re: FVWM: starting up applications

2009-09-16 Thread Jesús Guerrero
> think my mind plays tricks - sorry for the question Search for "StartFunction" in the fvwm man page and you'll eventually find all the info you seek. I think the section is called "INITILIZATION" or something similar. But a search should suffice anyway. -- Jesús Guerrero

Re: FVWM: Tutorial

2009-09-16 Thread Jesús Guerrero
t's in Spanish. I don't know if you can read it, but here you are just in case: http://jesgue.homelinux.org/fvwm-es-tutorial.php -- Jesús Guerrero

Re: [gentoo-user] [OT] Rootwindow Sysmon?

2009-09-16 Thread Jesús Guerrero
nd it's being actively developed, while torsmo has been discontinue upstream. -- Jesús Guerrero

Re: FVWM: Configuring a taskbar with FvwmButtons

2009-09-15 Thread Jesús Guerrero
s say- stalonetray suddenly needs more space. I guess the only workaround is to reserve the space beforehand. -- Jesús Guerrero

Re: FVWM: thomas adam ill

2009-09-14 Thread Jesús Guerrero
On Mon, 14 Sep 2009 12:05:21 +0200, Jesús Guerrero wrote: > of the fvwm maildir, since I saw you around the fvwm forum (not usual for Sorry. I meant the Gentoo forums, of course. -- Jesús Guerrero

  1   2   3   4   5   6   >