Software :: K3b Arbitrarily Making Coasters?

Feb 27, 2011

So now when I'm burning DVDs, I'll get within 3% of being done and k3b will stop burning and announce that I have no permission to access the drive. This isn't happening before the burning starts... it happens in the middle of the process. Is there a way I can alter the source code so that it NEVER stops because of this? I don't really care what the computer thinks is the problem - there's no problem and it should never stop burning for this lame reason.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Screen Brightness Changes Arbitrarily (lucid)?

Feb 1, 2011

on my fairly new ubuntu install (10.04.1 LTS) on a laptop, the screen brightness changes seemingly at random, i.e. while I do other things like surf the web. Often, the brightness will decrease some (it does not fade to black as reported by others with similar problems) and come back a few seconds later

View 1 Replies View Related

Programming :: C Scanf Arbitrarily Deletes Contents Of Another Variable?

Oct 3, 2009

I am in the process of writing a program that plays the game mancala. I wanted to create a function that requires the player to choose a number between one and six, should be simple right? I kept having problems, so I started testing stuff out.

Code:

#include <stdio.h>
#include <stdlib.h>
short move();

[code]....

I am using gcc version 4.3.2 (Debian 4.3.2-1.1). On a whim, I tried something else out; when I change the 'short' variables to 'int' , the problem seems to dissapear.... I tried changing the format string in the scanf statement from "%d" to "%u" which is listed as the appropriate string for the 'short' type, still no luck.

View 13 Replies View Related

Programming :: Bash: Populate A List Of Arbitrarily Named Files?

Mar 14, 2010

How to build a list of files under a directory that may have any permissible characters in the name, that is anything except NUL? The only possible (?) bash data structure to contain a list of such names is an array because NUL cannot be used as a list item separator so no X-separated list can safely be used; there is no "X" that might not be part of a file name. OK -- but how to populate such an array? Here's what I've tried.

Code:

#!/bin/bash
# Set up test files
dir=$(mktemp -d "/tmp/${0##*/}.XXXXXX")
touch $dir/foo $dir/bar

[code].....

View 10 Replies View Related

Software :: Recommend Software For Clan Crests - Use For Mugs - Coasters?

Mar 15, 2010

Looking to use clan crests to personalise mugs, coasters and tshirts,struglling to find software to get the images, dont mind paying, but looking for packages of clan crests not single ones!

View 2 Replies View Related

Debian :: Making Use Of The Windows Key?

May 20, 2011

Just wondering if it is possible to make use of the Windows keys on keyboards - the ones with MS logo.In Vista - the action is to invoke the Start Menu.In Linux, there is no action when you press these keys - can this be changed?

View 10 Replies View Related

OpenSUSE :: Making 11.2 To A 'simulated' SEL

Feb 14, 2010

I am trying to install a DB application on my desktop which runs on OpenSuse 11.2 64bit.

Unfortunately the application supports only SUSE Enterprise Linux V10 or V11 or Red Hat Enterprise Linux. Is there a way to add certain packages to 'simulate' an SEL Server? I found some packages name SEL something which I installed, however no changes here, I still can't install the DB.

View 9 Replies View Related

Ubuntu :: Making Mirror On DVD's?

Jan 18, 2010

I have a local mirror at my server. How I can create mirror on DVD's for people without network connections?

View 1 Replies View Related

Ubuntu :: Making A Lucid Iso With A Few Little Changes?

May 2, 2010

I want to make an iso for some friends [and maybe friends of friends] that aren't all that tech savvy, so I want to change a few things to the original Lucid iso. First, I want the option to install Lucid out of the boot menu [but the other options should ideally stay]. Second, I want to include the ubuntu-restricted-extras so they can immediately try it out and see that it also plays video/audio etc.

View 9 Replies View Related

Ubuntu :: Making More Use Of The Server?

Sep 26, 2010

I'm running relatively overpowered server right now, that all it really does is host files and download movies/music that I might enjoy. I'm just seeking to expand it's capabilities to make life in the house more simple. The first thing I'd like to do is create a kind of automatic grocery list generator concept. Here's how I envision it working.

We create a list of recipes for meals we enjoy, specifically an ingredient list. From this list, we create bi-monthly meal lists; what do we want to have for the next two weeks. The server chews through the two lists, compiles a list of ingredients and how much of each we'd need.. and emails this off to our smart phones for us to refer to while shopping. What equipment do I have? I have a headless Ubuntu server running 10.04 and administered via a GUI and NX Client. Two blackberries (both 9700 Bolds) as portable smart clients that would need to at least receive the list, tho ability to add in would be great.

Home network is a mix of wired and wireless, so no issues there for connectivity. So why post this here? Because I'm at a loss as to the software/configuration part. Doing an automated email daemon is easy to send the list out. And a list of recipes or such is easy to get (dozens of cookbooks in the house, plus a small army of them available online).. the issue I'm having with is how to create/manage the database. I'm not familiar with SQL or any database programming at all. Is there something akin to this already in the repositories? Or is there someone who could point me in the right direction so I can do this?

View 2 Replies View Related

Ubuntu :: Making Some Files (Run Only)

May 29, 2011

Is it possible to disable the run/display/cancel dialog just for some selected files and keep it for others? I want to be able to just click on some files which would run them instantly yet still being asked what to do if I click on other files. Say, launching files a, b & c would make them execute but launching files d, e, f and all others would pop-up the dialog asking me what to do. So can it be done?

View 6 Replies View Related

Programming :: Making An Awk Script ?

Sep 29, 2010

Making an awk script. If you tell me to read the documentation.. I know.. you're right.

By the way, here is some input

Code:

My awk program has to work in this way:

until the end of the document if the beginning of the line is "START11" while the beginning of the line is different form "END11" print the whole line (print the "END11" line too)

View 1 Replies View Related

General :: Making RPM Replace Another One

Jul 12, 2011

I want to make an rpm which when installed as an update causes another rpm to be removed. I'm fairly sure this is possible because I have seen LibreOffice rpms install as updates replacing OpenOffice rpms in the process without any interaction being required. However I'm unable to figure out how to do it, even after having looked at the spec file for such a LibreOffice rpm.

I have package gstreamer-0_10-ffmpeg installed. I have another package called multimedia installed. I've built a new version of multimedia which includes the gstreamer ffmpeg plugin so I don't need the gstreamer-0_10-ffmpeg package installed any more. I've tried using Provides and Obsolete in the spec file of the new multimedia package. E.g.

Code:
Provides: gstreamer-0_10-ffmpeg
Obsoletes: gstreamer-0_10-ffmpeg <= 0.10.10
(I've tried it with and without version numbers.) Whatever I put in the spec file, when I try and install the new multimedia package as an update zypper says

Code:
$ zypper up -y multimedia
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: multimedia-1.1-1.i586 obsoletes gstreamer-0_10-ffmpeg <= 0.10.10 provided by gstreamer-0_10-ffmpeg-0.10.10-0.i686
Solution 1: replacement of gstreamer-0_10-ffmpeg-0.10.10-0.i686 with multimedia-1.1-1.i586
Solution 2: do not ask to install a solvable providing multimedia > 1.0-2
Selecting an option manually is no good, I need the update to happen without user interaction.

View 3 Replies View Related

General :: Making An Installation Without YUM?

Jul 12, 2011

I'm trying to make a huge installation of applications on linux, (Red Hat), but without internet, i mean, i will have to download rpm's one by one and install them, the problem is that i've tried and is terrible, it always shows conflicts within versions, dependencies of dependencies, etc etc...

Is there any kind of tip to get this working? any kind of command that shows me the real dependencies that should be installed (with the right versions, etc) without conflicts? I've tried the following:

Quote:
rpm -qR package

View 3 Replies View Related

General :: Way Of Making Vim Not To Use Colours?

Nov 9, 2010

Do you know a way of making vim not to use colours?

View 1 Replies View Related

Software :: Making Zsh See Scripts?

Mar 3, 2011

I am using Ubuntu (9.04) and recently installed the Zed shell 'zsh'. I am planning to explore it a bit before setting it as my default shell. I did go through the configuration steps at the start when I first invoked 'zsh'.

In 'bash' I can use a series of customized search scripts which I keep in a subdirectory in my home directory say /home/thisuser/scripts.

This has been added to the $PATH and in 'bash' I can see the utilities contained in there and use them.

When I invoke 'zsh' from 'bash', 'zsh' can't see my '~/scripts' directory and its contents even though you can type

echo $PATH

and you'll see the :~/scripts: components in the path.

I know I'm doing something wrong..but what?

View 2 Replies View Related

Programming :: Making A Graph In C

Dec 1, 2010

I am trying to understand how can I make a graph in C. So I wrote some program.

Code:
#include "declarations.h"
graph root = NULL;
int main()
{

[Code]....

View 6 Replies View Related

Ubuntu :: Making Of Custemized Os?

Jan 12, 2011

to making the custumized ubuntu what steps doi need to follow 1)i have kernel 2.6.36 what next step do i have to do?

View 2 Replies View Related

Fedora :: Making A NTFS Partition?

Jul 23, 2009

When I installed Fedora I wasn't paying attention and used my whole hard drive for Linux. Now my Vista is gone, and I don't have an NTFS Partition to reinstall it. Obviously this one is not formatted right... But I want to know how I can add a new NTFS partition to be able to reinstall Vista. I don't care if I have to delete Fedora... I'll just reinstall later using more attention.

View 8 Replies View Related

Fedora :: Kde Making Segmentation Fault?

Jan 14, 2010

my KDE is making segmentation fault. KDE is not required to restart but this segmentation fault is making every time (after 2 min) when i login to kde/fedora. this is making me annoying.. my linux info is following:

uname -r # 2.6.31.9-174.fc12.x86_64
KDE: 4.3.4 (KDE 4.3.4)
problem:

[code]....

View 5 Replies View Related

Fedora :: Making The Space And Sudoers?

Mar 30, 2011

I'm using Fedora to program Android, and have a directory with all the files I need. But my home directory isn't big enough to store my android directory. Is there any way to make more space to do this?When I have tried to install something using "sudo apt-get install (program name here), it says my name isn't in the sudoers file. What is this and how do I add my name to it to be able to install things from there?

View 6 Replies View Related

OpenSUSE :: 11.3 - KDE Making Laptop To Hang

Oct 5, 2010

Last week I installed suse 11.3. Most of the time it runs fine, but sometimes my laptop just hangs. Mostly I'm just browsing the internet using firefox. For example when I just installed opensuse, and I tried to maximize the terminal window it would hang and not recover. I'm not sure what is causing it. When it hangs I also can't move the mouse pointer, or open the system activity window. I'm not sure I have the minimum specs for kde though, but I can run kde without any problems, it's fast, it reacts fast. At first I thought maybe the amount of ram 512 was not enough so I turned off all the kde effects, but it still seems to crash once in while. I tried checking .xsession-errors to see if I could find something, and I found this

Code:
updateapplet(2142): Failed to lock file "/var/tmp/kdecache-donald/kpc/kde-icon-cache.lock" , last result = 1
"/usr/bin/kdeinit4(2127)" Error in thread 3041617680 : "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kdeinit4(2127)" Error in thread 3041617680 : "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/kdeinit4(2127)" Error in thread 3041617680 : "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kdeinit4(2127)" Error in thread 3041617680 : "QLocalSocket::connectToServer: Invalid name"
"/usr/bin/kdeinit4(2127)" Error in thread 3041617680 : "org.freedesktop.DBus.Error.ServiceUnknown - The name org.kde.nepomuk.services.nepomukstorage was not provided by any .service files"
"/usr/bin/kdeinit4(2127)" Error in thread 3041617680 : "QLocalSocket::connectToServer: Invalid name"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)

View 4 Replies View Related

OpenSUSE :: Making A Bootable ISO From DVD For VirtualBox?

May 23, 2011

I started with a bootable Windows 7 Upgrade DVD. I tested the DVD by booting from DVD in a physical drive. The system put up a "press any key to install from CD/DVD" and it worked. Now, I attempted to make a bootable ISO for VirtualBox... To make the ISO, I used this:

dd if=/dev/sr0 of=windows7.iso bs=2048 conv=sync

which I've read will clone the DVD and its boot ability? Is this correct? When I start VirtualBox, version 4.0.8 r71778, I get the "FATAL: No bootable medium found! System halted." The IDE Primary Master (CD/DVD) is set to see windows7.iso, so I suspect it sees the ISO, only it doesn't appear to be bootable. SATA Port 0 is set to Windows 7.vdi. Am I missing a step somewhere? The system is running openSUSE 11.4.

View 9 Replies View Related

OpenSUSE :: Making A Launcher In Taskbar?

Jun 18, 2011

i want to add a application launcher in taskbar.but not using quickiaunch. eg:i want to replace the firefox icon with chromium which is in my taskbar.

View 9 Replies View Related

OpenSUSE Install :: Making An Os Bootable?

Mar 29, 2010

I got a hard drive with an image of an older redhat OS that i need to do some work with. The hard drive isnt bootable but i need to get into it somehow. I am not even close to an expert on these kinds of things, but i will provide the information that ive got.

fdisk -ul

Code:
Device Boot Start End Blocks Id System
/dev/sda1 * 63 149838254 74919096 83 Linux
/dev/sda2 149838255 156296384 3229065 5 Extended

[Code]....

The simplest way the occurs to me to do this is to virtualize the OS on it. So i installed hypervisor from yast, but (i think) it requires an image of the OS to virtualize it, not some partitions on a hard drive. Is there an easy way around this?

View 4 Replies View Related

General :: Making A Command Run Once Every Hour

May 9, 2010

I have an indexer for sphinx, and i want it to run once every hour in linux. How would i do this?

View 8 Replies View Related

General :: Making Bash TAB Completion More Like Cmd.exe?

Dec 15, 2010

I wondered if theres a way to do rotational style completion in bash similar to the behavoir on cmd.exe, I've found it speeds me up in regard to entering commands

View 2 Replies View Related

Ubuntu :: Making Wake Up At The Same Time Each Day?

Jan 27, 2010

I have managed to make ubuntu (9.04) turn itself on from being completely off with the following code:

Code:
sudo sh -c "echo 0 > /sys/class/rtc/rtc0/wakealarm"
sudo sh -c "echo `date '+%s' -d '+ 480 minutes'` > /sys/class/rtc/rtc0/wakealarm"

[code]....

View 5 Replies View Related

Ubuntu :: Making Firefox 3.6 Fonts Look Like IE7 Or IE8

Jan 29, 2010

I'm coming from windows and now I've switched to ubuntu. I find firefox 3.5 (and now 3.6) very hard to read. I'd like to have the same font rendering on my ubuntu than on my windows xp, using internet explorer with cleartype enabled. I've searched A LOT on Internet, tested like 20 different .fonts.conf. However I still can't get what I want. Take a look at my screenshots :[URL]

On the left : ubuntu (Firefox 3.6) - on the right : XP (Internet Explorer I'd like to have the same fonts than on the right.

Picture "enabled.png" is the closest display I can get. But it's still not perfect.
I took the .fonts.conf from this site : [URL]

I've also tried the fonts from the site [URL]Look here : [URL](this one is different : IE8 is on the left)

My fonts config in firefox is the same than on windows (Times new roman, arial, courrier new). And of course I've installed the ttf mscorefonts package.

I don't say that IE is the best thing in the world It's only because I've used it a lot and now it's hard to browse sites with different fonts.

View 9 Replies View Related

Ubuntu :: Making Default Os On Boot?

Feb 14, 2010

i recently installed crunchbang to try it out, but it made it the default os on boot. how do i make ubuntu the default again?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved