I wrote this little hack because I was tired of managing screen sessions and doing 'screen -r' and having to figure out which screen was the one I wanted.
Essentially what it does is ensure that you only have one screen session at any given time. Any new programs are run as new windows inside your ...
OK I finally found a solution to this. It turns out that versions >xine-lib-1.1.8 are affected by the bug, 1.1.8 is not. Downgrading fixed it, but I'm not sure how much longer that will remain in the tree.
This is getting so bad that I am really considering switching away from Gentoo to Debian, though I still love Gentoo despite these sorts of issues. I MUST have a functional amarok and for some reason I cannot switch my amarok engine to gstreamer. The option isn't even ...
Another gentoo user is having the exact same issue as I am, and they filed an upstream bug here: http://bugs.xine-project.org/show_bug.cgi?id=130
It looks like the xine bugzilla is kinda dead though so I'm not expecting anything. I believe that something has broken in the tree, but I'm not sure ...
I am having an extremely annoying crash with Xine when I try to play certain mp3s, making amarok crash or hang every few minutes. I have confirmed that it is for sure a xine issue.
I made a backtrace of the xine gui crashing on an mp3: http://pastebin.com/me99a724 This particular crash was just ...
set param1 [ lindex $argv 0 ]
set param2 [ lindex $argv 1 ]
puts "$param1|$param2"
If you like you could also add a check to make sure you have exactly 2 args, and if not you could exit with a nonzero return code or something like that.
Thanks that did the trick. I ended up removing everything like you described, then reinstalled everything with CPAN. That gave me more up to date versions and this time they built properly.
Now how to I tell portage that these apps are installed and it shouldn't manage them?
Perl has been acting up for me recently, especially when I try to install new modules from CPAN - most modules will die during testing and fail to install.
How can I completely remove perl and all its modules and reinstall them?
I think this will solve the problems I am seeing.
@Anarcho: When I redo my partitions I am going to do it that way. You are right, it makes things much easier.
@Depontius: Very interesting, I didn't think about that. Would something like: `tail .xsession-errors > .xsession-errors` work or does that make a new inode as well?
I have a 14G root partition with /usr and other large dirs split out to other partitions. I was having big problems with the root device filling up. Finally I started searching around to find where all the space is going and I find this in my home directory. $ ll -trSa | tail -rw------- 1 ben users ...
Yeah I was having major problems with OpenRC until I read Roy's reply to add root,swap, etc.. to runlevel boot. Shouldn't that be an enotice when you install it?
Very interesting, I'd be interested in any info you had on that. I'm not sure if VNC over NX would still keep the NX advantages, since NX is compression for the X protocol itself (as I understand at least).
I have freeNX running on a remote desktop that I also use locally. I'm wondering if there is a way to have certain windows 'shared' between X displays. What I mean by shared is the application appears on both displays and accepts input from both.
Alternatively if freenx somehow was able to open my ...
OK I fixed this. There was a conflict between the panel programs. The one you want to use is the GTK one, even if you are a KDE user. Thanks for the help guys.
Ok I found the problem but I don't know how to fix it. When I execute startx, the .xinitrc file is run. KDM does not run this though so the XMODIFIERS never gets set. How do I make KDM set these variables?
I had a script from these forums at one point that would count the number of source files, object files and print them to the screen so the user could get a rough idea of how far along an emerge is. Especially useful for those emerges that are incredibly long (OO.org). Unfortunately I lost the ...
Also, if you are interested at all in Experts Exchange I also posted this question there so you can get points for answering it. http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Star_OpenOffice/Star_Open_Office_Write/Q_22958247.html
I setup SCIM to input japanese as in this guide: http://gentoo-wiki.com/Input_Methods
It worked great and recently I have started using KDM. However, when I switched over, SCIM stopped working. When I attempt to select an input method none are listed and no hotkeys to change input method work ...