You are here

Off Topic Forum

Post about other things that would be of interest to the community.

Impossibility to exit Realplayer

Submitted by tapsklaps on February 11, 2011 - 6:37pm

After my last update of Realplayer to the latest version 14.0.2 I can`t exit the program. In the Windows Task Manager I see 2 processes (realplay.exe and realsched.exe), which stay behind after I close Realplayer. To end these both processes, I`ve organized the tool pskill from Microsoft`s Sysinternals Suite. With pskill it`s possible to end a process. Afterwards I create a batch-file in conjunction with pskill. With this batch-file I can now successful end my Realplayer.

But I like to close the program in a normal kind. Do anyone know a method to reach that?

catch-all thread

Submitted by bpmackow on February 6, 2011 - 10:11pm

This thread is a free-for-all.

Please feel free to talk about anything you want just as long as it is related to computers in some way, shape, or form, be that shape 0-dimensional, 1-dimensional, 2-dimensional, 3-dimensional, 4-dimensional, 5-dimensional, or even 11-dimensional.

I do this as an experiment to see how many different topics of conversation we can go through in one month. Please try to keep this thread near the top.

MOD - please lock this thread at 8:11pm MST (-7 UTC) on March 6th 2011.

Verizon FiOS on hold in 2011 just like in 2010

John T. Haller's picture
Submitted by John T. Haller on January 11, 2011 - 11:10am

Some of us had discussed this in IRC a few weeks ago, so I thought I'd put this up for anyone interested. Verizon has confirmed that FiOS won't be expanding to any new communities in 2011, the same 'on-hold' status as in all of 2010. So, if you don't have FiOS in your area yet, chances are you probably won't.

http://stopthecap.com/2011/01/10/verizon-fios-no-expansion-in-2011-exist...

Why do you still use Windows?

Darkbee's picture
Submitted by Darkbee on December 20, 2010 - 9:38am

As the title says, why do you still use Windows? What ties you to that operating system?

For me there are probably a couple of answers:

  • Games
  • Ease-of-use

There are some games that just won't run on Linux or could potentially be a pain to get running (like under Wine for example). Although I've taken to playing a lot of cross-platform open source games like some of those found here, I do still like some commercial games, as does my family. Trying to get those games running on Linux just wouldn't fly, especially for family members.

Need video encoding help?

Bahamut's picture
Submitted by Bahamut on December 15, 2010 - 1:02pm

I'm always willing to help people out in this area, FluXulF asked for help, and the other thread is getting off-topic, so here is where I will offer help and answer questions regarding audio and video encoding. If there is enough demand (and I have the time), I will make another thread with tons of general information on the subject, but here, I'll just answer questions.

New Member's, Self Introduction

mikethedj4's picture
Submitted by mikethedj4 on December 14, 2010 - 6:53am

Hello my names Mike, and I love portable apps, cause of the fact that I can run my favorite programs like Gimp, and Blender for example on a flash drive, and not have the program(s) take up space on my main HDD, and also cause normally when you install an application in windows like Gimp and you wanna uninstall it for whatever reason it'll leave extra files, and folders as well as stuff in the registry in which I feel should also be removed when uninstalling.

Hacking PA.c's CSS for full width (was: Greasemonkey scripts)

Bahamut's picture
Submitted by Bahamut on December 6, 2010 - 2:11pm

Didn't want to take the other thread too off topic, so I started a new one.

Anyway, I have this script so far, but it doesn't seem to be doing anything (and it's not giving me any errors in the error console):

// ==UserScript==
// @name Use Full Screen
// @namespace localhost
// @description Overrides a page's CSS to force it to use a variable width.
// @include https://portableapps.com/*
// ==/UserScript==

GM_addStyle(".overall-page { max-width: auto !important; } #forum table { width: 100% !important; }")

Pages