Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 79 matches

Go to advanced search

Advanced search
Search found 79 matches
  • 1
  • 2
  • 3
  • 4
  • Next
by bblount
Wed Oct 22, 2008 7:37 am
Forum: Documentation, Tips & Tricks
Topic: Making GTK applications look good
Replies: 17
Views: 17381

Thanks for the screenshots, great tip.
  • Jump to post
by bblount
Tue Oct 21, 2008 3:43 am
Forum: Documentation, Tips & Tricks
Topic: Screen just the way we like it
Replies: 2
Views: 11762

Screen just the way we like it

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 ...
  • Jump to post
by bblount
Tue Oct 21, 2008 3:30 am
Forum: Documentation, Tips & Tricks
Topic: Making GTK applications look good
Replies: 17
Views: 17381

Could you post some screenshots?
  • Jump to post
by bblount
Wed Jul 23, 2008 3:44 pm
Forum: Multimedia
Topic: Xine crashes/hangs consistantly
Replies: 6
Views: 2753

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.
  • Jump to post
by bblount
Mon Jul 21, 2008 2:56 am
Forum: Multimedia
Topic: Xine crashes/hangs consistantly
Replies: 6
Views: 2753

I really need help with this!

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 ...
  • Jump to post
by bblount
Thu Jul 17, 2008 8:51 pm
Forum: Multimedia
Topic: Xine crashes/hangs consistantly
Replies: 6
Views: 2753

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 ...
  • Jump to post
by bblount
Thu Jul 17, 2008 8:35 pm
Forum: Multimedia
Topic: Sandisk Volume on usb not mounting
Replies: 32
Views: 5349

When you mount it manually you need to mount it as your user so that you have permissions to read and write to it. The easiest way to do this is to:

mount -o uid=1000 /dev/sdf1 /mnt/removable

Of course replace 1000 with your user's UID (run echo $UID as your user).
  • Jump to post
by bblount
Thu Jul 17, 2008 4:23 am
Forum: Multimedia
Topic: Xine crashes/hangs consistantly
Replies: 6
Views: 2753

Xine crashes/hangs consistantly

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 ...
  • Jump to post
by bblount
Mon Jul 14, 2008 4:33 pm
Forum: Portage & Programming
Topic: TCL-how do I make the ele in $argv into ind var [SOLVED]
Replies: 5
Views: 1891

#!/usr/bin/tclsh

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.
  • Jump to post
by bblount
Sat Jul 12, 2008 6:15 pm
Forum: Portage & Programming
Topic: [SOLVED] Completely reinstalling perl and all modules
Replies: 3
Views: 1014

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?
  • Jump to post
by bblount
Fri Jul 11, 2008 9:21 pm
Forum: Portage & Programming
Topic: [SOLVED] Completely reinstalling perl and all modules
Replies: 3
Views: 1014

[SOLVED] Completely reinstalling perl and all modules

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.

Thanks!
  • Jump to post
by bblount
Thu Jun 19, 2008 10:27 pm
Forum: Portage & Programming
Topic: Openoffice emerge error
Replies: 4
Views: 1961

I have the exact same problem. Seeing how this hasn't been touched for years, how should I proceed?

Installing Compress::Zlib from cpan fails badly: Bareword "Compress::Zlib::zlib_version" and such errors.

eix -c Compress
dev-perl/Compress-Zlib (2.005@10/19/2007): A Zlib perl module
dev-perl/IO ...
  • Jump to post
by bblount
Thu May 22, 2008 3:27 pm
Forum: Gentoo Chat
Topic: So THAT's where all my diskspace went.
Replies: 5
Views: 5986

@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?
  • Jump to post
by bblount
Mon May 19, 2008 9:31 pm
Forum: Gentoo Chat
Topic: So THAT's where all my diskspace went.
Replies: 5
Views: 5986

So THAT's where all my diskspace went.

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 ...
  • Jump to post
by bblount
Wed Apr 02, 2008 3:29 pm
Forum: Unsupported Software
Topic: baselayout-2 issues
Replies: 119
Views: 106573

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?

Anyway, now things are working great.
  • Jump to post
by bblount
Mon Mar 17, 2008 1:50 am
Forum: Desktop Environments
Topic: Sharing windows between Xservers
Replies: 2
Views: 1145

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).
  • Jump to post
by bblount
Sat Mar 15, 2008 5:11 am
Forum: Desktop Environments
Topic: Sharing windows between Xservers
Replies: 2
Views: 1145

Sharing windows between Xservers

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 ...
  • Jump to post
by bblount
Mon Dec 17, 2007 3:02 am
Forum: Desktop Environments
Topic: Gnome + hal + mountpoints
Replies: 4
Views: 887

Thanks ltboy for this reset proceedure. I had an issue with hal that it fixed right up. :)
  • Jump to post
by bblount
Mon Nov 19, 2007 4:47 am
Forum: Portage & Programming
Topic: [Solved] Script to help with long emerges
Replies: 2
Views: 2974

This works, thanks!
  • Jump to post
by bblount
Sun Nov 18, 2007 11:27 pm
Forum: Desktop Environments
Topic: [SOLVED] SCIM doesn't work when started from KDM
Replies: 5
Views: 1356

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.
  • Jump to post
by bblount
Sat Nov 17, 2007 5:49 am
Forum: Desktop Environments
Topic: [SOLVED] SCIM doesn't work when started from KDM
Replies: 5
Views: 1356

OK I fixed that by adding it to env.d/99.local

One more problem now: How do I input to OpenOffice? Apps like KEdit work great, but OO won't accept any Japanese input.
  • Jump to post
by bblount
Sat Nov 17, 2007 3:42 am
Forum: Desktop Environments
Topic: [SOLVED] SCIM doesn't work when started from KDM
Replies: 5
Views: 1356

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?
  • Jump to post
by bblount
Wed Nov 14, 2007 6:14 am
Forum: Portage & Programming
Topic: [Solved] Script to help with long emerges
Replies: 2
Views: 2974

[Solved] Script to help with long emerges

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 ...
  • Jump to post
by bblount
Tue Nov 13, 2007 8:23 pm
Forum: Other Things Gentoo
Topic: OpenOffice general error when opening XLS
Replies: 1
Views: 1311

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

This is a japanese - english dictionary ...
  • Jump to post
by bblount
Tue Nov 13, 2007 8:12 pm
Forum: Desktop Environments
Topic: [SOLVED] SCIM doesn't work when started from KDM
Replies: 5
Views: 1356

[SOLVED] SCIM doesn't work when started from KDM

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 ...
  • Jump to post

Search found 79 matches
  • 1
  • 2
  • 3
  • 4
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic