From michael.mcintyre at rosegardenmusic.com Tue Jan 1 03:01:37 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Mon, 31 Dec 2007 22:01:37 -0500
Subject: Help with Acer 24" monitor
In-Reply-To: <139133.91650.qm@web58004.mail.re3.yahoo.com>
References: <139133.91650.qm@web58004.mail.re3.yahoo.com>
Message-ID: <200712312201.37074.michael.mcintyre@rosegardenmusic.com>
On Monday 31 December 2007, cherryfinals wrote:
> P241w model.
> older Asus motherboard
> My problem is that only 1280x1024 will fill the screen properly. If I
> set resolution to 1920x1200, it becomes wider than the monitor and you
> have to scroll around.
What you're seeing is the desktop is 1920x1200, but the actual display window
is some other size, probably 1280x1024 I'm guessing.
Honestly, if I were in this situation, I would just reach for a live CD of
some type, and hope it got the X config right, then copy it over to my hard
drive.
Also, if you have Windows on that thing, what does Windows do with it? (If
you don't, no complaints here mind you. Just saying if you have it...)
Ooops, gotta run. Maybe somebody else will follow up.
--
D. Michael McIntyre
From h_taheri at isc.iranet.net Tue Jan 1 07:34:23 2008
From: h_taheri at isc.iranet.net (homayoon taheri)
Date: Tue, 1 Jan 2008 11:04:23 +0330
Subject: How to add new ttf fonts ?
Message-ID: <200801011104.23613.h_taheri@isc.iranet.net>
How can I add new ttf fonts to kubuntu 7.10
From michael.mcintyre at rosegardenmusic.com Tue Jan 1 08:17:16 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Tue, 1 Jan 2008 03:17:16 -0500
Subject: How to add new ttf fonts ?
In-Reply-To: <200801011104.23613.h_taheri@isc.iranet.net>
References: <200801011104.23613.h_taheri@isc.iranet.net>
Message-ID: <200801010317.16188.michael.mcintyre@rosegardenmusic.com>
On Tuesday 01 January 2008, homayoon taheri wrote:
> How can I add new ttf fonts to kubuntu 7.10
I'll answer you (hic) after I wake up (hic) tomrrow (hic) with a massive,
gigantic (hic) hangowver.
Herry New Year1
(Its prteey ease, but not so obvouisu.)
--
D. Michael McIntyre
From j_e_n_pub at yahoo.dk Tue Jan 1 08:19:09 2008
From: j_e_n_pub at yahoo.dk (Johnny Ernst Nielsen)
Date: Tue, 1 Jan 2008 09:19:09 +0100
Subject: How to add new ttf fonts ?
In-Reply-To: <200801011104.23613.h_taheri@isc.iranet.net>
References: <200801011104.23613.h_taheri@isc.iranet.net>
Message-ID: <200801010919.09459.j_e_n_pub@yahoo.dk>
tirsdag den 1. Januar 2008 kvad homayoon taheri:
> How can I add new ttf fonts to kubuntu 7.10
Press Alt+F2
Run command:
help:/kubuntu/config-desktop/tips.html#fonts
Best regards
Johnny :o)
From donn.ingle at gmail.com Tue Jan 1 08:59:47 2008
From: donn.ingle at gmail.com (Donn)
Date: Tue, 1 Jan 2008 10:59:47 +0200
Subject: How to add new ttf fonts ?
In-Reply-To: <200801011104.23613.h_taheri@isc.iranet.net>
References: <200801011104.23613.h_taheri@isc.iranet.net>
Message-ID: <200801011059.47120.donn.ingle@gmail.com>
> How can I add new ttf fonts to kubuntu 7.10
Shameless plug: You could use Fonty Python and then keep all your fonts in a
folder somewhere and only install the ones you need at any one time.
This has the advantage of keeping your font chooser dialogues shorter (and
trust me, if you install font packages from the repos you *will* be scrolling
through vast gobi deserts of fonts looking for one you can use!).
Here's the link: https://savannah.nongnu.org/projects/fontypython/
It's not a KDE app, but fits right-in anyway.
It does not solve the "where do I get fonts from in the first place" problem,
but there are many free fonts available on the web.
\d
From cpmcc at optusnet.com.au Tue Jan 1 10:38:54 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Tue, 01 Jan 2008 21:38:54 +1100
Subject: Change Default to T/Bird & Firefox
Message-ID: <477A183E.8000807@optusnet.com.au>
I have just loaded Kbuntu.
Question:
I want to change my default Email to Thunderbird (and Firefox browser)
but the method given in Q/A 7077 (see below for link) is to " Navigate
to System \ Preferences \ Preferred Applications" I can find System in
the K Menu but there is only an array of programs; Adept, Dolphin etc.
I can't find any trace of Preferences can someone help.
Clark
https://answers.launchpad.net/ubuntu/+source/kdebase/+question/7077
From donn.ingle at gmail.com Tue Jan 1 10:58:38 2008
From: donn.ingle at gmail.com (Donn)
Date: Tue, 1 Jan 2008 12:58:38 +0200
Subject: Change Default to T/Bird & Firefox
In-Reply-To: <477A183E.8000807@optusnet.com.au>
References: <477A183E.8000807@optusnet.com.au>
Message-ID: <200801011258.38987.donn.ingle@gmail.com>
> I can't find any trace of Preferences can someone help.
K -> System Settings (it's a program, not a menu item)
hth
\d
From larryhartman50 at vzavenue.net Tue Jan 1 11:09:09 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Tue, 1 Jan 2008 03:09:09 -0800
Subject: Off Topic: OpenOffice.org Base HSQLD Help
Message-ID: <200801010309.10024.larryhartman50@vzavenue.net>
I have a table that holds generic personal info:
TABLE1:
AUTHID: INTEGER auto-indexed, key
LNAME: VARCHAR
FNAME: VARCHAR
MNAME: VARCHAR
I have LISTBOX1 in a subform that uses QUERY1 for listing contents.
QUERY1 has this HSQLDB code in it:
SELECT CASE WHEN "MNAME" <> '' THEN CONVERT("AUTHID",
VARCHAR) || '-' || "LNAME" || ', ' || "FNAME" || ' ' || "MNAME" ELSE
CONVERT("AUTHID", VARCHAR) || '-' || "LNAME" || ', ' || "FNAME" END AS "NAME"
FROM "TBL-AUTHORS"
The HSQLDB code converts the "AUTHID" INTEGER to VARCHAR and concatenates it
with LNAME, FNAME, and MNAME and places the results into a single VARCHAR
field NAMEID. The codes has a test to determine if MNAME is empty. I tested
QUERY1 by itself and it appears functional.
The LISTBOX1 is intended to take output from QUERY1 for its list. When
selected information will go into NAMEID field of TABLE2.
Despite the fact that QUERY1 works by itself, LISTBOX1 will not load its list
when pointed to QUERY1 as its list source. Neither will it update its list
if I use the code from QUERY1 as an SQL [Native] statement. I have also
tried making a table view of QUERY1 as TABLE3. When I set LISTBOX1 to source
its list to TABLE3, I still get an empty list.
Any ideas what I am missing here?
Larry
From cpmcc at optusnet.com.au Tue Jan 1 11:10:17 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Tue, 01 Jan 2008 22:10:17 +1100
Subject: Change Default to T/Bird & Firefox
In-Reply-To: <200801011258.38987.donn.ingle@gmail.com>
References: <477A183E.8000807@optusnet.com.au>
<200801011258.38987.donn.ingle@gmail.com>
Message-ID: <477A1F99.7040003@optusnet.com.au>
Donn wrote:
>> I can't find any trace of Preferences can someone help.
>>
> K -> System Settings (it's a program, not a menu item)
>
> hth
> \d
>
>
I had tried System Settings before and there was no indication of
preferences or preferred applications, either in System Settings or
System Settings Advanced.
C.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cary at bielenberg.id.au Tue Jan 1 11:13:04 2008
From: cary at bielenberg.id.au (cary Bielenberg)
Date: Tue, 01 Jan 2008 21:13:04 +1000
Subject: Change Default to T/Bird & Firefox
In-Reply-To: <200801011258.38987.donn.ingle@gmail.com>
References: <477A183E.8000807@optusnet.com.au>
<200801011258.38987.donn.ingle@gmail.com>
Message-ID: <477A2040.2070005@bielenberg.id.au>
Donn wrote:
>> I can't find any trace of Preferences can someone help.
>>
> K -> System Settings (it's a program, not a menu item)
>
> hth
> \d
>
>
Donn,
K button -> System Settings -> Default Applications -> Email
Client
Cheers Cary
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cpmcc at optusnet.com.au Tue Jan 1 11:31:33 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Tue, 01 Jan 2008 22:31:33 +1100
Subject: Change Default to T/Bird & Firefox
In-Reply-To: <477A2040.2070005@bielenberg.id.au>
References: <477A183E.8000807@optusnet.com.au> <200801011258.38987.donn.ingle@gmail.com>
<477A2040.2070005@bielenberg.id.au>
Message-ID: <477A2495.1040204@optusnet.com.au>
cary Bielenberg wrote:
> Donn wrote:
>>> I can't find any trace of Preferences can someone help.
>>>
>> K -> System Settings (it's a program, not a menu item)
>>
>> hth
>> \d
>>
>>
> Donn,
> K button -> System Settings -> Default Applications -> Email
> Client
>
>
> Cheers Cary
Thanks,
Clark
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cary at bielenberg.id.au Tue Jan 1 11:46:29 2008
From: cary at bielenberg.id.au (cary Bielenberg)
Date: Tue, 01 Jan 2008 21:46:29 +1000
Subject: Change Default to T/Bird & Firefox
In-Reply-To: <477A2495.1040204@optusnet.com.au>
References: <477A183E.8000807@optusnet.com.au> <200801011258.38987.donn.ingle@gmail.com> <477A2040.2070005@bielenberg.id.au>
<477A2495.1040204@optusnet.com.au>
Message-ID: <477A2815.6010204@bielenberg.id.au>
Clark wrote:
> cary Bielenberg wrote:
>> Donn wrote:
>>>> I can't find any trace of Preferences can someone help.
>>>>
>>> K -> System Settings (it's a program, not a menu item)
>>>
>>> hth
>>> \d
>>>
>>>
>> Donn,
>> K button -> System Settings -> Default Applications ->
>> Email Client
>>
>>
>> Cheers Cary
> Thanks,
>
> Clark
>
I sent a screen shot before but It got moderated for being too large :'(
Cary
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From gene.heskett at verizon.net Tue Jan 1 15:14:45 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Tue, 01 Jan 2008 10:14:45 -0500
Subject: How to add new ttf fonts ?
In-Reply-To: <200801011059.47120.donn.ingle@gmail.com>
References: <200801011104.23613.h_taheri@isc.iranet.net>
<200801011059.47120.donn.ingle@gmail.com>
Message-ID: <200801011014.47218.gene.heskett@verizon.net>
On Tuesday 01 January 2008, Donn wrote:
>> How can I add new ttf fonts to kubuntu 7.10
>
>Shameless plug: You could use Fonty Python and then keep all your fonts in a
>folder somewhere and only install the ones you need at any one time.
>
> This has the advantage of keeping your font chooser dialogues shorter (and
>trust me, if you install font packages from the repos you *will* be
> scrolling through vast gobi deserts of fonts looking for one you can use!).
>
>Here's the link: https://savannah.nongnu.org/projects/fontypython/
>
>It's not a KDE app, but fits right-in anyway.
>
>It does not solve the "where do I get fonts from in the first place"
> problem, but there are many free fonts available on the web.
>
>\d
To shorten the OP's search, I've found goldenweb.it a virtual gold mine of
high quality fonts.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Neutrinos have bad breadth.
From jpatrickdavies at gmail.com Tue Jan 1 16:02:01 2008
From: jpatrickdavies at gmail.com (Jonathan Patrick Davies)
Date: Tue, 1 Jan 2008 17:02:01 +0100
Subject: Kubuntu Tutorials Day Bug Triage
Message-ID: <200801011702.06896.jpatrick@kubuntu.org>
Happy New Year everyone!
And so, here you have it, the Kubuntu Tutorials Day's Bug Triage in PDF, with
LaTeX source too.
It can be downloaded from the same location as the packaging one:
http://people.ubuntuwire.com/~jpatrick/tutorials/
Have a fanastic 2008!
Jonathan
--
Kubuntu - Pure KGX http://www.kubuntu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From larryhartman50 at vzavenue.net Tue Jan 1 21:34:14 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Tue, 1 Jan 2008 13:34:14 -0800
Subject: Off Topic: OpenOffice.org Base HSQLD Help
In-Reply-To: <200801010309.10024.larryhartman50@vzavenue.net>
References: <200801010309.10024.larryhartman50@vzavenue.net>
Message-ID: <200801011334.15151.larryhartman50@vzavenue.net>
On Tuesday 01 January 2008 03:09:09 am Larry Hartman wrote:
> I have a table that holds generic personal info:
>
> TABLE1:
> AUTHID: INTEGER auto-indexed, key
> LNAME: VARCHAR
> FNAME: VARCHAR
> MNAME: VARCHAR
>
> I have LISTBOX1 in a subform that uses QUERY1 for listing contents.
>
> QUERY1 has this HSQLDB code in it:
>
> SELECT CASE WHEN "MNAME" <> '' THEN CONVERT("AUTHID",
> VARCHAR) || '-' || "LNAME" || ', ' || "FNAME" || ' ' || "MNAME" ELSE
> CONVERT("AUTHID", VARCHAR) || '-' || "LNAME" || ', ' || "FNAME" END AS
> "NAME" FROM "TBL-AUTHORS"
>
> The HSQLDB code converts the "AUTHID" INTEGER to VARCHAR and concatenates
> it with LNAME, FNAME, and MNAME and places the results into a single
> VARCHAR field NAMEID. The codes has a test to determine if MNAME is empty.
> I tested QUERY1 by itself and it appears functional.
>
> The LISTBOX1 is intended to take output from QUERY1 for its list. When
> selected information will go into NAMEID field of TABLE2.
>
> Despite the fact that QUERY1 works by itself, LISTBOX1 will not load its
> list when pointed to QUERY1 as its list source. Neither will it update its
> list if I use the code from QUERY1 as an SQL [Native] statement. I have
> also tried making a table view of QUERY1 as TABLE3. When I set LISTBOX1 to
> source its list to TABLE3, I still get an empty list.
>
> Any ideas what I am missing here?
>
> Larry
As an answer to my earlier question above for anyone looking to load a single
column list box with data from multiple columns. I placed the code below in
a BASE Query, then assigned that query as the source of the listbox.
SELECT COALESCE( "TBL-AUTHORS"."LNAME", '' ) + CHAR( 44 ) + CHAR ( 32 ) +
COALESCE( "TBL-AUTHORS"."FNAME", '' ) + CHAR( 32 ) +
COALESCE( "TBL-AUTHORS"."MNAME", '' ) AS "NAMEID", "AUTHID"
FROM "TBL-AUTHORS" ORDER BY "NAMEID" ASC
The listbox shows a singel column with all three fields LNAME, FNAME, and
MNAME. The AUTHID field is not shown but loaded. The bound property of the
Listbox is set to "1" and looks toward "AUTHID" for the listbox value when
selection is made. Listbox apparently does not recognize any SQL concatenate
function statements....I don't know the internals well enough to understand
why. CHAR ( 44) is a comma, CHAR( 32 ) is a space.
Larry
From donn.ingle at gmail.com Tue Jan 1 21:47:44 2008
From: donn.ingle at gmail.com (Donn)
Date: Tue, 1 Jan 2008 23:47:44 +0200
Subject: Off Topic: OpenOffice.org Base HSQLD Help
In-Reply-To: <200801011334.15151.larryhartman50@vzavenue.net>
References: <200801010309.10024.larryhartman50@vzavenue.net>
<200801011334.15151.larryhartman50@vzavenue.net>
Message-ID: <200801012347.44338.donn.ingle@gmail.com>
> concatenate function statements....I don't know the internals well enough
> to understand why. CHAR ( 44) is a comma, CHAR( 32 ) is a space.
I don't know OOO Base from a hole in the ground, but those chars are ascii
values. 32 is space, 44 a comma, 65 is A, 66 B and so on.
\d
From cpmcc at optusnet.com.au Tue Jan 1 22:08:32 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Wed, 02 Jan 2008 09:08:32 +1100
Subject: Change Default to T/Bird & Firefox
In-Reply-To: <477A2815.6010204@bielenberg.id.au>
References: <477A183E.8000807@optusnet.com.au> <200801011258.38987.donn.ingle@gmail.com> <477A2040.2070005@bielenberg.id.au> <477A2495.1040204@optusnet.com.au>
<477A2815.6010204@bielenberg.id.au>
Message-ID: <477AB9E0.9030701@optusnet.com.au>
Thanks,
not quite as intuitive as some, command line is more and more the way to go.
Clark.
cary Bielenberg wrote:
> Clark wrote:
>> cary Bielenberg wrote:
>>> Donn wrote:
>>>>> I can't find any trace of Preferences can someone help.
>>>>>
>>>> K -> System Settings (it's a program, not a menu item)
>>>>
>>>> hth
>>>> \d
>>>>
>>>>
>>> Donn,
>>> K button -> System Settings -> Default Applications ->
>>> Email Client
>>>
>>>
>>> Cheers Cary
>> Thanks,
>>
>> Clark
>>
> I sent a screen shot before but It got moderated for being too large :'(
>
>
> Cary
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cpmcc at optusnet.com.au Tue Jan 1 23:32:30 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Wed, 02 Jan 2008 10:32:30 +1100
Subject: Need Startup Help Kbuntu
In-Reply-To: <200712310552.lBV5q4e1019370@mail01.syd.optusnet.com.au>
References: <200712310552.lBV5q4e1019370@mail01.syd.optusnet.com.au>
Message-ID: <477ACD8E.9070903@optusnet.com.au>
Hi Donn,
follow on from previous query re OOO spellcheck your knowledge please.
I have come up with a reference (a new set of dictionaries) from the
people who sold me the Kbuntu distribution. The instructions seem to
leave a few steps out (my questions in brackets) and you are right, this
seems to be a bug that no one has picked up on; what should be done
about that?
The suggested solution:
*OpenOffice.org*
*Australian English dictionary*
Full version
Right click on the following link and save the full version of the
dictionary files.
en_AU_V2.2.0.zip
(right click didn't work, left click and save to desktop - is this OK)
Kelvin version (Our preferred dictionary.)
Right click on the following link and save our preferred spelling
dictionary files.
kelvin_en_AU_V2.2.0.zip
*Australian English Hyphenation file*
This version of the hyphenation file corrects an error.
Right click on the following link and save the hyphenation file.
hyph_en_AU.dic
(this one was different, it downloaded a file starts with an ISO No.
already unpacked?)
*Australian English Thesaurus file*
We have made a first pass of the Thesaurus file and removed numerous
obvious entries which are generally not considered the way to spell the
word in Australia. For example the word "color" has been removed.
Right click on the following link and save the Thesaurus file.
th_en_AU_2.2.1.zip
(Download as for Dict)
The file names within the zip file is kept is v2 in keeping with the
file naming standards introduced with OpenOffice.org V2.x.
File release date: 9 December 2006
NOTE: Version 2.2.1 fixes an error reported by Scott Steele. Thanks.
*Australian English Dictionary.lst file*
The dictionary.lst file is the file which lets OpenOffice.org know which
language files to use.
The following file is set up to work with all the above language files.
You should review this file to see that it meets your needs.
If you wish to use additional languages to Australian English you should
manually modify the dictionary.lst file to meet your needs.
Right click on the following link and save the dictionary.lst file.
dictionary.lst
NOTE: One person has reported this file downloading as
"dictionary.lst.txt". If this happens rename the file back to
"dictionary.lst".
NOTE: Thanks to Tauroka for advising that Linux/Unix/BSD are sensitive
to a final carriage return at the end of files. For Linux/Unix/BSD a
final carriage return needs to be added to the dictionary.lst file.
How to install Australian English Dictionary for OpenOffice.org in Ubuntu
Download Dictionary files from this page.
Unzip the downloaded dictionary files
If you're using *Ubuntu (Gnome)*, press Alt-F2 and type
gksudo nautilus
If you're using *Kubuntu (KDE)*, press Alt-F2 and type
kdesu konqueror (this doesn't work but I can open a terminal if this is
what is needed ?)
If you're using *Xubuntu (XFCE)*, press Alt-F2 and type
gksudo thunar
Go to (do I do this in command line ?? if so where do I get command line
instructions)
/usr/lib/openoffice/share/dict/ooo
Find the file
dictionary.lst
rename it to dictionary.lstold
This will allow you to get it back if you need to
drag the unzipped dictionary files into /usr/lib/openoffice/share/dict/ooo
(this suggests that it is done in windows, is that possible / ok)
Close the window and restart OpenOffice.org. You will now have
Australian English as your default dictionary
The Ubuntu instructions were provided by Gareth Humphreys. Thank you for
taking the time to contribute the instructions for the benefit of others.
(I am a little suspicious that this will still have the same problem if
the bug is due to the combination of options selected on start-up which
I am fairly sure is the case)
You did ask that I keep you posted on any progress with this issue and
your comment and advice is still much needed.
Cheers,
Clark.
>> I hope you enjoy the fun and free world of Kubuntu, come back any time
>> to ask
>> for help!
>>
>> \d
>>
>> --
>> kubuntu-users mailing list
>> kubuntu-users at lists.ubuntu.com
>> Modify settings or unsubscribe at:
>> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cpmcc at optusnet.com.au Tue Jan 1 23:47:12 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Wed, 02 Jan 2008 10:47:12 +1100
Subject: Dolphin Can't save Bookmarks?
Message-ID: <477AD100.9090004@optusnet.com.au>
Another problem,
1. Dolphin gives an error message on closure "Dolphin can't save
bookmarks ......"
2. How do I copy the error message so I can paste it into a Email and
forward it.
Thanks,
Clark.
From cpmcc at optusnet.com.au Wed Jan 2 00:41:48 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Wed, 02 Jan 2008 11:41:48 +1100
Subject: Further ? OOO
Message-ID: <477ADDCC.6090608@optusnet.com.au>
Hi Donn,
Looking at the amount of time the OOO Spell bug has cost me I have an
alternative suggestion.
1. I delete / remove OOO
How?
2. Reinstall
How?
3. run with defaults unchanged and if spell works
4. Personalise the options 1by 1 until it stops working
This way I will be able to report the Bug with specific causes.
Is this a viable option? Your help with the Hows? please, I suspect
command line is the way to go.
Clark.
From larryhartman50 at vzavenue.net Wed Jan 2 01:38:52 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Tue, 1 Jan 2008 17:38:52 -0800
Subject: Off Topic: OpenOffice.org Base HSQLD Help
In-Reply-To: <200801012347.44338.donn.ingle@gmail.com>
References: <200801010309.10024.larryhartman50@vzavenue.net>
<200801011334.15151.larryhartman50@vzavenue.net>
<200801012347.44338.donn.ingle@gmail.com>
Message-ID: <200801011738.53117.larryhartman50@vzavenue.net>
On Tuesday 01 January 2008 01:47:44 pm Donn wrote:
> > concatenate function statements....I don't know the internals well enough
> > to understand why. CHAR ( 44) is a comma, CHAR( 32 ) is a space.
>
> I don't know OOO Base from a hole in the ground, but those chars are ascii
> values. 32 is space, 44 a comma, 65 is A, 66 B and so on.
>
> \d
I assumed as much but nothing definitive to tell me.
Took me three hours or so today to find a sample code for making a button open
another form. While I wish not to say this, it does appear that MS VBA is
far easier and more intuitive to learn than Star Basic, and the MS
documentation is much better structured and easier to digest....such is the
dismal state of Star Basic used in Open Office.
From larryhartman50 at vzavenue.net Wed Jan 2 01:43:15 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Tue, 1 Jan 2008 17:43:15 -0800
Subject: Off Topic: OpenOffice.org Base HSQLD Help
In-Reply-To: <200801011738.53117.larryhartman50@vzavenue.net>
References: <200801010309.10024.larryhartman50@vzavenue.net>
<200801012347.44338.donn.ingle@gmail.com>
<200801011738.53117.larryhartman50@vzavenue.net>
Message-ID: <200801011743.15367.larryhartman50@vzavenue.net>
On Tuesday 01 January 2008 05:38:52 pm Larry Hartman wrote:
> On Tuesday 01 January 2008 01:47:44 pm Donn wrote:
> > > concatenate function statements....I don't know the internals well
> > > enough to understand why. CHAR ( 44) is a comma, CHAR( 32 ) is a
> > > space.
> >
> > I don't know OOO Base from a hole in the ground, but those chars are
> > ascii values. 32 is space, 44 a comma, 65 is A, 66 B and so on.
> >
> > \d
>
> I assumed as much but nothing definitive to tell me.
>
>
>
> Took me three hours or so today to find a sample code for making a button
> open another form. While I wish not to say this, it does appear that MS
> VBA is far easier and more intuitive to learn than Star Basic, and the MS
> documentation is much better structured and easier to digest....such is the
> dismal state of Star Basic used in Open Office.
>
>
From larryhartman50 at vzavenue.net Wed Jan 2 01:49:45 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Tue, 1 Jan 2008 17:49:45 -0800
Subject: Off Topic: OpenOffice.org Base HSQLD Help
In-Reply-To: <200801011738.53117.larryhartman50@vzavenue.net>
References: <200801010309.10024.larryhartman50@vzavenue.net>
<200801012347.44338.donn.ingle@gmail.com>
<200801011738.53117.larryhartman50@vzavenue.net>
Message-ID: <200801011749.45932.larryhartman50@vzavenue.net>
On Tuesday 01 January 2008 05:38:52 pm Larry Hartman wrote:
> On Tuesday 01 January 2008 01:47:44 pm Donn wrote:
> > > concatenate function statements....I don't know the internals well
> > > enough to understand why. CHAR ( 44) is a comma, CHAR( 32 ) is a
> > > space.
> >
> > I don't know OOO Base from a hole in the ground, but those chars are
> > ascii values. 32 is space, 44 a comma, 65 is A, 66 B and so on.
> >
> > \d
>
> I assumed as much but nothing definitive to tell me.
>
>
>
> Took me three hours or so today to find a sample code for making a button
> open another form. While I wish not to say this, it does appear that MS
> VBA is far easier and more intuitive to learn than Star Basic, and the MS
> documentation is much better structured and easier to digest....such is the
> dismal state of Star Basic used in Open Office.
>
>
For anyone interested....below is the code snippet I found in the
openoffice.org foums for opening another form in Base via a button planted on
one form. Just replace the Sub lien with you own name and
the "FRM-DOCUMENTS" with your form's name. I don't know how it all works
yet, but it does seem to work well.
Larry
====================================================
Sub OpenFormDocuments
OpenForm(getFormsTC, getConnectionTC,"FRM-DOCUMENTS")
End Sub
Function OpenForm(formContainer as variant, oConnection as variant, sFormName
as string) as variant
Dim aProp(1) As New com.sun.star.beans.PropertyValue
aProp(0).Name = "ActiveConnection"
aProp(0).Value = oConnection
aProp(1).Name = "OpenMode"
aProp(1).Value = "open"
OpenForm = formContainer.loadComponentFromURL(sFormName,"_blank",0,aProp())
End Function
Function getFormsTC() as variant
getFormsTC = thisComponent.Parent.getFormDocuments
End Function
Function getConnectionTC() as variant
getConnectionTC = thisComponent.Drawpage.Forms(0).ActiveConnection
End Function
From tim at johnsons-web.com Wed Jan 2 02:21:58 2008
From: tim at johnsons-web.com (Tim Johnson)
Date: Tue, 1 Jan 2008 17:21:58 -0900
Subject: Automatically Starting a Script
Message-ID: <200801011721.58934.tim@johnsons-web.com>
Using kubuntu 7.10 (Gutsy)
I have the following setup:
System Settings (Advanced Tab) ->Session Manager
Under "General" I have checked:
"Confirm Logout"
"Offer Shutdown Options"
Under "On Login" I have checked:
"Restore Previous Session"
Under "Default Shutdown Option" I have checked:
"End current Session"
Problem is:
I start my editor (emacs22-x, emacs compiled for X)
as up to four different instances started by 4 different
executable shell scripts:
Example:
#!/bin/sh
emacs22-x --title Py-Macs -geometry
132x72+1+1 -eval "(color-theme-tj-dark-blue)"
;; NOTE my mail is wrapping the second line
When I restart my session, the shell scripts are _not_
executed.
Any ideas of how to get the scripts to automatically be
launched?
Thanks
Tim
From michael.mcintyre at rosegardenmusic.com Wed Jan 2 02:53:50 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Tue, 1 Jan 2008 21:53:50 -0500
Subject: Automatically Starting a Script
In-Reply-To: <200801011721.58934.tim@johnsons-web.com>
References: <200801011721.58934.tim@johnsons-web.com>
Message-ID: <200801012153.51001.michael.mcintyre@rosegardenmusic.com>
> When I restart my session, the shell scripts are _not_
> executed.
> Any ideas of how to get the scripts to automatically be
> launched?
I bet it's because they're shell scripts, and the session manager is only
looking at applications that are running directly, instead of underneath an
invisible instance of a shell. I don't know if that's true, and I have no
insider knowledge of how any of that works, but I do have an idea for a
workaround. Why not start one instance of each out of a run box, so instead
of having something like this in the process table:
/bin/bash /home/you/bin/emacs-foo-script
You'll have something like this instead:
/bin/emacs option option option foo foo foo
(Or xemacs or whatever. I don't speak emacs.)
Why not try setting it up that way and save the session, then see what
happens? If it was a stupid suggestion, at least it shouldn't waste vast
amounts of your time or cause any irreparable harm to anything.
--
D. Michael McIntyre
From donn.ingle at gmail.com Wed Jan 2 03:58:36 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 2 Jan 2008 05:58:36 +0200
Subject: Need Startup Help Kbuntu
In-Reply-To: <477ACD8E.9070903@optusnet.com.au>
References: <200712310552.lBV5q4e1019370@mail01.syd.optusnet.com.au>
<477ACD8E.9070903@optusnet.com.au>
Message-ID: <200801020558.36144.donn.ingle@gmail.com>
Clark,
I'll give it a go.
> I have come up with a reference (a new set of dictionaries) from the
> people who sold me the Kbuntu distribution.
Unusual to have been *sold* Kubuntu. Not impossible I suppose, just news.
> seems to be a bug that no one has picked up on; what should be done
> about that?
If you can pin the bug down and reproduce it, then I'd go looking for a bug
reporting web site related to OOO development, join it and check that it's
not already known. If not, then post your bug and the steps to trigger it.
> en_AU_V2.2.0.zip
>
> (right click didn't work, left click and save to desktop - is this OK)
Sure, that's just gui behaviour that depends on what app is handling the link.
There are many flavours of what may happen, all depending on user settings
etc. As long as you get the file okay.
> hyph_en_AU.dic
> (this one was different, it downloaded a file starts with an ISO No.
> already unpacked?)
Not sure - I'm trying the URL but can't connect. It's not impossible for a URL
named X to actually download Y, but it's not kosher. If you expect blah.dic
and *don't* get blah.dic then you prob. have the wrong file.
> NOTE: Thanks to Tauroka for advising that Linux/Unix/BSD are sensitive
> to a final carriage return at the end of files. For Linux/Unix/BSD a
> final carriage return needs to be added to the dictionary.lst file.
This one is irksome, but not rocket-science. You can append an enter in a text
editor and save.
> If you're using *Kubuntu (KDE)*, press Alt-F2 and type
> kdesu konqueror (this doesn't work but I can open a terminal if this is
> what is needed ?)
What happens when you try? I just did:
ALT-F2
Run Command window opens, I typed:
kdesu konqueror
Konqueror opened and I can now root around my system with it.
The steps you need to take involve many operations like changing directories
and unzipping stuff, I'd focus on getting Konqueror to open in root mode and
leave the command line (konsole, console etc.) for another day.
> Go to (do I do this in command line ?? if so where do I get command line
> instructions)
They mean once you have konqueror open as root (kdesu) go to that path. You
can go there as a normal user, only you can't write or rename files.
> /usr/lib/openoffice/share/dict/ooo
FYI: From the command line (cli) this is:
cd /usr/lib/openoffice/share/dict/ooo
[cd means Change Directory]
> Find the file
> dictionary.lst
> rename it to dictionary.lstold
This sounds odd, assuming OOO needs 'dictionary.lst' if you rename it then
it's not there anymore - I'd make a copy. Don't forget to add the enter at
the end of the file - open it in Kate (from Konqueror, double-click should
work; else right-click->open with)
> drag the unzipped dictionary files into /usr/lib/openoffice/share/dict/ooo
> (this suggests that it is done in windows, is that possible / ok)
Nothing to do with windows, most file managing apps use drag and drop.
Konqueror is no different. Just locate the right files and select them in
whatever way (I use ctrl key and click them to select) and then, an easier
way, Copy them (ctrl + C, or right click selection-> Copy). Then go to the
new directory and Paste them (Ctrl + V).
To do this from the cli can get a little hairy for a new-comer. You'd use the
cp (copy) command. At this point, I'd really stick to Konqueror.
> (I am a little suspicious that this will still have the same problem if
> the bug is due to the combination of options selected on start-up which
> I am fairly sure is the case)
It sounds like it may work - mainly because the app, on startup, is expecting
to find X,Y and Z in certain places and if it finds them then it will setup
itself accordingly; so give it a go.
> You did ask that I keep you posted on any progress with this issue and
> your comment and advice is still much needed.
Good on you. I hope I didn't miss anything and that this gets you a step
closer.
BTW: If you use the ">" character in your emails and weave your questions
around the pasted text then it shows up in email clients in a way that's far
easier to read. It was kind of hard to spot your questions from the rest of
the text. Eg:
>> Some text
>Some reply to text
Most recent comment on the above
This way, on reply, the email client will keep adding '>' and things become
clearer. Also edit the email and delete sundry stuff not pertinent to the
flow.
\d
From donn.ingle at gmail.com Wed Jan 2 04:06:31 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 2 Jan 2008 06:06:31 +0200
Subject: Further ? OOO
In-Reply-To: <477ADDCC.6090608@optusnet.com.au>
References: <477ADDCC.6090608@optusnet.com.au>
Message-ID: <200801020606.31232.donn.ingle@gmail.com>
Clark,
> 1. I delete / remove OOO
> How?
Given that OOO comes as a package on *buntu I'd *hope* one could remove it via
the manager (Adept or Synaptic) - but it may be too tightly bound to a bunch
of other packages to actually give you a pain-free time of it.
> 2. Reinstall
> How?
If the packaged version is the problem then re-using it won't really help. It
sounds like one of those times that going to the latest version is needed. I
would fetch the app from OOO's website and figure out how to install it - and
then install it to some totally different directory, maybe /opt which is
where stuff like that goes.
> 3. run with defaults unchanged and if spell works
> 4. Personalise the options 1by 1 until it stops working
Yes sounds good. You will burn a lot of time though. Perhaps a web-search of
bugs already reported will yield better results.
After that, I'd try to use the OOO version, as-installed by *buntu, and
document the steps to demonstrate the bug. Include your O/S version and OOO
version numbers and then report that as a bug. No need to get all forensic,
simply show others how to fall over the same problem.
> I suspect command line is the way to go.
The cli is always the way to go :D But you don't need to add suffering to woe
right now - it's a thing worth learning, but KISS for the moment.
\d
From donn.ingle at gmail.com Wed Jan 2 04:10:26 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 2 Jan 2008 06:10:26 +0200
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477AD100.9090004@optusnet.com.au>
References: <477AD100.9090004@optusnet.com.au>
Message-ID: <200801020610.26177.donn.ingle@gmail.com>
> 2. How do I copy the error message so I can paste it into a Email and
> forward it.
I have not bothered with Dolphin, but the general recipe is to start apps from
a konsole when you are keen on seeing output. Not all apps will output
anything, but some have flags that tell them to. You can then select that and
paste it into wherever.
So:
1. Open konsole
2. Type:
dolphin
3. Hit enter.
4. Do what you did to get the error, look at the output on the cli.
Failing all that, you'd have to start taking screenshots :(
(install ksnapshot, that's quite handy.)
\d
From tim at johnsons-web.com Wed Jan 2 05:17:52 2008
From: tim at johnsons-web.com (Tim Johnson)
Date: Tue, 1 Jan 2008 20:17:52 -0900
Subject: Automatically Starting a Script
In-Reply-To: <200801012153.51001.michael.mcintyre@rosegardenmusic.com>
References: <200801011721.58934.tim@johnsons-web.com>
<200801012153.51001.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801012017.52354.tim@johnsons-web.com>
On Tuesday 01 January 2008, D. Michael McIntyre wrote:
> > When I restart my session, the shell scripts are _not_
> > executed.
> > Any ideas of how to get the scripts to automatically be
> > launched?
>
> I bet it's because they're shell scripts, and the session manager is only
> looking at applications that are running directly, instead of underneath an
> invisible instance of a shell. I don't know if that's true, and I have no
> insider knowledge of how any of that works, but I do have an idea for a
> workaround. Why not start one instance of each out of a run box, so
> instead of having something like this in the process table:
>
> /bin/bash /home/you/bin/emacs-foo-script
>
> You'll have something like this instead:
>
> /bin/emacs option option option foo foo foo
>
> (Or xemacs or whatever. I don't speak emacs.)
>
> Why not try setting it up that way and save the session, then see what
> happens? If it was a stupid suggestion, at least it shouldn't waste vast
> amounts of your time or cause any irreparable harm to anything.
Hi:
Thanks for bringing that up.
I did the following:
From the 'run command' dialog box, executed
emacs22-x --title Py-Macs -geometry
132x72+1+1 -eval "(color-theme-tj-dark-blue)"
and the instance started as requested.
Logged out and logged back in. KDE just restarted
emacs _without_ the options.
Would be really cool if KDE had a sort of init.d where you
could specificy scripts or applications with specific options.
cheers
tim
From karlok at fastmail.fm Wed Jan 2 05:28:22 2008
From: karlok at fastmail.fm (Karl)
Date: Tue, 01 Jan 2008 21:28:22 -0800
Subject: Automatically Starting a Script
In-Reply-To: <200801012017.52354.tim@johnsons-web.com>
References: <200801011721.58934.tim@johnsons-web.com> <200801012153.51001.michael.mcintyre@rosegardenmusic.com>
<200801012017.52354.tim@johnsons-web.com>
Message-ID: <477B20F6.7030305@fastmail.fm>
Tim Johnson wrote:
> Would be really cool if KDE had a sort of init.d where you
> could specificy scripts or applications with specific options.
>
It is: ~/.kde/Autostart
Karl
From deeguz at gmail.com Wed Jan 2 07:33:17 2008
From: deeguz at gmail.com (deguz)
Date: Wed, 2 Jan 2008 08:33:17 +0100
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477AD100.9090004@optusnet.com.au>
References: <477AD100.9090004@optusnet.com.au>
Message-ID:
> 1. Dolphin gives an error message on closure "Dolphin can't save
> bookmarks ......"
Hi!
This helped me in the same problem:
Try: sudo chown
I hope it helps.
deguz
From stdin at stdin.me.uk Wed Jan 2 08:40:25 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Wed, 02 Jan 2008 08:40:25 +0000
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477AD100.9090004@optusnet.com.au>
References: <477AD100.9090004@optusnet.com.au>
Message-ID: <477B4DF9.4080303@stdin.me.uk>
Clark wrote:
> Another problem,
>
> 1. Dolphin gives an error message on closure "Dolphin can't save
> bookmarks ......"
> 2. How do I copy the error message so I can paste it into a Email and
> forward it.
>
> Thanks,
>
> Clark.
>
>
expanding on what deguz said, "sudo -r chown $(whoami):
~/.kde/share/apps/d3lphin/" will fix that.
This happens when you run dolphin (or any GUI) with sudo (as opposed to
kdesu/kdesudo).
Terence
From spwhite at freesurf.ch Wed Jan 2 09:07:37 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Wed, 2 Jan 2008 10:07:37 +0100
Subject: Further ? OOO
In-Reply-To: <200801020606.31232.donn.ingle@gmail.com>
References: <477ADDCC.6090608@optusnet.com.au>
<200801020606.31232.donn.ingle@gmail.com>
Message-ID: <200801021007.37630.spwhite@freesurf.ch>
On Wednesday 02 January 2008 05:06, Donn wrote:
> After that, I'd try to use the OOO version, as-installed by *buntu, and
> document the steps to demonstrate the bug.
Perhaps submit this to the list and see if someone can confirm the bug.
> Include your O/S version and OOO
> version numbers and then report that as a bug.
First check it hasn't been already reported.
> No need to get all forensic,
> simply show others how to fall over the same problem.
Greetings Perry
--
BOFH excuse #345: Having to manually track the satellite
From cschult at gmx.de Wed Jan 2 09:12:47 2008
From: cschult at gmx.de (Christian Schult)
Date: Wed, 2 Jan 2008 10:12:47 +0100
Subject: How to add new ttf fonts ?
In-Reply-To: <200801011104.23613.h_taheri@isc.iranet.net>
References: <200801011104.23613.h_taheri@isc.iranet.net>
Message-ID: <20080102091247.GA28403@jazz.cocis.de>
Hello homayoon,
* homayoon taheri :
> How can I add new ttf fonts to kubuntu 7.10
With KDE: K-Menu -> System Settings -> Appearance -> Font Installer.
You can install fonts into your home, what I would prefer, or use
administrator mode to install fonts into the system for all users.
The downloaded fonts you want to install should be unzipped to an
temporary directory before to select them from there.
Christian
--
(morganj): 0 is false and 1 is true, correct?
(alec_eso): 1, morganj
(morganj): bastard.
http://www.bash.org/?10958
From cschult at gmx.de Wed Jan 2 10:08:02 2008
From: cschult at gmx.de (Christian Schult)
Date: Wed, 2 Jan 2008 11:08:02 +0100
Subject: procmail - can it send a notification email?
In-Reply-To: <200712302257.38435.kubuntu-users@thefletchers.net>
References: <200712302257.38435.kubuntu-users@thefletchers.net>
Message-ID: <20080102100802.GA6837@jazz.cocis.de>
Hello David,
David Fletcher wrote:
[...]
> >from bash on the server "just works" and sends the email to me via my service
> provider. What I want to do if possible is work this command into a
> procmailrc recipe so that procmail notifies me that she has email, without
> saying what the email is or where it's from. That's her business.
>
> What I have at the moment is this:-
>
> :0
> * ^To.*wife@
> {
> :0:
> wife
>
> :0 A
> (sendEmail \
> -f procmail at example.com \
> -t me at example.com \
> -u "Notification" \
> -m "Your wife has new email" \
> -s auth.smtp.example.com \
> -xu userid -xp password)
> }
>
> which is made up from what I've found in the man pages and google. The message
> gets delivered to the mail box, but I can't get it to send the notification.
> Am I taking a reasonable approach or is this completely wrong?
Looks good to me, maybe the round brackets aren't needed. What's in
the logfiles? Turn logging on in .procmailrc:
PMDIR="$HOME/.procmail # where your procmail files reside
LOGFILE=$PMDIR/log
LOGABSTRACT=all
VERBOSE=on
Also look into the log of sendEmail to see if the mail was even
generated and track the way the mail took.
Christian
From spwhite at freesurf.ch Wed Jan 2 12:25:58 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Wed, 2 Jan 2008 13:25:58 +0100
Subject: KMail from many platforms
In-Reply-To: <1866838.vUIY1VpRIm@cedar.serverforest.com>
References: <200712051910.17327.spwhite@freesurf.ch>
<200712311853.54987.spwhite@freesurf.ch>
<1866838.vUIY1VpRIm@cedar.serverforest.com>
Message-ID: <200801021325.58691.spwhite@freesurf.ch>
On Monday 31 December 2007 20:17, Derek Broughton wrote:
> Sylviane et Perry White wrote:
> > I installed postfix and created an IMAP account in KMail.
> > KMail first connected to localhost but the IMAP folder never got new mail
> > (although I could copy some there from within KMail )
>
> Almost certainly because postfix is dropping mail in /var/mail/$USER/ or
> dovecot is looking for it in ~/Maildir/
Not so, I get new mail in ~/Maildir/...
>
> > I played for days with the postfix and dovecot config files and
> > ownership/authorisations of my folders and as a result I messed up things
> > that functionned previously. Now KMail tells me it cannot connect to
> > localhost.
>
> dovecot's not running.
Right, thanks,
it was running at some time ( I checked with ps) but at some point it stopped.
I didn't notice because (to be sure it would take modifications of the config
file) I used to stop and restart it... the sudo /etc/init.d/dovecot start was
silent and ineffective.
I had tried to reinstall dovecot to no avail.
It started to work again after a sudo
apt-get --purge remove dovecot-common dovecot-imapd
and reinstall (well I guess) :o):o)
As a bonus I receive the log messages.
Dovecot-log:
dovecot: Jan 01 18:37:10 Error: IMAP(Perry): mkdir(/home/Perry/Maildir/cur)
failed: Permission denied (*)see more about that later
Sendmail does send new messages in the new directory next to this cur (which
exists already)
I have been fighting with this for weeks, trying to change owner and
permissions for Maildir and settings in config file.
(*)Then I noticed there is no /home/Perry/Maildir/cur, only
a /home/perry/Maildir/cur (no capital on perry).
The capital P probably comes from my account in KMail, I'll investigate...
Have to modify /etc/dovecot/passwd to have perry uncapitalised also.
The dummer the mistake, the harder to correct.
Great, now it works, I get mail in the IMAP folder. :o))
I will now experiment and probably come back with new questions.
Thanks a lot Perry
--
BOFH excuse #200: The monitor needs another box of pixels
From news at pointerstop.ca Wed Jan 2 14:07:21 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Wed, 02 Jan 2008 10:07:21 -0400
Subject: Automatically Starting a Script
References: <200801011721.58934.tim@johnsons-web.com>
<200801012153.51001.michael.mcintyre@rosegardenmusic.com>
Message-ID: <7903059.jGMBmD0g8z@cedar.serverforest.com>
D. Michael McIntyre wrote:
>> When I restart my session, the shell scripts are _not_
>> executed.
>> Any ideas of how to get the scripts to automatically be
>> launched?
>
> I bet it's because they're shell scripts, and the session manager is only
> looking at applications that are running directly,
The "session manager" is, I believe, only actually handling the _KDE_
session - I don't think even Firefox is handled by the session manager
(though it has session management, it seems different - so I believe it
handles it itself).
I'm not sure why KDE moved (I think in the migration from 2.x to 3.0) the
Autostart folder off the desktop (or perhaps it never was standard in KDE
but that's where it was when I started in Corel Linux), but that's what you
need, as Karl said.
--
derek
From news at pointerstop.ca Wed Jan 2 14:15:19 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Wed, 02 Jan 2008 10:15:19 -0400
Subject: KMail from many platforms
References: <200712051910.17327.spwhite@freesurf.ch>
<200712311853.54987.spwhite@freesurf.ch>
<1866838.vUIY1VpRIm@cedar.serverforest.com>
<200801021325.58691.spwhite@freesurf.ch>
Message-ID: <1238050.6WYd6LqlLl@cedar.serverforest.com>
Sylviane et Perry White wrote:
> On Monday 31 December 2007 20:17, Derek Broughton wrote:
>> Sylviane et Perry White wrote:
>> > I installed postfix and created an IMAP account in KMail.
>> > KMail first connected to localhost but the IMAP folder never got new
>> > mail (although I could copy some there from within KMail )
>>
>> Almost certainly because postfix is dropping mail in /var/mail/$USER/ or
>> dovecot is looking for it in ~/Maildir/
> Not so, I get new mail in ~/Maildir/...
So you said, but you're not seeing it in KMail - so either it's directly
related to the fact that dovecot wasn't running, or dovecot is looking
elsewhere... see below.
> As a bonus I receive the log messages.
>
> Dovecot-log:
> dovecot: Jan 01 18:37:10 Error: IMAP(Perry):
> mkdir(/home/Perry/Maildir/cur)
> failed: Permission denied (*)see more about that later
Ah so - obviously, dovecot _is_ looking elsewhere.
>
> Sendmail does send new messages in the new directory next to this cur
> (which exists already)
> I have been fighting with this for weeks, trying to change owner and
> permissions for Maildir and settings in config file.
>
> (*)Then I noticed there is no /home/Perry/Maildir/cur, only
> a /home/perry/Maildir/cur (no capital on perry).
> The capital P probably comes from my account in KMail, I'll investigate...
Yes.
> Have to modify /etc/dovecot/passwd to have perry uncapitalised also.
NO!!! In fact, you shouldn't ever need to modify /etc/dovecot/passwd - it's
all pam based, and if the mail user has a linux account, that should be
used. I hadn't even realized I _could_ modify passwords directly - I just
create a non-login user account for every extra mail account I want.
--
derek
From donn.ingle at gmail.com Wed Jan 2 16:41:23 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 2 Jan 2008 18:41:23 +0200
Subject: How would I start a blog (for free)
Message-ID: <200801021841.23081.donn.ingle@gmail.com>
Hi,
I'd like to have a site that I can brain-dump to now and then - to cover my
few dev projects and house tutorials and so forth. Can anyone reccommend
sites? I ain't got no money, so it has to be free. I'd be uploading images
and files now and then, so some space too.
Or am I smoking my socks :)
\d
From viewtiful.icchan at gmail.com Wed Jan 2 16:44:09 2008
From: viewtiful.icchan at gmail.com (Robert Menes)
Date: Wed, 2 Jan 2008 11:44:09 -0500
Subject: How would I start a blog (for free)
In-Reply-To: <200801021841.23081.donn.ingle@gmail.com>
References: <200801021841.23081.donn.ingle@gmail.com>
Message-ID:
On Jan 2, 2008 11:41 AM, Donn wrote:
> Hi,
> I'd like to have a site that I can brain-dump to now and then - to cover
> my
> few dev projects and house tutorials and so forth. Can anyone reccommend
> sites? I ain't got no money, so it has to be free. I'd be uploading images
> and files now and then, so some space too.
>
> Or am I smoking my socks :)
>
> \d
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
Hi Donn,
Have you looked into WordPress yet?
http://wordpress.org/
That should cover all of the bases for you.
--Robert Menes
(Kubuntu user and loving it!)
--
Nobody's ever lost in life...they're merely taking the scenic route.
==============================
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
==============================
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1.2
GCS/S/M/MU d- s+: a28 C++(+++) UL++++>$ P++ L+++ E+ W+ N+ o+ K++ w--- O-
M !V PS+ PE Y+ PGP(+) t+ 5++ X++ R tv b+++ DI+++ D++(---) G++ e+ h-
r++ y+
------END GEEK CODE BLOCK------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jarrett.andrew at gmail.com Wed Jan 2 16:46:12 2008
From: jarrett.andrew at gmail.com (Andrew Jarrett)
Date: Wed, 2 Jan 2008 11:46:12 -0500
Subject: How would I start a blog (for free)
In-Reply-To: <200801021841.23081.donn.ingle@gmail.com>
References: <200801021841.23081.donn.ingle@gmail.com>
Message-ID: <9bed467e0801020846o54328a34uf7823a631beb28b5@mail.gmail.com>
On Jan 2, 2008 11:41 AM, Donn wrote:
> Hi,
> I'd like to have a site that I can brain-dump to now and then - to cover my
> few dev projects and house tutorials and so forth. Can anyone reccommend
> sites? I ain't got no money, so it has to be free. I'd be uploading images
> and files now and then, so some space too.
>
> Or am I smoking my socks :)
>
> \d
Maybe Wordpress:
http://wordpress.com/
Or Google's Blogger:
http://www.blogger.com/
There are plenty of free weblogging sites out there, but these two are
pretty popular. Wordpress also makes free and easy to install
blogging software if you ever look at maintaining your own server...
HTH,
Andrew
--
45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
From donn.ingle at gmail.com Wed Jan 2 16:59:46 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 2 Jan 2008 18:59:46 +0200
Subject: How would I start a blog (for free)
In-Reply-To: <9bed467e0801020846o54328a34uf7823a631beb28b5@mail.gmail.com>
References: <200801021841.23081.donn.ingle@gmail.com>
<9bed467e0801020846o54328a34uf7823a631beb28b5@mail.gmail.com>
Message-ID: <200801021859.46942.donn.ingle@gmail.com>
Thanks - I'll go have a look.
\d
From tim at johnsons-web.com Wed Jan 2 17:03:22 2008
From: tim at johnsons-web.com (Tim Johnson)
Date: Wed, 2 Jan 2008 08:03:22 -0900
Subject: Automatically Starting a Script
In-Reply-To: <7903059.jGMBmD0g8z@cedar.serverforest.com>
References: <200801011721.58934.tim@johnsons-web.com>
<200801012153.51001.michael.mcintyre@rosegardenmusic.com>
<7903059.jGMBmD0g8z@cedar.serverforest.com>
Message-ID: <200801020803.22150.tim@johnsons-web.com>
On Wednesday 02 January 2008, Derek Broughton wrote:
> The "session manager" is, I believe, only actually handling the _KDE_
> session - I don't think even Firefox is handled by the session manager
> (though it has session management, it seems different - so I believe it
> handles it itself).
>
> I'm not sure why KDE moved (I think in the migration from 2.x to 3.0) the
> Autostart folder off the desktop (or perhaps it never was standard in KDE
> but that's where it was when I started in Corel Linux), but that's what you
> need, as Karl said.
Yes. All I needed was symlinks in ~/.kde/Autostart
Thanks folks. That was very useful help.
cheers
tim
From kevin at kevinkempterllc.com Wed Jan 2 17:15:45 2008
From: kevin at kevinkempterllc.com (Kevin Kempter)
Date: Wed, 2 Jan 2008 10:15:45 -0700
Subject: recommended wireless PCMCIA cards?
Message-ID: <200801021015.45511.kevin@kevinkempterllc.com>
Hi List;
I'm setting up linux for a friend on an AMD box with a built-in broadcom
wireless chip and I'm done trying to get the broadcom chip to work. Can
someone recommend a PCMCIA wireless card that works well with ndiswrapper ?
Thanks in advance
From donn.ingle at gmail.com Wed Jan 2 17:38:55 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 2 Jan 2008 19:38:55 +0200
Subject: How would I start a blog (for free)
In-Reply-To: <9bed467e0801020846o54328a34uf7823a631beb28b5@mail.gmail.com>
References: <200801021841.23081.donn.ingle@gmail.com>
<9bed467e0801020846o54328a34uf7823a631beb28b5@mail.gmail.com>
Message-ID: <200801021938.56056.donn.ingle@gmail.com>
> http://wordpress.com/
> http://www.blogger.com/
From what I can tell WP offers 50m of storage (but I can't upload tars or zips
or svgs). Blogger offers 1gig! of space (again, only images from what I can
tell) and it sounds like another whole set of login stuff to hassle with.
Anyone have a favourite, and a reason?
\d
From cherryfinals at yahoo.com Wed Jan 2 17:58:43 2008
From: cherryfinals at yahoo.com (cherryfinals)
Date: Wed, 2 Jan 2008 09:58:43 -0800 (PST)
Subject: How would I start a blog (for free)
In-Reply-To: <200801021841.23081.donn.ingle@gmail.com>
Message-ID: <366022.88120.qm@web58008.mail.re3.yahoo.com>
wordpress.com is a good site.
Have fun!
--- Donn wrote:
> Hi,
> I'd like to have a site that I can brain-dump to now and then - to
> cover my
> few dev projects and house tutorials and so forth. Can anyone
> reccommend
> sites? I ain't got no money, so it has to be free. I'd be uploading
> images
> and files now and then, so some space too.
>
> Or am I smoking my socks :)
>
> \d
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
Stan
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
From gene.heskett at verizon.net Wed Jan 2 18:06:58 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Wed, 02 Jan 2008 13:06:58 -0500
Subject: recommended wireless PCMCIA cards?
In-Reply-To: <200801021015.45511.kevin@kevinkempterllc.com>
References: <200801021015.45511.kevin@kevinkempterllc.com>
Message-ID: <200801021306.58529.gene.heskett@verizon.net>
On Wednesday 02 January 2008, Kevin Kempter wrote:
>Hi List;
>
>I'm setting up linux for a friend on an AMD box with a built-in broadcom
>wireless chip and I'm done trying to get the broadcom chip to work. Can
>someone recommend a PCMCIA wireless card that works well with ndiswrapper ?
>
>Thanks in advance
Almost any Atheros based card will work. Probably OOTB once you've configured
the network settings.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Leona, I want to CONFESS things to you ... I want to WRAP you in a SCARLET
ROBE trimmed with POLYVINYL CHLORIDE ... I want to EMPTY your ASHTRAYS ...
From mickeyboa at sbcglobal.net Wed Jan 2 18:31:29 2008
From: mickeyboa at sbcglobal.net (Jim)
Date: Wed, 02 Jan 2008 13:31:29 -0500
Subject: recommended wireless PCMCIA cards?
In-Reply-To: <200801021306.58529.gene.heskett@verizon.net>
References: <200801021015.45511.kevin@kevinkempterllc.com>
<200801021306.58529.gene.heskett@verizon.net>
Message-ID: <477BD881.7050001@sbcglobal.net>
Gene Heskett wrote:
> On Wednesday 02 January 2008, Kevin Kempter wrote:
>
>> Hi List;
>>
>> I'm setting up linux for a friend on an AMD box with a built-in broadcom
>> wireless chip and I'm done trying to get the broadcom chip to work. Can
>> someone recommend a PCMCIA wireless card that works well with ndiswrapper ?
>>
>> Thanks in advance
>>
>
> Almost any Atheros based card will work. Probably OOTB once you've configured
> the network settings.
>
>
The best working PCMCIA cards for Linux are the Orinoco Gold cards and
their real cheap on Ebay.
Go onto ebay.com and do a search for "Orinoco Gold Cards"
I can also use the Gold Cards with a PCI adapter on a PC. Go onto
google and do a search for "pcipc"
and you will see a pci adapter that will work right out of the box with
a Orinoco Gold Card plugged in.
Goto website below and see pci adapter I'm speaking of, there are number
of pci adapters out there, but you only
want to get the adapter that has the main chipset of a Texas Instument
Logo on it , and the crosshatch in where
the pcmcia card goes. The pci adapters that have a PLX or Ricoh cipset
won't work in Linux.
http://houston.craigslist.org/sys/493864939.html
From bilwalsh at swbell.net Wed Jan 2 19:28:21 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Wed, 02 Jan 2008 13:28:21 -0600
Subject: PCI Wireless Card
Message-ID: <477BE5D5.7030207@swbell.net>
We have a Belkin PCI wireless card with an Atheros chip set.
Does anyone have any experience with something like this? I'm thinking
that it would probably work because the PCMCIA card work.
From cpmcc at optusnet.com.au Wed Jan 2 19:51:03 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 03 Jan 2008 06:51:03 +1100
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477B4DF9.4080303@stdin.me.uk>
References: <477AD100.9090004@optusnet.com.au> <477B4DF9.4080303@stdin.me.uk>
Message-ID: <477BEB27.3020409@optusnet.com.au>
Terence Simpson wrote:
> Clark wrote:
>
>> Another problem,
>>
>> 1. Dolphin gives an error message on closure "Dolphin can't save
>> bookmarks ......"
>> 2. How do I copy the error message so I can paste it into a Email and
>> forward it.
>>
>> Thanks,
>>
>> Clark.
>>
>>
>>
> expanding on what deguz said, "sudo -r chown $(whoami):
> ~/.kde/share/apps/d3lphin/" will fix that.
> This happens when you run dolphin (or any GUI) with sudo (as opposed to
> kdesu/kdesudo).
>
> Terence
>
>
>
Thanks Terence,
as a someone new to Linux the above though no doubt helpful to the
experienced Linux user, is meaningless to me. Can you or someone
explain or describe more fully what this means, how much of the above is
entered on the command line, is the ~ a literal entry or does it imply
prior knowledge. Assistance please, what goes where and how much. And
by the way is this a reported Bug?
Clark
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From stdin at stdin.me.uk Wed Jan 2 20:20:05 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Wed, 02 Jan 2008 20:20:05 +0000
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477BEB27.3020409@optusnet.com.au>
References: <477AD100.9090004@optusnet.com.au> <477B4DF9.4080303@stdin.me.uk>
<477BEB27.3020409@optusnet.com.au>
Message-ID: <477BF1F5.8060109@stdin.me.uk>
Clark wrote:
> Terence Simpson wrote:
>> Clark wrote:
>>
>>> Another problem,
>>>
>>> 1. Dolphin gives an error message on closure "Dolphin can't save
>>> bookmarks ......"
>>> 2. How do I copy the error message so I can paste it into a Email
>>> and forward it.
>>>
>>> Thanks,
>>>
>>> Clark.
>>>
>>>
>> expanding on what deguz said, "sudo -r chown $(whoami):
>> ~/.kde/share/apps/d3lphin/" will fix that.
>> This happens when you run dolphin (or any GUI) with sudo (as opposed to
>> kdesu/kdesudo).
>>
>> Terence
>>
>>
>>
> Thanks Terence,
>
> as a someone new to Linux the above though no doubt helpful to the
> experienced Linux user, is meaningless to me. Can you or someone
> explain or describe more fully what this means, how much of the above
> is entered on the command line, is the ~ a literal entry or does it
> imply prior knowledge. Assistance please, what goes where and how
> much. And by the way is this a reported Bug?
>
> Clark
>
>
Hi, Everything inside the quotes is supposed to go on the command line,
just copy & paste that line (when you enter ~ into a shell it get's
replaced by the location of your home directory, usually /home/username).
This particular bug happens when the application is ran with sudo (the
command you prefix other commands to run them with root privileges), so
when that application tries to save a file (your bookmarks in this case)
it writes it as root. The problem with sudo is that it keeps your
current home directory set, rather than setting it to roots, this can
cause problems as you've found out.
The bug as been reported against kdesudo a while ago (and has been fixed
to my knowledge). kdesu and kdesudo do some special things to set the
right environment up before running the graphical application that sudo
does not (as it's only supposed to be used for command line
applications), so just remember to use kdesu to run graphical
applications as root if you ever need to.
The link to the bug report is
I hope this has answered all your questions :)
Terence
From kassube at gmx.net Wed Jan 2 20:40:03 2008
From: kassube at gmx.net (Nils Kassube)
Date: Wed, 2 Jan 2008 21:40:03 +0100
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477B4DF9.4080303@stdin.me.uk>
References: <477AD100.9090004@optusnet.com.au> <477B4DF9.4080303@stdin.me.uk>
Message-ID: <200801022140.03111.kassube@gmx.net>
Terence Simpson wrote:
> expanding on what deguz said, "sudo -r chown $(whoami):
> ~/.kde/share/apps/d3lphin/" will fix that.
I think the command should rather be this:
sudo chown -R $(whoami):$(whoami) ~/.kde/share/apps/d3lphin/
Nils
From laurent.asorne at gmx.lu Wed Jan 2 20:46:31 2008
From: laurent.asorne at gmx.lu (Laurent)
Date: Wed, 2 Jan 2008 21:46:31 +0100
Subject: Virtual Screen Resolution
Message-ID: <200801022146.31869.laurent.asorne@gmx.lu>
Hi there! For a friend of mine, I need to know how I can set my screen
resolution so that my desktop is larger than my screen. I know I have to
edit /etc/xorg.conf file but what must I put in there? It should have the
effect of a screen magnifier where the whole desktop is enlarged (a simple
magnifier would just enlarge a part of the screen). I've searched for that
topic in kubuntu forums, but only found mails which talk about the other way
round (= of how to get rid of virtual resolution).
Thanks for your advice!
Laurent
--
And on the seventh day, He exited from append mode.
From cschult at gmx.de Wed Jan 2 20:57:35 2008
From: cschult at gmx.de (Christian Schult)
Date: Wed, 2 Jan 2008 21:57:35 +0100
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477BF1F5.8060109@stdin.me.uk>
References: <477AD100.9090004@optusnet.com.au> <477B4DF9.4080303@stdin.me.uk>
<477BEB27.3020409@optusnet.com.au> <477BF1F5.8060109@stdin.me.uk>
Message-ID: <20080102205735.GB6837@jazz.cocis.de>
Hello Terence,
Terence Simpson wrote:
> Hi, Everything inside the quotes is supposed to go on the command line,
> just copy & paste that line (when you enter ~ into a shell it get's
> replaced by the location of your home directory, usually /home/username).
> This particular bug happens when the application is ran with sudo (the
> command you prefix other commands to run them with root privileges), so
> when that application tries to save a file (your bookmarks in this case)
> it writes it as root. The problem with sudo is that it keeps your
> current home directory set, rather than setting it to roots, this can
> cause problems as you've found out.
It's not a bug in sudo, it works as designed. See option -H.
Christian
From cpmcc at optusnet.com.au Wed Jan 2 21:15:24 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 03 Jan 2008 08:15:24 +1100
Subject: Options To get Working
Message-ID: <477BFEEC.5040405@optusnet.com.au>
I have a system that gives OOO without spellcheck; Thunderbird without
the option of right click send photo in condensed form, it will send a
photo but it is huge; I selected storage media from the system menu to
save a file to Floppy and it can't find the Floppy, the relevant Help
files either speak in command line (which I don't understand or give the
message no help files; I tried to Rip a DVD and KB3 just sits there
without moving, it won't even play the DVD.
It seems I have wasted more than a week on Kbuntu, time to move on.
Is there any chance that Ubuntu or some other distribution would work or
is this "what you see is what you get Linux".
Clark
From malcolm.wanstall at cnh.com Wed Jan 2 21:49:55 2008
From: malcolm.wanstall at cnh.com (WANSTALL Malcolm)
Date: Thu, 3 Jan 2008 08:49:55 +1100
Subject: How would I start a blog (for free)
In-Reply-To:
Message-ID: <975FA22BA8ECCE40A2972E6956434C640142B7F4@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
>> http://wordpress.com/
>> http://www.blogger.com/
>From what I can tell WP offers 50m of storage (but I can't upload tars
or zips
>or svgs). Blogger offers 1gig! of space (again, only images from what I
can
>tell) and it sounds like another whole set of login stuff to hassle
with.
>
>Anyone have a favourite, and a reason?
>
>\d
Most (if not all) free blog hosts won't let you upload files (other than
images)...typically files aren't involved in a blog post anyways
(usually just words, images and links). As for a favourite, the two top
free ones, WordPress and Googles Blogger cater for differing audiences:
WordPress is fantastic if you want to do lots of customisation to your
layout and structure (even if you're leaving it hosted on their servers)
and as mentioned you can even host it on your own server if you want to
tinker with it even more (it's a nice blogging engine and easy to play
around with, much easier than TypePad IMO).
Blogger is the best if you just want to get straight in there and write
your thoughts, forget about making it look too personal, just dive
straight in and write away.
In a nutshell, for customisation and personalisation (and the choice of
running it on your own server later, so you can include file upload
etc), WordPress is the go (although its default theme is ugly IMO)
however if you want ease of use and want to get typing ASAP, I'd say go
with Blogger.
Good luck!
-Mal
From gene.heskett at verizon.net Wed Jan 2 22:28:38 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Wed, 02 Jan 2008 17:28:38 -0500
Subject: recommended wireless PCMCIA cards?
In-Reply-To: <477BD881.7050001@sbcglobal.net>
References: <200801021015.45511.kevin@kevinkempterllc.com>
<200801021306.58529.gene.heskett@verizon.net>
<477BD881.7050001@sbcglobal.net>
Message-ID: <200801021728.38577.gene.heskett@verizon.net>
On Wednesday 02 January 2008, Jim wrote:
>Gene Heskett wrote:
>> On Wednesday 02 January 2008, Kevin Kempter wrote:
>>> Hi List;
>>>
>>> I'm setting up linux for a friend on an AMD box with a built-in broadcom
>>> wireless chip and I'm done trying to get the broadcom chip to work. Can
>>> someone recommend a PCMCIA wireless card that works well with ndiswrapper
>>> ?
>>>
>>> Thanks in advance
>>
>> Almost any Atheros based card will work. Probably OOTB once you've
>> configured the network settings.
>
>The best working PCMCIA cards for Linux are the Orinoco Gold cards and
>their real cheap on Ebay.
>Go onto ebay.com and do a search for "Orinoco Gold Cards"
>
>I can also use the Gold Cards with a PCI adapter on a PC. Go onto
>google and do a search for "pcipc"
>and you will see a pci adapter that will work right out of the box with
>a Orinoco Gold Card plugged in.
>
>Goto website below and see pci adapter I'm speaking of, there are number
>of pci adapters out there, but you only
>want to get the adapter that has the main chipset of a Texas Instument
>Logo on it , and the crosshatch in where
>the pcmcia card goes. The pci adapters that have a PLX or Ricoh cipset
>won't work in Linux.
>
> http://houston.craigslist.org/sys/493864939.html
Thanks, but is that not the same chipset under the stickers?
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
O Lord, grant that we may always be right, for Thou knowest we will
never change our minds.
From stdin at stdin.me.uk Wed Jan 2 22:34:21 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Wed, 02 Jan 2008 22:34:21 +0000
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <20080102205735.GB6837@jazz.cocis.de>
References: <477AD100.9090004@optusnet.com.au>
<477B4DF9.4080303@stdin.me.uk> <477BEB27.3020409@optusnet.com.au>
<477BF1F5.8060109@stdin.me.uk>
<20080102205735.GB6837@jazz.cocis.de>
Message-ID: <477C116D.4080104@stdin.me.uk>
Christian Schult wrote:
> Hello Terence,
>
> Terence Simpson wrote:
>
>
>> Hi, Everything inside the quotes is supposed to go on the command line,
>> just copy & paste that line (when you enter ~ into a shell it get's
>> replaced by the location of your home directory, usually /home/username).
>> This particular bug happens when the application is ran with sudo (the
>> command you prefix other commands to run them with root privileges), so
>> when that application tries to save a file (your bookmarks in this case)
>> it writes it as root. The problem with sudo is that it keeps your
>> current home directory set, rather than setting it to roots, this can
>> cause problems as you've found out.
>>
>
> It's not a bug in sudo, it works as designed. See option -H.
>
>
> Christian
>
>
I didn't say it was a bug in sudo, I said there was a bug in kdesudo.
Terence
From stdin at stdin.me.uk Wed Jan 2 22:35:13 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Wed, 02 Jan 2008 22:35:13 +0000
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <200801022140.03111.kassube@gmx.net>
References: <477AD100.9090004@optusnet.com.au> <477B4DF9.4080303@stdin.me.uk>
<200801022140.03111.kassube@gmx.net>
Message-ID: <477C11A1.2030206@stdin.me.uk>
Nils Kassube wrote:
> Terence Simpson wrote:
>
>> expanding on what deguz said, "sudo -r chown $(whoami):
>> ~/.kde/share/apps/d3lphin/" will fix that.
>>
>
> I think the command should rather be this:
>
> sudo chown -R $(whoami):$(whoami) ~/.kde/share/apps/d3lphin/
>
>
> Nils
>
>
Both work, if you don't fill in a group it uses your primary group.
Terence
From anton at wilddsl.net.au Thu Jan 3 02:23:15 2008
From: anton at wilddsl.net.au (Anton Rolls)
Date: Thu, 03 Jan 2008 13:23:15 +1100
Subject: Options To get Working
In-Reply-To: <477BFEEC.5040405@optusnet.com.au>
References: <477BFEEC.5040405@optusnet.com.au>
Message-ID: <477C4713.9070901@wilddsl.net.au>
Hi Clark,
Clark wrote:
> I have a system that gives OOO without spellcheck; Thunderbird without
> the option of right click send photo in condensed form, it will send a
> photo but it is huge; I selected storage media from the system menu to
> save a file to Floppy and it can't find the Floppy, the relevant Help
> files either speak in command line (which I don't understand or give the
> message no help files; I tried to Rip a DVD and KB3 just sits there
> without moving, it won't even play the DVD.
> It seems I have wasted more than a week on Kbuntu, time to move on.
> Is there any chance that Ubuntu or some other distribution would work or
> is this "what you see is what you get Linux".
>
> Clark
You will find any new operating system difficult to get used to
at first. It's been a year for me and I feel pretty comfortable
with Kubuntu now. I've got lots of prior console experience
on other systems, though. (I recommend learning the console, it
gives you more understanding and control.)
Help for the DVD issue can be found at http://ubuntuforums.org
Just search until you find a guide that is right for your version
of Kubuntu.
I'm on Kubuntu Feisty, and instructions similar to this page
worked for me:
http://ubuntuforums.org/showthread.php?t=413624
What's your version of Kubuntu ?
Regards,
Anton.
From donn.ingle at gmail.com Thu Jan 3 06:20:55 2008
From: donn.ingle at gmail.com (Donn)
Date: Thu, 3 Jan 2008 08:20:55 +0200
Subject: How would I start a blog (for free)
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B7F4@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B7F4@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <200801030820.55505.donn.ingle@gmail.com>
Thanks all, I went with Wordpress and I'll fiddle until I get the idea.
\d
From donn.ingle at gmail.com Thu Jan 3 07:00:57 2008
From: donn.ingle at gmail.com (Donn)
Date: Thu, 3 Jan 2008 09:00:57 +0200
Subject: Options To get Working
In-Reply-To: <477BFEEC.5040405@optusnet.com.au>
References: <477BFEEC.5040405@optusnet.com.au>
Message-ID: <200801030900.57512.donn.ingle@gmail.com>
Clark,
> It seems I have wasted more than a week on Kbuntu, time to move on.
> Is there any chance that Ubuntu or some other distribution would work or
> is this "what you see is what you get Linux".
I can see where you're coming from, and also where you are wrong.
On one hand, there is a lot of noise about *buntu and Gnu/Linux being ready
and a good "alternative". On the other there is the very different culture
that produces Free (emancipated) software.
The former makes is reasonable that people come to Kubuntu and expect it
to 'just work'. The latter is what scares the same group away.
Your only choice is to decide to stick with it - then you will be open to
solving problems, and contributing back into the loop - versus deciding to
move-on.
You will find Ubuntu similar. You will find any distro similar. Perhaps some
of the more commercial ones like Suse will handle some things better, but
there will be other things that freak you out.
Ask yourself if Windows (or Mac) ever did that to you; I'm sure the answer is
yes. Software is software and to bug is human :)
> I have a system that gives OOO without spellcheck;
Yes - that does suck. It's outrageous. But you went a long way towards fixing
it and that makes it less of a problem for next time. Same as anything
anywhere.
> Thunderbird without
> the option of right click send photo in condensed form, it will send a
> photo but it is huge;
The right-click send stuff (AFAIK) is a desktop thing, not Tbird, and you can
get handy menu extensions to do all kinds of tricks. I can send you one I
created to let you compress to a size you are happy with before it attaches
anything to email. Just an example, there are options.
> I selected storage media from the system menu to
> save a file to Floppy and it can't find the Floppy,
Floppies have been getting less and less important. I noticed this shift a few
years ago and I also had to battle to get them working. State of the
situation I'm afraid.
> the relevant Help
> files either speak in command line (which I don't understand or give the
> message no help files;
Thus the opportunity to learn something new (about the cli, in this case). You
have to think in terms like that or Gnu/Linux (or any new o/s) will drive you
mad.
I hope you stick around, it's very rewarding and you'll find that most
problems are quickly resolved (keep notes!), and that others one learns to
live with and wait for new versions. Or, roll your own!
\d
From kassube at gmx.net Thu Jan 3 06:29:05 2008
From: kassube at gmx.net (Nils Kassube)
Date: Thu, 3 Jan 2008 07:29:05 +0100
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477C11A1.2030206@stdin.me.uk>
References: <477AD100.9090004@optusnet.com.au>
<200801022140.03111.kassube@gmx.net> <477C11A1.2030206@stdin.me.uk>
Message-ID: <200801030729.05467.kassube@gmx.net>
Terence Simpson wrote:
> Nils Kassube wrote:
> > Terence Simpson wrote:
> >> expanding on what deguz said, "sudo -r chown $(whoami):
> >> ~/.kde/share/apps/d3lphin/" will fix that.
> >
> > I think the command should rather be this:
> >
> > sudo chown -R $(whoami):$(whoami) ~/.kde/share/apps/d3lphin/
> >
> >
> > Nils
>
> Both work, if you don't fill in a group it uses your primary group.
Ah, it is nice to learn something new on this list every other day.
However, the second $(whoami) wasn't the reason for my mail. The real
reason was that there is no sudo option "-r" or command "-r".
OTOH, to make sure there is no other file left with wrong permissions, it
might be wise to change the entire $HOME or at least $HOME/.kde/
directory.
Nils
From stdin at stdin.me.uk Thu Jan 3 07:23:25 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Thu, 03 Jan 2008 07:23:25 +0000
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <200801030729.05467.kassube@gmx.net>
References: <477AD100.9090004@optusnet.com.au> <200801022140.03111.kassube@gmx.net>
<477C11A1.2030206@stdin.me.uk> <200801030729.05467.kassube@gmx.net>
Message-ID: <477C8D6D.7040207@stdin.me.uk>
Nils Kassube wrote:
> Terence Simpson wrote:
>
>> Nils Kassube wrote:
>>
>>> Terence Simpson wrote:
>>>
>>>> expanding on what deguz said, "sudo -r chown $(whoami):
>>>> ~/.kde/share/apps/d3lphin/" will fix that.
>>>>
>>> I think the command should rather be this:
>>>
>>> sudo chown -R $(whoami):$(whoami) ~/.kde/share/apps/d3lphin/
>>>
>>>
>>> Nils
>>>
>> Both work, if you don't fill in a group it uses your primary group.
>>
>
> Ah, it is nice to learn something new on this list every other day.
> However, the second $(whoami) wasn't the reason for my mail. The real
> reason was that there is no sudo option "-r" or command "-r".
>
> OTOH, to make sure there is no other file left with wrong permissions, it
> might be wise to change the entire $HOME or at least $HOME/.kde/
> directory.
>
>
> Nils
>
>
Well, yes, that's the quick and dirty way ;)
As long as you don't change the actual permissions (just the user:group)
that would be 100% safe to do.
Terence
From o.sinclair at gmail.com Thu Jan 3 09:59:34 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Thu, 03 Jan 2008 11:59:34 +0200
Subject: Options To get Working
In-Reply-To: <477BFEEC.5040405@optusnet.com.au>
References: <477BFEEC.5040405@optusnet.com.au>
Message-ID: <477CB206.9080003@gmail.com>
Clark wrote:
> I have a system that gives OOO without spellcheck; Thunderbird without
> the option of right click send photo in condensed form, it will send a
> photo but it is huge; I selected storage media from the system menu to
> save a file to Floppy and it can't find the Floppy, the relevant Help
> files either speak in command line (which I don't understand or give the
> message no help files; I tried to Rip a DVD and KB3 just sits there
> without moving, it won't even play the DVD.
> It seems I have wasted more than a week on Kbuntu, time to move on.
> Is there any chance that Ubuntu or some other distribution would work or
> is this "what you see is what you get Linux".
>
I suspect that KFloppy is not installed - see the "Add/Remove Program"
in the menu and you will find it. As for not playing DVD that has got to
do with restrictions on licensing. Start Adept (in System in menu) and
find "kubuntu-restricted-extras" and install, I think that will fix it.
Sinclair
From cschult at gmx.de Thu Jan 3 10:45:57 2008
From: cschult at gmx.de (Christian Schult)
Date: Thu, 3 Jan 2008 11:45:57 +0100
Subject: Options To get Working
In-Reply-To: <477BFEEC.5040405@optusnet.com.au>
References: <477BFEEC.5040405@optusnet.com.au>
Message-ID: <20080103104557.GA28251@jazz.cocis.de>
Hello Clark,
Clark wrote:
> I have a system that gives OOO without spellcheck;
Maybe you have to install myspell-en-au to have spellchecking with
openoffice.org.
Christian
--
This is a test of the emergency signature system. Were this an actual signature, you would see amusing mottos, disclaimers, a zillion net addresses, or edifying philisophical statements. This is only a test.
From valtermura at yahoo.it Thu Jan 3 10:47:00 2008
From: valtermura at yahoo.it (Valter Mura)
Date: Thu, 3 Jan 2008 11:47:00 +0100
Subject: Options To get Working
In-Reply-To: <477BFEEC.5040405@optusnet.com.au>
References: <477BFEEC.5040405@optusnet.com.au>
Message-ID: <200801031147.01109.valtermura@yahoo.it>
Il mercoledì 2 gennaio 2008 22:15:24 Clark ha scritto:
Hi Clark, I'm also quite new to Linux
> I have a system that gives OOO without spellcheck;
my system works well, also with spellchecker (if you mean grammar check,
actually is not developed in OOo)
> Thunderbird without
> the option of right click send photo in condensed form, it will send a
> photo but it is huge;
Well, I don't use TB, but with Kmail (please try it) it is very easy, you just
right click in Dolphin (the file manager/browser) on a picture and it opens a
new message with the attachment.
> I selected storage media from the system menu to
> save a file to Floppy and it can't find the Floppy,
Well, do you still use floppy disks? ;-)
> the relevant Help
> files either speak in command line (which I don't understand or give the
> message no help files;
there are the man pages that help you in an extensive way, remember that the
most Linux systems are developed by volunteers and some things lacks, but man
system is good (imho)
> I tried to Rip a DVD and KB3 just sits there
> without moving, it won't even play the DVD.
I've already ripped DVD and CD and KB3 worked quite well, perhaps you wrong
something in some passages...
> It seems I have wasted more than a week on Kbuntu, time to move on.
> Is there any chance that Ubuntu or some other distribution would work or
> is this "what you see is what you get Linux".
I thought the same before, and I still have some problems with some hardware,
but you need to start thinking that Linux doesn't work in the same way than
Windows. Uncle Bill doesn't want us to think in front of a comp, Linux system
does.
I realized that with Windows you just press idiotically the keys in the
keyboard while in Linux you need (for more complex problems) "also" to think.
Linux also offers to you the opportunity to know what are you doing
inside "your comp", while Windows doesn't in most cases (have you ever read
its licence agreement? Painfully)
This is my humble opinion, the one of a very newbie in this world.
If you have problems, the community is here to help you!
Cheers
--
Valter
Gnupg key: 0x9A058949 in hkp://keyserver.ubuntu.com
Kubuntu Linux: www.ubuntu.com
Usa OpenOffice.org: www.openoffice.org
Coltiva Linux, tanto Windows si pianta da solo.
From spwhite at freesurf.ch Thu Jan 3 10:45:15 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Thu, 3 Jan 2008 11:45:15 +0100
Subject: KMail from many platforms
In-Reply-To: <1238050.6WYd6LqlLl@cedar.serverforest.com>
References: <200712051910.17327.spwhite@freesurf.ch>
<200801021325.58691.spwhite@freesurf.ch>
<1238050.6WYd6LqlLl@cedar.serverforest.com>
Message-ID: <200801031145.15324.spwhite@freesurf.ch>
On Wednesday 02 January 2008 15:15:19 Derek Broughton wrote:
> > (*)Then I noticed there is no /home/Perry/Maildir/cur, only
> > a /home/perry/Maildir/cur (no capital on perry).
> > The capital P probably comes from my account in KMail, I'll
> > investigate...
>
> Yes.
>
> > Have to modify /etc/dovecot/passwd to have perry uncapitalised also.
>
> NO!!! In fact, you shouldn't ever need to modify /etc/dovecot/passwd -
Dovecot was trying to make a dir in /home/Perry/Maildir/ (capital "P")
because my IMAP account in KMail had Perry as the user.
I could not login as perry (small "p") because my /etc/dovecot/passwd file
contained: perry:{PLAIN}Mypassword
I had to make it match.
> it's all pam based, and if the mail user has a linux account, that should
> be used.
Not sure I understand.
I have a Linux account, I guess ;-) (whoami =>perry)
but the dovecot Mypassword is not my sudoers password.
> I hadn't even realized I _could_ modify passwords directly - I
> just create a non-login user account for every extra mail account I want.
Are you suggesting I create a sylvianeMail account for my wife with a
sylvianeMail:{PLAIN}Herpassword and another IMAP account in KMail?
That would allow for independant mail systems and necessitate a
/home/sylviane/Maildir, interresting possibility but not wanted now.
Or are you suggesting I create a psmail user and the corresponding account(s)
in dovecot and KMail? Then I don't understand the reason why, perhaps safety,
I must upgrade my notions about that and stuff like "non-login user account".
P.S. Everything snaps together now, I discovered I could fetch new mail from
the net the usual way in KMail, apply the filters (manually only) to incoming
mail, have them delivered in the IMAP folders, and modifications from KMail
of those folders was reflected (as you said) in ~/Maildir.
I could also populate the folders in ~/Maildir with my old "KMail" files and
see them appear in IMAP KMail. Just what I wanted ;-)
I must experiment further, from the other KUbuntu account and then from Suse.
I hope I will be able to answer by myself to most questions wether practical
or theoretical but there is one question I don't expect to be able to answer,
why does KMail keep a mailbox in /home/perry/.kde/share/apps/kmail/imap/ ?
your help has been invaluable Perry
--
BOFH excuse #35: working as designed
From gene.heskett at verizon.net Thu Jan 3 11:31:30 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Thu, 03 Jan 2008 06:31:30 -0500
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <200801030729.05467.kassube@gmx.net>
References: <477AD100.9090004@optusnet.com.au> <477C11A1.2030206@stdin.me.uk>
<200801030729.05467.kassube@gmx.net>
Message-ID: <200801030631.30673.gene.heskett@verizon.net>
On Thursday 03 January 2008, Nils Kassube wrote:
>Terence Simpson wrote:
>> Nils Kassube wrote:
>> > Terence Simpson wrote:
>> >> expanding on what deguz said, "sudo -r chown $(whoami):
>> >> ~/.kde/share/apps/d3lphin/" will fix that.
>> >
>> > I think the command should rather be this:
>> >
>> > sudo chown -R $(whoami):$(whoami) ~/.kde/share/apps/d3lphin/
>> >
>> >
>> > Nils
>>
>> Both work, if you don't fill in a group it uses your primary group.
>
>Ah, it is nice to learn something new on this list every other day.
>However, the second $(whoami) wasn't the reason for my mail. The real
>reason was that there is no sudo option "-r" or command "-r".
>
>OTOH, to make sure there is no other file left with wrong permissions, it
>might be wise to change the entire $HOME or at least $HOME/.kde/
>directory.
>
>
>Nils
You missed the fact its an uppercase -R, it means chown/chmod etc should
operate recursively into any subdirs it finds in the given path.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
static from nylon underwear
From bilwalsh at swbell.net Thu Jan 3 14:52:07 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Thu, 03 Jan 2008 08:52:07 -0600
Subject: Options To get Working
In-Reply-To: <477C4713.9070901@wilddsl.net.au>
References: <477BFEEC.5040405@optusnet.com.au>
<477C4713.9070901@wilddsl.net.au>
Message-ID: <477CF697.3000900@swbell.net>
Clark wrote:
> I have a system that gives OOO without spellcheck; Thunderbird without
> the option of right click send photo in condensed form, it will send a
> photo but it is huge; I selected storage media from the systemmenu to
> save a file to Floppy and it can't find the Floppy, the relevant Help
> files either speak in command line (which I don't understand or give the
> message no help files; I tried to Rip a DVD and KB3 just sits there
> without moving, it won't even play the DVD.
> It seems I have wasted more than a week on Kbuntu, time to move on.
> Is there any chance that Ubuntu or some other distribution would work or
> is this "what you see is what you get Linux".
>
> Clark
>
Clark, don't let it get you down. About three years ago I decided that I
had enough of Windows. XP was taking away "my" computer. It was either
do it "their" way or no way. I had a lot invested in PC architecture so
a Mac was not a real option [ $$$ ]. That pretty much left Linux. It was
VERY intimidating. Most things didn't work "Right Out Of The Box". It
took me a while to get everything working as it should. I "broke" it
quite a few times before I learned what to do and what not to do.
OK, some suggestions:
Remember, Google is your friend. Especially Google Linux.
Read the WIKI pages.
Read the mail list.
Ask questions. My old teachers said that the only stupid question was
one not asked.
Play with the buttons and switches. Don't be afraid to break it. It's
tougher than it looks. Only as "Administrator" can you do any major
damage. AND, IF, by some chance, you should break it just reinstall and
don't do that again. Every time you get something to work, or break it,
is a learning experience. Use it to your advantage.
Above all, DON'T GIVE UP! Linux is a great OS [ pick your favorite
flavor ]. Think of Windows as your computer on training wheels. Windows
keeps you from getting all skinned up by falling over. Linux takes off
the training wheels. [ Remember when your folks took off the training
wheels on your bike? ] It's REALLY wobbly at first but soon your flying
all over the neighborhood like an old pro.
Remember that old poster of a kitten hanging off the side of a branch?
Remember the caption? "Hang in there baby"
From news at pointerstop.ca Thu Jan 3 19:33:35 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 03 Jan 2008 15:33:35 -0400
Subject: KMail from many platforms
References: <200712051910.17327.spwhite@freesurf.ch>
<200801021325.58691.spwhite@freesurf.ch>
<1238050.6WYd6LqlLl@cedar.serverforest.com>
<200801031145.15324.spwhite@freesurf.ch>
Message-ID: <2732710.ho4IaqyPii@cedar.serverforest.com>
Sylviane et Perry White wrote:
> On Wednesday 02 January 2008 15:15:19 Derek Broughton wrote:
>> > (*)Then I noticed there is no /home/Perry/Maildir/cur, only
>> > a /home/perry/Maildir/cur (no capital on perry).
>> > The capital P probably comes from my account in KMail, I'll
>> > investigate...
>>
>> Yes.
>>
>> > Have to modify /etc/dovecot/passwd to have perry uncapitalised also.
>>
>> NO!!! In fact, you shouldn't ever need to modify /etc/dovecot/passwd -
> Dovecot was trying to make a dir in /home/Perry/Maildir/ (capital "P")
> because my IMAP account in KMail had Perry as the user.
> I could not login as perry (small "p") because my /etc/dovecot/passwd file
> contained: perry:{PLAIN}Mypassword
> I had to make it match.
>> it's all pam based, and if the mail user has a linux account, that should
>> be used.
> Not sure I understand.
Exactly what I said. It's _pam_ based. There shouldn't even _be_
an /etc/dovecot/passwd file. Dovecot is practically installed complete
when you apt-get it - the only thing I can think of that has to be modified
is to actually enable the imap service. If you have a passwd file, you've
been messing too much with the config.
> Are you suggesting I create a sylvianeMail account for my wife with a
> sylvianeMail:{PLAIN}Herpassword
NO.
> and another IMAP account in KMail?
> That would allow for independant mail systems and necessitate a
> /home/sylviane/Maildir, interresting possibility but not wanted now.
So what? It's _just_ a directory. What's the problem with it?
--
derek
From kubuntu-users at thefletchers.net Thu Jan 3 22:30:12 2008
From: kubuntu-users at thefletchers.net (David Fletcher)
Date: Thu, 3 Jan 2008 22:30:12 +0000
Subject: procmail - can it send a notification email? Yes it can [solved]
In-Reply-To: <20080102100802.GA6837@jazz.cocis.de>
References: <200712302257.38435.kubuntu-users@thefletchers.net>
<20080102100802.GA6837@jazz.cocis.de>
Message-ID: <200801032230.12430.kubuntu-users@thefletchers.net>
Here's what I have found to work for me:-
:0
* ^To.*wife@
{
:0 c:
wife
:0
| (sendEmail \
-f procmail at example.com \
-t me at example.com \
-u "Notification" \
-m "Your wife has new email" \
-s auth.smtp.example.com \
-xu userid -xp password)
}
AFAICT the recipe terminates at the first delivery to a mailbox unless the c
flag is used to tell it that it's a copy of the email and we're intending to
do something else further on.
Dave
--
FACT - Millions of people worldwide continue to pay money to the richest
person in the world to use his products, even though perfectly good software
is given away completely free of charge by the open source community! I can't
understand it either.
Registered Linux user number 393408
I use and recommend the email service at 1 & 1
For domain registration, email and web hosting please visit:
http://oneandone.co.uk/xml/init?k_id=6389763
--
Registered Linux user number 393408
I use and recommend the email service at 1 & 1
For domain registration, email and web hosting please visit:
http://oneandone.co.uk/xml/init?k_id=6389763
From phillipd at oem.doe.gov Thu Jan 3 23:08:10 2008
From: phillipd at oem.doe.gov (Douglas Phillipson)
Date: Thu, 03 Jan 2008 15:08:10 -0800
Subject: Audio chatters when video plays in forefront
Message-ID: <477D6ADA.6040302@oem.doe.gov>
I'm using a GForce FX5200 video card, although this problem also
exhibits itself on a Predator LT 4 PCI on Gutsy. Whenever I play video
through any player, the audio chatters. If I place a terminal window or
any other window in front of the Video the audio is fine. The audio
gradually clears up as I slowly move any window in front of the video.
Any ideas?
LSPCI shows:
00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-766 [ViperPlus] ACPI
(rev 01)
00:07.4 USB Controller: Advanced Micro Devices [AMD] AMD-766 [ViperPlus]
USB (rev 07)
00:09.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX
5200] (rev a1)
00:0a.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX
5200] (rev a1)
00:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
00:0c.1 Input device controller: Creative Labs SB Live! Game Port (rev 08)
lsmod for sound stuff shows
shows:
snd_emu10k1_synth 8192 0
snd_emux_synth 35456 1 snd_emu10k1_synth
snd_seq_virmidi 8064 1 snd_emux_synth
snd_seq_midi_emul 7680 1 snd_emux_synth
snd_emu10k1 137248 3 snd_emu10k1_synth
snd_ac97_codec 100644 1 snd_emu10k1
ac97_bus 3200 1 snd_ac97_codec
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 4 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 11400 2 snd_emu10k1,snd_pcm
snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_rawmidi 25728 3 snd_seq_virmidi,snd_emu10k1,snd_seq_midi
snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 53232 10
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
cfi_cmdset_0002 24832 8
cfi_util 4480 1 cfi_cmdset_0002
jedec_probe 17920 0snd 54660 17
snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
serio_raw 8068 0
i2c_amd756 7684 0
i2c_core 26112 1 i2c_amd756
soundcore 8800 1 snd
snd_timer 24324 4 snd_rtctimer,snd_emu10k1,snd_pcm,snd_seq
From cpmcc at optusnet.com.au Fri Jan 4 07:11:18 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Fri, 04 Jan 2008 18:11:18 +1100
Subject: Options To get Working
In-Reply-To: <477CF697.3000900@swbell.net>
References: <477BFEEC.5040405@optusnet.com.au> <477C4713.9070901@wilddsl.net.au>
<477CF697.3000900@swbell.net>
Message-ID: <477DDC16.7080702@optusnet.com.au>
Thanks for the kind words Billie, I'm locked in now but like you say
"computing without training wheels" makes for some greatly expanded
highs and unfortunately lows but the promise seems unlimited.
Thanks again,
Clark.
Billie Walsh wrote:
> Clark wrote:
>
>> I have a system that gives OOO without spellcheck; Thunderbird without
>> the option of right click send photo in condensed form, it will send a
>> photo but it is huge; I selected storage media from the systemmenu to
>> save a file to Floppy and it can't find the Floppy, the relevant Help
>> files either speak in command line (which I don't understand or give the
>> message no help files; I tried to Rip a DVD and KB3 just sits there
>> without moving, it won't even play the DVD.
>> It seems I have wasted more than a week on Kbuntu, time to move on.
>> Is there any chance that Ubuntu or some other distribution would work or
>> is this "what you see is what you get Linux".
>>
>> Clark
>>
>>
>>
>
> Clark, don't let it get you down. About three years ago I decided that I
> had enough of Windows. XP was taking away "my" computer. It was either
> do it "their" way or no way. I had a lot invested in PC architecture so
> a Mac was not a real option [ $$$ ]. That pretty much left Linux. It was
> VERY intimidating. Most things didn't work "Right Out Of The Box". It
> took me a while to get everything working as it should. I "broke" it
> quite a few times before I learned what to do and what not to do.
>
> OK, some suggestions:
>
> Remember, Google is your friend. Especially Google Linux.
>
> Read the WIKI pages.
>
> Read the mail list.
>
> Ask questions. My old teachers said that the only stupid question was
> one not asked.
>
> Play with the buttons and switches. Don't be afraid to break it. It's
> tougher than it looks. Only as "Administrator" can you do any major
> damage. AND, IF, by some chance, you should break it just reinstall and
> don't do that again. Every time you get something to work, or break it,
> is a learning experience. Use it to your advantage.
>
> Above all, DON'T GIVE UP! Linux is a great OS [ pick your favorite
> flavor ]. Think of Windows as your computer on training wheels. Windows
> keeps you from getting all skinned up by falling over. Linux takes off
> the training wheels. [ Remember when your folks took off the training
> wheels on your bike? ] It's REALLY wobbly at first but soon your flying
> all over the neighborhood like an old pro.
>
> Remember that old poster of a kitten hanging off the side of a branch?
> Remember the caption? "Hang in there baby
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From kubuntu-users at thefletchers.net Fri Jan 4 10:56:14 2008
From: kubuntu-users at thefletchers.net (David Fletcher)
Date: Fri, 04 Jan 2008 10:56:14 +0000
Subject: Options To get Working
In-Reply-To: <477CF697.3000900@swbell.net>
References: <477BFEEC.5040405@optusnet.com.au>
<477C4713.9070901@wilddsl.net.au> <477CF697.3000900@swbell.net>
Message-ID: <20080104105333.6761C12882A@eng.bcfdesigns.co.uk>
At 14:52 03/01/2008, you wrote:
>Read the mail list.
This is VERY important. Even if they don't seem relevant to you
personally at the time, try to take a glance at all the threads.
For instance, a couple of months or maybe longer ago there was one
about the keyboard setting in xorg.conf being changed by installing
an nvidia driver. This was of no relevance to me at the time but a
few weeks ago I built a new dual core Athlon PC with an nvidia
graphics card. I didn't want to buy an nvidia card, but chose that
card because it has no fan so it is silent, it plugs into a PCI-E x16
socket, it has a DVI connector and a reviewer on ebuyer stated that
it works with his Linux setup. Given this specification the choice of
models is rather limited.
Running it with the analog connector was never a problem but when I
decided to move all my work over to this new machine during the
Christmas break, and use the DVI connector instead, the damn thing
just would not configure to use my 20 inch 1600x1200 TFT monitor
properly. The only way I could get it to work properly was by
installing the nvidia driver.
Then came the interesting part. I always use kgpg to do symmetrical
encryption on my backups because I keep copies all over the place,
including the car glove box (off site storage!). When I needed to
decrypt my backup on the new machine, kgpg insisted the password was
wrong. I couldn't recover my backup. Damn Blast and everything else.
Then remembered the posting about the nvidia driver. AHA! Fired up a
text editor and tried some shifted number keys. The keyboard mapping
was changed to the US settings! Tried all the keys to find out which
ones produced the non-alpha numeric codes I used in the password,
substituted these in the kgpg decryption dialog and PHEW this time it worked.
It was a simple matter to then open xorg.conf with vim or joe, change
"us" keyboard back to "gb" keyboard, reboot and everything was
working properly.
Yes, I could have plugged the old machine back in to do a non
encrypted backup but that would have been a PITA, more time consuming
and not half as much fun as finding out what was wrong.
So,
1) Never wipe your old hard drive until you're up and running on the
new one - just in case
2) If you encrypt your backups always use the symmetrical encryption
option - your gpg keys will be inside the encrypted backup file
therefore not available to you :'(
3) READ THE LIST
Dave
From donn.ingle at gmail.com Fri Jan 4 12:55:04 2008
From: donn.ingle at gmail.com (Donn)
Date: Fri, 4 Jan 2008 14:55:04 +0200
Subject: FireWall and Virus
In-Reply-To: <477E2487.7070906@optusnet.com.au>
References: <477E1B6F.5040409@optusnet.com.au>
<200801041355.35729.donn.ingle@gmail.com>
<477E2487.7070906@optusnet.com.au>
Message-ID: <200801041455.05144.donn.ingle@gmail.com>
Hey Clark,
> I have discovered (according to the adverts on line) that even Linux is
> prone to problems on line.
Sure, any O/S is vulnerable to crack attempts - that's attempts to login to
your machine from outside so that bad things can be done.
In general Kubuntu is safe, but networking is a stultifying brain-overloading
complexity of pain and I never did get into it.
Here's what I know:
1. There *are* virii that can attack Linux, but they are so rare that I think
you can count the last 10 years' worth on one hand. I have never heard of one
being a problem for anyone - not on a blog, an rss feed, on a list, and I
have been using Gnu/Linux for close to 10 years now. The only person who
wiped my home folder once... was me :)
2. There is no question that malicious people can write code in hundreds of
ways that will launch when you open a document (in whatever app) and that can
then go erase your home folder (at least) and further (if you run as root).
I always think people who say that only your home folder is in danger and
therefore the risk is low are smoking something stupid - I mean, heck, all
your work and private files are in home!
3. Given point 2, be wary of OOO files with macros. Same as on any O/S. Be
aware of what scripts you run and where they come from. This is one good
reason to stick to the trusted Ubuntu repos.
4. Given point 3, if you need to run something and you are not sure about it -
then make a new user login (call him 'victim' :) ) and then copy the file to
his home folder (/home/victim/) and login as 'victim' and run/open things
there. If there's an explosion then only that folder will get hit.
(I have only done this once with an unknown OOO file that I had to open.)
You can also get virus scanners - clamAV and Grisoft AVG are two that pop into
my head.
(BTW - Grisoft AVG free for windows is a great virus scanner. Free (of cost)
and functional, a good combo for that O/S.)
5. There is a built-in 'firewall' call iptables. No-one with an IQ lower than
Stephen Hawkins' can use it. Relax, you are in good company in total
hopelessness when it comes to using it :)
There are nice front-ends you can install to make it easier to use, but I
always found them painful. Basically, after a while, one comes to trust
Kubuntu and relax.
One is called 'guarddog' - you can try that.
6. If you have a 'thing' between your computer and your Internet connection -
a router of some kind - then you are already well on the road to being safe
from intruders. That router *is* your firewall (for practical values of
firewall).
Well, that's my best. Sorry it's low on specifics. Ask more on the list, there
are some bright sparks around. I would just plain not worry about it for a
while. You can get all paranoid and start encrypting and locking down zones
on your drives, setting tripwires and loggin every byte-fart emitted - to the
extent that the FBI will come to you for tips, but there's really not much
reason for it.
I always get a shock when I have to use XP - with the endless anti-virus
updates and sheer terror at each turn. It's so nice in Kubuntu-land.
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From nigel at rmk.co.il Fri Jan 4 13:36:24 2008
From: nigel at rmk.co.il (Nigel Ridley)
Date: Fri, 04 Jan 2008 15:36:24 +0200
Subject: Gimp rc on Gutsy - why?
Message-ID: <477E3658.3040500@rmk.co.il>
My daughter is complaining that her gutsy install only has gimp rc
(release candidate) available - and that there are loads of things that
don't work.
Why is there no 'stable' version available - or at least one that works
[mostly]?
Blessings,
Nigel
--
OliveRoot Ministries
http://www.oliveroot.net/
PrayingForIsrael.net
http://www.prayingforisrael.net/
From news at pointerstop.ca Fri Jan 4 17:38:19 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Fri, 04 Jan 2008 13:38:19 -0400
Subject: FireWall and Virus
References: <477E1B6F.5040409@optusnet.com.au>
<200801041355.35729.donn.ingle@gmail.com>
<477E2487.7070906@optusnet.com.au>
<200801041455.05144.donn.ingle@gmail.com>
Message-ID: <2002888.MT4ppdMQ8D@cedar.serverforest.com>
Donn wrote:
> 5. There is a built-in 'firewall' call iptables. No-one with an IQ lower
> than Stephen Hawkins' can use it. Relax, you are in good company in total
> hopelessness when it comes to using it :)
LOL. I've been using Linux since before iptables (and even before its
precursor - ipchains) but I agree completely. I barely understood ipchains
and never really got a handle on iptables.
> There are nice front-ends you can install to make it easier to use, but I
> always found them painful. Basically, after a while, one comes to trust
> Kubuntu and relax.
> One is called 'guarddog' - you can try that.
Precisely. Guarddog was the best firewall tool I used, but I've been
running firewall-less for a couple of years now (noting that there are
_two_ NAT routers between me and the Internet).
--
derek
From kubuntu-users at thefletchers.net Fri Jan 4 17:58:49 2008
From: kubuntu-users at thefletchers.net (David Fletcher)
Date: Fri, 4 Jan 2008 17:58:49 +0000
Subject: FireWall and Virus
In-Reply-To: <2002888.MT4ppdMQ8D@cedar.serverforest.com>
References: <477E1B6F.5040409@optusnet.com.au>
<200801041455.05144.donn.ingle@gmail.com>
<2002888.MT4ppdMQ8D@cedar.serverforest.com>
Message-ID: <200801041758.49695.kubuntu-users@thefletchers.net>
On Friday 04 Jan 2008, Derek Broughton wrote:
> Donn wrote:
>
> > 5. There is a built-in 'firewall' call iptables. No-one with an IQ lower
> > than Stephen Hawkins' can use it. Relax, you are in good company in total
> > hopelessness when it comes to using it :)
>
> LOL. I've been using Linux since before iptables (and even before its
> precursor - ipchains) but I agree completely. I barely understood ipchains
> and never really got a handle on iptables.
>
I don't understand it properly either, but if you just want to protect a
desktop machine or server from intrusion I reckon it's not too hard to set up
some rules if you use webmin. It has an option to do the basic set up for
you, then you can add your own rules to accept packets for things like CUPS,
apcupsd or https, restricting it to the local network or specific source
addresses if you like.
Dave
--
FACT - Millions of people worldwide continue to pay money to the richest
person in the world to use his products, even though perfectly good software
is given away completely free of charge by the open source community! I can't
understand it either.
Registered Linux user number 393408
I use and recommend the email service at 1 & 1
For domain registration, email and web hosting please visit:
http://oneandone.co.uk/xml/init?k_id=6389763
--
Registered Linux user number 393408
I use and recommend the email service at 1 & 1
For domain registration, email and web hosting please visit:
http://oneandone.co.uk/xml/init?k_id=6389763
From spwhite at freesurf.ch Fri Jan 4 18:08:24 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Fri, 4 Jan 2008 19:08:24 +0100
Subject: FireWall and Virus
In-Reply-To: <200801041455.05144.donn.ingle@gmail.com>
References: <477E1B6F.5040409@optusnet.com.au>
<477E2487.7070906@optusnet.com.au>
<200801041455.05144.donn.ingle@gmail.com>
Message-ID: <200801041908.24213.spwhite@freesurf.ch>
On Friday 04 January 2008 13:55, Donn wrote:
> Hey Clark,
>
> > I have discovered (according to the adverts on line) that even Linux is
> > prone to problems on line.
>
> Sure, any O/S is vulnerable to crack attempts - that's attempts to login to
> your machine from outside so that bad things can be done.
John Meyer on said yesterday:
Just another reminder, Security Exists Between the Keyboard and the Chair.
Some people get caught by pfishing and even give out their bank account and
password;
but how is one to react when he is trying to see a video on internet and have
a requester pop up asking him to install the newest version of
FleshMediaPlayer and type his sudoer password? (just an example ;O)) )
Being scared of opening an Oo document or a HTML message is a pain.
The 'thing' between your computer and your Internet connection -
(a router of some kind) is probably a good protection against any attack that
does not need your "collaboration" but of little or no value against the
other type of attack.
I'm not even sure *any* virus scanners could effectively protect me against
myself. (I still have to dig deeper into that)
I have been in the way of creating a "victim" user as you suggest, with
nothing "sensible" (i.e. secret) on his home, and nothing "important" (i.e.
that I don't want destroyed), that does not have a copy elswhere.
*Addendum*: the only "scary" thing that happened to me was being warned that
my computer (or was it my mail account or my internet connexion?) was being
used to send spam, that was a long time ago (~1yr?) and I never had a proof
of it, those warning happened only 2 or 3 times and then I had no more.
(I could search my old mails to find that again...time consuming)
Still I bet ohter people got mail from spwhite at ... that I didn't write because
I got some myself.
I'm glad this topic about security issues appears on this list.
Perry
--
BOFH excuse #215: High nuclear activity in your area
From news at pointerstop.ca Fri Jan 4 18:21:38 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Fri, 04 Jan 2008 14:21:38 -0400
Subject: FireWall and Virus
References: <477E1B6F.5040409@optusnet.com.au>
<477E2487.7070906@optusnet.com.au>
<200801041455.05144.donn.ingle@gmail.com>
<200801041908.24213.spwhite@freesurf.ch>
Message-ID: <2071594.gURDtC6E0b@cedar.serverforest.com>
Sylviane et Perry White wrote:
> *Addendum*: the only "scary" thing that happened to me was being warned
> that my computer (or was it my mail account or my internet connexion?) was
> being used to send spam, that was a long time ago (~1yr?) and I never had
> a proof of it,
Those "warnings" are usually bounce messages from poorly configured mail
systems that received an email using your name as sender. The mail never
came anywhere near your system, but the recipient bounces a response to you
instead of doing what it should have done and verifying that the mail
actually came from you in the first place.
--
derek
From fred.schaer at wanadoo.fr Fri Jan 4 18:46:53 2008
From: fred.schaer at wanadoo.fr (Fred Schaer)
Date: Fri, 04 Jan 2008 19:46:53 +0100
Subject: sound recording does not work on intel HD audio ??
Message-ID: <477E7F1D.8000604@wanadoo.fr>
Hi,
(auxiliary question : why aren't my emails making it to the list ? I don't receive them, and nor do I see them on the list archives... 3rd attempt)
I'm desperately trying to record audio (from TV - I have no problem with capturing the video) that's plugged on the Line in jack of my ASUS P5B deluxe card. This is an intel HD audio codec (Analog Devices AD1988B), on a ICH8 chipset.
I think I tried almost everything : I tried arecord, audacity (and sox also), but I never get one sound recorded.
I get at most some noise.
Still I *hear* the audio on the PC speakers !
I can mute this audio doing :
amixer set Line off
or
amixer set 'Analog Mix' off
I can also change volumes and so on using kmixer or alsamixer, and Line is selected as an input source in the recording properties of the mixers.
So I'm wondering what else I could try ? Why can't I get any audio recorder from the Line source ?
The alsa changelogs do not seem to show many things have been improved concerning the snd_hda_intel module, so I'm wondering if it's worth
spending time trying the 1.0.15 version instead of the Gutsy 1.0.14 ...
Would you have any hint on what else I could try or who I should contact ?
Thanks && regards
From kubuntu-users at cpinkney.org.uk Fri Jan 4 21:30:39 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Fri, 4 Jan 2008 21:30:39 +0000
Subject: sound recording does not work on intel HD audio ??
In-Reply-To: <477E7F1D.8000604@wanadoo.fr>
References: <477E7F1D.8000604@wanadoo.fr>
Message-ID: <200801042130.39621.kubuntu-users@cpinkney.org.uk>
Hi Fred
On Friday 04 Jan 2008, Fred Schaer wrote:
> I'm desperately trying to record audio (from TV - I have no problem with
> capturing the video) that's plugged on the Line in jack of my ASUS P5B
> deluxe card. This is an intel HD audio codec (Analog Devices AD1988B), on a
> ICH8 chipset.
[Snip]
>
> So I'm wondering what else I could try ? Why can't I get any audio recorder
> from the Line source ? The alsa changelogs do not seem to show many things
> have been improved concerning the snd_hda_intel module, so I'm wondering if
> it's worth spending time trying the 1.0.15 version instead of the Gutsy
> 1.0.14 ...
Assuming you are already using Gutsy, you could try enabling the backports
repository, which I think it is labelled Unsupported Updates in Adept, and
then install linux-backports-modules as this contains version 1.0.15 of the
ALSA drivers for Gutsy. I installed this just today on my Toshiba laptop to
fix a couple of issues with my sound using the same snd_hda_intel module (It
is now much louder and plugging in headphones cuts off the speakers as it
should do).
Do you also have the following line at the end of
your /etc/modprobe.d/alsa-base or something similar?
options snd-hda-intel model=asus
You will need to reboot for this change to take effect unless you can unload
and reload all the sound modules. I have seen the line above fix issues for
other ASUS owners.
Hope that helps.
--
Colin Pinkney
http://www.cpinkney.org.uk
From nali at ubuntu.com Fri Jan 4 21:30:53 2008
From: nali at ubuntu.com (Nick Ali)
Date: Fri, 4 Jan 2008 16:30:53 -0500
Subject: nice post by Aaron Seigo
Message-ID: <954321e10801041330g3822ed26oda8270820a84dae0@mail.gmail.com>
http://aseigo.blogspot.com/2008/01/talking-bluntly.html
nick
--
http://boredandblogging.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cpmcc at optusnet.com.au Sat Jan 5 00:04:42 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sat, 05 Jan 2008 11:04:42 +1100
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477C11A1.2030206@stdin.me.uk>
References: <477AD100.9090004@optusnet.com.au>
<477B4DF9.4080303@stdin.me.uk> <200801022140.03111.kassube@gmx.net>
<477C11A1.2030206@stdin.me.uk>
Message-ID: <477EC99A.5090304@optusnet.com.au>
Terence Simpson wrote:
> Nils Kassube wrote:
>
>> Terence Simpson wrote:
>>
>>
>>> expanding on what deguz said, "sudo -r chown $(whoami):
>>> ~/.kde/share/apps/d3lphin/" will fix that.
>>>
>>>
>> I think the command should rather be this:
>>
>> sudo chown -R $(whoami):$(whoami) ~/.kde/share/apps/d3lphin/
>>
>>
>> Nils
>>
>>
>>
> Both work, if you don't fill in a group it uses your primary group.
>
> Terence
>
>
>
Whatever the niceties of the options above, all way above my head, by
inserting a literal copy including spaces and Capitals, Dolphin no
longer does peculiar things on shut down. Is Sudo the Linux command
language and if so where do I access the hand book?
Thanks Terence and Nils,
Clark.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cpmcc at optusnet.com.au Sat Jan 5 00:46:20 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sat, 05 Jan 2008 11:46:20 +1100
Subject: Video Problem WMV
Message-ID: <477ED35C.4030604@optusnet.com.au>
Hi,
I tried to run a video (WMV) with Mplayer without success so I tried
using apt cache search, no luck, then I tried sudo apt-get install
Mplayer (and got this??? Any suggestions)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mplayer: Depends: libaa1 (>= 1.2) but it is not installable
Depends: libcaca0 (>= 0.99.beta11-1) but it is not installable
Depends: libcucul0 (>= 0.99.beta11-1) but it is not installable
Depends: libdv4 but it is not installable
Depends: libfaac0 (>= 1.24clean) but it is not installable
Depends: libggi2 (>= 1:2.2.1) but it is not going to be installed
Depends: liblame0 (>= 3.97) but it is not installable
Depends: liblircclient0 but it is not installable
Depends: libmad0 (>= 0.15.1b) but it is not installable
Depends: libmp4v2-0 (>= 2.0.0+cvs20040908+mp4v2+bmp) but it
is not installable
Depends: libx264-54 but it is not installable
Depends: libxvidcore4 (>= 1:1.0.0-0.0) but it is not installable
Depends: mplayer-skins but it is not installable
E: Broken packages
Clark.
From tim at johnsons-web.com Sat Jan 5 00:55:18 2008
From: tim at johnsons-web.com (Tim Johnson)
Date: Fri, 4 Jan 2008 15:55:18 -0900
Subject: Like to see bootup messages
Message-ID: <200801041555.18706.tim@johnsons-web.com>
I just installed kubuntu 7.10 on an older laptop with 512 meg of RAM
and it boots *very* slowly. I find the black screen during bootup to
be disquieting. I'd like to see bootup messages like I would see on
redhat or slackware. I commented out the quiet directive in menu.lst
but it doesn't make any differences.
Any other ideas?
Thanks
Tim
From maxaeran at gmail.com Sat Jan 5 00:55:06 2008
From: maxaeran at gmail.com (eran)
Date: Fri, 4 Jan 2008 18:55:06 -0600
Subject: eran sent you a friend request on Yaari...
Message-ID: <880687c233d2ff6dccd47da1ca0f58a3@localhost.localdomain>
An HTML attachment was scrubbed...
URL:
From jarrett.andrew at gmail.com Sat Jan 5 01:19:11 2008
From: jarrett.andrew at gmail.com (Andrew Jarrett)
Date: Fri, 4 Jan 2008 20:19:11 -0500
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477EC99A.5090304@optusnet.com.au>
References: <477AD100.9090004@optusnet.com.au> <477B4DF9.4080303@stdin.me.uk>
<200801022140.03111.kassube@gmx.net> <477C11A1.2030206@stdin.me.uk>
<477EC99A.5090304@optusnet.com.au>
Message-ID: <9bed467e0801041719n7d312c5ej5042d36539acd221@mail.gmail.com>
On Jan 4, 2008 7:04 PM, Clark wrote:
> Whatever the niceties of the options above, all way above my head, by
> inserting a literal copy including spaces and Capitals, Dolphin no longer
> does peculiar things on shut down. Is Sudo the Linux command language and
> if so where do I access the hand book?
>
> Thanks Terence and Nils,
>
> Clark.
Let's break this down for you ;)
sudo chown -R $(whoami):$(whoami) ~/.kde/share/apps/d3lphin/
Sudo -- is not the Linux command language, it is actually a program.
Sudo let's you (a normal user) *DO* things as a *Super User* (not sure
if that's officially what it stands for, but that's how I think about
it). This is useful when you want to tamper with system files or run
certain commands and you don't want to login as root (which is
actually disabled by default in K/Ubuntu for security concerns). When
you run a command with "sudo" at the front, it means that the system
will run the command like you are root and not a normal user. In your
case, you needed to have sudo at the front of the command because you
were changing the ownership of all the files in a directory and root
is the only user allowed to make those kinds of changes. If you now
understand the concept of "sudo", then congratulations, you have
become geeky enough to chuckle at this comic:
http://xkcd.com/149/
chown -- CHange OWNership. Changes the ownership of a given file or directory.
-R -- this option means that chown will change the ownership of the
directory *Recursively*, meaning that it will change the ownership of
_everything_ (file or folder) within the given folder.
$(whoami):$(whoami) -- this may seem complex, but really isn't.
Whoami is a program that returns the name of the user that runs the
program. If your user is "clark" then running whoami will return
"clark". $(whoami) is just a dynamic way of specifying the user/group
and, if your user is "clark", $(whoami):$(whoami) is semantically
equal to saying clark:clark. The purpose of this part of the command
was to specify the user (clark) and group (clark) that would be the
new owner of the directory; note that before the colon you are
specifying the user and after you are specifying the group
(user:group). If you really want to know what a group is, do some
independent research.
~/.kde/share/apps/d3lphin/ -- this is the folder of which the
ownership you are changing. The folder "~/.kde/share/apps/d3lphin/"
contains user-specific settings and other stuff you probably don't
care much about (unless, as in your case, the folder belongs to the
wrong user). The "~/" is a shortcut for saying "/home/clark/"
(assuming the name of your user is "clark" again). The "." in ".kde"
means that the folder is hidden. This also works for hiding files.
I hope this clears up some of the confusion.
Note: The official language of the Linux shell is called shell script.
There are _plenty_ of online and offline resources for shell script.
Try googling "bash shell script tutorials" or picking up an O'Reilly
book.
Andrew
--
45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
From stew.schneider at gmail.com Sat Jan 5 01:53:57 2008
From: stew.schneider at gmail.com (Stew Schneider)
Date: Fri, 04 Jan 2008 20:53:57 -0500
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <9bed467e0801041719n7d312c5ej5042d36539acd221@mail.gmail.com>
References: <477AD100.9090004@optusnet.com.au>
<477B4DF9.4080303@stdin.me.uk> <200801022140.03111.kassube@gmx.net>
<477C11A1.2030206@stdin.me.uk> <477EC99A.5090304@optusnet.com.au>
<9bed467e0801041719n7d312c5ej5042d36539acd221@mail.gmail.com>
Message-ID: <477EE335.3060600@gmail.com>
Andrew Jarrett wrote:
> On Jan 4, 2008 7:04 PM, Clark wrote:
>
>> Whatever the niceties of the options above, all way above my head, by
>> inserting a literal copy including spaces and Capitals, Dolphin no longer
>> does peculiar things on shut down. Is Sudo the Linux command language and
>> if so where do I access the hand book?
>>
>> Thanks Terence and Nils,
>>
>> Clark.
>>
Andrew has done a smashing job of explaining this, but it occurred to me
that there may be one piece of it that is still puzzling to you, if you
are coming from the Windows world.
One of the reasons Linux is more secure than Windows is the idea of
"permissions". A permission (as applied to a file) means just that --
what a particular user can do with a particular file. In Windows, you're
constantly running as superuser (Computer Administrator) unless you
specifically don't (Limited User). That means you can do as my father
did with the first computer I gave him -- delete all those files that he
didn't know what they were. In his case, that would have been the
operating system.
In a *nix system, those files belong to a user called root, and only
that user can write or change them, because the permissions are set up
that way.
Let's say you had a system file and you looked at it with the command ls
-l, which is like dir in the command window of a Windows box. You'd see
something like:
-rwx------ 1 root root 9248 2007-03-03 22:37 important.fl
The file is owned by the user root, and belongs to the group root. It
was created 03/03/2007 at 22:37 and is named important.fl
Now, in a Windows system, running as a computer administrator, you could
do anything you wanted to this file, even delete it. In Linux, only the
owner could do anything with this file, because of the way the
permissions are set.
-rwx --- ---
I divided the permissions up into three sections for clarity. The first
section, rwx, means that the owner (root) can read, write or execute the
file. The next group of three, ---, are the group permissions. A member
of the root group who *isn't* root can do nothing with the file. The
last three are similarly the permissions for everybody else, and they
can't do anything with it, either.
By carefully setting the permissions and ownership of files (and
commands are files, too), you can control who can do what to which file.
Pulling it together, something in your Dolphin installation made the
file belong to somebody other than you. So, you need to change the
ownership to fix it. Let's say the file (sitting in your ,kde folder)
was called myfile. ls -l might show:
-rwxr-xr-x bruce bruce 9248 2007-03-03 22:37 myfile
For it to operate properly, assume it needs to be:
-rwxr-xr-x clark clark 9248 2007-03-03 22:37 myfile
BUT, the file doesn't belong to you, so you don't have permission to do
anything to it, including changing the ownership from bruce to you, and
until you do, you can't write to that file because only bruce has write
permission.
Enter the super user, again. You can't log in as root, as a security
precaution, but you can *masquerade* as root, *if* you're in the sudoers
group (that keeps bad guys from logging in and messing with your files).
Since root can do anything to any file, using sudo you can correct the
ownership error.
stew
From paulatgm at gmail.com Sat Jan 5 02:15:49 2008
From: paulatgm at gmail.com (Paul S)
Date: Fri, 04 Jan 2008 21:15:49 -0500
Subject: Video Problem WMV
In-Reply-To: <477ED35C.4030604@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au>
Message-ID: <477EE855.4030106@gmail.com>
Clark said the following on 01/04/2008 07:46 PM:
> Hi,
>
> I tried to run a video (WMV) with Mplayer without success so I tried
> using apt cache search, no luck, then I tried sudo apt-get install
> Mplayer (and got this??? Any suggestions)
>
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> mplayer: Depends: libaa1 (>= 1.2) but it is not installable
> Depends: libcaca0 (>= 0.99.beta11-1) but it is not installable
> Depends: libcucul0 (>= 0.99.beta11-1) but it is not installable
> Depends: libdv4 but it is not installable
> Depends: libfaac0 (>= 1.24clean) but it is not installable
> Depends: libggi2 (>= 1:2.2.1) but it is not going to be installed
> Depends: liblame0 (>= 3.97) but it is not installable
> Depends: liblircclient0 but it is not installable
> Depends: libmad0 (>= 0.15.1b) but it is not installable
> Depends: libmp4v2-0 (>= 2.0.0+cvs20040908+mp4v2+bmp) but it
> is not installable
> Depends: libx264-54 but it is not installable
> Depends: libxvidcore4 (>= 1:1.0.0-0.0) but it is not installable
> Depends: mplayer-skins but it is not installable
> E: Broken packages
>
usually indicates that some of your repos in /etc/apt/sources.list are
not enabled.
regards,
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 02:48:04 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Fri, 4 Jan 2008 21:48:04 -0500
Subject: Video Problem WMV
In-Reply-To: <477EE855.4030106@gmail.com>
References: <477ED35C.4030604@optusnet.com.au> <477EE855.4030106@gmail.com>
Message-ID: <200801042148.04657.michael.mcintyre@rosegardenmusic.com>
On Friday 04 January 2008, Paul S wrote:
> usually indicates that some of your repos in /etc/apt/sources.list are
> not enabled.
multiverse
--
D. Michael McIntyre
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 02:49:38 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Fri, 4 Jan 2008 21:49:38 -0500
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <477E3658.3040500@rmk.co.il>
References: <477E3658.3040500@rmk.co.il>
Message-ID: <200801042149.38356.michael.mcintyre@rosegardenmusic.com>
On Friday 04 January 2008, Nigel Ridley wrote:
> My daughter is complaining that her gutsy install only has gimp rc
> (release candidate) available - and that there are loads of things that
> don't work.
> Why is there no 'stable' version available - or at least one that works
> [mostly]?
What doesn't work?
I'm having a lot of trouble finding some things that have moved around, but it
seems to be working just fine so far as I've encountered with what I've
tried.
--
D. Michael McIntyre
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 02:56:23 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Fri, 4 Jan 2008 21:56:23 -0500
Subject: FireWall and Virus
In-Reply-To: <2002888.MT4ppdMQ8D@cedar.serverforest.com>
References: <477E1B6F.5040409@optusnet.com.au>
<200801041455.05144.donn.ingle@gmail.com>
<2002888.MT4ppdMQ8D@cedar.serverforest.com>
Message-ID: <200801042156.23715.michael.mcintyre@rosegardenmusic.com>
On Friday 04 January 2008, Derek Broughton wrote:
> LOL. I've been using Linux since before iptables (and even before its
> precursor - ipchains) but I agree completely. I barely understood ipchains
> and never really got a handle on iptables.
I love the "simple" tutorials too.
10) root:~> /sbin/iptables -L -n --line-numbers
Chain INPUT (policy DROP)
num target prot opt source destination
1 LOG tcp -- 0.0.0.0/0 0.0.0.0/0 tcp
flags:!0x16/0x02 state NEW LOG flags 0 level 4 prefix `NEW NOT SYN: '
2 DROP tcp -- 0.0.0.0/0 0.0.0.0/0 tcp
flags:!0x16/0x02 state NEW
(http://www.cse.msu.edu/~minutsil/iptables.html)
Oh yeah, that's perfectly clear now. Thanks.
--
D. Michael McIntyre
From o.sinclair at gmail.com Sat Jan 5 05:05:20 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Sat, 05 Jan 2008 07:05:20 +0200
Subject: Like to see bootup messages
In-Reply-To: <200801041555.18706.tim@johnsons-web.com>
References: <200801041555.18706.tim@johnsons-web.com>
Message-ID: <477F1010.8010102@gmail.com>
Tim Johnson wrote:
> I just installed kubuntu 7.10 on an older laptop with 512 meg of RAM
> and it boots *very* slowly. I find the black screen during bootup to
> be disquieting. I'd like to see bootup messages like I would see on
> redhat or slackware. I commented out the quiet directive in menu.lst
> but it doesn't make any differences.
You are on the right track. On the line that states the kernel to use
there is an option "quiet". Remove it or change it to "noquiet".
Sinclair
From cpmcc at optusnet.com.au Sat Jan 5 05:10:05 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sat, 05 Jan 2008 16:10:05 +1100
Subject: Dolphin Can't save Bookmarks?
In-Reply-To: <477EE335.3060600@gmail.com>
References: <477AD100.9090004@optusnet.com.au> <477B4DF9.4080303@stdin.me.uk> <200801022140.03111.kassube@gmx.net> <477C11A1.2030206@stdin.me.uk> <477EC99A.5090304@optusnet.com.au> <9bed467e0801041719n7d312c5ej5042d36539acd221@mail.gmail.com>
<477EE335.3060600@gmail.com>
Message-ID: <477F112D.3040404@optusnet.com.au>
Thanks Andrew and Stew,
this really helps sort some misconceptions right at the start.
Clark.
Stew Schneider wrote:
> Andrew Jarrett wrote:
>
>> On Jan 4, 2008 7:04 PM, Clark wrote:
>>
>>
>>> Whatever the niceties of the options above, all way above my head, by
>>> inserting a literal copy including spaces and Capitals, Dolphin no longer
>>> does peculiar things on shut down. Is Sudo the Linux command language and
>>> if so where do I access the hand book?
>>>
>>> Thanks Terence and Nils,
>>>
>>> Clark.
>>>
>>>
> Andrew has done a smashing job of explaining this, but it occurred to me
> that there may be one piece of it that is still puzzling to you, if you
> are coming from the Windows world.
>
> One of the reasons Linux is more secure than Windows is the idea of
> "permissions". A permission (as applied to a file) means just that --
> what a particular user can do with a particular file. In Windows, you're
> constantly running as superuser (Computer Administrator) unless you
> specifically don't (Limited User). That means you can do as my father
> did with the first computer I gave him -- delete all those files that he
> didn't know what they were. In his case, that would have been the
> operating system.
>
> In a *nix system, those files belong to a user called root, and only
> that user can write or change them, because the permissions are set up
> that way.
>
> Let's say you had a system file and you looked at it with the command ls
> -l, which is like dir in the command window of a Windows box. You'd see
> something like:
>
> -rwx------ 1 root root 9248 2007-03-03 22:37 important.fl
>
> The file is owned by the user root, and belongs to the group root. It
> was created 03/03/2007 at 22:37 and is named important.fl
>
> Now, in a Windows system, running as a computer administrator, you could
> do anything you wanted to this file, even delete it. In Linux, only the
> owner could do anything with this file, because of the way the
> permissions are set.
> -rwx --- ---
>
> I divided the permissions up into three sections for clarity. The first
> section, rwx, means that the owner (root) can read, write or execute the
> file. The next group of three, ---, are the group permissions. A member
> of the root group who *isn't* root can do nothing with the file. The
> last three are similarly the permissions for everybody else, and they
> can't do anything with it, either.
>
> By carefully setting the permissions and ownership of files (and
> commands are files, too), you can control who can do what to which file.
>
> Pulling it together, something in your Dolphin installation made the
> file belong to somebody other than you. So, you need to change the
> ownership to fix it. Let's say the file (sitting in your ,kde folder)
> was called myfile. ls -l might show:
>
> -rwxr-xr-x bruce bruce 9248 2007-03-03 22:37 myfile
>
> For it to operate properly, assume it needs to be:
>
> -rwxr-xr-x clark clark 9248 2007-03-03 22:37 myfile
>
> BUT, the file doesn't belong to you, so you don't have permission to do
> anything to it, including changing the ownership from bruce to you, and
> until you do, you can't write to that file because only bruce has write
> permission.
>
> Enter the super user, again. You can't log in as root, as a security
> precaution, but you can *masquerade* as root, *if* you're in the sudoers
> group (that keeps bad guys from logging in and messing with your files).
> Since root can do anything to any file, using sudo you can correct the
> ownership error.
>
> stew
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cpmcc at optusnet.com.au Sat Jan 5 05:19:43 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sat, 05 Jan 2008 16:19:43 +1100
Subject: Video Problem WMV
In-Reply-To: <477EE855.4030106@gmail.com>
References: <477ED35C.4030604@optusnet.com.au> <477EE855.4030106@gmail.com>
Message-ID: <477F136F.7020407@optusnet.com.au>
Thanks to Paul s. and D. Michael Mcintyre for the response but is anyone
there who can translate this into beginner speak please? or at least
something I can work on even if I don't understand what I'm doing.
usually indicates that some of your repos in /etc/apt/sources.list are
not enabled.
Thanks,
Clark.
From anton at wilddsl.net.au Sat Jan 5 05:27:49 2008
From: anton at wilddsl.net.au (Anton Rolls)
Date: Sat, 05 Jan 2008 16:27:49 +1100
Subject: Video Problem WMV
In-Reply-To: <477F136F.7020407@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <477EE855.4030106@gmail.com>
<477F136F.7020407@optusnet.com.au>
Message-ID: <477F1555.7090605@wilddsl.net.au>
Before I can be sure I can help you, I need to know:
What version of Kubuntu are you running ?
Anton.
Clark wrote:
> Thanks to Paul s. and D. Michael Mcintyre for the response but is anyone
> there who can translate this into beginner speak please? or at least
> something I can work on even if I don't understand what I'm doing.
>
> usually indicates that some of your repos in /etc/apt/sources.list are
> not enabled.
>
> Thanks,
>
> Clark.
From cpmcc at optusnet.com.au Sat Jan 5 05:52:09 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sat, 05 Jan 2008 16:52:09 +1100
Subject: Video Problem WMV - Anton
In-Reply-To: <477F1555.7090605@wilddsl.net.au>
References: <477ED35C.4030604@optusnet.com.au>
<477EE855.4030106@gmail.com> <477F136F.7020407@optusnet.com.au>
<477F1555.7090605@wilddsl.net.au>
Message-ID: <477F1B09.90703@optusnet.com.au>
Apologies Anton
Kubuntu version is 7.10, the most current I think.
Clark.
Anton Rolls wrote:
> Before I can be sure I can help you, I need to know:
>
> What version of Kubuntu are you running ?
>
> Anton.
>
> Clark wrote:
>
>> Thanks to Paul s. and D. Michael Mcintyre for the response but is anyone
>> there who can translate this into beginner speak please? or at least
>> something I can work on even if I don't understand what I'm doing.
>>
>> usually indicates that some of your repos in /etc/apt/sources.list are
>> not enabled.
>>
>> Thanks,
>>
>> Clark.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 06:07:59 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sat, 5 Jan 2008 01:07:59 -0500
Subject: Video Problem WMV
In-Reply-To: <477F136F.7020407@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <477EE855.4030106@gmail.com>
<477F136F.7020407@optusnet.com.au>
Message-ID: <200801050107.59462.michael.mcintyre@rosegardenmusic.com>
On Saturday 05 January 2008, Clark wrote:
> there who can translate this into beginner speak please? or at least
> something I can work on even if I don't understand what I'm doing.
I don't know the official graphical tool way to do it. The unofficial,
unsupported, evil, horribly hacky way to do it is to go
edit /etc/apt/sources.list (as root) and uncomment (get rid of the # symbols)
this bit:
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
#deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
#deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
(Yours may say something other than "gutsy" here. The key word is
multiverse.)
Then update and so forth in the usual fashion. From the unspeakably evil
command line, it would be something like:
sudo apt-get update
sudo apt-get install mplayer
You probably have to install the "w32codecs" package explicitly too, in order
to play WMV files.
--
D. Michael McIntyre
From donn.ingle at gmail.com Sat Jan 5 06:23:05 2008
From: donn.ingle at gmail.com (Donn)
Date: Sat, 5 Jan 2008 08:23:05 +0200
Subject: Video Problem WMV
In-Reply-To: <200801050107.59462.michael.mcintyre@rosegardenmusic.com>
References: <477ED35C.4030604@optusnet.com.au>
<477F136F.7020407@optusnet.com.au>
<200801050107.59462.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801050823.05262.donn.ingle@gmail.com>
To clarify:
Only remove the # symbols in front of these two lines:
> #deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
> #deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From karlok at fastmail.fm Sat Jan 5 06:35:46 2008
From: karlok at fastmail.fm (Karl)
Date: Fri, 04 Jan 2008 22:35:46 -0800
Subject: Like to see bootup messages
In-Reply-To: <200801041555.18706.tim@johnsons-web.com>
References: <200801041555.18706.tim@johnsons-web.com>
Message-ID: <477F2542.7000105@fastmail.fm>
Tim Johnson wrote:
> I just installed kubuntu 7.10 on an older laptop with 512 meg of RAM
> and it boots *very* slowly. I find the black screen during bootup to
> be disquieting. I'd like to see bootup messages like I would see on
> redhat or slackware. I commented out the quiet directive in menu.lst
> but it doesn't make any differences.
>
> Any other ideas?
> Thanks
> Tim
>
Even with quiet you should get some messages, not a black screen. Did
you remove "splash" from the kernel line?
Karl
From cpmcc at optusnet.com.au Sat Jan 5 06:41:44 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sat, 05 Jan 2008 17:41:44 +1100
Subject: Video Problem WMV
In-Reply-To: <200801050107.59462.michael.mcintyre@rosegardenmusic.com>
References: <477ED35C.4030604@optusnet.com.au>
<477EE855.4030106@gmail.com> <477F136F.7020407@optusnet.com.au>
<200801050107.59462.michael.mcintyre@rosegardenmusic.com>
Message-ID: <477F26A8.1040106@optusnet.com.au>
Tried this (suggestion below) and got this in reply:
edit /etc/apt/sources.list
Warning: unknown mime-type for "/etc/apt/sources.list" -- using
"application/*"
Error: no write permission for file "/etc/apt/sources.list"
D. Michael McIntyre wrote:
> On Saturday 05 January 2008, Clark wrote:
>
>
>> there who can translate this into beginner speak please? or at least
>> something I can work on even if I don't understand what I'm doing.
>>
>
> I don't know the official graphical tool way to do it. The unofficial,
> unsupported, evil, horribly hacky way to do it is to go
> edit /etc/apt/sources.list (as root) and uncomment (get rid of the # symbols)
> this bit:
>
> ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
> ## team, and may not be under a free licence. Please satisfy yourself as to
> ## your rights to use the software. Also, please note that software in
> ## multiverse WILL NOT receive any review or updates from the Ubuntu
> ## security team.
> #deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
> #deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
>
> (Yours may say something other than "gutsy" here. The key word is
> multiverse.)
>
> Then update and so forth in the usual fashion. From the unspeakably evil
> command line, it would be something like:
>
> sudo apt-get update
> sudo apt-get install mplayer
>
> You probably have to install the "w32codecs" package explicitly too, in order
> to play WMV files.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From donn.ingle at gmail.com Sat Jan 5 07:06:36 2008
From: donn.ingle at gmail.com (Donn)
Date: Sat, 5 Jan 2008 09:06:36 +0200
Subject: Video Problem WMV
In-Reply-To: <477F26A8.1040106@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au>
<200801050107.59462.michael.mcintyre@rosegardenmusic.com>
<477F26A8.1040106@optusnet.com.au>
Message-ID: <200801050906.36423.donn.ingle@gmail.com>
Clark,
Your first stop should be:
http://www.kubuntu.org/doc/7.10/index/C/index.html
To get some basics under wraps.
> edit /etc/apt/sources.list
He meant 'edit' as a verb, not a program name. You need to use kedit or kate
to actually open the file for editing. You also have to do it as root, so:
1. Alt+F2, type:
kdesu kate /etc/apt/sources.list
Enter your normal user password.
Find the lines in question and remove the (single) # symbols.
Do NOT EDIT ANYTHING ELSE. Don't stuff that file up!
Save file and close kate.
2. Then open konsole and type:
sudo apt-get update
Type your password again.
Wait for it to finish, look out for errors.
3. Then:
sudo apt-get install mplayer
(may have to retype password)
That *should* do the trick.
I know for codecs and stuff, I usually go to the mplayer website and download
their codecs pack and put them in a folder on my drive. It's a little
intricate, but mplayer works well for me.
hth
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From tlenze at gmail.com Sat Jan 5 08:20:29 2008
From: tlenze at gmail.com (Troy Lenze)
Date: Sat, 05 Jan 2008 03:20:29 -0500
Subject: Video Problem WMV
In-Reply-To: <200801050107.59462.michael.mcintyre@rosegardenmusic.com>
References: <477ED35C.4030604@optusnet.com.au> <477EE855.4030106@gmail.com>
<477F136F.7020407@optusnet.com.au>
<200801050107.59462.michael.mcintyre@rosegardenmusic.com>
Message-ID: <1199521230.9012.2.camel@Galactica>
On Sat, 2008-01-05 at 01:07 -0500, D. Michael McIntyre wrote:
> On Saturday 05 January 2008, Clark wrote:
>
> > there who can translate this into beginner speak please? or at least
> > something I can work on even if I don't understand what I'm doing.
>
> I don't know the official graphical tool way to do it. The unofficial,
> unsupported, evil, horribly hacky way to do it is to go
> edit /etc/apt/sources.list (as root) and uncomment (get rid of the # symbols)
> this bit:
*snip*
Graphical way:
1. Open Adept Package Manager
2. Go to Adept->Manage Repositories
3. Check the box next to Multiverse
4. Close and click the Reload button
From charles.trois at orange.fr Sat Jan 5 14:09:35 2008
From: charles.trois at orange.fr (Charles Trois)
Date: Sat, 05 Jan 2008 15:09:35 +0100
Subject: Printing text
In-Reply-To: <200712311442.21633.donn.ingle@gmail.com>
References: <4778DCDF.2020108@orange.fr>
<200712311442.21633.donn.ingle@gmail.com>
Message-ID: <477F8F9F.3040700@orange.fr>
Donn a écrit :
>> I should be grateful to anybody who can throw some light on this problem
>> of printing text at a reasonable speed.
> It's not the quality being set too high is it? Check DPI and driver settings
> for the printer.
You were right: changing the printout mode from "normal" to "draft" did it.
Thank you for the hint.
Charles
From ulrich.gruen at gmail.com Sat Jan 5 14:43:06 2008
From: ulrich.gruen at gmail.com (Ulrich =?iso-8859-1?q?Gr=FCn?=)
Date: Sat, 5 Jan 2008 15:43:06 +0100
Subject: error configuring dhcdbd
Message-ID: <200801051543.06678.Ulrich.gruen@googlemail.com>
Hi all,
I had to reinstall dhcdbd (accidentally, I removed it). Since then I get the
message that configuring of dhcdbd failed. A result of this is, that
network-manager, network-manager-kde and knetworkmanager cannot be
configured as well (because they depend on dhcdbd).
The output after an 'apt-get upgrade' is following:
Richte dhcdbd ein (2.0-5ubuntu1) ...
* Reloading system message bus config... [ OK ]
* Starting DHCP D-Bus daemon dhcdbd
invoke-rc.d: initscript dhcdbd, action "start" failed.
dpkg: Fehler beim Bearbeiten von dhcdbd (--configure):
Unterprozess post-installation script gab den Fehlerwert 1 zurück
Does anybody have an idea how I can solve this problem? The versions of called
packages are the ones in the Kubuntu 7.10 repositories.
--
Thanks,
Ulrich.
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
WU WEI
The Sage is occupied with the unspoken, and acts without effort.
Teaching without verbosity, producing without possessing,
creating without regard to result, claiming nothing,
the Sage has nothing to lose. [Tao Te Ching, by Priya Hemenway]
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
From donn.ingle at gmail.com Sat Jan 5 15:00:29 2008
From: donn.ingle at gmail.com (Donn)
Date: Sat, 5 Jan 2008 17:00:29 +0200
Subject: error configuring dhcdbd
In-Reply-To: <200801051543.06678.Ulrich.gruen@googlemail.com>
References: <200801051543.06678.Ulrich.gruen@googlemail.com>
Message-ID: <200801051700.29549.donn.ingle@gmail.com>
> dpkg: Fehler beim Bearbeiten von dhcdbd (--configure):
> Unterprozess post-installation script gab den Fehlerwert 1 zurück
Not likely to get much help unless you can translate that message for us.
\d
http://otherwiseingle.blogspot.com/
From ulrich.gruen at gmail.com Sat Jan 5 15:06:36 2008
From: ulrich.gruen at gmail.com (Ulrich =?iso-8859-1?q?Gr=FCn?=)
Date: Sat, 5 Jan 2008 16:06:36 +0100
Subject: error configuring dhcdbd
In-Reply-To: <200801051700.29549.donn.ingle@gmail.com>
References: <200801051543.06678.Ulrich.gruen@googlemail.com>
<200801051700.29549.donn.ingle@gmail.com>
Message-ID: <200801051606.37031.Ulrich.gruen@googlemail.com>
Also schrieben Sie am Samstag, 5. Januar 2008 16:00:29:
> > dpkg: Fehler beim Bearbeiten von dhcdbd (--configure):
> > Unterprozess post-installation script gab den Fehlerwert 1 zurück
>
> Not likely to get much help unless you can translate that message for us.
It says something like: "error with processing of dhcdbd (--configure):
child process post-installation script exited with error code 1".
(HTH ;-)
--
Greetz,
Ulrich.
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
WU WEI
The Sage is occupied with the unspoken, and acts without effort.
Teaching without verbosity, producing without possessing,
creating without regard to result, claiming nothing,
the Sage has nothing to lose. [Tao Te Ching, by Priya Hemenway]
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
From news at pointerstop.ca Sat Jan 5 15:05:38 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Sat, 05 Jan 2008 11:05:38 -0400
Subject: error configuring dhcdbd
References: <200801051543.06678.Ulrich.gruen@googlemail.com>
<200801051700.29549.donn.ingle@gmail.com>
Message-ID: <1974822.uLmJpW9v51@cedar.serverforest.com>
Donn wrote:
>> dpkg: Fehler beim Bearbeiten von dhcdbd (--configure):
>> Unterprozess post-installation script gab den Fehlerwert 1 zurück
> Not likely to get much help unless you can translate that message for us.
What? You've never seen that message?
It's something to the effect of:
configuration failed for package dhcbd
a post-installation script exited with return code 1"
The real message should be above, but:
invoke-rc.d: initscript dhcdbd, action "start" failed.
isn't informative.
I know I've had this happen, but can't remember why, or how to fix it.
--
derek
From donn.ingle at gmail.com Sat Jan 5 15:22:46 2008
From: donn.ingle at gmail.com (Donn)
Date: Sat, 5 Jan 2008 17:22:46 +0200
Subject: error configuring dhcdbd
In-Reply-To: <200801051606.37031.Ulrich.gruen@googlemail.com>
References: <200801051543.06678.Ulrich.gruen@googlemail.com>
<200801051700.29549.donn.ingle@gmail.com>
<200801051606.37031.Ulrich.gruen@googlemail.com>
Message-ID: <200801051722.46633.donn.ingle@gmail.com>
> It says something like: "error with processing of dhcdbd (--configure):
> child process post-installation script exited with error code 1".
Hmmm. Which post installation script did the failing is the question?
What does dmesg and/or the log have to say? Is there an apt error log
somewhere?
You could try run
/the/right/dir/dhcdbd --configure
And see what it says.
You might have gathered that I'm clueless :) Just trying to prompt your
grey-cells.
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From donn.ingle at gmail.com Sat Jan 5 15:23:10 2008
From: donn.ingle at gmail.com (Donn)
Date: Sat, 5 Jan 2008 17:23:10 +0200
Subject: error configuring dhcdbd
In-Reply-To: <1974822.uLmJpW9v51@cedar.serverforest.com>
References: <200801051543.06678.Ulrich.gruen@googlemail.com>
<200801051700.29549.donn.ingle@gmail.com>
<1974822.uLmJpW9v51@cedar.serverforest.com>
Message-ID: <200801051723.10854.donn.ingle@gmail.com>
> What? You've never seen that message?
I've lived a sheltered life :)
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From ulrich.gruen at gmail.com Sat Jan 5 15:19:40 2008
From: ulrich.gruen at gmail.com (Ulrich =?iso-8859-1?q?Gr=FCn?=)
Date: Sat, 5 Jan 2008 16:19:40 +0100
Subject: error configuring dhcdbd
In-Reply-To: <1974822.uLmJpW9v51@cedar.serverforest.com>
References: <200801051543.06678.Ulrich.gruen@googlemail.com>
<200801051700.29549.donn.ingle@gmail.com>
<1974822.uLmJpW9v51@cedar.serverforest.com>
Message-ID: <200801051619.40411.Ulrich.gruen@googlemail.com>
Am Samstag, 5. Januar 2008 16:05:38 schrieb Derek Broughton:
> The real message should be above, but:
> invoke-rc.d: initscript dhcdbd, action "start" failed.
> isn't informative.
I would hope that the script behaved with more verbosity.
> I know I've had this happen, but can't remember why, or how to fix it.
Until now it isn't a big problem. But for consistency reasons (and to prevent
it from becomming a real problem in the future), I would really like to have
it fixed . . .
I allready reinstalled the packages, but that did not help.
--
Greetz,
Ulrich.
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
WU WEI
The Sage is occupied with the unspoken, and acts without effort.
Teaching without verbosity, producing without possessing,
creating without regard to result, claiming nothing,
the Sage has nothing to lose. [Tao Te Ching, by Priya Hemenway]
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
OS: Kubuntu 7.10 (Linux)
From spwhite at freesurf.ch Sat Jan 5 15:27:01 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Sat, 5 Jan 2008 16:27:01 +0100
Subject: KMail from many platforms
In-Reply-To: <2732710.ho4IaqyPii@cedar.serverforest.com>
References: <200712051910.17327.spwhite@freesurf.ch>
<200801031145.15324.spwhite@freesurf.ch>
<2732710.ho4IaqyPii@cedar.serverforest.com>
Message-ID: <200801051627.01604.spwhite@freesurf.ch>
On Thursday 03 January 2008 20:33, Derek Broughton wrote:
> >> it's all pam based, and if the mail user has a linux account, that
> >> should be used.
> >
> > Not sure I understand.
>
> Exactly what I said. It's _pam_ based. There shouldn't even _be_
> an /etc/dovecot/passwd file. Dovecot is practically installed complete
> when you apt-get it - the only thing I can think of that has to be modified
> is to actually enable the imap service. If you have a passwd file, you've
> been messing too much with the config.
Thanks, I'll have a look into that.
I'll never know if that much messing was a resut of attempting to download
sources not tailored for Kubbuntu (remember, "adept-installer is the stupid
little brother"), or only of my complete ignorance about those topics.
Now at least I feel I can experiment.
Cheers Perry
--
BOFH excuse #148: Insert coin for new game
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 15:47:40 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sat, 5 Jan 2008 10:47:40 -0500
Subject: Video Problem WMV
In-Reply-To: <200801050906.36423.donn.ingle@gmail.com>
References: <477ED35C.4030604@optusnet.com.au>
<477F26A8.1040106@optusnet.com.au>
<200801050906.36423.donn.ingle@gmail.com>
Message-ID: <200801051047.40544.michael.mcintyre@rosegardenmusic.com>
On Saturday 05 January 2008, Donn wrote:
> He meant 'edit' as a verb, not a program name.
Well, I did, but if he's at a command line, "edit" really is a verb on Debian
systems. I think it defaults to Nano.
Thanks for pointing out my stupidity with the "remove all the #" bit. It was
late. It should ultimately look like this (except the "gutsy" part might
differ, and so might the "us" part):
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
--
D. Michael McIntyre
From fred.schaer at wanadoo.fr Sat Jan 5 16:09:30 2008
From: fred.schaer at wanadoo.fr (Fred Schaer)
Date: Sat, 05 Jan 2008 17:09:30 +0100
Subject: sound recording does not work on intel HD audio ??
In-Reply-To: <200801042130.39621.kubuntu-users@cpinkney.org.uk>
References: <477E7F1D.8000604@wanadoo.fr>
<200801042130.39621.kubuntu-users@cpinkney.org.uk>
Message-ID: <477FABBA.4080902@wanadoo.fr>
Hi,
Thanks for the answer :)
Actually, I'm indeed running Gutsy, so I may try to use backports to see
if it helps.
I just checked, I don't have snd-hda-intel (or snd_hda_intel ?) anywhere
in /etc : maybe the module is loaded in the initrd ? In that case, I'll
try to regenerate the initrd files...
Thanks for the suggestions, I'm going to try all this :)
Regards
Colin Pinkney a écrit :
> Hi Fred
>
> On Friday 04 Jan 2008, Fred Schaer wrote:
>
>> I'm desperately trying to record audio (from TV - I have no problem with
>> capturing the video) that's plugged on the Line in jack of my ASUS P5B
>> deluxe card. This is an intel HD audio codec (Analog Devices AD1988B), on a
>> ICH8 chipset.
>>
> [Snip]
>
>> So I'm wondering what else I could try ? Why can't I get any audio recorder
>> from the Line source ? The alsa changelogs do not seem to show many things
>> have been improved concerning the snd_hda_intel module, so I'm wondering if
>> it's worth spending time trying the 1.0.15 version instead of the Gutsy
>> 1.0.14 ...
>>
>
> Assuming you are already using Gutsy, you could try enabling the backports
> repository, which I think it is labelled Unsupported Updates in Adept, and
> then install linux-backports-modules as this contains version 1.0.15 of the
> ALSA drivers for Gutsy. I installed this just today on my Toshiba laptop to
> fix a couple of issues with my sound using the same snd_hda_intel module (It
> is now much louder and plugging in headphones cuts off the speakers as it
> should do).
>
> Do you also have the following line at the end of
> your /etc/modprobe.d/alsa-base or something similar?
>
> options snd-hda-intel model=asus
>
> You will need to reboot for this change to take effect unless you can unload
> and reload all the sound modules. I have seen the line above fix issues for
> other ASUS owners.
>
> Hope that helps.
>
>
From donn.ingle at gmail.com Sat Jan 5 16:17:00 2008
From: donn.ingle at gmail.com (Donn)
Date: Sat, 5 Jan 2008 18:17:00 +0200
Subject: Video Problem WMV
In-Reply-To: <200801051047.40544.michael.mcintyre@rosegardenmusic.com>
References: <477ED35C.4030604@optusnet.com.au>
<200801050906.36423.donn.ingle@gmail.com>
<200801051047.40544.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801051817.01053.donn.ingle@gmail.com>
I think Troy took the right tack:
Graphical way:
1. Open Adept Package Manager
2. Go to Adept->Manage Repositories
3. Check the box next to Multiverse
4. Close and click the Reload button
Clark is new to Kubuntu and our cli angle will mangle his brain :)
\d
From ulrich.gruen at gmail.com Sat Jan 5 16:51:31 2008
From: ulrich.gruen at gmail.com (Ulrich =?iso-8859-1?q?Gr=FCn?=)
Date: Sat, 5 Jan 2008 17:51:31 +0100
Subject: speech to text program
Message-ID: <200801051751.31519.Ulrich.gruen@googlemail.com>
Hi all,
does anybody have heard about a program that lets you convert spoken text into
ascii? It would be nice if I could dictate the text to the computer, and
have it written down in text.
--
Greetz,
Ulrich.
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
WU WEI
The Sage is occupied with the unspoken, and acts without effort.
Teaching without verbosity, producing without possessing,
creating without regard to result, claiming nothing,
the Sage has nothing to lose. [Tao Te Ching, by Priya Hemenway]
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
OS: Kubuntu 7.10 (Linux)
From donn.ingle at gmail.com Sat Jan 5 17:03:38 2008
From: donn.ingle at gmail.com (Donn)
Date: Sat, 5 Jan 2008 19:03:38 +0200
Subject: speech to text program
In-Reply-To: <200801051751.31519.Ulrich.gruen@googlemail.com>
References: <200801051751.31519.Ulrich.gruen@googlemail.com>
Message-ID: <200801051903.39051.donn.ingle@gmail.com>
> does anybody have heard about a program that lets you convert spoken text
> into ascii?
I think there's one called "fingers 1.0" - most people come with ten
pre-installed :)
Sorry, no idea.
From tim at johnsons-web.com Sat Jan 5 17:33:48 2008
From: tim at johnsons-web.com (Tim Johnson)
Date: Sat, 5 Jan 2008 08:33:48 -0900
Subject: Like to see bootup messages
In-Reply-To: <477F2542.7000105@fastmail.fm>
References: <200801041555.18706.tim@johnsons-web.com>
<477F2542.7000105@fastmail.fm>
Message-ID: <200801050833.48874.tim@johnsons-web.com>
On Friday 04 January 2008, Karl wrote:
> Even with quiet you should get some messages, not a black screen. Did
> you remove "splash" from the kernel line?
Hi Karl and Sinclair :
No Carl, I did not, I did change `quiet' to `noquiet'. Below is the
automagic kernels list for my menu.lst
############################################
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic
root=UUID=ef315234-5f10-478f-978f-c407ae845b5b ro noquiet splash
initrd /boot/initrd.img-2.6.22-14-generic
# quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic
root=UUID=ef315234-5f10-478f-978f-c407ae845b5b ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
########################################################
Thanks to all for the responses.
cheers
tim
From ulrich.gruen at gmail.com Sat Jan 5 17:38:52 2008
From: ulrich.gruen at gmail.com (Ulrich =?iso-8859-1?q?Gr=FCn?=)
Date: Sat, 5 Jan 2008 18:38:52 +0100
Subject: speech to text program
In-Reply-To: <200801051903.39051.donn.ingle@gmail.com>
References: <200801051751.31519.Ulrich.gruen@googlemail.com>
<200801051903.39051.donn.ingle@gmail.com>
Message-ID: <200801051838.52579.Ulrich.gruen@googlemail.com>
Also schrieben Sie am Samstag, 5. Januar 2008 18:03:38:
> > does anybody have heard about a program that lets you convert spoken text
> > into ascii?
>
> I think there's one called "fingers 1.0" - most people come with ten
> pre-installed :)
>
> Sorry, no idea.
Ten? that's more than the three I have. And I wouldn't call them
pre-installed. The installation procedure lasted for more than twenty years
now, and it isn't that fast though.
--
Greetzt,
Ulrich.
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
WU WEI
The Sage is occupied with the unspoken, and acts without effort.
Teaching without verbosity, producing without possessing,
creating without regard to result, claiming nothing,
the Sage has nothing to lose. [Tao Te Ching, by Priya Hemenway]
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
OS: Kubuntu 7.10 (Linux)
From ejazzkatt at gmail.com Sat Jan 5 17:42:35 2008
From: ejazzkatt at gmail.com (Eric)
Date: Sat, 05 Jan 2008 12:42:35 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
Message-ID: <477FC18B.8070709@gmail.com>
I have two computers and I'd like to be able to transfer files between
them. One is running PClinuxOs 2007 and the other is running Kubuntu 6.06.
Is there an easy way to network them together so that I can transfer
files between them? Most of the time I would want to transfer from the
PClinuxOs machine to the other.
Thanks for your help.
Eric Jackson
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 18:02:10 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sat, 5 Jan 2008 13:02:10 -0500
Subject: Video Problem WMV
In-Reply-To: <200801051817.01053.donn.ingle@gmail.com>
References: <477ED35C.4030604@optusnet.com.au>
<200801051047.40544.michael.mcintyre@rosegardenmusic.com>
<200801051817.01053.donn.ingle@gmail.com>
Message-ID: <200801051302.10516.michael.mcintyre@rosegardenmusic.com>
On Saturday 05 January 2008, Donn wrote:
> I think Troy took the right tack:
> Graphical way:
> Clark is new to Kubuntu and our cli angle will mangle his brain :)
Oh, surely so. I'm just too stupid to understand how to use the easy tools.
--
D. Michael McIntyre
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 18:17:34 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sat, 5 Jan 2008 13:17:34 -0500
Subject: sound recording does not work on intel HD audio ??
In-Reply-To: <477FABBA.4080902@wanadoo.fr>
References: <477E7F1D.8000604@wanadoo.fr>
<200801042130.39621.kubuntu-users@cpinkney.org.uk>
<477FABBA.4080902@wanadoo.fr>
Message-ID: <200801051317.35037.michael.mcintyre@rosegardenmusic.com>
On Saturday 05 January 2008, Fred Schaer wrote:
> I just checked, I don't have snd-hda-intel (or snd_hda_intel ?) anywhere
> in /etc : maybe the module is loaded in the initrd ? In that case, I'll
> try to regenerate the initrd files...
You won't find a kernel module in /etc. The modules are the various .ko files
under /lib/modules/$YOUR_KERNEL_VERSION, but you have no reason to go
screwing around with any of that. The modules are not going to be loaded by
your initd, which is only for critical modules necessary for booting, like
the drivers for filesystems and various kinds of storage hardware.
What you want to start with is lsmod to see which modules are loaded. You'll
probably find your snd_hda_intel there. I don't know how to fix your
problem, but I deal with how_to_get_sound_working issues constantly, and I've
seen a lot of people reporting problems with Intel and HD in them, to the
point where I really hate that chip, even though I don't know anything about
it.
I'd try the ALSA upgrade first. Who knows.
--
D. Michael McIntyre
From fred.schaer at wanadoo.fr Sat Jan 5 18:29:05 2008
From: fred.schaer at wanadoo.fr (Fred Schaer)
Date: Sat, 05 Jan 2008 19:29:05 +0100
Subject: sound recording does not work on intel HD audio ??
In-Reply-To: <200801051317.35037.michael.mcintyre@rosegardenmusic.com>
References: <477E7F1D.8000604@wanadoo.fr> <200801042130.39621.kubuntu-users@cpinkney.org.uk> <477FABBA.4080902@wanadoo.fr>
<200801051317.35037.michael.mcintyre@rosegardenmusic.com>
Message-ID: <477FCC71.4050608@wanadoo.fr>
LOL !
Considering the time I spent searching for a solution before posting, I
starting to feel like you about this chip ;)
Thanks, I actually knew where to find modules.
Thing is I don't know yet why snd_hda_intel is actually loaded :
fred:~$ lsmod | grep snd_hda
snd_hda_intel 263712 1
snd_pcm 80388 2 snd_hda_intel,snd_pcm_oss
snd 54660 11
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
But as I said, nothing is in /etc : it's why I was guessing it was
loaded at boot time, by initrd.
Could the module have been loaded because it was a dependency for
something else ?
D. Michael McIntyre a écrit :
> On Saturday 05 January 2008, Fred Schaer wrote:
>
>> I just checked, I don't have snd-hda-intel (or snd_hda_intel ?) anywhere
>> in /etc : maybe the module is loaded in the initrd ? In that case, I'll
>> try to regenerate the initrd files...
>>
>
> You won't find a kernel module in /etc. The modules are the various .ko files
> under /lib/modules/$YOUR_KERNEL_VERSION, but you have no reason to go
> screwing around with any of that. The modules are not going to be loaded by
> your initd, which is only for critical modules necessary for booting, like
> the drivers for filesystems and various kinds of storage hardware.
>
> What you want to start with is lsmod to see which modules are loaded. You'll
> probably find your snd_hda_intel there. I don't know how to fix your
> problem, but I deal with how_to_get_sound_working issues constantly, and I've
> seen a lot of people reporting problems with Intel and HD in them, to the
> point where I really hate that chip, even though I don't know anything about
> it.
>
> I'd try the ALSA upgrade first. Who knows.
>
From karlok at fastmail.fm Sat Jan 5 18:58:19 2008
From: karlok at fastmail.fm (Karl)
Date: Sat, 05 Jan 2008 10:58:19 -0800
Subject: Like to see bootup messages
In-Reply-To: <200801050833.48874.tim@johnsons-web.com>
References: <200801041555.18706.tim@johnsons-web.com> <477F2542.7000105@fastmail.fm>
<200801050833.48874.tim@johnsons-web.com>
Message-ID: <477FD34B.7050800@fastmail.fm>
Tim Johnson wrote:
> On Friday 04 January 2008, Karl wrote:
>
>> Even with quiet you should get some messages, not a black screen. Did
>> you remove "splash" from the kernel line?
> Hi Karl and Sinclair :
> No Carl, I did not, I did change `quiet' to `noquiet'. Below is the
> automagic kernels list for my menu.lst
> ############################################
> title Ubuntu 7.10, kernel 2.6.22-14-generic
> root (hd0,1)
> kernel /boot/vmlinuz-2.6.22-14-generic
> root=UUID=ef315234-5f10-478f-978f-c407ae845b5b ro noquiet splash
Get rid of the splash at the end of this line. It is supposed to
display a graphical boot screen with a progress bar, which isn't working
on your system. Without the splash you will see the boot messages. The
quiet just reduces the number of messages you see.
Karl
From michael.mcintyre at rosegardenmusic.com Sat Jan 5 19:00:54 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sat, 5 Jan 2008 14:00:54 -0500
Subject: sound recording does not work on intel HD audio ??
In-Reply-To: <477FCC71.4050608@wanadoo.fr>
References: <477E7F1D.8000604@wanadoo.fr>
<200801051317.35037.michael.mcintyre@rosegardenmusic.com>
<477FCC71.4050608@wanadoo.fr>
Message-ID: <200801051400.54217.michael.mcintyre@rosegardenmusic.com>
On Saturday 05 January 2008, Fred Schaer wrote:
> LOL !
> Considering the time I spent searching for a solution before posting, I
> starting to feel like you about this chip ;)
:)
> Thing is I don't know yet why snd_hda_intel is actually loaded :
I haven't looked lately, but this sort of thing used to be done by Debian's
Discover utility, at boot time.
--
D. Michael McIntyre
From tim at johnsons-web.com Sat Jan 5 19:15:33 2008
From: tim at johnsons-web.com (Tim Johnson)
Date: Sat, 5 Jan 2008 10:15:33 -0900
Subject: Like to see bootup messages
In-Reply-To: <477FD34B.7050800@fastmail.fm>
References: <200801041555.18706.tim@johnsons-web.com>
<200801050833.48874.tim@johnsons-web.com>
<477FD34B.7050800@fastmail.fm>
Message-ID: <200801051015.33474.tim@johnsons-web.com>
On Saturday 05 January 2008, Karl wrote:
>
> Get rid of the splash at the end of this line. It is supposed to
> display a graphical boot screen with a progress bar, which isn't working
> on your system. Without the splash you will see the boot messages. The
> quiet just reduces the number of messages you see.
Karl, you nailed it.
Thanks a lot.
Regards
Tim
From kubuntu-users at cpinkney.org.uk Sat Jan 5 20:31:11 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Sat, 5 Jan 2008 20:31:11 +0000
Subject: sound recording does not work on intel HD audio ??
In-Reply-To: <477FCC71.4050608@wanadoo.fr>
References: <477E7F1D.8000604@wanadoo.fr>
<200801051317.35037.michael.mcintyre@rosegardenmusic.com>
<477FCC71.4050608@wanadoo.fr>
Message-ID: <200801052031.11253.kubuntu-users@cpinkney.org.uk>
On Saturday 05 Jan 2008, Fred Schaer wrote:
> But as I said, nothing is in /etc : it's why I was guessing it was
> loaded at boot time, by initrd.
> Could the module have been loaded because it was a dependency for
> something else ?
What I was actually getting at was that you may need to pass a parameter to
the snd_hda_intel module to enable the correct mixing configuration, which
might enable the sound recording to work properly. It looks like you do not
have any options setup, so you could try adding the following line to the end
of /etc/modules.d/alsa-base:
options snd-hda-intel model=asus
and then reboot. There are several model strings you could try as detailed
here:
https://help.ubuntu.com/community/HdaIntelSoundHowto
Not that it is important since the correct sound modules are loading, but I
believe the kernel has lists of the PCI and other IDs for various hardware
and automatically loads corresponding modules when it sees matching hardware.
--
Colin Pinkney
http://www.cpinkney.org.uk
From news at pointerstop.ca Sat Jan 5 21:20:54 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Sat, 05 Jan 2008 17:20:54 -0400
Subject: error configuring dhcdbd
References: <200801051543.06678.Ulrich.gruen@googlemail.com>
<200801051700.29549.donn.ingle@gmail.com>
<1974822.uLmJpW9v51@cedar.serverforest.com>
<200801051723.10854.donn.ingle@gmail.com>
Message-ID: <8902756.bAZCDiJM5e@cedar.serverforest.com>
Donn wrote:
>> What? You've never seen that message?
> I've lived a sheltered life :)
LOL. I did something not too long ago that mucked up slocate, and it seemed
every time I fixed it, the problem would come back. I got this message a
lot (and, as I say, I'm sure I've seen it with dhcdbd, too).
--
derek
From paulatgm at gmail.com Sun Jan 6 01:04:23 2008
From: paulatgm at gmail.com (Paul S)
Date: Sat, 05 Jan 2008 20:04:23 -0500
Subject: speech to text program
In-Reply-To: <200801051751.31519.Ulrich.gruen@googlemail.com>
References: <200801051751.31519.Ulrich.gruen@googlemail.com>
Message-ID: <47802917.4020406@gmail.com>
Ulrich Grün said the following on 01/05/2008 11:51 AM:
> Hi all,
>
> does anybody have heard about a program that lets you convert spoken text into
> ascii? It would be nice if I could dictate the text to the computer, and
> have it written down in text.
paul :~$ apt-cache search speech recognition
libgsm1 - Shared libraries for GSM speech compressor
libgsm1-dev - Development libraries for a GSM speech compressor
libgsm-tools - User binaries for a GSM speech compressor
libsphinx2-dev - speech recognition library - development kit
libsphinx2g0 - speech recognition library
libtorch3-dev - State of the art machine learning library - development
files
libtorch3c2 - State of the art machine learning library - runtime library
sphinx2-bin - speech recognition utilities
sphinx2-hmm-6k - speech recognition library - default acoustic model
I don't know anything about them. Also, there is/was IBM viavoice for
linux .. you'll have to google around for info.
regards,
From cary at bielenberg.id.au Tue Jan 1 10:52:55 2008
From: cary at bielenberg.id.au (cary Bielenberg)
Date: Tue, 01 Jan 2008 20:52:55 +1000
Subject: Change Default to T/Bird & Firefox
In-Reply-To: <477A183E.8000807@optusnet.com.au>
References: <477A183E.8000807@optusnet.com.au>
Message-ID: <477A1B87.105@bielenberg.id.au>
Clark wrote:
> I have just loaded Kbuntu.
> Question:
> I want to change my default Email to Thunderbird (and Firefox browser)
> but the method given in Q/A 7077 (see below for link) is to " Navigate
> to System \ Preferences \ Preferred Applications" I can find System in
> the K Menu but there is only an array of programs; Adept, Dolphin etc.
> I can't find any trace of Preferences can someone help.
>
> Clark
>
> https://answers.launchpad.net/ubuntu/+source/kdebase/+question/7077
>
>
Clark,
Just copy mine!
Cheers Cary
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshot1.png
Type: image/png
Size: 83143 bytes
Desc: not available
URL:
From michael.mcintyre at rosegardenmusic.com Sun Jan 6 01:30:54 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sat, 5 Jan 2008 20:30:54 -0500
Subject: speech to text program
In-Reply-To: <47802917.4020406@gmail.com>
References: <200801051751.31519.Ulrich.gruen@googlemail.com>
<47802917.4020406@gmail.com>
Message-ID: <200801052030.54768.michael.mcintyre@rosegardenmusic.com>
On Saturday 05 January 2008, Paul S wrote:
> I don't know anything about them. Also, there is/was IBM viavoice for
> linux .. you'll have to google around for info.
Was. It's unobtanium now.
This thread is a rehash of one we just had on the Ubuntu Studio list. I've
attached the most helpful response from that thread to this reply. It was
from Susan Cragin, and it was a recipe for using Windows software with WINE.
It seems like sensible advice, given the experience I had trying to do
something with Sphinx.
--
D. Michael McIntyre
-------------- next part --------------
An embedded message was scrubbed...
From: Susan Cragin
Subject: Re: Speech Recognition
Date: Sun, 23 Dec 2007 22:03:05 -0500 (GMT-05:00)
Size: 4500
URL:
From stan10x10 at gmail.com Sun Jan 6 05:25:06 2008
From: stan10x10 at gmail.com (uriah heep)
Date: Sun, 6 Jan 2008 00:25:06 -0500
Subject: speech to text program
In-Reply-To: <200801052030.54768.michael.mcintyre@rosegardenmusic.com>
References: <200801051751.31519.Ulrich.gruen@googlemail.com>
<47802917.4020406@gmail.com>
<200801052030.54768.michael.mcintyre@rosegardenmusic.com>
Message-ID: <69c7ddfb0801052125u2888af46v9c2171ee554ea115@mail.gmail.com>
On Jan 5, 2008 8:30 PM, D. Michael McIntyre <
michael.mcintyre at rosegardenmusic.com> wrote:
> On Saturday 05 January 2008, Paul S wrote:
> > I don't know anything about them. Also, there is/was IBM viavoice for
> > linux .. you'll have to google around for info.
>
> Was. It's unobtanium now.
>
> This thread is a rehash of one we just had on the Ubuntu Studio list.
> I've
> attached the most helpful response from that thread to this reply. It was
> from Susan Cragin, and it was a recipe for using Windows software with
> WINE.
>
> It seems like sensible advice, given the experience I had trying to do
> something with Sphinx.
> --
> D. Michael McIntyre
>
> --
> I am considering buying dragon software speech to test. Unfortunately it
> only works on some Microsoft programs such as word. I am in a position
> where in I must output enormous quantities of work by keyboard.
> Unfortunately I am saddled with several learning disabilities/prenatal brain
> damage which results in deficits in motor control which make it impossible
> for me to type rapidly. If this program works under wine I have no idea at
> this time. I hope it does but again I do not know. This sort of thing is
> why I keep my computer a dual boot system. Perhaps this works under VM but
> I am a newbie and have not got there yet. " I have seen this program work
> well on a p4 3 gigahertz machine with 1 gig memory under win xp.
>
Good Luck
Uriah
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From nigel at rmk.co.il Sun Jan 6 06:10:11 2008
From: nigel at rmk.co.il (Nigel Ridley)
Date: Sun, 06 Jan 2008 08:10:11 +0200
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <477FC18B.8070709@gmail.com>
References: <477FC18B.8070709@gmail.com>
Message-ID: <478070C3.7090308@rmk.co.il>
Eric wrote:
> I have two computers and I'd like to be able to transfer files between
> them. One is running PClinuxOs 2007 and the other is running Kubuntu 6.06.
>
> Is there an easy way to network them together so that I can transfer
> files between them? Most of the time I would want to transfer from the
> PClinuxOs machine to the other.
>
> Thanks for your help.
>
> Eric Jackson
>
nfs works great for me.
You will need to install the server on the Kubuntu machine and the
client on the PClinuxOs machine.
You will of course need to read some documentation on how to set it all
up - man nfs
You could instead think about setting up a local ftp server on the
Kubuntu machine.
Blessings,
Nigel
--
OliveRoot Ministries
http://www.oliveroot.net/
PrayingForIsrael.net
http://www.prayingforisrael.net/
From michael.mcintyre at rosegardenmusic.com Sun Jan 6 06:53:37 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sun, 6 Jan 2008 01:53:37 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <478070C3.7090308@rmk.co.il>
References: <477FC18B.8070709@gmail.com> <478070C3.7090308@rmk.co.il>
Message-ID: <200801060153.38208.michael.mcintyre@rosegardenmusic.com>
On Sunday 06 January 2008, Nigel Ridley wrote:
> You will of course need to read some documentation on how to set it all
> up - man nfs
>
> You could instead think about setting up a local ftp server on the
> Kubuntu machine.
NFS is supposed to be great, but the few times I've played with it, I couldn't
figure out how to set it up quickly enough, and I got bored.
What I've always done is more secure and easier to use than FTP though. I run
the ssh server on any box I want to copy files to, and simply scp or rsync
files there.
This sounds like more of a command line dork kind of approach though, and I
bet most normal humans would want to get NFS working, so they could drag and
drop across the network.
--
D. Michael McIntyre
From donn.ingle at gmail.com Sun Jan 6 07:05:33 2008
From: donn.ingle at gmail.com (Donn)
Date: Sun, 6 Jan 2008 09:05:33 +0200
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <477FC18B.8070709@gmail.com>
References: <477FC18B.8070709@gmail.com>
Message-ID: <200801060905.33922.donn.ingle@gmail.com>
> Is there an easy way to network them together so that I can transfer
> files between them? Most of the time I would want to transfer from the
> PClinuxOs machine to the other.
NFS is fine, I used it once (literally) years ago. Even for a newb-sans-clewb
it was not too hard to setup.
You can also try ssh, ftp and http.
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From grahamtodd2 at googlemail.com Sun Jan 6 07:33:17 2008
From: grahamtodd2 at googlemail.com (Graham)
Date: Sun, 6 Jan 2008 07:33:17 +0000
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <477FC18B.8070709@gmail.com>
References: <477FC18B.8070709@gmail.com>
Message-ID:
On Sat, 05 Jan 2008 12:42:35 -0500
Eric wrote:
> Is there an easy way to network them together so that I can transfer
> files between them? Most of the time I would want to transfer from
> the PClinuxOs machine to the other.
[snipped]
I don't know as I've never tried this except on Ubuntu and Debian based
systems (and PCLinuxOS uses an .rpm packaging system), but if you are
talking about files rather than applications, try a firewire link.
You will need firewire ports in both computers (so this usually means
installing a firewire card in each) and a firewire cable to connect
them. It works well for me connecting a PowerMac to a Kubuntu Gutsy
machine, and Edubuntu to the same Kubuntu Gutsy machine.
By why mess about with a networking solution when usb memory sticks are
so inexpensive these days?
--
Graham Todd
From kassube at gmx.net Sun Jan 6 08:16:53 2008
From: kassube at gmx.net (Nils Kassube)
Date: Sun, 6 Jan 2008 09:16:53 +0100
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <200801060153.38208.michael.mcintyre@rosegardenmusic.com>
References: <477FC18B.8070709@gmail.com> <478070C3.7090308@rmk.co.il>
<200801060153.38208.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801060916.53774.kassube@gmx.net>
D. Michael McIntyre wrote:
> What I've always done is more secure and easier to use than FTP though.
> I run the ssh server on any box I want to copy files to, and simply
> scp or rsync files there.
>
> This sounds like more of a command line dork kind of approach though,
> and I bet most normal humans would want to get NFS working, so they
> could drag and drop across the network.
Drag and drop across the network can be done with ssh as well, if you use
konqueror (don't know about this newfangled thing called dolphin). Just
enter "fish://user at server" in the address bar for the remote side. You
will be asked for the password of the remote account once. Then you can
navigate to the desired directory on the remote server and drag and drop
files between local and remote machine as usual. However, it is slower
than NFS due to the ssh encryption.
Nils
From donn.ingle at gmail.com Sun Jan 6 09:14:33 2008
From: donn.ingle at gmail.com (Donn)
Date: Sun, 6 Jan 2008 11:14:33 +0200
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To:
References: <477FC18B.8070709@gmail.com>
Message-ID: <200801061114.33968.donn.ingle@gmail.com>
> By why mess about with a networking solution when usb memory sticks are
> so inexpensive these days?
It seems horribly primitive to resort to a sneaker-network...
\d
http://otherwiseingle.blogspot.com/
From nigel at rmk.co.il Sun Jan 6 10:14:34 2008
From: nigel at rmk.co.il (Nigel Ridley)
Date: Sun, 06 Jan 2008 12:14:34 +0200
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To:
References: <477FC18B.8070709@gmail.com>
Message-ID: <4780AA0A.6060208@rmk.co.il>
Graham wrote:
> On Sat, 05 Jan 2008 12:42:35 -0500
> Eric wrote:
>
>> Is there an easy way to network them together so that I can transfer
>> files between them? Most of the time I would want to transfer from
>> the PClinuxOs machine to the other.
> [snipped]
>
> I don't know as I've never tried this except on Ubuntu and Debian based
> systems (and PCLinuxOS uses an .rpm packaging system), but if you are
> talking about files rather than applications, try a firewire link.
>
> You will need firewire ports in both computers (so this usually means
> installing a firewire card in each) and a firewire cable to connect
> them. It works well for me connecting a PowerMac to a Kubuntu Gutsy
> machine, and Edubuntu to the same Kubuntu Gutsy machine.
>
> By why mess about with a networking solution when usb memory sticks are
> so inexpensive these days?
'cause you loose all your permissions - unless you format the thing to ext2.
Blessings,
Nigel
--
OliveRoot Ministries
http://www.oliveroot.net/
PrayingForIsrael.net
http://www.prayingforisrael.net/
From cpmcc at optusnet.com.au Sun Jan 6 11:48:02 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sun, 06 Jan 2008 22:48:02 +1100
Subject: Video Problem WMV
In-Reply-To: <200801051817.01053.donn.ingle@gmail.com>
References: <477ED35C.4030604@optusnet.com.au> <200801050906.36423.donn.ingle@gmail.com> <200801051047.40544.michael.mcintyre@rosegardenmusic.com>
<200801051817.01053.donn.ingle@gmail.com>
Message-ID: <4780BFF2.2000609@optusnet.com.au>
Thank goodness for the graphical ui is all I'll say thanks Troy and all
But the sate of play is:
Multiverse and universe are selected
Canonical (Main) and Proprietary (restricted) are not selected ??.
I then tried to install the following with Adept M, as advised by the
Help page from the K icon on bottom panel / toolbar. As you will see
the results are 50:50 success, needless to say still no go with Kafine
or K3b.
transcode BREAK (install) no go
libexvidcore4 install OK
sox BREAK (install) no go
mjpegtools BREAK (install) no go
toolame install OK
libdvdread3 install OK
There seems to be a lot of issues tied up with the Codecs etc.. so I'll
keep on trying. I did try following
through with the instructions to get DVD read capability but this is
what happened:
sudo: /usr/share/doc/libdvdread3/examples/install-css.sh: command not found
cpm at cpm-desktop:~$
I get the feeling I'm digging myself a hole to fall into but it is
interesting.
Donn wrote:
> I think Troy took the right tack:
> Graphical way:
> 1. Open Adept Package Manager
> 2. Go to Adept->Manage Repositories
> 3. Check the box next to Multiverse
> 4. Close and click the Reload button
>
> Clark is new to Kubuntu and our cli angle will mangle his brain :)
>
> \d
>
>
From donn.ingle at gmail.com Sun Jan 6 12:15:47 2008
From: donn.ingle at gmail.com (Donn)
Date: Sun, 6 Jan 2008 14:15:47 +0200
Subject: Video Problem WMV
In-Reply-To: <4780BFF2.2000609@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au>
<200801051817.01053.donn.ingle@gmail.com>
<4780BFF2.2000609@optusnet.com.au>
Message-ID: <200801061415.47191.donn.ingle@gmail.com>
On Sunday, 06 January 2008 13:48:02 Clark wrote:
> I get the feeling I'm digging myself a hole to fall into but it is
> interesting.
Lol :) I feel that way quite often.
I actually went on the whole 'play DVDs' kick back in the dark days before
Dapper and I never got a total solution. Since I don't own any DVDs and
rarely stumble across one worth watching, I have let that whole thing go. I
know I can watch individual .vob files in mplayer or VLCplayer - so I'm quite
happy to open a DVD and play the individual files one by one.
I never did get the funky DVD menu things working. They just get in the way.
VLC player is another one worth trying Clark, search for 'vlc'
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From news at pointerstop.ca Sun Jan 6 14:25:32 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Sun, 06 Jan 2008 10:25:32 -0400
Subject: transfering files from PClinuxos to Kubuntu computer
References: <477FC18B.8070709@gmail.com> <478070C3.7090308@rmk.co.il>
<200801060153.38208.michael.mcintyre@rosegardenmusic.com>
Message-ID: <1228517.ektlXnB6V4@cedar.serverforest.com>
D. Michael McIntyre wrote:
> On Sunday 06 January 2008, Nigel Ridley wrote:
>
>> You will of course need to read some documentation on how to set it all
>> up - man nfs
>>
>> You could instead think about setting up a local ftp server on the
>> Kubuntu machine.
>
> NFS is supposed to be great, but the few times I've played with it, I
> couldn't figure out how to set it up quickly enough, and I got bored.
>
> What I've always done is more secure and easier to use than FTP though. I
> run the ssh server on any box I want to copy files to, and simply scp or
> rsync files there.
Yeah, I hear you. In the end, it always seems easier to just use sftp://...
or fish:// (kio slaves rock!).
> This sounds like more of a command line dork kind of approach though, and
> I bet most normal humans would want to get NFS working, so they could drag
> and drop across the network.
Did I just say kio slaves rock? Drag and drop, too... With fish: you don't
even need the FTP server.
--
derek
From news at pointerstop.ca Sun Jan 6 14:58:16 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Sun, 06 Jan 2008 10:58:16 -0400
Subject: Double size icons in Konqueror
Message-ID: <6243390.DWO6uectkj@cedar.serverforest.com>
Suddenly, yesterday, when browsing filesystems in Tree-view in konqueror,
the file icons started to show up at twice the usual size (and
correspondingly the text rows appear double-spaced). This seems to be true
of _every_ directory except my /home/derek folder!
Does anyone have an idea what controls this? Fumbling with konqueror
settings hasn't helped. The same double-sized icons exist in the Info- and
Detailed-List views, but not in the text view (indicating that it's
probably the icons causing the double-spacing, and not double-spacing the
text causing it to use larger icons).
It's a fairly safe bet that there's an alt- or ctrl- key combo that did it
(in fact, I'd bet it's alt- as I've been playing with virtual-box recently
and use a lot of right-alt combos).
--
derek
From bilwalsh at swbell.net Sun Jan 6 15:14:34 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Sun, 06 Jan 2008 09:14:34 -0600
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <200801061114.33968.donn.ingle@gmail.com>
References: <477FC18B.8070709@gmail.com>
<200801061114.33968.donn.ingle@gmail.com>
Message-ID: <4780F05A.9030509@swbell.net>
I just used Dolphin to test the transfer between my XP machine and the
Kubuntu machine using Samba. It worked like a charm. I didn't have the
secondary machine booted into Linux so didn't try a transfer that way
but would expect it to work. YMMV
From jdkaye10 at yahoo.es Sun Jan 6 15:28:59 2008
From: jdkaye10 at yahoo.es (Jonathan Kaye)
Date: Sun, 06 Jan 2008 16:28:59 +0100
Subject: sound recording does not work on intel HD audio ??
References: <477E7F1D.8000604@wanadoo.fr>
Message-ID:
Fred Schaer wrote:
> Hi,
>
> (auxiliary question : why aren't my emails making it to the list ? I don't
> receive them, and nor do I see them on the list archives... 3rd attempt)
>
> I'm desperately trying to record audio (from TV - I have no problem with
> capturing the video) that's plugged on the Line in jack of my ASUS P5B
> deluxe card. This is an intel HD audio codec (Analog Devices AD1988B), on
> a ICH8 chipset.
>
> I think I tried almost everything : I tried arecord, audacity (and sox
> also), but I never get one sound recorded. I get at most some noise.
>
> Still I *hear* the audio on the PC speakers !
> I can mute this audio doing :
> amixer set Line off
> or
> amixer set 'Analog Mix' off
>
> I can also change volumes and so on using kmixer or alsamixer, and Line is
> selected as an input source in the recording properties of the mixers.
>
> So I'm wondering what else I could try ? Why can't I get any audio
> recorder from the Line source ? The alsa changelogs do not seem to show
> many things have been improved concerning the snd_hda_intel module, so I'm
> wondering if it's worth spending time trying the 1.0.15 version instead of
> the Gutsy 1.0.14 ...
>
> Would you have any hint on what else I could try or who I should contact ?
> Thanks && regards
Hi Fred,
Assuming you're using alsa, try the alsamixer and go into input mode. Make
sure the mic capture and mic input volume are set correctly.
Cheers,
Jonathan
--
Registerd Linux user #445917 at http://counter.li.org/
Please do not send me copies of list mail. I read the lists. Thanks!
From ejazzkatt at gmail.com Sun Jan 6 16:04:33 2008
From: ejazzkatt at gmail.com (Eric)
Date: Sun, 06 Jan 2008 11:04:33 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
Message-ID: <4780FC11.7060708@gmail.com>
Thanks for all the suggestions.
People have suggested ssh, ftp, nfs and using a USB stick for
sneakerware. I'll have do some more reading for all of those except the
USB stick. I've tried NFS before and I couldn't get it to work and I
tried ftp this morning and I couldn't get that to work. I haven't tried
ssh. Anybody got links to good easy to follow tutorials on any of these?
I also thought about using DCC through IRC. Any thoughts?
Eric Jackson
From karlok at fastmail.fm Sun Jan 6 16:12:35 2008
From: karlok at fastmail.fm (Karl)
Date: Sun, 06 Jan 2008 08:12:35 -0800
Subject: Double size icons in Konqueror
In-Reply-To: <6243390.DWO6uectkj@cedar.serverforest.com>
References: <6243390.DWO6uectkj@cedar.serverforest.com>
Message-ID: <4780FDF3.70504@fastmail.fm>
Derek Broughton wrote:
> Suddenly, yesterday, when browsing filesystems in Tree-view in konqueror,
> the file icons started to show up at twice the usual size (and
> correspondingly the text rows appear double-spaced). This seems to be true
> of _every_ directory except my /home/derek folder!
>
> Does anyone have an idea what controls this? Fumbling with konqueror
> settings hasn't helped. The same double-sized icons exist in the Info- and
> Detailed-List views, but not in the text view (indicating that it's
> probably the icons causing the double-spacing, and not double-spacing the
> text causing it to use larger icons).
>
> It's a fairly safe bet that there's an alt- or ctrl- key combo that did it
> (in fact, I'd bet it's alt- as I've been playing with virtual-box recently
> and use a lot of right-alt combos).
Did you try View -> Icon Size ?
Karl
From donn.ingle at gmail.com Sun Jan 6 16:41:08 2008
From: donn.ingle at gmail.com (Donn)
Date: Sun, 6 Jan 2008 18:41:08 +0200
Subject: Double size icons in Konqueror
In-Reply-To: <6243390.DWO6uectkj@cedar.serverforest.com>
References: <6243390.DWO6uectkj@cedar.serverforest.com>
Message-ID: <200801061841.08968.donn.ingle@gmail.com>
I can't even get Konq to show me detailed-view as the default - it keeps
changing to icon-view, despite all my attempts :| Drives me nuts.
Your situation sounds odd. I found, by mistake, that ctrl+scroll mousewheel
changes the icon size, perhaps you can try that over the tree view.
\d
From michael.mcintyre at rosegardenmusic.com Sun Jan 6 16:41:37 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sun, 6 Jan 2008 11:41:37 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <1228517.ektlXnB6V4@cedar.serverforest.com>
References: <477FC18B.8070709@gmail.com>
<200801060153.38208.michael.mcintyre@rosegardenmusic.com>
<1228517.ektlXnB6V4@cedar.serverforest.com>
Message-ID: <200801061141.37922.michael.mcintyre@rosegardenmusic.com>
On Sunday 06 January 2008, Derek Broughton wrote:
> Yeah, I hear you. In the end, it always seems easier to just use
> sftp://... or fish:// (kio slaves rock!).
> Did I just say kio slaves rock? Drag and drop, too...
I'll remember this for next time I'm dishing out suggestions. In practice, I
still do almost all of my file management straight from the command line.
Graphical file management has just never caught on with me for some reason.
--
D. Michael McIntyre
From karlok at fastmail.fm Sun Jan 6 16:55:01 2008
From: karlok at fastmail.fm (Karl)
Date: Sun, 06 Jan 2008 08:55:01 -0800
Subject: Double size icons in Konqueror
In-Reply-To: <200801061841.08968.donn.ingle@gmail.com>
References: <6243390.DWO6uectkj@cedar.serverforest.com>
<200801061841.08968.donn.ingle@gmail.com>
Message-ID: <478107E5.7020709@fastmail.fm>
Donn wrote:
> I can't even get Konq to show me detailed-view as the default - it keeps
> changing to icon-view, despite all my attempts :| Drives me nuts.
>
Go to Settings/Config Konqeror/File Associations.
Select Inode - directory. Click the Embedded tab and move the view you
want to the top.
This question keeps cropping up from time to time. There really should
be a less obscure way of doing this.
Karl
From michael.mcintyre at rosegardenmusic.com Sun Jan 6 17:05:34 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sun, 6 Jan 2008 12:05:34 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <4780FC11.7060708@gmail.com>
References: <4780FC11.7060708@gmail.com>
Message-ID: <200801061205.34846.michael.mcintyre@rosegardenmusic.com>
On Sunday 06 January 2008, Eric wrote:
> ssh. Anybody got links to good easy to follow tutorials on any of these?
I don't see anything that isn't way more involved than you need to get the
most basic kind of setup going.
Both machines should have the ssh client applications available, but you won't
have a server running unless you start it yourself. You need to install
the "openssh-server" package on the destination computer.
So let me run through it here at home.
Step 1: I turn on my wife's Dapper box and see if she is running sshd
$ pgrep sshd
She is, but if she weren't, I'd just run
$ sudo apt-get install openssh-server
and leave all of its defaults in place.
Step 2: Now that she's running a server, I need her IP address, or an entry
for her computer in my /etc/hosts
$ cat /etc/hosts
# blah blah blah (privacy stuff deleted)
# Wife's computer
192.168.0.101 swmbo
So now let's try Derek's trick and see what happens. I have a picture from my
camera in ~/Pictures that I want to copy to her desktop.
Step 3: So I open ~/Pictures in Konqueror and find the file IMG_1234.JPG
[imagine picture]
Step 4: Open a new window, and type fish://wife at swmbo
Lo, I get a password box thingie, enter her top secret magic password
("myHusbandIsAMegaAwesomeLinuxH4x0r" but don't tell anybody her secret!!) and
now I'm in.
[imagine picture]
So now I can just drag IMG_1234.JPG from me to her, et voilà, it shows up on
her box as /home/wife/where/I/put/the/file/IMG_1234.JPG.
It's pretty much that simple if you don't want to set up ssh keys for
passwordless copying, and with this fish:// protocol thing, it might not be
worth the bother. Especially with the [x] Remember password box. (Or you
could use scp from the command line like a real man, but I assume most people
in the world today aren't raging dweebs like me, so I won't get into that.)
--
D. Michael McIntyre
From donn.ingle at gmail.com Sun Jan 6 17:13:50 2008
From: donn.ingle at gmail.com (Donn)
Date: Sun, 6 Jan 2008 19:13:50 +0200
Subject: Double size icons in Konqueror
In-Reply-To: <478107E5.7020709@fastmail.fm>
References: <6243390.DWO6uectkj@cedar.serverforest.com>
<200801061841.08968.donn.ingle@gmail.com>
<478107E5.7020709@fastmail.fm>
Message-ID: <200801061913.50889.donn.ingle@gmail.com>
> This question keeps cropping up from time to time. There really should
> be a less obscure way of doing this.
Whoa - that was obscure, but thanks a million!
\d
From donn.ingle at gmail.com Sun Jan 6 17:22:59 2008
From: donn.ingle at gmail.com (Donn)
Date: Sun, 6 Jan 2008 19:22:59 +0200
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <200801061205.34846.michael.mcintyre@rosegardenmusic.com>
References: <4780FC11.7060708@gmail.com>
<200801061205.34846.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801061923.00076.donn.ingle@gmail.com>
:D Comedy and education in one post! Gotta love it.
\d
From ejazzkatt at gmail.com Sun Jan 6 18:06:41 2008
From: ejazzkatt at gmail.com (Eric)
Date: Sun, 06 Jan 2008 13:06:41 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <200801061205.34846.michael.mcintyre@rosegardenmusic.com>
References: <4780FC11.7060708@gmail.com>
<200801061205.34846.michael.mcintyre@rosegardenmusic.com>
Message-ID: <478118B1.3020902@gmail.com>
D. Michael McIntyre wrote:
>
> # Wife's computer
> 192.168.0.101 swmbo
Thanks for the information. That sounds easy enough.
A couple questions.
What does swmbo mean or what does it do?
If the server is installed, do I need to start it or is it running
already if it's installed.
Eric Jackson
>
> So now let's try Derek's trick and see what happens. I have a picture from my
> camera in ~/Pictures that I want to copy to her desktop.
>
> Step 3: So I open ~/Pictures in Konqueror and find the file IMG_1234.JPG
>
> [imagine picture]
>
> Step 4: Open a new window, and type fish://wife at swmbo
>
> Lo, I get a password box thingie, enter her top secret magic password
> ("myHusbandIsAMegaAwesomeLinuxH4x0r" but don't tell anybody her secret!!) and
> now I'm in.
>
> [imagine picture]
>
> So now I can just drag IMG_1234.JPG from me to her, et voilà, it shows up on
> her box as /home/wife/where/I/put/the/file/IMG_1234.JPG.
>
> It's pretty much that simple if you don't want to set up ssh keys for
> passwordless copying, and with this fish:// protocol thing, it might not be
> worth the bother. Especially with the [x] Remember password box. (Or you
> could use scp from the command line like a real man, but I assume most people
> in the world today aren't raging dweebs like me, so I won't get into that.)
From stew.schneider at gmail.com Sun Jan 6 18:25:39 2008
From: stew.schneider at gmail.com (Stew Schneider)
Date: Sun, 06 Jan 2008 13:25:39 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <478118B1.3020902@gmail.com>
References: <4780FC11.7060708@gmail.com> <200801061205.34846.michael.mcintyre@rosegardenmusic.com>
<478118B1.3020902@gmail.com>
Message-ID: <47811D23.1020806@gmail.com>
Eric wrote:
> D. Michael McIntyre wrote:
>
>
>> # Wife's computer
>> 192.168.0.101 swmbo
>>
>
> Thanks for the information. That sounds easy enough.
>
> A couple questions.
>
> What does swmbo mean or what does it do?
>
swmbo = She Who Must Be Obeyed. MY question is what is this dude doing
with MY wife???
stew
From ejazzkatt at gmail.com Sun Jan 6 18:37:21 2008
From: ejazzkatt at gmail.com (Eric)
Date: Sun, 06 Jan 2008 13:37:21 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To:
References: <477FC18B.8070709@gmail.com>
Message-ID: <47811FE1.20207@gmail.com>
Graham wrote:
>
> I don't know as I've never tried this except on Ubuntu and Debian based
> systems (and PCLinuxOS uses an .rpm packaging system), but if you are
> talking about files rather than applications, try a firewire link.
>
> You will need firewire ports in both computers (so this usually means
> installing a firewire card in each) and a firewire cable to connect
> them. It works well for me connecting a PowerMac to a Kubuntu Gutsy
> machine, and Edubuntu to the same Kubuntu Gutsy machine.
What software did you use with the Firewire cable? I've never used
Firewire at all. Both the computers came with Firewire ports.
Eric Jackson
From stan10x10 at gmail.com Sun Jan 6 18:40:24 2008
From: stan10x10 at gmail.com (uriah heep)
Date: Sun, 6 Jan 2008 13:40:24 -0500
Subject: broken files and apt get locked
Message-ID: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
using a fresh instal of Gutsy (7.10)
When attempting to download VLC through apt get I got a notice of 4
broken files. I attempted to uninstall and to reinstall with no luck.
I then started getting error this might break and no additional
programs would be installed
at one time started from command line to load java and the picture for
java came up but there was no place to say ok I accept and the process
hung there
1. How can I unlock apt get?
2. How can I delete broken files witch seem to be preventing my
installing anything else?
From michael.mcintyre at rosegardenmusic.com Sun Jan 6 18:56:13 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sun, 6 Jan 2008 13:56:13 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <47811D23.1020806@gmail.com>
References: <4780FC11.7060708@gmail.com> <478118B1.3020902@gmail.com>
<47811D23.1020806@gmail.com>
Message-ID: <200801061356.13652.michael.mcintyre@rosegardenmusic.com>
On Sunday 06 January 2008, Stew Schneider wrote:
> > What does swmbo mean or what does it do?
>
> swmbo = She Who Must Be Obeyed. MY question is what is this dude doing
> with MY wife???
LMAO!
For the other guy's benefit, it's her computer's hostname.
--
D. Michael McIntyre
From gene.heskett at verizon.net Sun Jan 6 19:30:12 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Sun, 06 Jan 2008 14:30:12 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <47811D23.1020806@gmail.com>
References: <4780FC11.7060708@gmail.com> <478118B1.3020902@gmail.com>
<47811D23.1020806@gmail.com>
Message-ID: <200801061430.12483.gene.heskett@verizon.net>
On Sunday 06 January 2008, Stew Schneider wrote:
>Eric wrote:
>> D. Michael McIntyre wrote:
>>> # Wife's computer
>>> 192.168.0.101 swmbo
>>
>> Thanks for the information. That sounds easy enough.
>>
>> A couple questions.
>>
>> What does swmbo mean or what does it do?
>
>swmbo = She Who Must Be Obeyed. MY question is what is this dude doing
>with MY wife???
>
>stew
Damn he gets around, mine too, Stew.
:)
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
The only difference between a car salesman and a computer salesman is
that the car salesman knows he's lying.
From jpatrickdavies at gmail.com Sun Jan 6 20:42:55 2008
From: jpatrickdavies at gmail.com (Jonathan Patrick Davies)
Date: Sun, 6 Jan 2008 21:42:55 +0100
Subject: Kubuntu Meetings Minutes (2/1/08)
Message-ID: <200801062143.05033.jpatrick@kubuntu.org>
Hello everyone,
Last meetings minutes is now available (as kubuntu-meeting-20080102):
http://people.ubuntuwire.com/~jpatrick/minutes/
Next meeting shall take place on 12nd January at 11:00 UTC. See page this for
more info:
https://wiki.kubuntu.org/Kubuntu/Meetings
Jonathan
--
Kubuntu - Pure KGX http://www.kubuntu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From ejazzkatt at gmail.com Sun Jan 6 21:51:14 2008
From: ejazzkatt at gmail.com (Eric)
Date: Sun, 06 Jan 2008 16:51:14 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <200801061205.34846.michael.mcintyre@rosegardenmusic.com>
References: <4780FC11.7060708@gmail.com>
<200801061205.34846.michael.mcintyre@rosegardenmusic.com>
Message-ID: <47814D52.4090706@gmail.com>
D. Michael McIntyre wrote:
> On Sunday 06 January 2008, Eric wrote:
>> ssh. Anybody got links to good easy to follow tutorials on any of these?
>
> I don't see anything that isn't way more involved than you need to get the
> most basic kind of setup going.
>
> Both machines should have the ssh client applications available, but you won't
> have a server running unless you start it yourself. You need to install
> the "openssh-server" package on the destination computer.
Wow, that was very easy to set up on both machines. It couldn't have
been much easier! Thank you very much.
There is an option to have the server start when the computer is booting
up. Is that good to do? Do you think it would be better to just start
the server when I need to transfer files?
Eric Jackson
>
> So let me run through it here at home.
>
> Step 1: I turn on my wife's Dapper box and see if she is running sshd
>
> $ pgrep sshd
>
> She is, but if she weren't, I'd just run
>
> $ sudo apt-get install openssh-server
>
> and leave all of its defaults in place.
>
> Step 2: Now that she's running a server, I need her IP address, or an entry
> for her computer in my /etc/hosts
>
> $ cat /etc/hosts
>
> # blah blah blah (privacy stuff deleted)
>
> # Wife's computer
> 192.168.0.101 swmbo
>
> So now let's try Derek's trick and see what happens. I have a picture from my
> camera in ~/Pictures that I want to copy to her desktop.
>
> Step 3: So I open ~/Pictures in Konqueror and find the file IMG_1234.JPG
>
> [imagine picture]
>
> Step 4: Open a new window, and type fish://wife at swmbo
>
> Lo, I get a password box thingie, enter her top secret magic password
> ("myHusbandIsAMegaAwesomeLinuxH4x0r" but don't tell anybody her secret!!) and
> now I'm in.
>
> [imagine picture]
>
> So now I can just drag IMG_1234.JPG from me to her, et voilà, it shows up on
> her box as /home/wife/where/I/put/the/file/IMG_1234.JPG.
>
> It's pretty much that simple if you don't want to set up ssh keys for
> passwordless copying, and with this fish:// protocol thing, it might not be
> worth the bother. Especially with the [x] Remember password box. (Or you
> could use scp from the command line like a real man, but I assume most people
> in the world today aren't raging dweebs like me, so I won't get into that.)
From joemburgess at gmail.com Sun Jan 6 23:18:30 2008
From: joemburgess at gmail.com (Joe Burgess)
Date: Sun, 06 Jan 2008 18:18:30 -0500
Subject: broken files and apt get locked
In-Reply-To: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
Message-ID: <478161C6.6090901@gmail.com>
As for the locked apt-get, are you running it as root (as in with sudo)
or do you have the add/remove programs window open or the update manager
open? I know these are simple things, but sometimes people forget.
-Joe
uriah heep wrote:
> using a fresh instal of Gutsy (7.10)
>
> When attempting to download VLC through apt get I got a notice of 4
> broken files. I attempted to uninstall and to reinstall with no luck.
>
> I then started getting error this might break and no additional
> programs would be installed
>
> at one time started from command line to load java and the picture for
> java came up but there was no place to say ok I accept and the process
> hung there
>
> 1. How can I unlock apt get?
> 2. How can I delete broken files witch seem to be preventing my
> installing anything else?
>
>
From anton at wilddsl.net.au Mon Jan 7 01:50:34 2008
From: anton at wilddsl.net.au (Anton Rolls)
Date: Mon, 07 Jan 2008 12:50:34 +1100
Subject: Video Problem WMV
In-Reply-To: <4780BFF2.2000609@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <200801050906.36423.donn.ingle@gmail.com> <200801051047.40544.michael.mcintyre@rosegardenmusic.com> <200801051817.01053.donn.ingle@gmail.com>
<4780BFF2.2000609@optusnet.com.au>
Message-ID: <4781856A.8010607@wilddsl.net.au>
Hi Clark,
Clark wrote:
> Thank goodness for the graphical ui is all I'll say thanks Troy and all
> But the sate of play is:
>
> Multiverse and universe are selected
> Canonical (Main) and Proprietary (restricted) are not selected ??.
>
> I then tried to install the following with Adept M, as advised by the
> Help page from the K icon on bottom panel / toolbar. As you will see
> the results are 50:50 success, needless to say still no go with Kafine
> or K3b.
>
> transcode BREAK (install) no go
> libexvidcore4 install OK
> sox BREAK (install) no go
> mjpegtools BREAK (install) no go
> toolame install OK
> libdvdread3 install OK
>
> There seems to be a lot of issues tied up with the Codecs etc.. so I'll
> keep on trying. I did try following
> through with the instructions to get DVD read capability but this is
> what happened:
>
> sudo: /usr/share/doc/libdvdread3/examples/install-css.sh: command not found
> cpm at cpm-desktop:~$
>
> I get the feeling I'm digging myself a hole to fall into but it is
> interesting.
Yes, the graphical route is probably the best way.
Avoid shell scripts - one can't tell from the outside
whether they play nicely with the package system or not -
*unless* you are willing to look inside to see whether
they do or not.
(On my system, I found and looked inside
/usr/share/doc/libdvdread3/install-css.sh
and it uses dpkg -i to install a .deb file, so I think
it does play nicely. But, in general, don't trust other
scripts, like Automatix, for example.)
I'm on Kubuntu 7.04 (Feisty), and to get DVDs playing
it should be necessary to do this:
- - - - - - - - - - - - - -
Graphical method:
Go into Adept, and "Manage Repositories", click
"Third Party Software" tab and enable Medibuntu packages.
Click Close.
Press "Fetch Updates".
Now install the libdvdcss2, libdvdread3 and libxine1-ffmpeg
packages. Type each one into the search bar until it
shows up in the list, click on the package to open it,
click "Request install". Then click "Apply Changes".
After this, Kaffeine should be able to play DVDs.
If you install VLC, it should be able to as well.
- - - - - - - - - - - - - - - - - - - - - - - -
Console method (nearly equivalent to Graphical method):
sudo apt-get install libdvdread3 libxine1-ffmpeg
sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O
/etc/apt/sources.list.d/medibuntu.list
(that's one line, by the way)
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- |
sudo apt-key add - && sudo apt-get update
(that's also one line)
sudo apt-get update
sudo apt-get install libdvdcss2
All done.
Testing:
kaffeine dvd
mplayer dvd://
vlc dvd://
- - - - - - - - -
Wait a minute, for WMV, it's probably necessary to also
install package w32codecs, but I haven't tried it myself.
- - - - - - - -
References:
https://help.ubuntu.com/community/Medibuntu#head-7486ed038a9becc1dff10a24cc07a38a00d70e9f
https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs
Regards,
Anton.
From anton at wilddsl.net.au Mon Jan 7 02:02:56 2008
From: anton at wilddsl.net.au (Anton Rolls)
Date: Mon, 07 Jan 2008 13:02:56 +1100
Subject: Audio chatters when video plays in forefront
In-Reply-To: <477D6ADA.6040302@oem.doe.gov>
References: <477D6ADA.6040302@oem.doe.gov>
Message-ID: <47818850.5090903@wilddsl.net.au>
Hi Douglas,
Douglas Phillipson wrote:
> I'm using a GForce FX5200 video card, although this problem also
> exhibits itself on a Predator LT 4 PCI on Gutsy. Whenever I play video
> through any player, the audio chatters. If I place a terminal window or
> any other window in front of the Video the audio is fine. The audio
> gradually clears up as I slowly move any window in front of the video.
> Any ideas?
What graphics driver is in use ?
Anton.
From d.mcglone at att.net Mon Jan 7 02:08:31 2008
From: d.mcglone at att.net (David McGlone)
Date: Sun, 6 Jan 2008 21:08:31 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <200801061205.34846.michael.mcintyre@rosegardenmusic.com>
References: <4780FC11.7060708@gmail.com>
<200801061205.34846.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801062108.31691.d.mcglone@att.net>
On Sunday 06 January 2008 12:05:34 pm D. Michael McIntyre wrote:
> On Sunday 06 January 2008, Eric wrote:
> > ssh. Anybody got links to good easy to follow tutorials on any of these?
>
> I don't see anything that isn't way more involved than you need to get the
> most basic kind of setup going.
>
> Both machines should have the ssh client applications available, but you
> won't have a server running unless you start it yourself. You need to
> install the "openssh-server" package on the destination computer.
>
> So let me run through it here at home.
>
> Step 1: I turn on my wife's Dapper box and see if she is running sshd
>
> $ pgrep sshd
>
> She is, but if she weren't, I'd just run
>
> $ sudo apt-get install openssh-server
>
> and leave all of its defaults in place.
>
> Step 2: Now that she's running a server, I need her IP address, or an
> entry for her computer in my /etc/hosts
>
> $ cat /etc/hosts
>
> # blah blah blah (privacy stuff deleted)
>
> # Wife's computer
> 192.168.0.101 swmbo
>
> So now let's try Derek's trick and see what happens. I have a picture from
> my camera in ~/Pictures that I want to copy to her desktop.
>
> Step 3: So I open ~/Pictures in Konqueror and find the file IMG_1234.JPG
>
> [imagine picture]
>
> Step 4: Open a new window, and type fish://wife at swmbo
>
> Lo, I get a password box thingie, enter her top secret magic password
> ("myHusbandIsAMegaAwesomeLinuxH4x0r" but don't tell anybody her secret!!)
> and now I'm in.
>
> [imagine picture]
>
> So now I can just drag IMG_1234.JPG from me to her, et voilà, it shows up
> on her box as /home/wife/where/I/put/the/file/IMG_1234.JPG.
>
> It's pretty much that simple if you don't want to set up ssh keys for
> passwordless copying, and with this fish:// protocol thing, it might not be
> worth the bother. Especially with the [x] Remember password box. (Or you
> could use scp from the command line like a real man, but I assume most
> people in the world today aren't raging dweebs like me, so I won't get into
> that.) --
> D. Michael McIntyre
Why not just use samba and file sharing.
--
David M.
From d.mcglone at att.net Mon Jan 7 02:39:24 2008
From: d.mcglone at att.net (David McGlone)
Date: Sun, 6 Jan 2008 21:39:24 -0500
Subject: broken files and apt get locked
In-Reply-To: <478161C6.6090901@gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<478161C6.6090901@gmail.com>
Message-ID: <200801062139.24973.d.mcglone@att.net>
On Sunday 06 January 2008 6:18:30 pm Joe Burgess wrote:
> As for the locked apt-get, are you running it as root (as in with sudo)
> or do you have the add/remove programs window open or the update manager
> open? I know these are simple things, but sometimes people forget.
A good certified technician always starts with the most simple of things.
--
David M.
From michael.mcintyre at rosegardenmusic.com Mon Jan 7 03:07:09 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Sun, 6 Jan 2008 22:07:09 -0500
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <47814D52.4090706@gmail.com>
References: <4780FC11.7060708@gmail.com>
<200801061205.34846.michael.mcintyre@rosegardenmusic.com>
<47814D52.4090706@gmail.com>
Message-ID: <200801062207.09515.michael.mcintyre@rosegardenmusic.com>
On Sunday 06 January 2008, Eric wrote:
> Wow, that was very easy to set up on both machines. It couldn't have
> been much easier! Thank you very much.
Sure, you're welcome.
> There is an option to have the server start when the computer is booting
> up. Is that good to do? Do you think it would be better to just start
> the server when I need to transfer files?
I'm going to let someone else weigh in on that one, because I don't talk
security in public.
--
D. Michael McIntyre
From cpmcc at optusnet.com.au Mon Jan 7 04:45:42 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Mon, 07 Jan 2008 15:45:42 +1100
Subject: Video Problem WMV
In-Reply-To: <4781856A.8010607@wilddsl.net.au>
References: <477ED35C.4030604@optusnet.com.au> <200801050906.36423.donn.ingle@gmail.com> <200801051047.40544.michael.mcintyre@rosegardenmusic.com> <200801051817.01053.donn.ingle@gmail.com> <4780BFF2.2000609@optusnet.com.au>
<4781856A.8010607@wilddsl.net.au>
Message-ID: <4781AE76.2050500@optusnet.com.au>
Thanks Anton,
I'm running Kubuntu 7.10 and as you suggested I have tracked the
Medibuntu repositories, I think this one should do but not entirely sure
where and how much to paste into the repository source box but I tried
Medibuntu on its own in the source box first and now Adept Manager is
hung and when I tried a reload it returned:
E: Type 'Medibuntu' is not known on line 67 in source list
/etc/apt/sources.list
E: The list of sources could not be read.
Looks like I may have to learn how to use kate to delete line 67 but
that will take time. Any other suggestions appreciated. The proper
repository add. follows but do I enter the line or from medibuntu or ???
*
Ubuntu 7.10 "*Gutsy* Gibbon":
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
Anton Rolls wrote:
> Hi Clark,
>
> Clark wrote:
>
>> Thank goodness for the graphical ui is all I'll say thanks Troy and all
>> But the sate of play is:
>>
>> Multiverse and universe are selected
>> Canonical (Main) and Proprietary (restricted) are not selected ??.
>>
>> I then tried to install the following with Adept M, as advised by the
>> Help page from the K icon on bottom panel / toolbar. As you will see
>> the results are 50:50 success, needless to say still no go with Kafine
>> or K3b.
>>
>> transcode BREAK (install) no go
>> libexvidcore4 install OK
>> sox BREAK (install) no go
>> mjpegtools BREAK (install) no go
>> toolame install OK
>> libdvdread3 install OK
>>
>> There seems to be a lot of issues tied up with the Codecs etc.. so I'll
>> keep on trying. I did try following
>> through with the instructions to get DVD read capability but this is
>> what happened:
>>
>> sudo: /usr/share/doc/libdvdread3/examples/install-css.sh: command not found
>> cpm at cpm-desktop:~$
>>
>> I get the feeling I'm digging myself a hole to fall into but it is
>> interesting.
>>
>
> Yes, the graphical route is probably the best way.
> Avoid shell scripts - one can't tell from the outside
> whether they play nicely with the package system or not -
> *unless* you are willing to look inside to see whether
> they do or not.
> (On my system, I found and looked inside
> /usr/share/doc/libdvdread3/install-css.sh
> and it uses dpkg -i to install a .deb file, so I think
> it does play nicely. But, in general, don't trust other
> scripts, like Automatix, for example.)
>
> I'm on Kubuntu 7.04 (Feisty), and to get DVDs playing
> it should be necessary to do this:
>
> - - - - - - - - - - - - - -
>
> Graphical method:
>
> Go into Adept, and "Manage Repositories", click
> "Third Party Software" tab and enable Medibuntu packages.
> Click Close.
>
> Press "Fetch Updates".
>
> Now install the libdvdcss2, libdvdread3 and libxine1-ffmpeg
> packages. Type each one into the search bar until it
> shows up in the list, click on the package to open it,
> click "Request install". Then click "Apply Changes".
>
> After this, Kaffeine should be able to play DVDs.
> If you install VLC, it should be able to as well.
>
> - - - - - - - - - - - - - - - - - - - - - - - -
>
> Console method (nearly equivalent to Graphical method):
>
> sudo apt-get install libdvdread3 libxine1-ffmpeg
>
> sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O
> /etc/apt/sources.list.d/medibuntu.list
> (that's one line, by the way)
>
> wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- |
> sudo apt-key add - && sudo apt-get update
> (that's also one line)
>
> sudo apt-get update
>
> sudo apt-get install libdvdcss2
>
> All done.
>
> Testing:
>
> kaffeine dvd
>
> mplayer dvd://
>
> vlc dvd://
>
> - - - - - - - - -
>
> Wait a minute, for WMV, it's probably necessary to also
> install package w32codecs, but I haven't tried it myself.
>
> - - - - - - - -
>
> References:
>
> https://help.ubuntu.com/community/Medibuntu#head-7486ed038a9becc1dff10a24cc07a38a00d70e9f
> https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs
>
> Regards,
>
> Anton.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From stan10x10 at gmail.com Mon Jan 7 04:54:48 2008
From: stan10x10 at gmail.com (uriah heep)
Date: Sun, 6 Jan 2008 23:54:48 -0500
Subject: broken files and apt get locked
In-Reply-To: <200801062139.24973.d.mcglone@att.net>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<478161C6.6090901@gmail.com> <200801062139.24973.d.mcglone@att.net>
Message-ID: <69c7ddfb0801062054j4cc0f7bepbaa7ce78ad7bb46f@mail.gmail.com>
I was using the KDE apt get program but to the best of my knowledge
shut it down. Obviously something is not closed as I keep getting
message that another program is using apt get. What I do not know. I
just want to be able to close what ever it is. And then replace the
broken files.
If someone will tell me specificly what to enter I am fine doing it at
command line as I need to learn how to use it more.
Thanks
Uriah
On 1/6/08, David McGlone wrote:
> On Sunday 06 January 2008 6:18:30 pm Joe Burgess wrote:
> > As for the locked apt-get, are you running it as root (as in with sudo)
> > or do you have the add/remove programs window open or the update manager
> > open? I know these are simple things, but sometimes people forget.
>
> A good certified technician always starts with the most simple of things.
>
> --
> David M.
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
From spwhite at freesurf.ch Mon Jan 7 05:44:44 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Mon, 7 Jan 2008 06:44:44 +0100
Subject: Video Problem WMV
In-Reply-To: <4781AE76.2050500@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au>
<4781856A.8010607@wilddsl.net.au>
<4781AE76.2050500@optusnet.com.au>
Message-ID: <200801070644.44425.spwhite@freesurf.ch>
On Monday 07 January 2008 05:45, Clark wrote:
> E: Type 'Medibuntu' is not known on line 67 in source list
> /etc/apt/sources.list
> E: The list of sources could not be read.
Are you sure it is no 'medibuntu' (uncapitalisez 'm')
> Looks like I may have to learn how to use kate to delete line 67 but
> that will take time.
Don't do that, but If you've ever used word or notepad or something similar
you'll figure it out in only a minute, kate is very intuitive.
You don't need to paste either now but there is a nice trick that works in
most of kde apps:
instead of the traditional cut/copy and paste (ctrl+x/ctrl+c and ctrl+v) you
can just highlight the text (click and drag mouse is one way),
then position the cursor and press the middle mouse button to paste.
cheers Perry
--
BOFH excuse #316: Elves on strike (Why do they call EMAG Elf Magic?)
From jarrett.andrew at gmail.com Mon Jan 7 06:02:41 2008
From: jarrett.andrew at gmail.com (Andrew Jarrett)
Date: Mon, 7 Jan 2008 01:02:41 -0500
Subject: broken files and apt get locked
In-Reply-To: <69c7ddfb0801062054j4cc0f7bepbaa7ce78ad7bb46f@mail.gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<478161C6.6090901@gmail.com> <200801062139.24973.d.mcglone@att.net>
<69c7ddfb0801062054j4cc0f7bepbaa7ce78ad7bb46f@mail.gmail.com>
Message-ID: <9bed467e0801062202y67d06203hfe0679a759be432b@mail.gmail.com>
On Jan 6, 2008 11:54 PM, uriah heep wrote:
> I was using the KDE apt get program but to the best of my knowledge
> shut it down. Obviously something is not closed as I keep getting
> message that another program is using apt get. What I do not know. I
> just want to be able to close what ever it is. And then replace the
> broken files.
>
> If someone will tell me specificly what to enter I am fine doing it at
> command line as I need to learn how to use it more.
>
> Thanks
> Uriah
Maybe try:
sudo dpkg --configure -a
This should unstick the database.
Andrew
--
45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
From wulfmann at tiscali.co.uk Mon Jan 7 06:01:52 2008
From: wulfmann at tiscali.co.uk (Wulfy)
Date: Mon, 07 Jan 2008 06:01:52 +0000
Subject: broken files and apt get locked
In-Reply-To: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
Message-ID: <4781C050.1020700@tiscali.co.uk>
uriah heep wrote:
> using a fresh instal of Gutsy (7.10)
>
> When attempting to download VLC through apt get I got a notice of 4
> broken files. I attempted to uninstall and to reinstall with no luck.
>
> I then started getting error this might break and no additional
> programs would be installed
>
> at one time started from command line to load java and the picture for
> java came up but there was no place to say ok I accept and the process
> hung there
>
> 1. How can I unlock apt get?
> 2. How can I delete broken files witch seem to be preventing my
> installing anything else?
>
>
Try:
sudo dpkg --configure -a
which should give you, at least, an error message that you can copy and
paste here... Hopefully it will bring up the Java license in a form
that you can complete it properly. If that happens, the block will
clear and you'll be able to install VLC.
--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
From karlok at fastmail.fm Mon Jan 7 06:11:21 2008
From: karlok at fastmail.fm (Karl)
Date: Sun, 06 Jan 2008 22:11:21 -0800
Subject: broken files and apt get locked
In-Reply-To: <69c7ddfb0801062054j4cc0f7bepbaa7ce78ad7bb46f@mail.gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com> <478161C6.6090901@gmail.com>
<200801062139.24973.d.mcglone@att.net>
<69c7ddfb0801062054j4cc0f7bepbaa7ce78ad7bb46f@mail.gmail.com>
Message-ID: <4781C289.3020307@fastmail.fm>
uriah heep wrote:
> I was using the KDE apt get program but to the best of my knowledge
> shut it down. Obviously something is not closed as I keep getting
> message that another program is using apt get. What I do not know. I
> just want to be able to close what ever it is. And then replace the
> broken files.
>
This command will list the processes using the package system lock file
and ask if you want to kill them:
sudo fuser -vki /var/lib/dpkg/lock
Karl
From donn.ingle at gmail.com Mon Jan 7 06:59:48 2008
From: donn.ingle at gmail.com (Donn)
Date: Mon, 7 Jan 2008 08:59:48 +0200
Subject: broken files and apt get locked
In-Reply-To: <4781C050.1020700@tiscali.co.uk>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<4781C050.1020700@tiscali.co.uk>
Message-ID: <200801070859.48638.donn.ingle@gmail.com>
What does VLC (vlc video player, right?) have to do with Java?
\d
From wulfmann at tiscali.co.uk Mon Jan 7 07:00:10 2008
From: wulfmann at tiscali.co.uk (Wulfy)
Date: Mon, 07 Jan 2008 07:00:10 +0000
Subject: broken files and apt get locked
In-Reply-To: <200801070859.48638.donn.ingle@gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com> <4781C050.1020700@tiscali.co.uk>
<200801070859.48638.donn.ingle@gmail.com>
Message-ID: <4781CDFA.5000206@tiscali.co.uk>
Donn wrote:
> What does VLC (vlc video player, right?) have to do with Java?
>
> \d
>
>
Nothing directly, I think. But the OP was trying to install Java and it
failed thus blocking any other installs...
--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
From richard.ibbotson at gmail.com Mon Jan 7 11:07:25 2008
From: richard.ibbotson at gmail.com (Richard Ibbotson)
Date: Mon, 7 Jan 2008 11:07:25 +0000
Subject: Issue with Updating and Upgrading
Message-ID: <200801071107.25721.richard.ibbotson@gmail.com>
Hi
Does anyone know what this could be about when I run 'sudo apt-get update' ??
Fetched 14B in 5s (3B/s)
Reading package lists... Error!
E: Problem parsing dependency Depends
E: Error occurred while processing kexi (NewVersion1)
E: Problem with
MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_gutsy-updates_main_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
AMD64, mostly working fine apart from the above.
--
Richard
www.sheflug.org.uk
From johndecarlo at gmail.com Mon Jan 7 12:50:24 2008
From: johndecarlo at gmail.com (John DeCarlo)
Date: Mon, 7 Jan 2008 07:50:24 -0500
Subject: Video Problem WMV
In-Reply-To: <4781AE76.2050500@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au>
<200801050906.36423.donn.ingle@gmail.com>
<200801051047.40544.michael.mcintyre@rosegardenmusic.com>
<200801051817.01053.donn.ingle@gmail.com>
<4780BFF2.2000609@optusnet.com.au> <4781856A.8010607@wilddsl.net.au>
<4781AE76.2050500@optusnet.com.au>
Message-ID: <3dde113c0801070450x74f024c3t530d527520a47889@mail.gmail.com>
On Jan 6, 2008 11:45 PM, Clark wrote:
> E: Type 'Medibuntu' is not known on line 67 in source list
> /etc/apt/sources.list
> E: The list of sources could not be read.
>
> Looks like I may have to learn how to use kate to delete line 67 but that
> will take time. Any other suggestions appreciated. The proper repository
> add. follows but do I enter the line or from medibuntu or ???
>
>
> -
>
> Ubuntu 7.10 "*Gutsy* Gibbon":
>
> sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
>
>
> If you run the command just above, it will put the right information into
a separate file, which makes it easier to manage.
I don't know how you changed sources.list, but it looks like a comment line
was uncommented. I would try and undo what you did and see what happens.
--
John DeCarlo, My Views Are My Own
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From john-ubuntu at fjellstad.org Mon Jan 7 12:56:03 2008
From: john-ubuntu at fjellstad.org (John L Fjellstad)
Date: Mon, 07 Jan 2008 13:56:03 +0100
Subject: Upgrade existing Kubuntu 6.06 (Dapper Drake) to
Kubuntu 7.10(GutsyGibbon) in one step
References: <0JSK009KEM4LDT00@smtp4.clear.net.nz> <475C1887.4040101@gmail.com>
Message-ID: <87lk71rdzw.fsf@fjellstad.org>
Eric writes:
> I'm glad I could help. I wasn't so fortunate as you. As I mentioned I
> had gone from from 6.06 to 6.6 to 7.04 successfully. When I tried to
> upgrade to 7.10 the computer crashed somewhere near the end of the
> installation. I have reinstalled 6.06 and I'm trying to decide what to
> do. 6.06 has long term support as does 7.10.
7.10 doesn't have long-term support. 8.04 will have long term support.
--
John L. Fjellstad
web: http://www.fjellstad.org/ Quis custodiet ipsos custodes
From donn.ingle at gmail.com Mon Jan 7 13:43:18 2008
From: donn.ingle at gmail.com (Donn)
Date: Mon, 7 Jan 2008 15:43:18 +0200
Subject: Upgrade existing Kubuntu 6.06 (Dapper Drake) to
=?iso-8859-1?q?Kubuntu=097=2E10?=(GutsyGibbon) in one step
In-Reply-To: <87lk71rdzw.fsf@fjellstad.org>
References: <0JSK009KEM4LDT00@smtp4.clear.net.nz> <475C1887.4040101@gmail.com>
<87lk71rdzw.fsf@fjellstad.org>
Message-ID: <200801071543.18626.donn.ingle@gmail.com>
> 7.10 doesn't have long-term support. 8.04 will have long term support.
App. not Kubuntu 8.04, due to KDE 4.
\d
http://otherwiseingle.blogspot.com/
From ejazzkatt at gmail.com Mon Jan 7 14:00:55 2008
From: ejazzkatt at gmail.com (Eric)
Date: Mon, 07 Jan 2008 09:00:55 -0500
Subject: Upgrade existing Kubuntu 6.06 (Dapper Drake)
to Kubuntu 7.10(GutsyGibbon) in one step
In-Reply-To: <87lk71rdzw.fsf@fjellstad.org>
References: <0JSK009KEM4LDT00@smtp4.clear.net.nz> <475C1887.4040101@gmail.com>
<87lk71rdzw.fsf@fjellstad.org>
Message-ID: <47823097.4030609@gmail.com>
John L Fjellstad wrote:
> Eric writes:
>
>> I'm glad I could help. I wasn't so fortunate as you. As I mentioned I
>> had gone from from 6.06 to 6.6 to 7.04 successfully. When I tried to
>> upgrade to 7.10 the computer crashed somewhere near the end of the
>> installation. I have reinstalled 6.06 and I'm trying to decide what to
>> do. 6.06 has long term support as does 7.10.
>
> 7.10 doesn't have long-term support. 8.04 will have long term support.
>
I posted that awhile ago. I even tried again to install 7.10, going
through each release, step by step. No luck again when I got to 7.10. I
could see during the installation process that it was having a problem
opening a device a number of times.
I went back to using 6.06 and I'm happy.
Thanks for pointing out that 7.10 is not an LTS release.
Eric Jackson
From o.sinclair at gmail.com Mon Jan 7 14:20:11 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Mon, 07 Jan 2008 16:20:11 +0200
Subject: Kontact Enterprise or "normal"
Message-ID: <4782351B.5020601@gmail.com>
I am not really enjoying the switchover to the "Enterprise"
Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
how long folders should keep messages and the Contacts editing page is
behaving very odd.
How can I go back to "non Enterprise" version?
Sinclair
From lanzenesi at gmail.com Mon Jan 7 14:34:42 2008
From: lanzenesi at gmail.com (lanzen)
Date: Mon, 7 Jan 2008 15:34:42 +0100
Subject: Kontact Enterprise or "normal"
In-Reply-To: <4782351B.5020601@gmail.com>
References: <4782351B.5020601@gmail.com>
Message-ID: <200801071534.42663.lanzenesi@gmail.com>
On Monday 07 January 2008 15:20:11 O. Sinclair wrote:
> I am not really enjoying the switchover to the "Enterprise"
> Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
> how long folders should keep messages and the Contacts editing page is
> behaving very odd.
I got it. Right click on the folder, the one before last option.
One thing I can't find is the beautiful import option that kmail had. Where
has it gone?
--
lanzen
From donn.ingle at gmail.com Mon Jan 7 14:49:16 2008
From: donn.ingle at gmail.com (Donn)
Date: Mon, 7 Jan 2008 16:49:16 +0200
Subject: Kontact Enterprise or "normal"
In-Reply-To: <4782351B.5020601@gmail.com>
References: <4782351B.5020601@gmail.com>
Message-ID: <200801071649.16619.donn.ingle@gmail.com>
> How can I go back to "non Enterprise" version?
I didn't even know there was such a thing... How would one install it vs the
standard kmail stuff?
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From donn.ingle at gmail.com Mon Jan 7 15:06:39 2008
From: donn.ingle at gmail.com (Donn)
Date: Mon, 7 Jan 2008 17:06:39 +0200
Subject: Two links to free Gnu/Linux ebooks.
Message-ID: <200801071706.39351.donn.ingle@gmail.com>
Thought these were nice:
http://freebooks.homelinux.org/
and
http://www.linuxhaxor.net/2007/09/05/68-linux-related-free-e-books/
HTH
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From viewtiful.icchan at gmail.com Mon Jan 7 15:04:32 2008
From: viewtiful.icchan at gmail.com (Robert Menes)
Date: Mon, 7 Jan 2008 10:04:32 -0500
Subject: Two links to free Gnu/Linux ebooks.
In-Reply-To: <200801071706.39351.donn.ingle@gmail.com>
References: <200801071706.39351.donn.ingle@gmail.com>
Message-ID:
On Jan 7, 2008 10:06 AM, Donn wrote:
> Thought these were nice:
> http://freebooks.homelinux.org/
> and
> http://www.linuxhaxor.net/2007/09/05/68-linux-related-free-e-books/
>
>
> HTH
> \d
> --
> I have a low-traffic blog for basic news:
> http://otherwiseingle.blogspot.com/
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
Wow Donn, you really hit the honeypot! :) Thanks!
--Rob
(Kubuntu user and damn proud of it!)
--
Nobody's ever lost in life...they're merely taking the scenic route.
==============================
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
==============================
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1.2
GCS/S/M/MU d- s+: a28 C++(+++) UL++++>$ P++ L+++ E+ W+ N+ o+ K++ w--- O-
M !V PS+ PE Y+ PGP(+) t+ 5++ X++ R tv b+++ DI+++ D++(---) G++ e+ h-
r++ y+
------END GEEK CODE BLOCK------
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From o.sinclair at gmail.com Mon Jan 7 15:09:13 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Mon, 07 Jan 2008 17:09:13 +0200
Subject: Kontact Enterprise or "normal"
In-Reply-To: <200801071534.42663.lanzenesi@gmail.com>
References: <4782351B.5020601@gmail.com>
<200801071534.42663.lanzenesi@gmail.com>
Message-ID: <47824099.6050703@gmail.com>
lanzen wrote:
> On Monday 07 January 2008 15:20:11 O. Sinclair wrote:
>
>> I am not really enjoying the switchover to the "Enterprise"
>> Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
>> how long folders should keep messages and the Contacts editing page is
>> behaving very odd.
>
> I got it. Right click on the folder, the one before last option.
thanks! If I could now just figure out how to rearrange the panes in
Contact I might feel at home again...
From claydoh at midmaine.com Mon Jan 7 15:16:24 2008
From: claydoh at midmaine.com (Clay Weber)
Date: Mon, 7 Jan 2008 10:16:24 -0500
Subject: Kontact Enterprise or "normal"
In-Reply-To: <200801071534.42663.lanzenesi@gmail.com>
References: <4782351B.5020601@gmail.com>
<200801071534.42663.lanzenesi@gmail.com>
Message-ID: <200801071016.24660.claydoh@midmaine.com>
On Monday 07 January 2008 9:34:42 am lanzen wrote:
> On Monday 07 January 2008 15:20:11 O. Sinclair wrote:
> > I am not really enjoying the switchover to the "Enterprise"
> > Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
> > how long folders should keep messages and the Contacts editing page is
> > behaving very odd.
>
> I got it. Right click on the folder, the one before last option.
>
> One thing I can't find is the beautiful import option that kmail had. Where
> has it gone?
>
> --
>lanzen
Kmail's email import applet is in a separate package called kmailcvt, so you
may need to check if it is installed (can't remember if it is by default or
not)
--
Clay Weber
http://kubuntuforums.net
http://claydoh.com
http://emacdogsports.com
From claydoh at midmaine.com Mon Jan 7 15:36:11 2008
From: claydoh at midmaine.com (Clay Weber)
Date: Mon, 7 Jan 2008 10:36:11 -0500
Subject: Kontact Enterprise or "normal"
In-Reply-To: <4782351B.5020601@gmail.com>
References: <4782351B.5020601@gmail.com>
Message-ID: <200801071036.11746.claydoh@midmaine.com>
On Monday 07 January 2008 9:20:11 am O. Sinclair wrote:
> I am not really enjoying the switchover to the "Enterprise"
> Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
> how long folders should keep messages and the Contacts editing page is
> behaving very odd.
>
> How can I go back to "non Enterprise" version?
>
> Sinclair
You would have to build from source :(
The enterprise branch of Kontact, which it seems Suse and possibly mandriva
ship as well, have more bug fixes in them, as in the huge imap bugs there
used to be.
As for folder expiry, my kmail (Gutsy) has the Expire option if I right-click
on a folder, click 'expire', and edit the settings from there.
--
Clay Weber
http://kubuntuforums.net
http://claydoh.com
http://emacdogsports.com
From nigel at rmk.co.il Mon Jan 7 15:39:07 2008
From: nigel at rmk.co.il (Nigel Ridley)
Date: Mon, 07 Jan 2008 17:39:07 +0200
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <200801042149.38356.michael.mcintyre@rosegardenmusic.com>
References: <477E3658.3040500@rmk.co.il>
<200801042149.38356.michael.mcintyre@rosegardenmusic.com>
Message-ID: <4782479B.5070305@rmk.co.il>
D. Michael McIntyre wrote:
> On Friday 04 January 2008, Nigel Ridley wrote:
>
>> My daughter is complaining that her gutsy install only has gimp rc
>> (release candidate) available - and that there are loads of things that
>> don't work.
>> Why is there no 'stable' version available - or at least one that works
>> [mostly]?
>
> What doesn't work?
>
> I'm having a lot of trouble finding some things that have moved around, but it
> seems to be working just fine so far as I've encountered with what I've
> tried.
Sorry for taking so long to reply - I finally managed to get my daughter
to write down the problem:
She wants to add a border to an image. She right-clicks > Filters >
Decor > Border. She chooses a size in the dialogue box (1 for both x &
y) then OK.
The Gimp starts the process but ends with an error message:
Gimp Message
Plug-in 'Add Border' left image undo in inconsistent state, closing open
undo groups.
Any ideas?
Blessings,
Nigel
--
OliveRoot Ministries
http://www.oliveroot.net/
PrayingForIsrael.net
http://www.prayingforisrael.net/
From news at pointerstop.ca Mon Jan 7 15:38:48 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Mon, 07 Jan 2008 11:38:48 -0400
Subject: Kontact Enterprise or "normal"
References: <4782351B.5020601@gmail.com>
<200801071534.42663.lanzenesi@gmail.com>
Message-ID: <14286171.bIH73F6kup@cedar.serverforest.com>
lanzen wrote:
> On Monday 07 January 2008 15:20:11 O. Sinclair wrote:
>
>> I am not really enjoying the switchover to the "Enterprise"
>> Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
>> how long folders should keep messages and the Contacts editing page is
>> behaving very odd.
>
> I got it. Right click on the folder, the one before last option.
?? There is no "Enterprise" version, only some different views.
> One thing I can't find is the beautiful import option that kmail had.
> Where has it gone?
That was never part of kmail. The package is called kmailcvt.
--
derek
From news at pointerstop.ca Mon Jan 7 15:36:59 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Mon, 07 Jan 2008 11:36:59 -0400
Subject: Upgrade existing Kubuntu 6.06 (Dapper Drake) to
Kubuntu 7.10(GutsyGibbon) in one step
References: <0JSK009KEM4LDT00@smtp4.clear.net.nz> <475C1887.4040101@gmail.com>
<87lk71rdzw.fsf@fjellstad.org>
<200801071543.18626.donn.ingle@gmail.com>
Message-ID: <2944278.2M3LvBENuA@cedar.serverforest.com>
Donn wrote:
>> 7.10 doesn't have long-term support. 8.04 will have long term support.
> App. not Kubuntu 8.04, due to KDE 4.
That's not what I understood - Kubuntu will still have LTS, it just won't
have KDE4.
--
derek
From news at pointerstop.ca Mon Jan 7 15:33:06 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Mon, 07 Jan 2008 11:33:06 -0400
Subject: Double size icons in Konqueror
References: <6243390.DWO6uectkj@cedar.serverforest.com>
<200801061841.08968.donn.ingle@gmail.com>
<478107E5.7020709@fastmail.fm>
Message-ID: <1463301.mcDgKMnoTI@cedar.serverforest.com>
Karl wrote:
> Donn wrote:
>> I can't even get Konq to show me detailed-view as the default - it keeps
>> changing to icon-view, despite all my attempts :| Drives me nuts.
>>
>
> Go to Settings/Config Konqeror/File Associations.
>
> Select Inode - directory. Click the Embedded tab and move the view you
> want to the top.
>
> This question keeps cropping up from time to time. There really should
> be a less obscure way of doing this.
Indeed. I know how to do it, now, because I had to ask here twice (having
forgotten how after the first time).
Thanks for pointing out the Icon Size, Karl. That's actually considerably
less obscure than the file association issue (in fact, for everything but
my home dir it was set to Medium), but now I have to wonder what's special
about the home directory (which was set to Default). Fortunately changing
it to Default in another directory worked for everything.
--
derek
From johndecarlo at gmail.com Mon Jan 7 15:55:27 2008
From: johndecarlo at gmail.com (John DeCarlo)
Date: Mon, 7 Jan 2008 10:55:27 -0500
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <4782479B.5070305@rmk.co.il>
References: <477E3658.3040500@rmk.co.il>
<200801042149.38356.michael.mcintyre@rosegardenmusic.com>
<4782479B.5070305@rmk.co.il>
Message-ID: <3dde113c0801070755r6e749c1bmcc9fa698442b8c83@mail.gmail.com>
On Jan 7, 2008 10:39 AM, Nigel Ridley wrote:
> D. Michael McIntyre wrote:
> > On Friday 04 January 2008, Nigel Ridley wrote:
> >
> >> My daughter is complaining that her gutsy install only has gimp rc
> >> (release candidate) available - and that there are loads of things that
> >> don't work.
> >> Why is there no 'stable' version available - or at least one that works
> >> [mostly]?
> >
I noticed that my version, just doing regular updates, is now at 2.4.2.
This is not an RC version, but an update to 2.4
Maybe doing an update via the Gutsy repositories will help?
> Sorry for taking so long to reply - I finally managed to get my daughter
> to write down the problem:
>
> She wants to add a border to an image. She right-clicks > Filters >
> Decor > Border. She chooses a size in the dialogue box (1 for both x &
> y) then OK.
> The Gimp starts the process but ends with an error message:
>
> Gimp Message
> Plug-in 'Add Border' left image undo in inconsistent state, closing open
> undo groups.
>
This works fine for me.
I would suggest doing an update (command line would be something like:
sudo aptitude safe-upgrade) and see if you get a newer version with more
bug-fixes. I have 2.4.2 now.
The other would be checking memory usage and swap space usage. Perhaps
doing this operation when first starting GIMP would work, while later when
more memory is in use it would not.
--
John DeCarlo, My Views Are My Own
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From news at pointerstop.ca Mon Jan 7 15:35:43 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Mon, 07 Jan 2008 11:35:43 -0400
Subject: transfering files from PClinuxos to Kubuntu computer
References: <477FC18B.8070709@gmail.com>
<200801060153.38208.michael.mcintyre@rosegardenmusic.com>
<1228517.ektlXnB6V4@cedar.serverforest.com>
<200801061141.37922.michael.mcintyre@rosegardenmusic.com>
Message-ID: <1309250.ibln1AX2gm@cedar.serverforest.com>
D. Michael McIntyre wrote:
> On Sunday 06 January 2008, Derek Broughton wrote:
>> Yeah, I hear you. In the end, it always seems easier to just use
>> sftp://... or fish:// (kio slaves rock!).
>
>> Did I just say kio slaves rock? Drag and drop, too...
>
> I'll remember this for next time I'm dishing out suggestions. In
> practice, I still do almost all of my file management straight from the
> command line. Graphical file management has just never caught on with me
> for some reason.
Well, it's not a criticism of your advice, in any way, because I generally
stick to command line solutions for advice, anyway. It's much easier to be
explicit in email with command line examples.
--
derek
From donn.ingle at gmail.com Mon Jan 7 16:12:43 2008
From: donn.ingle at gmail.com (Donn)
Date: Mon, 7 Jan 2008 18:12:43 +0200
Subject: Upgrade existing Kubuntu 6.06 (Dapper Drake) to
=?utf-8?q?Kubuntu=097=2E10?=(GutsyGibbon) in one step
In-Reply-To: <2944278.2M3LvBENuA@cedar.serverforest.com>
References: <0JSK009KEM4LDT00@smtp4.clear.net.nz>
<200801071543.18626.donn.ingle@gmail.com>
<2944278.2M3LvBENuA@cedar.serverforest.com>
Message-ID: <200801071812.43862.donn.ingle@gmail.com>
> That's not what I understood - Kubuntu will still have LTS, it just won't
> have KDE4.
I got my info from an RSS feed:
http://mhb.ath.cx/blog/kubuntu/frequently-asked-questions/
From that:
It seems the blog posts about Kubuntu Hardy and LTS were too long and too
complex, so some people still wonder what the plan is. Here’s a short and
foolproof FAQ about it.
Q: Is Kubuntu 8.04 “Hardy Heron” going to ship KDE 4.0 ?
A: Yes, if nothing goes wrong, it is going to ship (as in ShipIt) a Live CD
with a KDE4.0 desktop and some KDE3 applications that are not ready yet
(Amarok, Kaffeine, digiKam, Kontact etc).
Q: Is there going to be a Kubuntu Hardy KDE3 Live CD, too?
A: Yes, you will be able to download it from kubuntu.org.
Q: What happens when I upgrade from Kubuntu Gutsy to Hardy?
A: You will get a KDE3 desktop. You can easily install the KDE4.0 one from
the repositories if you would like to try it.
Q: Is Kubuntu Hardy going to be an LTS?
A: No.
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From spwhite at freesurf.ch Mon Jan 7 16:34:53 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Mon, 7 Jan 2008 17:34:53 +0100
Subject: Two links to free Gnu/Linux ebooks.
In-Reply-To: <200801071706.39351.donn.ingle@gmail.com>
References: <200801071706.39351.donn.ingle@gmail.com>
Message-ID: <200801071734.54016.spwhite@freesurf.ch>
On Monday 07 January 2008 16:06, Donn wrote:
> Thought these were nice:
> http://freebooks.homelinux.org/
> and
> http://www.linuxhaxor.net/2007/09/05/68-linux-related-free-e-books/
>
>
> HTH
> \d
> --
> I have a low-traffic blog for basic news:
> http://otherwiseingle.blogspot.com/
I just had a look at the front pages, looks like a gold mine, some day I will
have to dig into that more deeply.
Thanks a lot Perry
--
BOFH excuse #22: monitor resolution too high
From k7qo at commspeed.net Mon Jan 7 16:38:25 2008
From: k7qo at commspeed.net (Chuck Adams)
Date: Mon, 7 Jan 2008 09:38:25 -0700
Subject: kmail thread
Message-ID: <200801070938.26070.k7qo@commspeed.net>
Thanks to the individuals that have been running the
Kmail thread. I was wondering why certain things were
happening aperiodically and now I know.
In Settings->ConfigureKmail down at the bottom of
the pull-down menu is Misc. And somewhere there
is a default of "delete trash" upon program exit.
I would never ever set that and certainly wish it
was not the default. I lost some stuff that I
wanted to retrieve, even though I did a delete
the messages. I assumed that they would
remain there until I personally came along and
deleted them from the trash.
It is the equivalent of carrying out the trash once
a week thing at home. Don't come and pick up
the trash until I say it is OK and I put it on the
front curb.... :-)
FYI
Chuck
--
Chuck Adams, K7QO
k7qo at commspeed.net
http://www.k7qo.net/
Moving to Arizona? Bring your own water, please.
From bilwalsh at swbell.net Mon Jan 7 16:51:33 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Mon, 07 Jan 2008 10:51:33 -0600
Subject: Upgrade existing Kubuntu 6.06 (Dapper Drake) to Kubuntu
7.10(GutsyGibbon) in one step
In-Reply-To: <200801071812.43862.donn.ingle@gmail.com>
References: <0JSK009KEM4LDT00@smtp4.clear.net.nz> <200801071543.18626.donn.ingle@gmail.com> <2944278.2M3LvBENuA@cedar.serverforest.com>
<200801071812.43862.donn.ingle@gmail.com>
Message-ID: <47825895.9070504@swbell.net>
Donn wrote:
>> That's not what I understood - Kubuntu will still have LTS, it just won't
>> have KDE4.
>>
> I got my info from an RSS feed:
> http://mhb.ath.cx/blog/kubuntu/frequently-asked-questions/
> From that:
>
> It seems the blog posts about Kubuntu Hardy and LTS were too long and too
> complex, so some people still wonder what the plan is. Here’s a short and
> foolproof FAQ about it.
> Q: Is Kubuntu 8.04 “Hardy Heron” going to ship KDE 4.0 ?
> A: Yes, if nothing goes wrong, it is going to ship (as in ShipIt) a Live CD
> with a KDE4.0 desktop and some KDE3 applications that are not ready yet
> (Amarok, Kaffeine, digiKam, Kontact etc).
> Q: Is there going to be a Kubuntu Hardy KDE3 Live CD, too?
> A: Yes, you will be able to download it from kubuntu.org.
> Q: What happens when I upgrade from Kubuntu Gutsy to Hardy?
> A: You will get a KDE3 desktop. You can easily install the KDE4.0 one from
> the repositories if you would like to try it.
> Q: Is Kubuntu Hardy going to be an LTS?
> A: No.
>
> \d
>
That raises a question or two in my mind:
Q: Will Ubuntu 8.04 have LTS?
Q: Does that mean that Kubuntu will have to wait two more years? [ If
above yes ]
From phillipd at oem.doe.gov Mon Jan 7 17:14:10 2008
From: phillipd at oem.doe.gov (Douglas Phillipson)
Date: Mon, 07 Jan 2008 09:14:10 -0800
Subject: Audio chatters when video plays in forefront
In-Reply-To: <47818850.5090903@wilddsl.net.au>
References: <477D6ADA.6040302@oem.doe.gov> <47818850.5090903@wilddsl.net.au>
Message-ID: <47825DE2.9090502@oem.doe.gov>
Anton Rolls wrote:
> Hi Douglas,
>
> Douglas Phillipson wrote:
>
>> I'm using a GForce FX5200 video card, although this problem also
>> exhibits itself on a Predator LT 4 PCI on Gutsy. Whenever I play video
>> through any player, the audio chatters. If I place a terminal window or
>> any other window in front of the Video the audio is fine. The audio
>> gradually clears up as I slowly move any window in front of the video.
>> Any ideas?
>>
>
> What graphics driver is in use ?
>
> Anton.
>
>
I've tried both the "nv" and the proprietary one through the
"restricted-manager". The chattering occurs using both.
Doug P
From news at pointerstop.ca Mon Jan 7 17:27:11 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Mon, 07 Jan 2008 13:27:11 -0400
Subject: kmail thread
References: <200801070938.26070.k7qo@commspeed.net>
Message-ID: <15384898.mO5InOuZaA@cedar.serverforest.com>
Chuck Adams wrote:
>
> In Settings->ConfigureKmail down at the bottom of
> the pull-down menu is Misc. And somewhere there
> is a default of "delete trash" upon program exit.
> I would never ever set that and certainly wish it
> was not the default. I lost some stuff that I
> wanted to retrieve, even though I did a delete
> the messages. I assumed that they would
> remain there until I personally came along and
> deleted them from the trash.
>
> It is the equivalent of carrying out the trash once
> a week thing at home. Don't come and pick up
> the trash until I say it is OK and I put it on the
> front curb.... :-)
In KMail's defence, I'd say (a) I believe it's default IMAP behaviour, so
not unreasonable for their local folders; and (b) how did the stuff get in
the trash in the first place? - You _did_ put the trash on the curb - it's
not unreasonable for the garbage collector to pick it up!
--
derek
From AmbergerTh at yahoo.de Mon Jan 7 18:30:53 2008
From: AmbergerTh at yahoo.de (Thomas Amberger)
Date: Mon, 7 Jan 2008 19:30:53 +0100
Subject: kmail Mailadress
Message-ID: <200801071930.53969.AmbergerTh@yahoo.de>
Hello,
i have i problem with kmail. When i type in the adressfeld of a new mail,
kamil offers me a list of adresses fom my adressbook. I type two or three
letters and scrolls then in the list to the adress, where I'm looking for.
Kmail puts the name of every adress I scroll over, in front in the
adressfield. It looks like:
"Brown, "Tom, "Mail-Echo"
Is this a bug in kmail or is somthing wrong in my properties?
Thanks
Thomas
From nigel at rmk.co.il Mon Jan 7 18:54:34 2008
From: nigel at rmk.co.il (Nigel Ridley)
Date: Mon, 07 Jan 2008 20:54:34 +0200
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <3dde113c0801070755r6e749c1bmcc9fa698442b8c83@mail.gmail.com>
References: <477E3658.3040500@rmk.co.il> <200801042149.38356.michael.mcintyre@rosegardenmusic.com> <4782479B.5070305@rmk.co.il>
<3dde113c0801070755r6e749c1bmcc9fa698442b8c83@mail.gmail.com>
Message-ID: <4782756A.2040003@rmk.co.il>
John DeCarlo wrote:
> On Jan 7, 2008 10:39 AM, Nigel Ridley wrote:
>
>> D. Michael McIntyre wrote:
>>> On Friday 04 January 2008, Nigel Ridley wrote:
>>>
>>>> My daughter is complaining that her gutsy install only has gimp rc
>>>> (release candidate) available - and that there are loads of things that
>>>> don't work.
>>>> Why is there no 'stable' version available - or at least one that works
>>>> [mostly]?
>
>
> I noticed that my version, just doing regular updates, is now at 2.4.2.
> This is not an RC version, but an update to 2.4
>
> Maybe doing an update via the Gutsy repositories will help?
>
>
>> Sorry for taking so long to reply - I finally managed to get my daughter
>> to write down the problem:
>>
>> She wants to add a border to an image. She right-clicks > Filters >
>> Decor > Border. She chooses a size in the dialogue box (1 for both x &
>> y) then OK.
>> The Gimp starts the process but ends with an error message:
>>
>> Gimp Message
>> Plug-in 'Add Border' left image undo in inconsistent state, closing open
>> undo groups.
>>
>
> This works fine for me.
>
> I would suggest doing an update (command line would be something like:
> sudo aptitude safe-upgrade) and see if you get a newer version with more
> bug-fixes. I have 2.4.2 now.
>
> The other would be checking memory usage and swap space usage. Perhaps
> doing this operation when first starting GIMP would work, while later when
> more memory is in use it would not.
>
>
It is a fresh gutsy install with all updates (just did an update;
dist-upgrade). The Gimp is still 'Release Candidate'.
I played with the 'decor' scripts in the 'filters' menu and all but the
first two (border and bevel border) work. Border gives the error message
whilst bevel border doesn't do anything. After trying any of the two
border effects, I have to close and restart the Gimp in order for those
scripts to start [trying to] work again.
I will try on another gusty machine tomorrow.....
Blessings,
Nigel
--
OliveRoot Ministries
http://www.oliveroot.net/
PrayingForIsrael.net
http://www.prayingforisrael.net/
From AmbergerTh at yahoo.de Mon Jan 7 19:06:25 2008
From: AmbergerTh at yahoo.de (Thomas Amberger)
Date: Mon, 7 Jan 2008 20:06:25 +0100
Subject: kmail Mailadress
In-Reply-To: <200801071930.53969.AmbergerTh@yahoo.de>
References: <200801071930.53969.AmbergerTh@yahoo.de>
Message-ID: <200801072006.25533.AmbergerTh@yahoo.de>
Am Montag 07 Januar 2008 19:30:53 schrieb Thomas Amberger:
> Hello,
>
> i have i problem with kmail. When i type in the adressfeld of a new mail,
> kamil offers me a list of adresses fom my adressbook. I type two or three
> letters and scrolls then in the list to the adress, where I'm looking for.
>
> Kmail puts the name of every adress I scroll over, in front in the
> adressfield. It looks like:
>
> "Brown, "Tom, "Mail-Echo"
>
> Is this a bug in kmail or is somthing wrong in my properties?
>
> Thanks
>
> Thomas
I fogott something:
I use Kubuntu 7.10 and this issue is since i updateted from the erlier version
From fred.schaer at wanadoo.fr Mon Jan 7 20:21:12 2008
From: fred.schaer at wanadoo.fr (Fred Schaer)
Date: Mon, 07 Jan 2008 21:21:12 +0100
Subject: sound recording does not work on intel HD audio ??
In-Reply-To: <200801051317.35037.michael.mcintyre@rosegardenmusic.com>
References: <477E7F1D.8000604@wanadoo.fr> <200801042130.39621.kubuntu-users@cpinkney.org.uk> <477FABBA.4080902@wanadoo.fr>
<200801051317.35037.michael.mcintyre@rosegardenmusic.com>
Message-ID: <478289B8.9060702@wanadoo.fr>
Hi,
Just for fun : I'm still trying things, but here are some results :
I managed recording audio with arecord with following command :
arecord -r 44100 -c 2 -f S16_LE | lame -x - out.mp3
Thing is that in order to get that, I had to
- I'm using the alsa option model=6stack
- have "Front Mic" selected as 1st input source (inpurt sources 2 and 3
don't seem to work at all)
- It is *Line in* controls that change the sound on the PC speakers
- Headphones have top be unmuted in alsa play section (why ??)
- in the alsamixer, "Digital" has to be about "-3.50" dB, otherwise,
there's either no sound or just cracking noise (!) -- by the way : is
this normal this gain can be set between -30 and +30 dB ?? I doubt these
values are usefull...
- capture volume does not seem to have any effect...
As you see, this is really really weird... I'm going to retry with no
module option, to see if it helped or not (considering the Digital dB
behaviour, I had no chance tweaking settings with kmix - dB values were
far too low or too high when adjusted with mouse...)
Cheers
P.S : I had no luck recording audio with mencoder , still trying but I
fear alsa recording is buggy there ;)
D. Michael McIntyre a écrit :
> On Saturday 05 January 2008, Fred Schaer wrote:
>
>> I just checked, I don't have snd-hda-intel (or snd_hda_intel ?) anywhere
>> in /etc : maybe the module is loaded in the initrd ? In that case, I'll
>> try to regenerate the initrd files...
>>
>
> You won't find a kernel module in /etc. The modules are the various .ko files
> under /lib/modules/$YOUR_KERNEL_VERSION, but you have no reason to go
> screwing around with any of that. The modules are not going to be loaded by
> your initd, which is only for critical modules necessary for booting, like
> the drivers for filesystems and various kinds of storage hardware.
>
> What you want to start with is lsmod to see which modules are loaded. You'll
> probably find your snd_hda_intel there. I don't know how to fix your
> problem, but I deal with how_to_get_sound_working issues constantly, and I've
> seen a lot of people reporting problems with Intel and HD in them, to the
> point where I really hate that chip, even though I don't know anything about
> it.
>
> I'd try the ALSA upgrade first. Who knows.
>
From lanzenesi at gmail.com Mon Jan 7 21:02:45 2008
From: lanzenesi at gmail.com (lanzen)
Date: Mon, 7 Jan 2008 22:02:45 +0100
Subject: Kontact Enterprise or "normal"
In-Reply-To: <14286171.bIH73F6kup@cedar.serverforest.com>
References: <4782351B.5020601@gmail.com>
<200801071534.42663.lanzenesi@gmail.com>
<14286171.bIH73F6kup@cedar.serverforest.com>
Message-ID: <200801072202.45766.lanzenesi@gmail.com>
On Monday 07 January 2008 16:38:48 Derek Broughton wrote:
> That was never part of kmail. The package is called kmailcvt.
Thanks Derek and Clay!
I felt pretty sure I had it installed _with_ kontact in fiesty, but I might be
wrong. Actually I feel that keeping it separate is a more reasonable way of
going about it: one just installs it whenever needed and takes it off once
done as it's not a daily necessity, really.
But I'm sure I was using KMail 1.9.7 - no enterprise - after an upgrade while
in fiesty. Oh well, beam me up, Scottie! ;)
--
lanzen
From lanzenesi at gmail.com Mon Jan 7 22:17:57 2008
From: lanzenesi at gmail.com (lanzen)
Date: Mon, 7 Jan 2008 23:17:57 +0100
Subject: Kontact Enterprise or "normal"
In-Reply-To: <200801072202.45766.lanzenesi@gmail.com>
References: <4782351B.5020601@gmail.com>
<14286171.bIH73F6kup@cedar.serverforest.com>
<200801072202.45766.lanzenesi@gmail.com>
Message-ID: <200801072317.57462.lanzenesi@gmail.com>
Quoting myself:
> Actually I feel that keeping it separate is a more reasonable way of
> going about it
Well, heck, I don't believe me eyes! Now, this is a clean Kubuntu install - I
just wanted a clean, fresh gutsy - and I went to adept just to see what the
kmailcvt package looked like, not that i wanted to get it, but just in case I
needed it some time or another, so there it was... kmailcvt... what!!!
installed! I never! It has always been there!
So, I guess, if you have kmail or kontact you should have it too. Please, try
to run kmailcvt in a terminal and let me know.
Now, again, on afterthought, I'm pretty sure It was listed in a kmail's menu
in a previous version.
--
lanzen
From stan10x10 at gmail.com Tue Jan 8 01:32:05 2008
From: stan10x10 at gmail.com (uriah heep)
Date: Mon, 7 Jan 2008 20:32:05 -0500
Subject: broken files and apt get locked
In-Reply-To: <4781CDFA.5000206@tiscali.co.uk>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<4781C050.1020700@tiscali.co.uk>
<200801070859.48638.donn.ingle@gmail.com>
<4781CDFA.5000206@tiscali.co.uk>
Message-ID: <69c7ddfb0801071732u599aed74p49127bbdf8d1c14e@mail.gmail.com>
the below was what I got when I invoked the suggested commands in konsole
sudo dpkg –configure -a
gives below result
[sudo] password for uriah:
dpkg: dependency problems prevent configuration of sunwderby:
sunwderby depends on sun-java5-jre; however:
Package sun-java5-jre is not installed.
dpkg: error processing sunwderby (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of imq:
imq depends on sun-java5-jre; however:
Package sun-java5-jre is not installed.
dpkg: error processing imq (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of glassfish-bin:
glassfish-bin depends on sunwderby (>= 1.0-1); however:
Package sunwderby is not configured yet.
glassfish-bin depends on imq (>= 1.0-1); however:
Package imq is not configured yet.
glassfish-bin depends on sun-java5-jre; however:
Package sun-java5-jre is not installed.
dpkg: error processing glassfish-bin (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
sunwderby
imq
glassfish-bin
uriah at The-Fourth-Horseman:~$
uriah at The-Fourth-Horseman:~$ sudo fuser -vki /var/lib/dpkg/lock
[sudo] password for uriah:
uriah at The-Fourth-Horseman:~$
uriah at The-Fourth-Horseman:~$
uriah at The-Fourth-Horseman:~$ sudo apt-get -f
apt 0.7.6ubuntu14 for i386 compiled on Oct 15 2007 20:39:10
Usage: apt-get [options] command
apt-get [options] install|remove pkg1 [pkg2 ...]
apt-get [options] source pkg1 [pkg2 ...]
apt-get is a simple command line interface for downloading and
installing packages. The most frequently used commands are update
and install.
Commands:
update - Retrieve new lists of packages
upgrade - Perform an upgrade
install - Install new packages (pkg is libc6 not libc6.deb)
remove - Remove packages
purge - Remove and purge packages
source - Download source archives
build-dep - Configure build-dependencies for source packages
dist-upgrade - Distribution upgrade, see apt-get(8)
dselect-upgrade - Follow dselect selections
clean - Erase downloaded archive files
autoclean - Erase old downloaded archive files
check - Verify that there are no broken dependencies
Options:
-h This help text.
-q Loggable output - no progress indicator
-qq No output except for errors
-d Download only - do NOT install or unpack archives
-s No-act. Perform ordering simulation
-y Assume Yes to all queries and do not prompt
-f Attempt to continue if the integrity check fails
-m Attempt to continue if archives are unlocatable
-u Show a list of upgraded packages as well
-b Build the source package after fetching it
-V Show verbose version numbers
-c=? Read this configuration file
-o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp
See the apt-get(8), sources.list(5) and apt.conf(5) manual
pages for more information and options.
This APT has Super Cow Powers.
uriah at The-Fourth-Horseman:~$
The error message I get when trying to load a program (abcde)
there was an error committing changes. possibly there was a problem
downloading some packages or the committ would break packages
The packages that are broken are
glassfish-bin suns open source java (TM) EE 5 application server
ing sun java (tm) system message que
sunwderby java (tm) db
Anyone got any ideas or should I just wipe it and reinstall?
uriah
On Jan 7, 2008 2:00 AM, Wulfy wrote:
> Donn wrote:
> > What does VLC (vlc video player, right?) have to do with Java?
> >
> > \d
> >
> >
> Nothing directly, I think. But the OP was trying to install Java and it
> failed thus blocking any other installs...
>
> --
> Blessings
>
> Wulfmann
>
> Wulf Credo:
> Respect the elders. Teach the young. Co-operate with the pack.
> Play when you can. Hunt when you must. Rest in between.
> Share your affections. Voice your opinion. Leave your Mark.
>
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From wulfmann at tiscali.co.uk Tue Jan 8 01:44:31 2008
From: wulfmann at tiscali.co.uk (Wulfy)
Date: Tue, 08 Jan 2008 01:44:31 +0000
Subject: broken files and apt get locked
In-Reply-To: <69c7ddfb0801071732u599aed74p49127bbdf8d1c14e@mail.gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com> <4781C050.1020700@tiscali.co.uk> <200801070859.48638.donn.ingle@gmail.com> <4781CDFA.5000206@tiscali.co.uk>
<69c7ddfb0801071732u599aed74p49127bbdf8d1c14e@mail.gmail.com>
Message-ID: <4782D57F.1020302@tiscali.co.uk>
uriah heep wrote:
> the below was what I got when I invoked the suggested commands in konsole
>
>
> sudo dpkg –configure -a
>
> gives below result
>
>
> [sudo] password for uriah:
>
> dpkg: dependency problems prevent configuration of sunwderby:
>
> sunwderby depends on sun-java5-jre; however:
>
> Package sun-java5-jre is not installed.
>
Do you have a Java runtime installed? That seems to be what is missing
according to the error messages. And it should be the java5 not the
java6 stuff...
--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
From anton at wilddsl.net.au Tue Jan 8 02:03:56 2008
From: anton at wilddsl.net.au (Anton Rolls)
Date: Tue, 08 Jan 2008 13:03:56 +1100
Subject: Video Problem WMV
In-Reply-To: <3dde113c0801070450x74f024c3t530d527520a47889@mail.gmail.com>
References: <477ED35C.4030604@optusnet.com.au> <200801050906.36423.donn.ingle@gmail.com> <200801051047.40544.michael.mcintyre@rosegardenmusic.com> <200801051817.01053.donn.ingle@gmail.com> <4780BFF2.2000609@optusnet.com.au>
<4781856A.8010607@wilddsl.net.au> <4781AE76.2050500@optusnet.com.au>
<3dde113c0801070450x74f024c3t530d527520a47889@mail.gmail.com>
Message-ID: <4782DA0C.70600@wilddsl.net.au>
Hi Clark,
John DeCarlo wrote:
> I don't know how you changed sources.list, but it looks like a comment
> line was uncommented. I would try and undo what you did and see what
> happens.
I agree with John, it looks like it is a missing comment problem.
Lines beginning with # are comments. Anything that reads like
plain English in these files should be commented.
If you show us the contents of /etc/apt/sources.list
(and /etc/apt/sources.list.d/medibuntu.list , if it exists)
then we can tell you easily if there is a misplaced or missing
comment.
Regards,
Anton.
From stan10x10 at gmail.com Tue Jan 8 03:26:23 2008
From: stan10x10 at gmail.com (uriah heep)
Date: Mon, 7 Jan 2008 22:26:23 -0500
Subject: broken files and apt get locked
In-Reply-To: <4782D57F.1020302@tiscali.co.uk>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<4781C050.1020700@tiscali.co.uk>
<200801070859.48638.donn.ingle@gmail.com>
<4781CDFA.5000206@tiscali.co.uk>
<69c7ddfb0801071732u599aed74p49127bbdf8d1c14e@mail.gmail.com>
<4782D57F.1020302@tiscali.co.uk>
Message-ID: <69c7ddfb0801071926k4ae7b01bk4e1bf21598bac2e1@mail.gmail.com>
Not that I am aware of. To be positive how do I do a search?
Uriah
On Jan 7, 2008 8:44 PM, Wulfy wrote:
> uriah heep wrote:
> > the below was what I got when I invoked the suggested commands in
> konsole
> >
> >
> > sudo dpkg –configure -a
> >
> > gives below result
> >
> >
> > [sudo] password for uriah:
> >
> > dpkg: dependency problems prevent configuration of sunwderby:
> >
> > sunwderby depends on sun-java5-jre; however:
> >
> > Package sun-java5-jre is not installed.
> >
>
>
> Do you have a Java runtime installed? That seems to be what is missing
> according to the error messages. And it should be the java5 not the
> java6 stuff...
>
> --
> Blessings
>
> Wulfmann
>
> Wulf Credo:
> Respect the elders. Teach the young. Co-operate with the pack.
> Play when you can. Hunt when you must. Rest in between.
> Share your affections. Voice your opinion. Leave your Mark.
>
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From wulfmann at tiscali.co.uk Tue Jan 8 05:24:12 2008
From: wulfmann at tiscali.co.uk (Wulfy)
Date: Tue, 08 Jan 2008 05:24:12 +0000
Subject: broken files and apt get locked
In-Reply-To: <69c7ddfb0801071926k4ae7b01bk4e1bf21598bac2e1@mail.gmail.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com> <4781C050.1020700@tiscali.co.uk> <200801070859.48638.donn.ingle@gmail.com> <4781CDFA.5000206@tiscali.co.uk> <69c7ddfb0801071732u599aed74p49127bbdf8d1c14e@mail.gmail.com> <4782D57F.1020302@tiscali.co.uk>
<69c7ddfb0801071926k4ae7b01bk4e1bf21598bac2e1@mail.gmail.com>
Message-ID: <478308FC.4010902@tiscali.co.uk>
uriah heep wrote:
> Not that I am aware of. To be positive how do I do a search?
> Uriah
At the Konsole:
java --version
If you have Java installed, it'll tell you what version it is. If not,
you get an error message. :@)
--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
From spwhite at freesurf.ch Tue Jan 8 05:41:53 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Tue, 8 Jan 2008 06:41:53 +0100
Subject: kmail thread
In-Reply-To: <15384898.mO5InOuZaA@cedar.serverforest.com>
References: <200801070938.26070.k7qo@commspeed.net>
<15384898.mO5InOuZaA@cedar.serverforest.com>
Message-ID: <200801080641.53826.spwhite@freesurf.ch>
On Monday 07 January 2008 18:27, Derek Broughton wrote:
> > a week thing at home. Don't come and pick up
> > the trash until I say it is OK and I put it on the
> > front curb.... :-):-)
>
> In KMail's defence, I'd say (a) I believe it's default IMAP behaviour, so
> not unreasonable for their local folders; and (b) how did the stuff get in
> the trash in the first place? - You _did_ put the trash on the curb - it's
> not unreasonable for the garbage collector to pick it up!
OTHO desktop trashcan wait for you to empty them. This difference in behaviour
might desserve a warning.
Occasionnaly I have used the trashcan to store files because it is an already
made folder, that is usually empty (mine at least) and easy to find.
Perry
--
BOFH excuse #268: Neutrino overload on the nameserver
From k7qo at commspeed.net Tue Jan 8 05:55:51 2008
From: k7qo at commspeed.net (Chuck Adams)
Date: Mon, 7 Jan 2008 22:55:51 -0700
Subject: kmail thread
In-Reply-To: <200801080641.53826.spwhite@freesurf.ch>
References: <200801070938.26070.k7qo@commspeed.net>
<15384898.mO5InOuZaA@cedar.serverforest.com>
<200801080641.53826.spwhite@freesurf.ch>
Message-ID: <200801072255.51110.k7qo@commspeed.net>
On Monday 07 January 2008 22:41:53 Sylviane et Perry White wrote:
> On Monday 07 January 2008 18:27, Derek Broughton wrote:
> > > a week thing at home. Don't come and pick up
> > > the trash until I say it is OK and I put it on the
> > > front curb.... :-):-)
> >
> > In KMail's defence, I'd say (a) I believe it's default IMAP behaviour, so
> > not unreasonable for their local folders; and (b) how did the stuff get
> > in the trash in the first place? - You _did_ put the trash on the curb -
> > it's not unreasonable for the garbage collector to pick it up!
>
> OTHO desktop trashcan wait for you to empty them. This difference in
> behaviour might desserve a warning.
> Occasionnaly I have used the trashcan to store files because it is an
> already made folder, that is usually empty (mine at least) and easy to
> find.
>
> Perry
>
> --
> BOFH excuse #268: Neutrino overload on the nameserver
When I delete a mail item, it goes into the Kmail trash folder.
That is (IMHO) like putting papers from the desk to the trash
receptacle next to the desk. Or in the trash bin.
The trash man doesn't come into the house and empty my
trash. To me, that is what Kmail is doing. I thought that
it would not be deleted from the file system until I deleted
from the trash folder in Kmail. That is what I'm saying.
Evolution does not delete until I delete the item from the
trash folder.
If two programs like evolution and kmail differ in behaviour
then I think that the first time the program is run a message
or information should be noted to the user.
Thought for the masses and program developers. Authors
of books would be the first to write the behaviour in the
program chapter.
I think I might go back to UNIX mail or pine...... :-)
FYI
--
Chuck Adams, K7QO
k7qo at commspeed.net
http://www.k7qo.net/
Moving to Arizona? Bring your own water, please.
From o.sinclair at gmail.com Tue Jan 8 06:20:01 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Tue, 08 Jan 2008 08:20:01 +0200
Subject: Kontact Enterprise or "normal"
In-Reply-To: <14286171.bIH73F6kup@cedar.serverforest.com>
References: <4782351B.5020601@gmail.com> <200801071534.42663.lanzenesi@gmail.com>
<14286171.bIH73F6kup@cedar.serverforest.com>
Message-ID: <47831611.9040006@gmail.com>
Derek Broughton wrote:
> lanzen wrote:
>
>> On Monday 07 January 2008 15:20:11 O. Sinclair wrote:
>>
>>> I am not really enjoying the switchover to the "Enterprise"
>>> Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
>>> how long folders should keep messages and the Contacts editing page is
>>> behaving very odd.
>> I got it. Right click on the folder, the one before last option.
>
> ?? There is no "Enterprise" version, only some different views.
Quote from www.kubuntu.org release notes on v 7.10
"Kontact, the Personal Information Manager in Kubuntu 7.10, unites an
entire suite of PIM applications in one central environment. We now
include the Enterprise version of Kontact, for advanced functionality."
According to kde-pim-users mailing list this will be supported longer
than "normal" version after release of KDE4 since it is maintained by a
company in Sweden who uses it for commercial clients/purposes
Sinclair
From magick.crow at gmail.com Tue Jan 8 09:32:40 2008
From: magick.crow at gmail.com (Knapp)
Date: Tue, 8 Jan 2008 10:32:40 +0100
Subject: Google at it's best!
Message-ID:
SEARCH: husemannstr. 1 45879 Gelsenkirchen
Did you mean: hosemonster. 1 45879 Gelsenkirchen
DEK
From o.sinclair at gmail.com Tue Jan 8 10:00:11 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Tue, 08 Jan 2008 12:00:11 +0200
Subject: Google at it's best!
In-Reply-To:
References:
Message-ID: <478349AB.2000203@gmail.com>
Knapp wrote:
> SEARCH: husemannstr. 1 45879 Gelsenkirchen
>
> Did you mean: hosemonster. 1 45879 Gelsenkirchen
>
> DEK
>
Slightly ;-) off topic but still good fun!
From news at pointerstop.ca Tue Jan 8 12:17:45 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Tue, 08 Jan 2008 08:17:45 -0400
Subject: kmail Mailadress
References: <200801071930.53969.AmbergerTh@yahoo.de>
<200801072006.25533.AmbergerTh@yahoo.de>
Message-ID: <2639412.fxacVu1bfS@cedar.serverforest.com>
Thomas Amberger wrote:
> Am Montag 07 Januar 2008 19:30:53 schrieb Thomas Amberger:
>> Hello,
>>
>> i have i problem with kmail. When i type in the adressfeld of a new mail,
>> kamil offers me a list of adresses fom my adressbook. I type two or three
>> letters and scrolls then in the list to the adress, where I'm looking
>> for.
>>
>> Kmail puts the name of every adress I scroll over, in front in the
>> adressfield. It looks like:
>>
>> "Brown, "Tom, "Mail-Echo"
>>
>> Is this a bug in kmail or is somthing wrong in my properties?
>
> I use Kubuntu 7.10 and this issue is since i updateted from the erlier
> version
Can you try to explain this in a little more detail?
If I enter a single character, most of my address book will pop up and
scrolling down (using the cursor keys) will pop each one into the address
field in turn, but every one replaces the previous setting - so there's
only ever one address in the box. So I wonder what you are doing
differently.
Also, is that exactly what you're seeing? It's interesting that you have
two unterminated strings in the address field - which would indicate it
isn't even pulling in the whole field.
--
derek
From news at pointerstop.ca Tue Jan 8 13:09:08 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Tue, 08 Jan 2008 09:09:08 -0400
Subject: Kontact Enterprise or "normal"
References: <4782351B.5020601@gmail.com>
<200801071534.42663.lanzenesi@gmail.com>
<14286171.bIH73F6kup@cedar.serverforest.com>
<200801072202.45766.lanzenesi@gmail.com>
Message-ID: <3250981.dxvCEoEf4T@cedar.serverforest.com>
lanzen wrote:
> On Monday 07 January 2008 16:38:48 Derek Broughton wrote:
>
>> That was never part of kmail. The package is called kmailcvt.
>
> Thanks Derek and Clay!
>
> I felt pretty sure I had it installed _with_ kontact in fiesty, but I
> might be wrong.
No, I'm pretty sure you're right (at least that it was installed as a
dependency of kubuntu-desktop, once).
> Actually I feel that keeping it separate is a more
> reasonable way of going about it: one just installs it whenever needed and
> takes it off once done as it's not a daily necessity, really.
>
> But I'm sure I was using KMail 1.9.7 - no enterprise - after an upgrade
> while in fiesty. Oh well, beam me up, Scottie! ;)
There has been some work to give KMail the option of an Outlook-like
interface (ugh!), but afaik anything that could be called "Enterprise" is
just options.
--
derek
From news at pointerstop.ca Tue Jan 8 13:12:32 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Tue, 08 Jan 2008 09:12:32 -0400
Subject: Kontact Enterprise or "normal"
References: <4782351B.5020601@gmail.com> <200801071534.42663.lanzenesi@gmail.com>
<14286171.bIH73F6kup@cedar.serverforest.com>
<47831611.9040006@gmail.com>
Message-ID: <5947878.8gDIEQx5l1@cedar.serverforest.com>
O. Sinclair wrote:
> Derek Broughton wrote:
>> lanzen wrote:
>>
>>> On Monday 07 January 2008 15:20:11 O. Sinclair wrote:
>>>
>>>> I am not really enjoying the switchover to the "Enterprise"
>>>> Kontact/Kmail that came with Gutsy 7.10. I can not find the option to
>>>> how long folders should keep messages and the Contacts editing page is
>>>> behaving very odd.
>>> I got it. Right click on the folder, the one before last option.
>>
>> ?? There is no "Enterprise" version, only some different views.
> Quote from www.kubuntu.org release notes on v 7.10
> "Kontact, the Personal Information Manager in Kubuntu 7.10, unites an
> entire suite of PIM applications in one central environment. We now
> include the Enterprise version of Kontact, for advanced functionality."
>
> According to kde-pim-users mailing list this will be supported longer
> than "normal" version after release of KDE4 since it is maintained by a
> company in Sweden who uses it for commercial clients/purposes
But what I was saying is that there are not two different kontacts in
kubuntu - it's the same kontact, different selected options, afaict. After
all, there's only one package with "kontact" in the name in Ubuntu.
--
derek
From jriddell at ubuntu.com Tue Jan 8 13:26:42 2008
From: jriddell at ubuntu.com (Jonathan Riddell)
Date: Tue, 8 Jan 2008 13:26:42 +0000
Subject: [kubuntu-users] Re: Kontact Enterprise or "normal"
In-Reply-To: <5947878.8gDIEQx5l1@cedar.serverforest.com>
References: <4782351B.5020601@gmail.com>
<200801071534.42663.lanzenesi@gmail.com>
<14286171.bIH73F6kup@cedar.serverforest.com>
<47831611.9040006@gmail.com>
<5947878.8gDIEQx5l1@cedar.serverforest.com>
Message-ID: <20080108132642.GC9116@muse.19inch.net>
On Tue, Jan 08, 2008 at 09:12:32AM -0400, Derek Broughton wrote:
> But what I was saying is that there are not two different kontacts in
> kubuntu - it's the same kontact, different selected options, afaict. After
> all, there's only one package with "kontact" in the name in Ubuntu.
There are two versions. the Enterprise branch is used in default
7.10. You can get the KDE normal 3.5.8 version from gutsy-backports.
Jonathan
From news at pointerstop.ca Tue Jan 8 13:15:37 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Tue, 08 Jan 2008 09:15:37 -0400
Subject: broken files and apt get locked
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<4781C050.1020700@tiscali.co.uk>
<200801070859.48638.donn.ingle@gmail.com>
<4781CDFA.5000206@tiscali.co.uk>
<69c7ddfb0801071732u599aed74p49127bbdf8d1c14e@mail.gmail.com>
Message-ID: <1737100.74g9i7NqSx@cedar.serverforest.com>
uriah heep wrote:
> the below was what I got when I invoked the suggested commands in konsole
>
>
> sudo dpkg ?configure -a
>
> gives below result
...
# sudo aptitude -f install
IE, don't forget the "install".
--
derek
From AmbergerTh at yahoo.de Tue Jan 8 14:10:03 2008
From: AmbergerTh at yahoo.de (Thomas Amberger)
Date: Tue, 8 Jan 2008 15:10:03 +0100
Subject: kmail Mailadress
In-Reply-To: <2639412.fxacVu1bfS@cedar.serverforest.com>
References: <200801071930.53969.AmbergerTh@yahoo.de>
<200801072006.25533.AmbergerTh@yahoo.de>
<2639412.fxacVu1bfS@cedar.serverforest.com>
Message-ID: <200801081510.04389.AmbergerTh@yahoo.de>
Hello,
Am Dienstag 08 Januar 2008 13:17:45 schrieb Derek Broughton:
> Can you try to explain this in a little more detail?
>
i will try it:
I open a new mail in kmail (I use Kontakt, but in kmail direkt its the same).
When i type one (or more) character in the to-field, kmail offers me a list
of adresses from my adressbook. Then i scroll to the adress, i wanted. If its
for example the third adress, kmail puts for every adress i scroll over the
first string of the name in front of the to-field. On the adress i want, i
press return and the adress will be added behind the beginnings of the
adresses before in the list. It looks like:
"Will, "Mark, "Mail-Echo"
I must delete the two false parts af the adress.
I used kmail in the two kubuntu-versions before 7.10 and it works ok.
Thanks
Thomas
From claydoh at midmaine.com Tue Jan 8 14:14:51 2008
From: claydoh at midmaine.com (Clay Weber)
Date: Tue, 8 Jan 2008 09:14:51 -0500
Subject: [kubuntu-users] Re: Kontact Enterprise or "normal"
In-Reply-To: <20080108132642.GC9116@muse.19inch.net>
References: <4782351B.5020601@gmail.com>
<5947878.8gDIEQx5l1@cedar.serverforest.com>
<20080108132642.GC9116@muse.19inch.net>
Message-ID: <200801080914.51768.claydoh@midmaine.com>
On Tuesday 08 January 2008 8:26:42 am Jonathan Riddell wrote:
> On Tue, Jan 08, 2008 at 09:12:32AM -0400, Derek Broughton wrote:
> > But what I was saying is that there are not two different kontacts in
> > kubuntu - it's the same kontact, different selected options, afaict.
> > After all, there's only one package with "kontact" in the name in Ubuntu.
>
> There are two versions. the Enterprise branch is used in default
> 7.10. You can get the KDE normal 3.5.8 version from gutsy-backports.
>
> Jonathan
How do we select the backports version? It is not listed for me, backports
enabled.
--
Clay Weber
http://kubuntuforums.net
http://claydoh.com
http://emacdogsports.com
From news at pointerstop.ca Tue Jan 8 14:31:52 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Tue, 08 Jan 2008 10:31:52 -0400
Subject: Kontact Enterprise or "normal"
References: <4782351B.5020601@gmail.com>
<5947878.8gDIEQx5l1@cedar.serverforest.com>
<20080108132642.GC9116@muse.19inch.net>
<200801080914.51768.claydoh@midmaine.com>
Message-ID: <4643230.IdxnQsIyjQ@cedar.serverforest.com>
Clay Weber wrote:
> On Tuesday 08 January 2008 8:26:42 am Jonathan Riddell wrote:
>> On Tue, Jan 08, 2008 at 09:12:32AM -0400, Derek Broughton wrote:
>> > But what I was saying is that there are not two different kontacts in
>> > kubuntu - it's the same kontact, different selected options, afaict.
>> > After all, there's only one package with "kontact" in the name in
>> > Ubuntu.
>>
>> There are two versions. the Enterprise branch is used in default
>> 7.10. You can get the KDE normal 3.5.8 version from gutsy-backports.
>
> How do we select the backports version? It is not listed for me, backports
> enabled.
>
I see the same:
# grep -r backports /etc/apt/source* | grep gutsy
/etc/apt/sources.list~:deb http://ca.archive.ubuntu.com/ubuntu/ \
gutsy-backports main restricted universe multiverse
# apt-cache policy kontact
kontact:
Installed: 4:3.5.7enterprise20070926-0ubuntu2
Candidate: 4:3.5.7enterprise20070926-0ubuntu2
Version table:
*** 4:3.5.7enterprise20070926-0ubuntu2 0
500 http://ca.archive.ubuntu.com gutsy/main Packages
100 /var/lib/dpkg/status
--
derek
From news at pointerstop.ca Tue Jan 8 14:33:06 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Tue, 08 Jan 2008 10:33:06 -0400
Subject: kmail Mailadress
References: <200801071930.53969.AmbergerTh@yahoo.de>
<200801072006.25533.AmbergerTh@yahoo.de>
<2639412.fxacVu1bfS@cedar.serverforest.com>
<200801081510.04389.AmbergerTh@yahoo.de>
Message-ID: <6426845.0MDQQAxue6@cedar.serverforest.com>
Thomas Amberger wrote:
> Am Dienstag 08 Januar 2008 13:17:45 schrieb Derek Broughton:
>> Can you try to explain this in a little more detail?
>
> i will try it:
>
> I open a new mail in kmail (I use Kontakt, but in kmail direkt its the
> same).
> When i type one (or more) character in the to-field, kmail offers me a
> list
> of adresses from my adressbook. Then i scroll to the adress, i wanted. If
> its for example the third adress, kmail puts for every adress i scroll
> over the first string of the name in front of the to-field. On the adress
> i want, i press return and the adress will be added behind the beginnings
> of the adresses before in the list. It looks like:
>
> "Will, "Mark, "Mail-Echo"
>
> I must delete the two false parts af the adress.
> I used kmail in the two kubuntu-versions before 7.10 and it works ok.
Sorry, all I can say is it doesn't work that way for me :-(
--
derek
From lanzenesi at gmail.com Tue Jan 8 16:09:31 2008
From: lanzenesi at gmail.com (lanzen)
Date: Tue, 8 Jan 2008 17:09:31 +0100
Subject: [kubuntu-users] Re: Kontact Enterprise or "normal"
In-Reply-To: <20080108132642.GC9116@muse.19inch.net>
References: <4782351B.5020601@gmail.com>
<5947878.8gDIEQx5l1@cedar.serverforest.com>
<20080108132642.GC9116@muse.19inch.net>
Message-ID: <200801081709.31248.lanzenesi@gmail.com>
On Tuesday 08 January 2008 14:26:42 Jonathan Riddell wrote:
> There are two versions. the Enterprise branch is used in default
> 7.10. You can get the KDE normal 3.5.8 version from gutsy-backports.
Oh yes, that was what I was using in fiesty: I upgraded to 3.5.8.
I seem to remember it was a beta or RC. Has it reach the stable status?
--
lanzen
From nigel at rmk.co.il Tue Jan 8 18:03:35 2008
From: nigel at rmk.co.il (Nigel Ridley)
Date: Tue, 08 Jan 2008 20:03:35 +0200
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <4782756A.2040003@rmk.co.il>
References: <477E3658.3040500@rmk.co.il> <200801042149.38356.michael.mcintyre@rosegardenmusic.com> <4782479B.5070305@rmk.co.il> <3dde113c0801070755r6e749c1bmcc9fa698442b8c83@mail.gmail.com>
<4782756A.2040003@rmk.co.il>
Message-ID: <4783BAF7.6090009@rmk.co.il>
Nigel Ridley wrote:
> John DeCarlo wrote:
>> On Jan 7, 2008 10:39 AM, Nigel Ridley wrote:
>>
>>> D. Michael McIntyre wrote:
>>>> On Friday 04 January 2008, Nigel Ridley wrote:
>>>>
>>>>> My daughter is complaining that her gutsy install only has gimp rc
>>>>> (release candidate) available - and that there are loads of things that
>>>>> don't work.
>>>>> Why is there no 'stable' version available - or at least one that works
>>>>> [mostly]?
>>
>> I noticed that my version, just doing regular updates, is now at 2.4.2.
>> This is not an RC version, but an update to 2.4
>>
>> Maybe doing an update via the Gutsy repositories will help?
>>
>>
>>> Sorry for taking so long to reply - I finally managed to get my daughter
>>> to write down the problem:
>>>
>>> She wants to add a border to an image. She right-clicks > Filters >
>>> Decor > Border. She chooses a size in the dialogue box (1 for both x &
>>> y) then OK.
>>> The Gimp starts the process but ends with an error message:
>>>
>>> Gimp Message
>>> Plug-in 'Add Border' left image undo in inconsistent state, closing open
>>> undo groups.
>>>
>> This works fine for me.
>>
>> I would suggest doing an update (command line would be something like:
>> sudo aptitude safe-upgrade) and see if you get a newer version with more
>> bug-fixes. I have 2.4.2 now.
>>
>> The other would be checking memory usage and swap space usage. Perhaps
>> doing this operation when first starting GIMP would work, while later when
>> more memory is in use it would not.
>>
>>
>
> It is a fresh gutsy install with all updates (just did an update;
> dist-upgrade). The Gimp is still 'Release Candidate'.
> I played with the 'decor' scripts in the 'filters' menu and all but the
> first two (border and bevel border) work. Border gives the error message
> whilst bevel border doesn't do anything. After trying any of the two
> border effects, I have to close and restart the Gimp in order for those
> scripts to start [trying to] work again.
>
> I will try on another gusty machine tomorrow.....
>
> Blessings,
>
> Nigel
>
I tried on another gutsy machine, and it too has Gimp Release Candidate
ant it too produces the same error whilst trying to create a border on
an image.
Anybody else have similar results?
Blessings,
Nigel
--
OliveRoot Ministries
http://www.oliveroot.net/
PrayingForIsrael.net
http://www.prayingforisrael.net/
From T.Six at gmx.de Tue Jan 8 18:33:18 2008
From: T.Six at gmx.de (Thilo Six)
Date: Tue, 08 Jan 2008 19:33:18 +0100
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <4782756A.2040003@rmk.co.il>
References: <477E3658.3040500@rmk.co.il> <200801042149.38356.michael.mcintyre@rosegardenmusic.com> <4782479B.5070305@rmk.co.il> <3dde113c0801070755r6e749c1bmcc9fa698442b8c83@mail.gmail.com>
<4782756A.2040003@rmk.co.il>
Message-ID:
Nigel Ridley wrote the following on 07.01.2008 19:54
> Nigel
>
$ apt-cache policy gimp
gimp:
Installiert:(keine)
Mögliche Pakete:2.4.2-0ubuntu0.7.10.1
Versions-Tabelle:
2.4.2-0ubuntu0.7.10.1 0
500 http://de.archive.ubuntu.com gutsy-proposed/main Packages
^^^^^^^^^^^^^^
2.4.0~rc3-1ubuntu7 0
500 http://de.archive.ubuntu.com gutsy/main Packages
HTH
--
Thilo
key: 0x4A411E09
From nigel at rmk.co.il Tue Jan 8 19:30:53 2008
From: nigel at rmk.co.il (Nigel Ridley)
Date: Tue, 08 Jan 2008 21:30:53 +0200
Subject: Gimp rc on Gutsy - why?
In-Reply-To:
References: <477E3658.3040500@rmk.co.il> <200801042149.38356.michael.mcintyre@rosegardenmusic.com> <4782479B.5070305@rmk.co.il> <3dde113c0801070755r6e749c1bmcc9fa698442b8c83@mail.gmail.com> <4782756A.2040003@rmk.co.il>
Message-ID: <4783CF6D.9030003@rmk.co.il>
Thilo Six wrote:
> Nigel Ridley wrote the following on 07.01.2008 19:54
>
>
>
>> Nigel
>>
>
> $ apt-cache policy gimp
> gimp:
> Installiert:(keine)
> Mögliche Pakete:2.4.2-0ubuntu0.7.10.1
> Versions-Tabelle:
> 2.4.2-0ubuntu0.7.10.1 0
> 500 http://de.archive.ubuntu.com gutsy-proposed/main Packages
> ^^^^^^^^^^^^^^
> 2.4.0~rc3-1ubuntu7 0
> 500 http://de.archive.ubuntu.com gutsy/main Packages
>
>
> HTH
If I understand correctly, I have to add:
http://il.archive.ubuntu.com gutsy-proposed/main Packages
to my sources.list (il - I live in Israel) to get the stable version of
the gimp.
So why does the default sources.list give a Release Candidate version?
Blessings,
Nigel
--
OliveRoot Ministries
http://www.oliveroot.net/
PrayingForIsrael.net
http://www.prayingforisrael.net/
From T.Six at gmx.de Tue Jan 8 21:23:58 2008
From: T.Six at gmx.de (Thilo Six)
Date: Tue, 08 Jan 2008 22:23:58 +0100
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <4783CF6D.9030003@rmk.co.il>
References: <477E3658.3040500@rmk.co.il> <200801042149.38356.michael.mcintyre@rosegardenmusic.com> <4782479B.5070305@rmk.co.il> <3dde113c0801070755r6e749c1bmcc9fa698442b8c83@mail.gmail.com> <4782756A.2040003@rmk.co.il>
<4783CF6D.9030003@rmk.co.il>
Message-ID:
Nigel Ridley wrote the following on 08.01.2008 20:30
> So why does the default sources.list give a Release Candidate version?
Well there is structure behind the ubuntu archives:
*-security - as it´s name says
*-updates - bugfixes for the stable branch which are less restrictive then
"only pure security fixes"
*-proposed - "public beta" for fixes that will be later on moved over to
*-updates. That is due to QA reasons.
so *-proposed has always to activated manually, as this means:
"Yes i am aware of less tested bugfixes and would like to help them to go
into the official archive"-Policy.
> Blessings,
>
> Nigel
bye
--
Thilo
key: 0x4A411E09
From rcm at swimbarrow.co.uk Tue Jan 8 21:51:38 2008
From: rcm at swimbarrow.co.uk (Rosalind Mitchell)
Date: Tue, 8 Jan 2008 21:51:38 +0000
Subject: Looping through folders in KMail
Message-ID: <200801082151.44411.rcm@swimbarrow.co.uk>
I'm using KMail 1.9.6 under Kubuntu 7.10 (Gutsy)
In the past I've used the setting to Loop in All Folders to go through unread
mail, and it's worked fine. Unfortunately, in this release it seems not to
be working. Once mail in one folder has been read, pressing <+> no longer
moves to the next folder with unread mail.
Somebody has suggested that this is a Gutsy problem, no a KMail problem Is
somebody right?
Rosie
--
Currently Reading GRAFTON, SUE: K is for Killer
The Book of Enitharmon: http://swanofkennet.livejournal.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From malcolm.wanstall at cnh.com Tue Jan 8 22:25:22 2008
From: malcolm.wanstall at cnh.com (WANSTALL Malcolm)
Date: Wed, 9 Jan 2008 09:25:22 +1100
Subject: KDE Programs Naming Convention
In-Reply-To:
Message-ID: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
I gave my friend, a very educated young lass, a live CD of Kubuntu as
she was wanting me to downgrade her Vista laptop to XP and I thought it
was my civic duty to show her another option. I said "Play around with
it for a day and see if it does what you want" which, after some
convincing, she did.
When I returned she said she wanted XP because Kubuntu was illogical
(which of course fried my brain since I find it 100% _more_ intuitive
than most other OSs) so I pressed her to list the things that caused her
to say that. They were:
1/ The font names were all different (Okay, can't help that one but I'm
sure we could work through relearning that little pest) AND
2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
It got me thinking...that is one of the things that first annoyed me
about KDE, that it is _cool_ to name your program starting with a "K". I
realise that it serves a small purpose (identifying KDE vs Gnome
programs and ducking TM issues) but surely to anyone trying to MOVE to
Kubuntu, it would look a bit...immature (like putting "z" on the end of
words to make you 1337). It just feels like and in-joke that needs to
die if KDE wants to be taken even more seriously.
Does anyone else see this as a bit of a marketing blunder and is there
_any_ community push to change this? Surely good names like Amarok,
Rosegarden and Bluefish aren't that hard to come up with...they
certainly make a better first impression on people new to KDE/Linux.
From jarosser06 at gmail.com Tue Jan 8 22:34:26 2008
From: jarosser06 at gmail.com (Jim Rosser)
Date: Tue, 8 Jan 2008 16:34:26 -0600
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID:
I agree it does kind of get annoying but it does help to easily identify
between desktops. However KDE is not the only one who does this i have seen
alot of programs starting with G for gnome as well.
On Jan 8, 2008 4:25 PM, WANSTALL Malcolm wrote:
> I gave my friend, a very educated young lass, a live CD of Kubuntu as
> she was wanting me to downgrade her Vista laptop to XP and I thought it
> was my civic duty to show her another option. I said "Play around with
> it for a day and see if it does what you want" which, after some
> convincing, she did.
>
> When I returned she said she wanted XP because Kubuntu was illogical
> (which of course fried my brain since I find it 100% _more_ intuitive
> than most other OSs) so I pressed her to list the things that caused her
> to say that. They were:
>
> 1/ The font names were all different (Okay, can't help that one but I'm
> sure we could work through relearning that little pest) AND
>
> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
>
> It got me thinking...that is one of the things that first annoyed me
> about KDE, that it is _cool_ to name your program starting with a "K". I
> realise that it serves a small purpose (identifying KDE vs Gnome
> programs and ducking TM issues) but surely to anyone trying to MOVE to
> Kubuntu, it would look a bit...immature (like putting "z" on the end of
> words to make you 1337). It just feels like and in-joke that needs to
> die if KDE wants to be taken even more seriously.
>
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From plasticman3327 at gmail.com Tue Jan 8 22:34:57 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Tue, 8 Jan 2008 22:34:57 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID:
On Jan 8, 2008 10:25 PM, WANSTALL Malcolm wrote:
>
>
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
>
>
I do so your point to a certain extent but to me the program name doesnt
matter much. It could be called monkeyblowfishspoonapple as long as it
worked im happy.
Also it serves to distinguish between aps for kde and aps for gnome very
quick
Marty.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From joemburgess at gmail.com Tue Jan 8 22:36:37 2008
From: joemburgess at gmail.com (Joe Burgess)
Date: Tue, 08 Jan 2008 17:36:37 -0500
Subject: Looping through folders in KMail
In-Reply-To: <200801082151.44411.rcm@swimbarrow.co.uk>
References: <200801082151.44411.rcm@swimbarrow.co.uk>
Message-ID: <4783FAF5.4070104@gmail.com>
Well I know that there was a previous conversation about how the kmail
that came with Gutsy is the enterprise edition or something like that,
so I know there are a bunch of things different.
Rosalind Mitchell wrote:
> I'm using KMail 1.9.6 under Kubuntu 7.10 (Gutsy)
>
> In the past I've used the setting to Loop in All Folders to go through unread
> mail, and it's worked fine. Unfortunately, in this release it seems not to
> be working. Once mail in one folder has been read, pressing <+> no longer
> moves to the next folder with unread mail.
>
> Somebody has suggested that this is a Gutsy problem, no a KMail problem Is
> somebody right?
>
> Rosie
>
From james at gray.net.au Tue Jan 8 22:41:00 2008
From: james at gray.net.au (James Gray)
Date: Wed, 9 Jan 2008 09:41:00 +1100
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <5A2A9621-0B34-42F8-A1AC-FB8E1967ACC8@gray.net.au>
On 09/01/2008, at 9:25 AM, WANSTALL Malcolm wrote:
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
One of the most popular KDE applications, that is actually installed
on many Gnome desktops too, is "Amarok". It's a media player al la
"iTunes" and extremely good at what it does. In many ways (even as a
Mac user[1]) I still prefer Amarok over iTunes :P
But I agree, the incessant naming everything with a "K" is starting to
wear thin, the same as Apple sticking "i" in front of everything
(we're over it....move on Steve!). I don't have a problem if the KDE
project wants to name their core applications, like Kontact, Koffice,
etc, with a "K" to identify them as kore (pun intended) but the third
party developers (like me) need to get a little more imaginative with
their naming schemes.
Cheers,
James
[1] I run Kubuntu on my desktop at work.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL:
From rcm at swimbarrow.co.uk Tue Jan 8 22:46:14 2008
From: rcm at swimbarrow.co.uk (Rosalind Mitchell)
Date: Tue, 8 Jan 2008 22:46:14 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <200801082246.20839.rcm@swimbarrow.co.uk>
On Tuesday 08 January 2008 22:25:22 WANSTALL Malcolm wrote:
> 1/ The font names were all different (Okay, can't help that one but I'm
> sure we could work through relearning that little pest) AND
That one's easy.
sudo apt-get install msttcorefonts
Rosie
--
Currently Reading GRAFTON, SUE: K is for Killer
The Book of Enitharmon: http://swanofkennet.livejournal.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From dotancohen at gmail.com Wed Jan 9 00:46:46 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 02:46:46 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
On 09/01/2008, WANSTALL Malcolm wrote:
> I gave my friend, a very educated young lass, a live CD of Kubuntu as
> she was wanting me to downgrade her Vista laptop to XP and I thought it
> was my civic duty to show her another option. I said "Play around with
> it for a day and see if it does what you want" which, after some
> convincing, she did.
>
> When I returned she said she wanted XP because Kubuntu was illogical
> (which of course fried my brain since I find it 100% _more_ intuitive
> than most other OSs) so I pressed her to list the things that caused her
> to say that. They were:
>
> 1/ The font names were all different (Okay, can't help that one but I'm
> sure we could work through relearning that little pest) AND
>
> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
>
> It got me thinking...that is one of the things that first annoyed me
> about KDE, that it is _cool_ to name your program starting with a "K". I
> realise that it serves a small purpose (identifying KDE vs Gnome
> programs and ducking TM issues) but surely to anyone trying to MOVE to
> Kubuntu, it would look a bit...immature (like putting "z" on the end of
> words to make you 1337). It just feels like and in-joke that needs to
> die if KDE wants to be taken even more seriously.
>
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
There really should be a movement towards better names. What the hell
is K3B? And what program should I burn a disk with?
Microsoft has great names: Office for an office suit, Internet
Explorer for an Internet web browser, Media Player for a media player.
Ask someone off the street what Amarok or Firefox do, and you will get
a blank stare.
K3B has to be the worst of the bunch.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From plasticman3327 at gmail.com Wed Jan 9 01:36:50 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Wed, 9 Jan 2008 01:36:50 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID:
There really should be a movement towards better names. What the hell
> is K3B? And what program should I burn a disk with?
>
> Microsoft has great names: Office for an office suit, Internet
> Explorer for an Internet web browser, Media Player for a media player.
> Ask someone off the street what Amarok or Firefox do, and you will get
> a blank stare.
>
> K3B has to be the worst of the bunch.
>
> Dotan Cohen
K3B is such a great app though its name doesnt matter. If you want the
normal why are you on a linux distro? Anyone who uses the distros knows what
the apps are so i dont see a problem.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From edunagin at gmail.com Wed Jan 9 01:52:18 2008
From: edunagin at gmail.com (Edward Dunagin)
Date: Tue, 8 Jan 2008 18:52:18 -0700
Subject: KDE Programs Naming Convention
In-Reply-To:
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID: <2af451740801081752t41d23498o96829b979bc3d59a@mail.gmail.com>
Hey Guy's and Gal's,
On Jan 8, 2008 6:36 PM, Martin Walshe wrote:
>
>
>
> > There really should be a movement towards better names. What the hell
> > is K3B? And what program should I burn a disk with?
> >
> > Microsoft has great names: Office for an office suit, Internet
> > Explorer for an Internet web browser, Media Player for a media player.
> > Ask someone off the street what Amarok or Firefox do, and you will get
> > a blank stare.
> >
> > K3B has to be the worst of the bunch.
> >
> > Dotan Cohen
>
> K3B is such a great app though its name doesnt matter. If you want the
> normal why are you on a linux distro? Anyone who uses the distros knows what
> the apps are so i dont see a problem.
You know you can always change the name of the application to whatever
you want. That's what the mv command is all about
Edward Dunagin-Dunigan-Dunnigan
4646 Glenwood Drive
Bozeman, MT 59718
mobile 406-570-0992
Landline 406-556-7282
http://doas.montanalinux.org
From nbensa at gmail.com Wed Jan 9 02:25:43 2008
From: nbensa at gmail.com (Norberto Bensa)
Date: Wed, 9 Jan 2008 00:25:43 -0200
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <200801090025.44094.nbensa@gmail.com>
WANSTALL Malcolm wrote:
> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
Winamp
WinSCP
winword
winrar
winmine
win.com (yup... windows/system32 in winxp)
c'mon, would you just configure your kde correctly and end this subject
already or would you like me to start talking about
iHaveAPattentForThatBeforeYou and iLLSueYou too?
Regards,
Norberto
From malcolm.wanstall at cnh.com Wed Jan 9 02:42:49 2008
From: malcolm.wanstall at cnh.com (WANSTALL Malcolm)
Date: Wed, 9 Jan 2008 13:42:49 +1100
Subject: KDE Programs Naming Convention
In-Reply-To: <200801090025.44094.nbensa@gmail.com>
Message-ID: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Norberto Bensa wrote:
>>WANSTALL Malcolm wrote:
>> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
>
>c'mon, would you just configure your kde correctly and end this
>subject
>already or would you like me to start talking about
>iHaveAPattentForThatBeforeYou and iLLSueYou too?
>Regards,
>Norberto
If you'd actually bothered to _read_ the entire email it wasn't _me_
personally complaining.
Simply put, a _potential_ user saw an incredibly minor aesthetic issue
and it turned her off using the entire system (what a shame). Spouting
out a list of WinXP programs (winword is the executable not the program
name, the only others that ring a bell being WinRar, a utility and
WinAmp, a now considerably unpopular [to what it used to be] media
player) isn't addressing what IS an issue. My argument still stands,
adding "Win" to the front of a program seems to identify it to Windows,
misspelling a work with "K" on the front to someone not familiar with
KDE looks like just that, a misspelling.
I hope all minor criticisms aren't met with such dismissal, it just
seems arrogant. I accept that it may not be something that will ever be
changed but cutting off feedback from a missed user is a terribly silly
thing to do! Everyone was a KDE newbie at one stage.
-Mal
From michael.mcintyre at rosegardenmusic.com Wed Jan 9 03:04:40 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Tue, 8 Jan 2008 22:04:40 -0500
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <200801082204.40809.michael.mcintyre@rosegardenmusic.com>
On Tuesday 08 January 2008, WANSTALL Malcolm wrote:
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
I think the real bottom line here has nothing to do with the names, but with
everything being different. People hate different.
It goes the other way too. My wife never did much with a computer until she
finally had some reason to start exchanging email. She went straight from
DOS 3.X to Ubuntu Dapper or so, and this is all she knows of the modern
world. I did a business-related experiment on her box, and set it up to boot
Windows Vista as the default OS for awhile, with the whole Microsoft Office
suite and a ton of other normal mainstream "real" software.
I actually thought she'd like it better, since Windows is the king of the
universe and stuff, but nothing could have been further from the truth. She
totally despised everything about Windows, and couldn't figure out how to do
anything, because the fonts had different names, and all the applications
looked strange, and had weird names.
Like WinAmp instead of MPlayer, or Outlook instead of KMail, and most
importantly of all, where was KMahjongg? That was the deal breaker right
there. I heard no end of bitching until I obliterated Windows and fixed her
computer.
Anyway, Rosegarden's name dates back to way before KDE. The current KDE-based
version is the third remake of the original.
--
D. Michael McIntyre
From stew.schneider at gmail.com Wed Jan 9 03:05:20 2008
From: stew.schneider at gmail.com (Stew Schneider)
Date: Tue, 08 Jan 2008 22:05:20 -0500
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <478439F0.7@gmail.com>
WANSTALL Malcolm wrote:
> Simply put, a _potential_ user saw an incredibly minor aesthetic issue
> and it turned her off using the entire system (what a shame).
We are clear, aren't we, that the naming convention, in all likelihood,
*wasn't* the problem? I don't disagree that the K naming convention is
cute to the point of pointlessness, but that's hardly the problem. The
problem is that KDE is different.
Sit down at anybody else's computer. Try to do anything. Does not, "this
is *wrong*", scream at you, even if the computer is well maintained and
functioning? It's just human inertia. We don't like to change things
after we've become used to something else.
For most folks "the computer" is synonymous with MS Windows. Ask most
folks where the computer is and they'll point to the screen. The box is
just there to hold the carpet down. The Start button is at the lower
left, because that is where it was prophesied to be by the prophet
Jeremiah and it darn well better have that Windows thing on it. Most
folks have no idea what an operating system is, and don't care to. What
they want to do is type a letter or browse the web and anything that
gets in the way of their doing that by being different or looking
different screams "this is wrong". This is part of the reason why VISTA
uptake is so slow. It's different. Of course, the rest of the reason is
that it's trash, but I digress....
Linux users tend to be those too cussed to deal with Microsoft's
nuttiness, or interested enough to know why "the computer" has to have
that box hooked onto it, or people who actually know and care what goes
on inside the box. We're a distinct subset of the typical computer user.
It's like the Jimmy Dean sausage commercial. Sun is cooking up a Jimmy
Dean breakfast and offering it to Cloud. Cloud says he only eats cold
cereal.
Sun asks "Come on! Why wouldn't you try something different?"
Cloud responds, "Cereal is cold and wet. It's a cloud thing. You
wouldn't understand."
Windows is cold and wet. It's an ordinary user thing...
Just my 2 cents worth.
stew
From bilwalsh at swbell.net Wed Jan 9 03:25:53 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Tue, 08 Jan 2008 21:25:53 -0600
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <47843EC1.6020202@swbell.net>
WANSTALL Malcolm wrote:
> I gave my friend, a very educated young lass, a live CD of Kubuntu as
> she was wanting me to downgrade her Vista laptop to XP and I thought it
> was my civic duty to show her another option. I said "Play around with
> it for a day and see if it does what you want" which, after some
> convincing, she did.
>
> When I returned she said she wanted XP because Kubuntu was illogical
> (which of course fried my brain since I find it 100% _more_ intuitive
> than most other OSs) so I pressed her to list the things that caused her
> to say that. They were:
>
> 1/ The font names were all different (Okay, can't help that one but I'm
> sure we could work through relearning that little pest) AND
>
> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
>
> It got me thinking...that is one of the things that first annoyed me
> about KDE, that it is _cool_ to name your program starting with a "K". I
> realise that it serves a small purpose (identifying KDE vs Gnome
> programs and ducking TM issues) but surely to anyone trying to MOVE to
> Kubuntu, it would look a bit...immature (like putting "z" on the end of
> words to make you 1337). It just feels like and in-joke that needs to
> die if KDE wants to be taken even more seriously.
>
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
>
>
In fact it's not just Kubuntu/KDE. It's pretty much a Linux problem. I
know, I know. The names are usually acronyms [ although for the life of
me I can't think of a great example off the top of my head - senior
moment { this hair is not blond, it's gray } ]. But, they are hard for a
noob to figure out the first time they see some of them. [ how the hell
does a noob see "kooka" and KNOW it's scanning/OCR software - if it
didn't tell you in the menu ] Hell, I still get the giggles when I see
some of the names things get [ I mean where the hell did "airsnort" come
from - airsniff maybe .................... but airsnort?????? ]
It doesn't take long to figure out what things do despite the names. But
I can see where it might put someone off. It's not that the software is
poor, most is at the very least as good as the commercial stuff and
mostly better, it's just that the names could use a bit of help. How are
people supposed to take it serious when a list of program names reads
like a Robin Williams monologue.
From michael.mcintyre at rosegardenmusic.com Wed Jan 9 04:03:30 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Tue, 8 Jan 2008 23:03:30 -0500
Subject: Gimp rc on Gutsy - why?
In-Reply-To: <4783BAF7.6090009@rmk.co.il>
References: <477E3658.3040500@rmk.co.il> <4782756A.2040003@rmk.co.il>
<4783BAF7.6090009@rmk.co.il>
Message-ID: <200801082303.30892.michael.mcintyre@rosegardenmusic.com>
On Tuesday 08 January 2008, Nigel Ridley wrote:
> ant it too produces the same error whilst trying to create a border on
> an image.
>
> Anybody else have similar results?
Yes. Same error here.
--
D. Michael McIntyre
From michael.mcintyre at rosegardenmusic.com Wed Jan 9 04:05:20 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Tue, 8 Jan 2008 23:05:20 -0500
Subject: Upgrade existing Kubuntu 6.06 (Dapper Drake) to Kubuntu
7.10(GutsyGibbon) in one step
In-Reply-To: <47825895.9070504@swbell.net>
References: <0JSK009KEM4LDT00@smtp4.clear.net.nz>
<200801071812.43862.donn.ingle@gmail.com>
<47825895.9070504@swbell.net>
Message-ID: <200801082305.20682.michael.mcintyre@rosegardenmusic.com>
On Monday 07 January 2008, Billie Walsh wrote:
> That raises a question or two in my mind:
>
> Q: Will Ubuntu 8.04 have LTS?
>
> Q: Does that mean that Kubuntu will have to wait two more years? [ If
> above yes ]
Yes, and I assume yes.
--
D. Michael McIntyre
From nbensa at gmail.com Wed Jan 9 04:19:23 2008
From: nbensa at gmail.com (Norberto Bensa)
Date: Wed, 09 Jan 2008 01:19:23 -0300
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <20080109011923.fyzi6ihq84o0gsks@mail.bensa.ar>
Quoting WANSTALL Malcolm :
> Simply put, a _potential_ user saw an incredibly minor aesthetic issue...
I guess that very same user had no problem with WINsomething and
iSomething. I don't see why Gsomething and Ksomething is a problem for
him/her.
And no. It was not an attack on you. I'm sorry very much if you took
that way. I'm subscribed to many MLs (Gentoo, Kubuntu, KDE*) and this
topic comes every now and then (more often than I'd like) and I would
like it to die already. K* and G* is an easy way to know which
environment does the application run (which libraries do you need, etc.)
Regards,
Norberto
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
From malcolm.wanstall at cnh.com Wed Jan 9 04:37:50 2008
From: malcolm.wanstall at cnh.com (WANSTALL Malcolm)
Date: Wed, 9 Jan 2008 15:37:50 +1100
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109011923.fyzi6ihq84o0gsks@mail.bensa.ar>
Message-ID: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Norberto Bensa wrote:
>I guess that very same user had no problem with WINsomething and
>iSomething. I don't see why Gsomething and Ksomething is a problem for
>him/her.
>
>And no. It was not an attack on you. I'm sorry very much if you took
>that way. I'm subscribed to many MLs (Gentoo, Kubuntu, KDE*) and this
>topic comes every now and then (more often than I'd like) and I would
>like it to die already. K* and G* is an easy way to know which
>environment does the application run (which libraries do you need,
>etc.)
After initially Googling this topic to see if I could find any strong
words for it, I couldn't however if, as you say, this topic won't die,
then maybe I certainly _do_ have a point. I would hate to think
something as trivial as an unprofessional naming convention could get in
the way of someone discovering such a fantastic OS/windows manager
(which in some cases it clearly is).
I'm not going to rebut any of the Win*/i* comments more than to say the
Win* products (whilst in the VAST minority of Windows programs) do _not_
encourage the intentional and trite misspelling of words...as for the
i-Suite, I don't use them therefore can't comment but I'd say they'd
also fall into the "trendy" bucket of programs that people new to them
may not take seriously...there is also the millions of dollars Apple
pours in to branding to help sell those silly names.
Being involved with an international company juggling over 40 brands I
know how important names are to the adoption of products sight unseen
and as a Linux and open source fan I hate to see our products sold
short. It's a part of Linux where I see massive potential and a simple
way to reach more people.
Oh, and I didn't take it personally, I just didn't think it was ready to
die! :)
And thanks to Rosie earlier for the ms fonts package! I'd gotten so used
to Linux fonts I'd forgotten about it.
-Mal
From stan10x10 at gmail.com Wed Jan 9 04:56:10 2008
From: stan10x10 at gmail.com (uriah heep)
Date: Tue, 8 Jan 2008 23:56:10 -0500
Subject: broken files and apt get locked
In-Reply-To: <1737100.74g9i7NqSx@cedar.serverforest.com>
References: <69c7ddfb0801061040t22f451a1j50ac15aeb664de22@mail.gmail.com>
<4781C050.1020700@tiscali.co.uk>
<200801070859.48638.donn.ingle@gmail.com>
<4781CDFA.5000206@tiscali.co.uk>
<69c7ddfb0801071732u599aed74p49127bbdf8d1c14e@mail.gmail.com>
<1737100.74g9i7NqSx@cedar.serverforest.com>
Message-ID: <69c7ddfb0801082056k731d829by9e71eeae4744f17d@mail.gmail.com>
In konsole I invoked sudo aptitude -f install
I got
sudo] password for uriah:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
The following packages are BROKEN:
glassfish-bin imq sunwderby
The following packages have been kept back:
glassfish sun-java5-bin
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
The following packages have unmet dependencies:
sunwderby: Depends: sun-java5-jre but it is not installable
glassfish-bin: Depends: sun-java5-jre but it is not installable
imq: Depends: sun-java5-jre but it is not installable
Resolving dependencies...
E: I wasn't able to locate a file for the glassfish package. This might mean
you need to manually fix this package. (due to missing arch)
E: I wasn't able to locate a file for the sun-java5-bin package. This might
mean you need to manually fix this package. (due to missing arch)
The following actions will resolve these dependencies:
Install the following packages:
sun-java5-jre [1.5.0-13-0ubuntu1 (gutsy)]
Score is 41
Accept this solution? [Y/n/q/?] y
The following NEW packages will be automatically installed:
sun-java5-jre
The following packages have been kept back:
glassfish sun-java5-bin
The following NEW packages will be installed:
sun-java5-jre
The following partially installed packages will be configured:
glassfish-bin imq sunwderby
0 packages upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 16.6MB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Error!
E: I wasn't able to locate a file for the glassfish package. This might mean
you need to manually fix this package. (due to missing arch)
E: I wasn't able to locate a file for the sun-java5-bin package. This might
mean you need to manually fix this package. (due to missing arch)
uriah at The-Fourth-Horseman:~$
Is there any way to remove the broken packages. I tried using remove from
aptitude and got the same old error message
Thank you folks for your help
Uriah
On Jan 8, 2008 8:15 AM, Derek Broughton wrote:
> uriah heep wrote:
>
> > the below was what I got when I invoked the suggested commands in
> konsole
> >
> >
> > sudo dpkg ?configure -a
> >
> > gives below result
>
> ...
>
> # sudo aptitude -f install
>
> IE, don't forget the "install".
> --
> derek
>
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cary at bielenberg.id.au Wed Jan 9 05:02:01 2008
From: cary at bielenberg.id.au (cary Bielenberg)
Date: Wed, 09 Jan 2008 15:02:01 +1000
Subject: KDE Programs Naming Convention
In-Reply-To:
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com> <880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID: <47845549.2040201@bielenberg.id.au>
Martin Walshe wrote:
>
>
> There really should be a movement towards better names. What the hell
> is K3B? And what program should I burn a disk with?
>
> Microsoft has great names: Office for an office suit, Internet
> Explorer for an Internet web browser, Media Player for a media player.
> Ask someone off the street what Amarok or Firefox do, and you will
> get
> a blank stare.
>
> K3B has to be the worst of the bunch.
>
> Dotan Cohen
>
>
> K3B is such a great app though its name doesnt matter. If you want the
> normal why are you on a linux distro? Anyone who uses the distros
> knows what the apps are so i dont see a problem.
>
Ok, lets jump the fence for a moment! What the hell is Nero? or Adobe
Acrobat,? Windows has it's fair share of weird names! Just as someone
now to computing has a learning curve so do new users to KDE or Gnome. I
struggled at 1st with the names but now it is 2nd nature. My wife who is
a typical Windows user (past tense) had Kubuntu thrust upon her when her
Windows machine kept blue screening while on a deadline to finish an
assignment last year, I got her to get out my laptop, log in & pointed
her to the shares where her files were on the server & bingo she was
back in action. Her learning curve was not that great & now she is a
great ambassador to Linux/Kubuntu (she even wears a Kubuntu polo to work
some days)
The reason for my ramble is anything different has a learning curve! If
you have the motivation or need you will learn very easily. On a lighter
side one of her friends was complaining about her machine blue
screening, her response was "whats a blue screen?"
Cary
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From nbensa at gmail.com Wed Jan 9 05:15:27 2008
From: nbensa at gmail.com (Norberto Bensa)
Date: Wed, 09 Jan 2008 02:15:27 -0300
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
Quoting WANSTALL Malcolm :
> Win* products (whilst in the VAST minority of Windows programs) do _not_
> encourage the intentional and trite misspelling of words...
What misspelling?
Konqueror for Conqueror? Kontact for Contact? You know KDE was born in
Germany and people there actually speak German, don't you? :)
Would you had a problem if it was named Kcontact? Kconqueror?
What does winamp mean? What does it do?
Microsoft Word. It doesn't mean anything to me. Because guess what: I
speak SPANISH! Would Microsoft rename it Microsoft Palabra? And while
we are at it. What does Microsoft Word do? Is it a spellchecker?
On the other hand. OpenOffice Calc is named OpenOffice Planilla de
Cálculo if you install language-pack-es and it is a big plus for us
non-us/gb people ;)
Don't let potential users use Linux on their own. Guide them. Show
them. Tell them Linux is different. It does has all the things they
need but they're just named different. Don't leave them alone...
And just one more thing. The real problem is: most people think a
computer is Windows. It won't change. Never.
> Being involved with an international company juggling over 40 brands I
> know how important names are to the adoption of products sight unseen
> and as a Linux and open source fan I hate to see our products sold
> short. It's a part of Linux where I see massive potential and a simple
> way to reach more people.
Then you know how many greens are involved in branding and marketing.
And remember: not everyone speaks English... So what should be meanful
to you, it's not to the other 6 billions people out there...
Regards,
Norberto
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
From malcolm.wanstall at cnh.com Wed Jan 9 05:45:21 2008
From: malcolm.wanstall at cnh.com (WANSTALL Malcolm)
Date: Wed, 9 Jan 2008 16:45:21 +1100
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
Message-ID: <975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Norberto Bensa wrote:
>Would you had a problem if it was named Kcontact? Kconqueror?
No, actually that seems to make it look more silly. As someone pointed out earlier, I have less of an issue with the core products, more the 3rd party ones tend to be pushing the limit...realising these core ones do have some brand behind them it's a bit adventurous for me to want a change.
>Microsoft Word. It doesn't mean anything to me. Because guess what: I
>speak SPANISH! Would Microsoft rename it Microsoft Palabra? And while
>we are at it. What does Microsoft Word do? Is it a spellchecker?
I beg to differ, Microsoft Word _does_ mean something to you, as a branded product. You know _exactly_ what it does because of the amount of money behind the brand and all kinds of advertising. Products with less financial clout have to be more clever to be seen.
>On the other hand. OpenOffice Calc is named OpenOffice Planilla de
>Cálculo if you install language-pack-es and it is a big plus for us
>non-us/gb people ;)
That's a VERY clever feature of OOo and please note I'm not trying to take away from any software itself (especially not OOo since I use it, and all of the K* programs daily)
>And remember: not everyone speaks English... So what should be meanful
>to you, it's not to the other 6 billions people out there...
That's a valid point and I take that on board. I think we're both aiming at different points a little here, I'm not trying to argue with the internationalisation of KDE, I think that is fantastic, what I would like to see is some more creativity and thought put into the branding (thus naming) of top notch software. It does have a habit of scaring away some new people and I'd like to see the barriers to entry as low as possible. Possibly there is a new position to add to open source dev teams, even for little projects, someone with some marketing experience...someone from...the outside world. :)
-Mal
From roger at rogerchrisman.com Wed Jan 9 06:46:59 2008
From: roger at rogerchrisman.com (roger at rogerchrisman.com)
Date: Tue, 8 Jan 2008 22:46:59 -0800
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <21ec8dcb0801082246s62c72cr9dfed0bb55474fc5@mail.gmail.com>
K3B, a great brand name. Who can forget it? I'd say it stands for
KDEBurner but I'd probably be wrong[1]. K3B sure beats KDEB or
KDEBurner. Programmers cleave to short snappy names like the rest of
us. I don't think there is a problem with the names. I read this whole
thread, from top to here, with interest. Names are important. Names
are as names do.
[1] http://en.wikipedia.org/wiki/K3b
Cheers,
Roger Chrisman
I *like* my name :-)
From kassube at gmx.net Wed Jan 9 07:16:39 2008
From: kassube at gmx.net (Nils Kassube)
Date: Wed, 9 Jan 2008 08:16:39 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <200801090816.39376.kassube@gmx.net>
WANSTALL Malcolm wrote:
> I gave my friend, a very educated young lass, a live CD of Kubuntu as
> she was wanting me to downgrade her Vista laptop to XP and I thought it
> was my civic duty to show her another option. I said "Play around with
> it for a day and see if it does what you want" which, after some
> convincing, she did.
If some convincing is necessary, it is no wonder if she came up with some
silly arguments why not to use the new thing. What she meant was
really "I don't want to learn something new". Even if the program names
were brilliant, there would be some other reason why not to use it. In
that situation there is no chance to convert someone - don't force people
to use Linux. I have given Linux distros to several people. I have never
heard anyone complaining about all those application names with a K
instead of a C. Either people are willing to try something new or there
is no chance at all.
Nils
From sonoftheclayr at gmail.com Wed Jan 9 07:18:57 2008
From: sonoftheclayr at gmail.com (Luke Knowles)
Date: Wed, 9 Jan 2008 18:18:57 +1100
Subject: KDE Programs Naming Convention
In-Reply-To: <21ec8dcb0801082246s62c72cr9dfed0bb55474fc5@mail.gmail.com>
References: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<21ec8dcb0801082246s62c72cr9dfed0bb55474fc5@mail.gmail.com>
Message-ID:
There's nothing wrong with thw KDE naming convention for most of the apps.
KTorrent for example is a good one. It identifies itself as being a KDE app
and at the same time a BitTorrent client. It's a better name than
Transmission for new users. But, then again, not many new users would know
what BitTorrent is.
For apps like Firefox it isn't just the name that people identify it with,
it's also the icon. Someone who has been using the internet for a short
while gets a friend who installs Firefox on their computer. They see the
world icon and think it must be something to do with the Internet. And for
them the Internet is a web browser. Easy.
The KOffice app names are great, like KTorrent they identify as being a KDE
app and what they do. And going through my menu now (I have a SUSE-style
menu, but I'm fairly sure it's the same for the KMenu) most of the apps
don't have their names highlighted. It has something like "Image Viewer" and
under it in grey writing that doesn't stick out is "Gwenview". No new user
is going to know what Gwenview is but they will know what an Image Viewer
is. I think in the KMenu it's something like "Image Viewer (Gwenview)".
So methinks that as long as something like this is in place we don't have to
worry about the names of apps. Names are just something you call it. The
description tells you what it is. It's the description that counts. Not the
name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cpmcc at optusnet.com.au Wed Jan 9 07:26:23 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Wed, 09 Jan 2008 18:26:23 +1100
Subject: Video Problem WMV
In-Reply-To: <4782DA0C.70600@wilddsl.net.au>
References: <477ED35C.4030604@optusnet.com.au> <200801050906.36423.donn.ingle@gmail.com> <200801051047.40544.michael.mcintyre@rosegardenmusic.com> <200801051817.01053.donn.ingle@gmail.com> <4780BFF2.2000609@optusnet.com.au> <4781856A.8010607@wilddsl.net.au> <4781AE76.2050500@optusnet.com.au> <3dde113c0801070450x74f024c3t530d527520a47889@mail.gmail.com>
<4782DA0C.70600@wilddsl.net.au>
Message-ID: <4784771F.2090609@optusnet.com.au>
The plot thickens with Gutsy now refusing to open "add Remove Programs"
or let me enter "Adept Manager", the error message is:
"The APT Database could not be opened! This may be caused by incorrect
APT configuration or some similar problem. Try running apt-setup and
apt-get update in terminal and see if it helps to resolve the problem."
In response to this I went to terminal and entered the above, with the
result:
cpm at cpm-desktop:~$ sudo apt-setup
[sudo] password for cpm:
sudo: apt-setup: command not found
cpm at cpm-desktop:~$ sudo apt-setup adept manager
sudo: apt-setup: command not found
cpm at cpm-desktop:~$ sudo apt-setup adept
sudo: apt-setup: command not found
cpm at cpm-desktop:~$
Though I was beginning to get some idea about the processes but with
this I'm quite bewildered, It seems to me that the program that enables
repairs is off line. Is it a complete reload?
Suggestions please?
Anton Rolls wrote:
> Hi Clark,
>
> John DeCarlo wrote:
>
>
>> I don't know how you changed sources.list, but it looks like a comment
>> line was uncommented. I would try and undo what you did and see what
>> happens.
>>
>
> I agree with John, it looks like it is a missing comment problem.
>
> Lines beginning with # are comments. Anything that reads like
> plain English in these files should be commented.
>
> If you show us the contents of /etc/apt/sources.list
> (and /etc/apt/sources.list.d/medibuntu.list , if it exists)
> then we can tell you easily if there is a misplaced or missing
> comment.
>
> Regards,
>
> Anton.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From donn.ingle at gmail.com Wed Jan 9 07:50:23 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 9 Jan 2008 09:50:23 +0200
Subject: Video Problem WMV
In-Reply-To: <4784771F.2090609@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <4782DA0C.70600@wilddsl.net.au>
<4784771F.2090609@optusnet.com.au>
Message-ID: <200801090950.23414.donn.ingle@gmail.com>
> "The APT Database could not be opened! This may be caused by incorrect
> APT configuration or some similar problem. Try running apt-setup and
> apt-get update in terminal and see if it helps to resolve the problem."
I can't find 'apt-setup' either. Sounds like a bad error message.
Sorry you are having such hassles Clark, you are the expection that proves the
rule I'm afraid :)
It sounds like the database is locked in some way. I can't recall the steps to
unlock it. You could try this:
1. Reboot your machine.
2. Open a konsole:
3. sudo apt-get update
4. Check for errors, if none:
5. sudo apt-get upgrade
6. Check for errors, if none:
7. Run the Adept GUI again.
Let us know.
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From cpmcc at optusnet.com.au Wed Jan 9 08:20:59 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Wed, 09 Jan 2008 19:20:59 +1100
Subject: Video Problem WMV
In-Reply-To: <4784771F.2090609@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <200801050906.36423.donn.ingle@gmail.com> <200801051047.40544.michael.mcintyre@rosegardenmusic.com> <200801051817.01053.donn.ingle@gmail.com> <4780BFF2.2000609@optusnet.com.au> <4781856A.8010607@wilddsl.net.au> <4781AE76.2050500@optusnet.com.au> <3dde113c0801070450x74f024c3t530d527520a47889@mail.gmail.com> <4782DA0C.70600@wilddsl.net.au>
<4784771F.2090609@optusnet.com.au>
Message-ID: <478483EB.6070402@optusnet.com.au>
Thanks for a response I can take some action on. apt contains two folders;
1. apt.conf.d, containing 9 files of total space 5.496 KB, 0 sub files
2. sources.list.d no items, total space 4KB
these are the only files / folders under the apt sub directory.
Empty sources list doesn't look very bright to me unless I can replace
them from my Kubunti cononical CD.
Hopefully, Clark.
>> Hi Clark,
>>
>> John DeCarlo wrote:
>>
>>
>>> I don't know how you changed sources.list, but it looks like a comment
>>> line was uncommented. I would try and undo what you did and see what
>>> happens.
>>>
>>
>> I agree with John, it looks like it is a missing comment problem.
>>
>> Lines beginning with # are comments. Anything that reads like
>> plain English in these files should be commented.
>>
>> If you show us the contents of /etc/apt/sources.list
>> (and /etc/apt/sources.list.d/medibuntu.list , if it exists)
>> then we can tell you easily if there is a misplaced or missing
>> comment.
>>
>> Regards,
>>
>> Anton.
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From donn.ingle at gmail.com Wed Jan 9 08:44:45 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 9 Jan 2008 10:44:45 +0200
Subject: Video Problem WMV
In-Reply-To: <478483EB.6070402@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au>
<4784771F.2090609@optusnet.com.au>
<478483EB.6070402@optusnet.com.au>
Message-ID: <200801091044.45773.donn.ingle@gmail.com>
> Empty sources list doesn't look very bright to me unless I can replace
> them from my Kubunti cononical CD.
Yes, sounds like the directory has been erased. What ever have you been up
to? :P
Have a look on the CD, that's the best place to get it from. Copy sources.list
into /etc/apt/ and then do the update, upgrade tango again.
If you can't find sources.list, I can send you mine, but it's oriented towards
South African servers and will likely not help you. I know there is a website
that let's you build a new one, but you'd have to search.
Others may post theirs, what's your physical location in the world?
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From j_e_n_pub at yahoo.dk Wed Jan 9 08:57:26 2008
From: j_e_n_pub at yahoo.dk (Johnny Ernst Nielsen)
Date: Wed, 9 Jan 2008 09:57:26 +0100
Subject: Looping through folders in KMail
In-Reply-To: <200801082151.44411.rcm@swimbarrow.co.uk>
References: <200801082151.44411.rcm@swimbarrow.co.uk>
Message-ID: <200801090957.26939.j_e_n_pub@yahoo.dk>
tirsdag den 8. Januar 2008 kvad Rosalind Mitchell:
> I'm using KMail 1.9.6 under Kubuntu 7.10 (Gutsy)
>
> In the past I've used the setting to Loop in All Folders to go
> through unread mail, and it's worked fine. Unfortunately, in this
> release it seems not to be working. Once mail in one folder has
> been read, pressing <+> no longer moves to the next folder with
> unread mail.
>
> Somebody has suggested that this is a Gutsy problem, no a KMail
> problem Is somebody right?
No.
I use KMail 1.9.6 on Kubuntu 7.10, and that exact feature works fine
here. I use it exclusively to navigate my new mail.
Best regards :o)
Johnny :o)
From grahamtodd2 at googlemail.com Wed Jan 9 08:59:34 2008
From: grahamtodd2 at googlemail.com (Graham)
Date: Wed, 9 Jan 2008 08:59:34 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID:
On Wed, 9 Jan 2008 02:46:46 +0200
"Dotan Cohen" wrote:
> Microsoft has great names: Office for an office suit, Internet
> Explorer for an Internet web browser, Media Player for a media player.
> Ask someone off the street what Amarok or Firefox do, and you will get
> a blank stare.
[snipped]
That's because, in general, Micro$oft has patented or copyrighted names
and will go after others using them.
However, the mighty M$ have come up with some titles in the past which
don't make much sense. Ever heard of Access or Works: from their names
can you tell what they do?
K3B is the burning application in KDE. Once you know that, you will
know for burning you go to K3B. Its actually part of KDE-Extragear,
which from the KDE website is described as:
"KDE-Extragear: Extragear is a collection of applications associated
with the KDE project, not part of the official release for various
reasons."
So its not part of the KDE project and therefore (presumably) not
subject to any naming standard that you'd like to impose on the KDE
project..... Firefox, is of course, nothing to do with KDE but I
thought it was a pretty neat name for a browser: anyway, what does
Outlook or Outlook Express mean? Surely those names have taken on a
description by people being aware of what the applications DO?
You mention the "someone off the street": if that had been "someone off
the street who uses Linux", they would know what Amarok and Firefox are,
and there are many Windows and Mac users too who are quite aware of what
Firefox is - and use it. So my experience is that you would not get a
blank stare from many of the people I know...but my experience may be
different to yours.
--
Graham Todd
From gert.gast at gmail.com Wed Jan 9 09:04:46 2008
From: gert.gast at gmail.com (Gert Gast)
Date: Wed, 9 Jan 2008 20:04:46 +1100
Subject: Screencapture
Message-ID: <79cc94fa0801090104p6ee5540em9e9c00a1e5047283@mail.gmail.com>
Hi List, just a question, what do we have available for creating screen
captures in Kubuntu? Not just single images, but making movie animations for
tutorials etc. Camtasia is the Windows frontrunner I suppose. Anything like
it for Linux?
--
Dr Gert Gast
Senior Lecturer, SAE Institute Byron Bay
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From donn.ingle at gmail.com Wed Jan 9 09:20:34 2008
From: donn.ingle at gmail.com (Donn)
Date: Wed, 9 Jan 2008 11:20:34 +0200
Subject: Screencapture
In-Reply-To: <79cc94fa0801090104p6ee5540em9e9c00a1e5047283@mail.gmail.com>
References: <79cc94fa0801090104p6ee5540em9e9c00a1e5047283@mail.gmail.com>
Message-ID: <200801091120.34476.donn.ingle@gmail.com>
On Wednesday, 09 January 2008 11:04:46 Gert Gast wrote:
> Hi List, just a question, what do we have available for creating screen
> captures in Kubuntu? Not just single images, but making movie animations
> for tutorials etc. Camtasia is the Windows frontrunner I suppose. Anything
> like it for Linux?
Try:
aptitude search ~dcapture
The (very) weird ~d bit tells it to search the descriptions. Odd as heck. On
my end I see one called 'recordmydesktop'.
I used something years ago to record stuff I was doing in Blender, but I
can't recall the name now. It was something I fetched and compiled - fragile
as glass, but it worked okay. So, there are options.
\d
--
I have a low-traffic blog for basic news:
http://otherwiseingle.blogspot.com/
From spwhite at freesurf.ch Wed Jan 9 11:29:30 2008
From: spwhite at freesurf.ch (Sylviane et Perry White)
Date: Wed, 9 Jan 2008 12:29:30 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <47845549.2040201@bielenberg.id.au>
References:
<47845549.2040201@bielenberg.id.au>
Message-ID: <200801091229.30246.spwhite@freesurf.ch>
On Wednesday 09 January 2008 06:02, cary Bielenberg wrote:
> On a lighter
> side one of her friends was complaining about her machine blue
> screening, her response was "whats a blue screen?"
That's a good one. ;O) Perry
--
BOFH excuse #169: broadcast packets on wrong frequency
From nbensa at gmail.com Wed Jan 9 11:43:31 2008
From: nbensa at gmail.com (Norberto Bensa)
Date: Wed, 09 Jan 2008 08:43:31 -0300
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <20080109084331.s9fbhvrhw8ko4cc4@mail.bensa.ar>
Quoting WANSTALL Malcolm :
> Norberto Bensa wrote:
>> Microsoft Word. It doesn't mean anything to me.
>
> I beg to differ, Microsoft Word _does_ mean something to you, as a
> branded product. You know _exactly_ what it does because of the
> amount of money behind the brand and all kinds of advertising.
No no no and no.
I know what Word does because I used it.
Someone mentioned K3b. I know what K3b does because I used it. And
because in my "K" menu it's called "CD & DVD burning (k3b)" You don't
type it's name in a terminal anymore and you don't actually need to
know how it is called.
In my particular case, money has nothing to do with a successful
application. You make a good application, I use it. (and NO Word is
not a good application. It's bloated. But it's what everybody else
uses in the Windows world)
And BTW, do you know why is it called Microsoft Word? Do you remember
Word Perfect? Wordstar? Microsoft took the name of well established
products and then they'll sue you if you used "Word" to refer to a
word processor application. That's why we don't have "OpenOffice Word"
but "OpenOffice Write." And I think Writer is a much better name than
Word: "this is what you use to _write_ something..."
You say you don't have a problem with core applications, but when you
started this thread you mentioned Konqueror and Kontact... Then, what
are the 3rd party applications that you are referring to?
Regards,
Norberto
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
From kfulks at knology.net Wed Jan 9 13:31:41 2008
From: kfulks at knology.net (Kelly L. Fulks)
Date: Wed, 09 Jan 2008 07:31:41 -0600
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <4784CCBD.7060601@knology.net>
WANSTALL Malcolm wrote:
> Norberto Bensa wrote:
>> Would you had a problem if it was named Kcontact? Kconqueror?
>
> No, actually that seems to make it look more silly. As someone pointed out earlier, I have less of an issue with the core products, more the 3rd party ones tend to be pushing the limit...realising these core ones do have some brand behind them it's a bit adventurous for me to want a change.
>
>> Microsoft Word. It doesn't mean anything to me. Because guess what: I
>> speak SPANISH! Would Microsoft rename it Microsoft Palabra? And while
>> we are at it. What does Microsoft Word do? Is it a spellchecker?
>
> I beg to differ, Microsoft Word _does_ mean something to you, as a branded product. You know _exactly_ what it does because of the amount of money behind the brand and all kinds of advertising. Products with less financial clout have to be more clever to be seen.
>
>> On the other hand. OpenOffice Calc is named OpenOffice Planilla de
>> Cálculo if you install language-pack-es and it is a big plus for us
>> non-us/gb people ;)
>
> That's a VERY clever feature of OOo and please note I'm not trying to take away from any software itself (especially not OOo since I use it, and all of the K* programs daily)
>
>> And remember: not everyone speaks English... So what should be meanful
>> to you, it's not to the other 6 billions people out there...
>
> That's a valid point and I take that on board. I think we're both aiming at different points a little here, I'm not trying to argue with the internationalisation of KDE, I think that is fantastic, what I would like to see is some more creativity and thought put into the branding (thus naming) of top notch software. It does have a habit of scaring away some new people and I'd like to see the barriers to entry as low as possible. Possibly there is a new position to add to open source dev teams, even for little projects, someone with some marketing experience...someone from...the outside world. :)
>
> -Mal
>
The "core" products for KDE did not necessarily start as core products.
At least some of what we now consider core products started as "third
party" products and have reached a point where they are now main
streamed into the core. In one of your early messages you mentioned
Kontact, well that is relatively new. You see it is comprised of
KMail, Kaddressbook, Korganizer, Aggregator, Knode, Knotes, etc. And
even those were not necessarily core applications initially.
So if you were starting a new KDE based program and wanted to catch the
eye of the KDE community, you would likely want to name your program
with a K as the first letter. There are multiple reasons for this
actually. First, the community has bought into that branding just as
the Apple community has bought into the "i" branding. Second, your
application would appear with the other KDE applications in most package
management systems and would thus be seen by folks looking for a KDE
program. Third, you avoid a potential name change for your application
if it happens to become accepted into the core products. All the core
products do not start with K, but many do.
You mention in your message that we know what Microsoft Word does
because of the branding and the money that Microsoft pours into it. You
are correct, but KDE does not have the money poured into it that
Microsoft or Apple pour into their brands. Such clever tricks as the K
help to build the recognition of the "brand". I am, however, thankful
that they don't attempt to chase down everyone using words starting with
the letter K and sue them into submission, because they would be after
me (look at my name below).
--
Kelly L. Fulks
Home Account
near Huntsville, AL
From kubuntu-users at thefletchers.net Wed Jan 9 13:25:36 2008
From: kubuntu-users at thefletchers.net (David Fletcher)
Date: Wed, 09 Jan 2008 13:25:36 +0000
Subject: Remote printer head cleaning
Message-ID: <20080109132243.1ADED128840@eng.bcfdesigns.co.uk>
I've got a networked Hewlett Packard Deskjet 1220C connected via a
Netgear Ethernet - USB print server. Jobs are submitted as postscript
to a server running CUPS on Ubuntu Dapper Server.
Does anybody know if it's possible to command the printer to do a
head cleaning cycle?
How?
I know how to do it with my Epson that's connected to the USB port on
the machine, but I've no idea about this one.
Thanks
Dave
From jpatrickdavies at gmail.com Wed Jan 9 14:04:33 2008
From: jpatrickdavies at gmail.com (Jonathan Patrick Davies)
Date: Wed, 9 Jan 2008 15:04:33 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID: <200801091504.37762.jpatrick@kubuntu.org>
On Wednesday 09 January 2008 01:46:46 Dotan Cohen wrote:
> There really should be a movement towards better names. What the hell
> is K3B? And what program should I burn a disk with?
It stands for Burn Baby Burn and with KDE: K3B
Patrick
--
Kubuntu - Pure KGX http://www.kubuntu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From news at pointerstop.ca Wed Jan 9 13:54:03 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Wed, 09 Jan 2008 09:54:03 -0400
Subject: Looping through folders in KMail
References: <200801082151.44411.rcm@swimbarrow.co.uk>
Message-ID: <1974877.N3l3HfGnU3@cedar.serverforest.com>
Rosalind Mitchell wrote:
> I'm using KMail 1.9.6 under Kubuntu 7.10 (Gutsy)
>
> In the past I've used the setting to Loop in All Folders to go through
> unread
> mail, and it's worked fine. Unfortunately, in this release it seems not
> to
> be working. Once mail in one folder has been read, pressing <+> no longer
> moves to the next folder with unread mail.
>
> Somebody has suggested that this is a Gutsy problem, no a KMail problem
> Is somebody right?
I can't see how it could be. It would have to be a KMail problem, but I
haven't got it to loop through all folders since before Gutsy.
--
derek
From news at pointerstop.ca Wed Jan 9 14:02:42 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Wed, 09 Jan 2008 10:02:42 -0400
Subject: KDE Programs Naming Convention
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <8905528.mqs5Azrmz2@cedar.serverforest.com>
WANSTALL Malcolm wrote:
> When I returned she said she wanted XP because Kubuntu was illogical
> (which of course fried my brain since I find it 100% _more_ intuitive
> than most other OSs) so I pressed her to list the things that caused her
> to say that. They were:
>
> 1/ The font names were all different (Okay, can't help that one but I'm
> sure we could work through relearning that little pest) AND
>
> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
>
> It got me thinking...that is one of the things that first annoyed me
> about KDE, that it is _cool_ to name your program starting with a "K". I
> realise that it serves a small purpose (identifying KDE vs Gnome
> programs and ducking TM issues) but surely to anyone trying to MOVE to
> Kubuntu, it would look a bit...immature (like putting "z" on the end of
> words to make you 1337). It just feels like and in-joke that needs to
> die if KDE wants to be taken even more seriously.
That has always been a complaint of mine against anything *nix-ish. There
are far too many juvenile in-jokes (I filed a bug report against a KDE
app - fortunately now forgotten - that shipped with a truly inane help
file, with the note that it would have been far better received by users if
it had no documentation at all than with the childish file attached. I was
simply told that it wouldn't be fixed unless I rewrote the help file
myself).
But really, why bother trying to push the product on anyone who's only
complaints about the programs are their names! The reaction is as juvenile
as what she's complaining about. (Though even that's fixable - if you
change the menu to show only Descriptions, not Names, she wouldn't have
even noticed.)
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
I disagree. Unless distros start separating their repositories into kde &
gnome, it's much more convenient for us to be able to tell at a glance
which desktop they're for.
--
derek
From davies.jpatrick at gmail.com Wed Jan 9 14:38:54 2008
From: davies.jpatrick at gmail.com (Jonathan Patrick Davies)
Date: Wed, 9 Jan 2008 15:38:54 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <200801091538.58001.jpatrick@kubuntu.org>
On Tuesday 08 January 2008 23:25:22 WANSTALL Malcolm wrote:
> It got me thinking...that is one of the things that first annoyed me
> about KDE, that it is _cool_ to name your program starting with a "K". I
> realise that it serves a small purpose (identifying KDE vs Gnome
> programs and ducking TM issues) but surely to anyone trying to MOVE to
> Kubuntu, it would look a bit...immature (like putting "z" on the end of
> words to make you 1337). It just feels like and in-joke that needs to
> die if KDE wants to be taken even more seriously.
>
> Does anyone else see this as a bit of a marketing blunder and is there
> _any_ community push to change this? Surely good names like Amarok,
> Rosegarden and Bluefish aren't that hard to come up with...they
> certainly make a better first impression on people new to KDE/Linux.
I think uou'll all be pleased to know that this has changed in KDE 4 and
several apps do not follow the old-school naming.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From news at pointerstop.ca Wed Jan 9 14:41:25 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Wed, 09 Jan 2008 10:41:25 -0400
Subject: KDE Programs Naming Convention
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID: <2231291.rjoTU78UxD@cedar.serverforest.com>
Graham wrote:
> However, the mighty M$ have come up with some titles in the past which
> don't make much sense. Ever heard of Access or Works: from their names
> can you tell what they do?
Access is the worst. Have you ever tried to google about "accessing"
anything? That brings up a very good reason for sticking to the KDE naming
conventions. When I google (if I ever did) "Explorer", I will get a lot of
references to something other than the browser. When I google "konqueror",
I'm _always_ going to get browsers.
"Works" of course is an application of an age-old advertising maxim: "if you
want people to think the product does something it doesn't, put it in the
name"!
> Firefox, is of course, nothing to do with KDE but I
> thought it was a pretty neat name for a browser: anyway, what does
> Outlook or Outlook Express mean? Surely those names have taken on a
> description by people being aware of what the applications DO?
"Outlook Express" is another use of the maxim - if you know what Outlook
does, you might expect "Outlook Express" to do something similar. It
doesn't. Even the address books are incompatible. And people who rail
against Outlook for it's ignorance of email standards are almost always
actually talking about OE (Though Outlook is far worse...)
--
derek
From john-ubuntu at fjellstad.org Wed Jan 9 15:03:13 2008
From: john-ubuntu at fjellstad.org (John L Fjellstad)
Date: Wed, 09 Jan 2008 16:03:13 +0100
Subject: KDE Programs Naming Convention
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<47843EC1.6020202@swbell.net>
Message-ID: <878x2zujm6.fsf@fjellstad.org>
Billie Walsh writes:
> In fact it's not just Kubuntu/KDE. It's pretty much a Linux problem.
It's not a Linux thing, it's a unix thing.
It actually follows a pretty long history of naming programs. So you
know, for instance screensaver is for the command line, and xscreensaver
is for X-Window. KDE and Gnome people just follow that naming
convention.
That said, for some reason, some English speaking people has a bug up
their ass when it comes to the letter K. As a Norwegian speaker, the K
letter actually is more 'normal' than the G letter. Like Kontact would
probably be translated to Kontakt in Norwegian
--
John L. Fjellstad
web: http://www.fjellstad.org/ Quis custodiet ipsos custodes
From news at pointerstop.ca Wed Jan 9 14:52:48 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Wed, 09 Jan 2008 10:52:48 -0400
Subject: KDE Programs Naming Convention
References: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<21ec8dcb0801082246s62c72cr9dfed0bb55474fc5@mail.gmail.com>
Message-ID: <1268666.9DckLeHVkJ@cedar.serverforest.com>
roger at rogerchrisman.com wrote:
> K3B, a great brand name. Who can forget it? I'd say it stands for
> KDEBurner but I'd probably be wrong[1].
Yeah, but it's nowhere near as good a name as "abcde" (a better cd encoder).
>From that, you could of course make a gnome front-end "abcdefg" (for
gnome), but it would be awkward to do anything for KDE.
--
derek
From bilwalsh at swbell.net Wed Jan 9 16:27:05 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Wed, 09 Jan 2008 10:27:05 -0600
Subject: KDE Programs Naming Convention
In-Reply-To: <878x2zujm6.fsf@fjellstad.org>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com> <47843EC1.6020202@swbell.net>
<878x2zujm6.fsf@fjellstad.org>
Message-ID: <4784F5D9.2030304@swbell.net>
John L Fjellstad wrote:
> Billie Walsh writes:
>
>
>> In fact it's not just Kubuntu/KDE. It's pretty much a Linux problem.
>>
>
> It's not a Linux thing, it's a unix thing.
I know nothing of Unix so my first experience was with Linux.
>
>
> It actually follows a pretty long history of naming programs. So you
> know, for instance screensaver is for the command line, and xscreensaver
> is for X-Window. KDE and Gnome people just follow that naming
> convention.
>
I don't particularly have a problem with things like "kget" ot "gftp". I
know immediately which gui they belong to, "k" or "g", and what they do.
It's some of the just plain silly names things get that I have a problem
with. [ Read further down my original message on this thread ]
> That said, for some reason, some English speaking people has a bug up
> their ass when it comes to the letter K. As a Norwegian speaker, the K
> letter actually is more 'normal' than the G letter. Like Kontact would
> probably be translated to Kontakt in Norwegian
>
Back in another life I worked for a Mercedes dealer so I got an
education in some German spelling and terminology. It's been a long time
but it seems that "k" is used just about anywhere a hard "c" would be
used in English. I would assume, one should never do that, that any
language derived from the same root would have about the same rule.
From dotancohen at gmail.com Wed Jan 9 18:33:14 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 20:33:14 +0200
Subject: KDE Programs Naming Convention
In-Reply-To:
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID: <880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
On 09/01/2008, Martin Walshe wrote:
> > There really should be a movement towards better names. What the hell
> > is K3B? And what program should I burn a disk with?
> >
> > Microsoft has great names: Office for an office suit, Internet
> > Explorer for an Internet web browser, Media Player for a media player.
> > Ask someone off the street what Amarok or Firefox do, and you will get
> > a blank stare.
> >
> > K3B has to be the worst of the bunch.
> >
> > Dotan Cohen
>
> K3B is such a great app though its name doesnt matter.
Er, names do matter. K3B might be a ha-ha funny name, but it does not
tell me what the program does.
> If you want the
> normal why are you on a linux distro?
Linux is not the norm? It's only for freaks and weirdos? Would you not
like Linux to be the norm?
> Anyone who uses the distros knows what
> the apps are so i dont see a problem.
I have over a dozen friends that I switched to Linux. None of them
could even guess what K3B means.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Wed Jan 9 18:36:43 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 20:36:43 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <2af451740801081752t41d23498o96829b979bc3d59a@mail.gmail.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<2af451740801081752t41d23498o96829b979bc3d59a@mail.gmail.com>
Message-ID: <880dece00801091036j58979111i4a62e2790afd45ef@mail.gmail.com>
On 09/01/2008, Edward Dunagin wrote:
> You know you can always change the name of the application to whatever
> you want. That's what the mv command is all about
I'm not sure if you are being smug or not, but I'm installing Linux on
people's computers who expect it to work. Not after Dotan changes this
and renames that, rather it should just work. And if the person needs
help, should they google the real name of the program, or whatever
Dotan changed it to? How will they even know?
In contrast to two years ago, [K]Ubuntu is almost at that point (other
distros are not). One of the last remaining hurdles is the terrible
program names.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Wed Jan 9 18:40:39 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 20:40:39 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <200801090025.44094.nbensa@gmail.com>
<975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <880dece00801091040re2b0880tb4e4d8eb16f371c1@mail.gmail.com>
On 09/01/2008, WANSTALL Malcolm wrote:
> Norberto Bensa wrote:
> >>WANSTALL Malcolm wrote:
> >> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
> >
> >c'mon, would you just configure your kde correctly and end this
> >subject
> >already or would you like me to start talking about
> >iHaveAPattentForThatBeforeYou and iLLSueYou too?
> >Regards,
> >Norberto
>
> If you'd actually bothered to _read_ the entire email it wasn't _me_
> personally complaining.
>
> Simply put, a _potential_ user saw an incredibly minor aesthetic issue
> and it turned her off using the entire system (what a shame).
I've had it happen to me too. They take one look at the programs menu
and are done. It's amazing that people actually expect descriptive
program names.
> Spouting
> out a list of WinXP programs (winword is the executable not the program
> name, the only others that ring a bell being WinRar, a utility and
> WinAmp, a now considerably unpopular [to what it used to be] media
> player) isn't addressing what IS an issue. My argument still stands,
> adding "Win" to the front of a program seems to identify it to Windows,
> misspelling a work with "K" on the front to someone not familiar with
> KDE looks like just that, a misspelling.
There was recently a similar discussion on the python list. Many
management would not consider a language with such a silly name.
> I hope all minor criticisms aren't met with such dismissal, it just
> seems arrogant. I accept that it may not be something that will ever be
> changed but cutting off feedback from a missed user is a terribly silly
> thing to do! Everyone was a KDE newbie at one stage.
>
> -Mal
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Wed Jan 9 18:48:25 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 20:48:25 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <478439F0.7@gmail.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<478439F0.7@gmail.com>
Message-ID: <880dece00801091048s6778552en5ca93f44c0a5bfae@mail.gmail.com>
On 09/01/2008, Stew Schneider wrote:
> WANSTALL Malcolm wrote:
> > Simply put, a _potential_ user saw an incredibly minor aesthetic issue
> > and it turned her off using the entire system (what a shame).
>
> We are clear, aren't we, that the naming convention, in all likelihood,
> *wasn't* the problem? I don't disagree that the K naming convention is
> cute to the point of pointlessness, but that's hardly the problem. The
> problem is that KDE is different.
>
> Sit down at anybody else's computer. Try to do anything. Does not, "this
> is *wrong*", scream at you, even if the computer is well maintained and
> functioning? It's just human inertia. We don't like to change things
> after we've become used to something else.
>
> For most folks "the computer" is synonymous with MS Windows. Ask most
> folks where the computer is and they'll point to the screen. The box is
> just there to hold the carpet down. The Start button is at the lower
> left, because that is where it was prophesied to be by the prophet
> Jeremiah and it darn well better have that Windows thing on it. Most
> folks have no idea what an operating system is, and don't care to. What
> they want to do is type a letter or browse the web and anything that
> gets in the way of their doing that by being different or looking
> different screams "this is wrong". This is part of the reason why VISTA
> uptake is so slow. It's different. Of course, the rest of the reason is
> that it's trash, but I digress....
>
> Linux users tend to be those too cussed to deal with Microsoft's
> nuttiness, or interested enough to know why "the computer" has to have
> that box hooked onto it, or people who actually know and care what goes
> on inside the box. We're a distinct subset of the typical computer user.
>
> It's like the Jimmy Dean sausage commercial. Sun is cooking up a Jimmy
> Dean breakfast and offering it to Cloud. Cloud says he only eats cold
> cereal.
>
> Sun asks "Come on! Why wouldn't you try something different?"
> Cloud responds, "Cereal is cold and wet. It's a cloud thing. You
> wouldn't understand."
>
> Windows is cold and wet. It's an ordinary user thing...
>
> Just my 2 cents worth.
>
> stew
Very well written, and the point about the computer being the screen
is well taken. Despite your many valid points, my mother in law has no
problem navigating and clicking around her new Kubuntu installation.
She never configures anything, so as long as there are icons on her
desktop for Firefox, OOo, Skype, and all her files (yes, all saved to
the desktop), she is fine. She had no problem that the blue I is now
an orange fox, and that the big W is now a dove.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Wed Jan 9 18:50:13 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 20:50:13 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109011923.fyzi6ihq84o0gsks@mail.bensa.ar>
References: <975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109011923.fyzi6ihq84o0gsks@mail.bensa.ar>
Message-ID: <880dece00801091050s7fd9febu1402057339d819c7@mail.gmail.com>
On 09/01/2008, Norberto Bensa wrote:
> Quoting WANSTALL Malcolm :
>
> > Simply put, a _potential_ user saw an incredibly minor aesthetic issue...
>
> I guess that very same user had no problem with WINsomething and
> iSomething. I don't see why Gsomething and Ksomething is a problem for
> him/her.
>
> And no. It was not an attack on you. I'm sorry very much if you took
> that way. I'm subscribed to many MLs (Gentoo, Kubuntu, KDE*) and this
> topic comes every now and then (more often than I'd like) and I would
> like it to die already. K* and G* is an easy way to know which
> environment does the application run (which libraries do you need, etc.)
Then call it Kburn instead of K3B. There is no problem with the K, as
you well know, it's the rest of the name that is difficult.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From kaj at haulrich.net Wed Jan 9 18:50:41 2008
From: kaj at haulrich.net (Kaj Haulrich)
Date: Wed, 9 Jan 2008 19:50:41 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
References:
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
Message-ID: <20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
On Wednesday 09 January 2008 19:33:14 Dotan Cohen wrote:
> On 09/01/2008, Martin Walshe wrote:
> I have over a dozen friends that I switched to Linux. None of
> them could even guess what K3B means.
How about : K Burn, Baby, Burn ?
>
> Dotan Cohen
Kaj Haulrich.
--
*** Sent from a 100% Microsoft-free computer ***
********* Running Linux (Kubuntu 7.04) *********
From dotancohen at gmail.com Wed Jan 9 18:57:49 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 20:57:49 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
Message-ID: <880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
On 09/01/2008, Norberto Bensa wrote:
> And remember: not everyone speaks English... So what should be meanful
> to you, it's not to the other 6 billions people out there...
I don't speak English either. In fact, we don't even use Latin
letters, or even write from left to right! Despite all that, my users
_still_ demand meaningful names. I'm not giving you _my_ opinion,
because I personally don't care. I'm reporting what is reported to me
by many users.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Wed Jan 9 19:17:34 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 21:17:34 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <1268666.9DckLeHVkJ@cedar.serverforest.com>
References: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<975FA22BA8ECCE40A2972E6956434C640142B95E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<21ec8dcb0801082246s62c72cr9dfed0bb55474fc5@mail.gmail.com>
<1268666.9DckLeHVkJ@cedar.serverforest.com>
Message-ID: <880dece00801091117t1cd6d4efn357a0a5028c0f63d@mail.gmail.com>
On 09/01/2008, Derek Broughton wrote:
> roger at rogerchrisman.com wrote:
>
> > K3B, a great brand name. Who can forget it? I'd say it stands for
> > KDEBurner but I'd probably be wrong[1].
>
> Yeah, but it's nowhere near as good a name as "abcde" (a better cd encoder).
> From that, you could of course make a gnome front-end "abcdefg" (for
> gnome), but it would be awkward to do anything for KDE.
A Better CD Encoder For Grasping Hardly Intuitive Jargon of KDE
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Wed Jan 9 19:21:09 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 21:21:09 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
References:
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
Message-ID: <880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
On 09/01/2008, Kaj Haulrich wrote:
> > I have over a dozen friends that I switched to Linux. None of
> > them could even guess what K3B means.
>
> How about : K Burn, Baby, Burn ?
I only learned that a few weeks ago. You know, if it was listed in the
Programs menu as K Burn, Baby, Burn I'd have less of a problem with
the name.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From kassube at gmx.net Wed Jan 9 19:26:36 2008
From: kassube at gmx.net (Nils Kassube)
Date: Wed, 9 Jan 2008 20:26:36 +0100
Subject: Looping through folders in KMail
In-Reply-To: <200801082151.44411.rcm@swimbarrow.co.uk>
References: <200801082151.44411.rcm@swimbarrow.co.uk>
Message-ID: <200801092026.36748.kassube@gmx.net>
Rosalind Mitchell wrote:
> In the past I've used the setting to Loop in All Folders to go through
> unread mail, and it's worked fine. Unfortunately, in this release it
> seems not to be working. Once mail in one folder has been read,
> pressing <+> no longer moves to the next folder with unread mail.
Settings -> Configure KMail ... -> Misc / Folders -> In the line "When
trying to find unread messages:" select "Loop in All Folders".
Nils
From kaj at haulrich.net Wed Jan 9 19:40:31 2008
From: kaj at haulrich.net (Kaj Haulrich)
Date: Wed, 9 Jan 2008 20:40:31 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
References:
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
<880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
Message-ID: <20080109194035.TDSJ10583.fep46.mail.dk@haulrich.local>
On Wednesday 09 January 2008 20:21:09 Dotan Cohen wrote:
> On 09/01/2008, Kaj Haulrich wrote:
> > > I have over a dozen friends that I switched to Linux. None of
> > > them could even guess what K3B means.
> >
> > How about : K Burn, Baby, Burn ?
>
> I only learned that a few weeks ago. You know, if it was listed
> in the Programs menu as K Burn, Baby, Burn I'd have less of a
> problem with the name.
>
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
Dofan, just out of curiosity, what does the Hebrew letters
say ?-------------------->
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people normally read
> text. Q: Why is top-posting such a bad thing?
Kaj Haulrich.
--
*** Sent from a 100% Microsoft-free computer ***
********* Running Linux (Kubuntu 7.04) *********
From gene.heskett at verizon.net Wed Jan 9 19:42:02 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Wed, 09 Jan 2008 14:42:02 -0500
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091117t1cd6d4efn357a0a5028c0f63d@mail.gmail.com>
References: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<1268666.9DckLeHVkJ@cedar.serverforest.com>
<880dece00801091117t1cd6d4efn357a0a5028c0f63d@mail.gmail.com>
Message-ID: <200801091442.02907.gene.heskett@verizon.net>
On Wednesday 09 January 2008, Dotan Cohen wrote:
>On 09/01/2008, Derek Broughton wrote:
>> roger at rogerchrisman.com wrote:
>> > K3B, a great brand name. Who can forget it? I'd say it stands for
>> > KDEBurner but I'd probably be wrong[1].
>>
>> Yeah, but it's nowhere near as good a name as "abcde" (a better cd
>> encoder). From that, you could of course make a gnome front-end "abcdefg"
>> (for gnome), but it would be awkward to do anything for KDE.
>
>A Better CD Encoder For Grasping Hardly Intuitive Jargon of KDE
>
ROTFLMAO! Thanks Dotan.
>Dotan Cohen
>
>http://what-is-what.com
>http://gibberish.co.il
>א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
>A: Because it messes up the order in which people normally read text.
>Q: Why is top-posting such a bad thing?
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
The big cities of America are becoming Third World countries.
-- Nora Ephron
From kassube at gmx.net Wed Jan 9 19:51:42 2008
From: kassube at gmx.net (Nils Kassube)
Date: Wed, 9 Jan 2008 20:51:42 +0100
Subject: KDE Programs Naming Convention
In-Reply-To:
References:
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID: <200801092051.42122.kassube@gmx.net>
Graham wrote:
> That's because, in general, Micro$oft has patented or copyrighted names
> and will go after others using them.
Well, the program names are trademarked - there is no patent or copyright
on program names. However, they use common names for which there is only
a very limited protection. And going after others who use similar names
did already backfire. When Lindows threatened to have the MS Windows
trademark canceled, Microsoft payed Lindows to change their name.
Nils
From dotancohen at gmail.com Wed Jan 9 20:10:26 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 22:10:26 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109194035.TDSJ10583.fep46.mail.dk@haulrich.local>
References:
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
<880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
<20080109194035.TDSJ10583.fep46.mail.dk@haulrich.local>
Message-ID: <880dece00801091210x5bf68f33wc9c70ca90c01e6b6@mail.gmail.com>
On 09/01/2008, Kaj Haulrich wrote:
> Dofan, just out of curiosity, what does the Hebrew letters
> say ?-------------------->
> > א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
It is the Hebrew alphabet. I run gibberish.co.il, which translates
wrongly-encoded Hebrew into legible Hebrew. In order to do that, I
need as many samples of wrongly-encoded Hebrew as possible. So I
attach those letters to every message, and when people respond back
with the wrong encoding, I can modify my code and add support. Mailing
lists are a great source, as people from all over the world, with many
different encodings, reply and much my beautiful Hebrew!
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Wed Jan 9 20:13:22 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Wed, 9 Jan 2008 22:13:22 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <200801092051.42122.kassube@gmx.net>
References:
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<200801092051.42122.kassube@gmx.net>
Message-ID: <880dece00801091213p2df9532g11e0ccb98bb8a397@mail.gmail.com>
On 09/01/2008, Nils Kassube wrote:
> Graham wrote:
> > That's because, in general, Micro$oft has patented or copyrighted names
> > and will go after others using them.
>
> Well, the program names are trademarked - there is no patent or copyright
> on program names. However, they use common names for which there is only
> a very limited protection. And going after others who use similar names
> did already backfire. When Lindows threatened to have the MS Windows
> trademark canceled, Microsoft payed Lindows to change their name.
It is a great story, I like the part where MS payed to settle a
lawsuit that they brought:
http://en.wikipedia.org/wiki/Microsoft_vs._Lindows
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From kaj at haulrich.net Wed Jan 9 20:18:39 2008
From: kaj at haulrich.net (Kaj Haulrich)
Date: Wed, 9 Jan 2008 21:18:39 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091210x5bf68f33wc9c70ca90c01e6b6@mail.gmail.com>
References:
<20080109194035.TDSJ10583.fep46.mail.dk@haulrich.local>
<880dece00801091210x5bf68f33wc9c70ca90c01e6b6@mail.gmail.com>
Message-ID: <20080109201842.TFRC21659.fep43.mail.dk@haulrich.local>
On Wednesday 09 January 2008 21:10:26 Dotan Cohen wrote:
> On 09/01/2008, Kaj Haulrich wrote:
> > Dofan, just out of curiosity, what does the Hebrew letters
> > say ?-------------------->
> >
> > > א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> It is the Hebrew alphabet. I run gibberish.co.il, which
> translates wrongly-encoded Hebrew into legible Hebrew. In order
> to do that, I need as many samples of wrongly-encoded Hebrew as
> possible. So I attach those letters to every message, and when
> people respond back with the wrong encoding, I can modify my code
> and add support. Mailing lists are a great source, as people from
> all over the world, with many different encodings, reply and much
> my beautiful Hebrew!
Ah.... Beautiful glyphs. No caps? .
BTW aren't most people using UTF-8 these days?
Kaj Haulrich.
*** Sent from a 100% Microsoft-free computer ***
********* Running Linux (Kubuntu 7.04) *********
From plasticman3327 at gmail.com Wed Jan 9 20:28:26 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Wed, 9 Jan 2008 20:28:26 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
References:
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
<880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
Message-ID:
On Jan 9, 2008 7:21 PM, Dotan Cohen wrote:
> I only learned that a few weeks ago. You know, if it was listed in the
> Programs menu as K Burn, Baby, Burn I'd have less of a problem with
> the name.
>
> Dotan Cohen
>
>
>
Do you have a problem that in the program list its listed as "K3B - CD & DVD
burning". If people cant understand that then they need help. That for more
descriptive than any menu entry in windows which just lists "nero" guess
what i do.
Marty
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From kubuntu-users at cpinkney.org.uk Wed Jan 9 20:47:01 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Wed, 9 Jan 2008 20:47:01 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
Message-ID: <200801092047.01809.kubuntu-users@cpinkney.org.uk>
On Wednesday 09 Jan 2008, Dotan Cohen wrote:
> There really should be a movement towards better names. What the hell
> is K3B? And what program should I burn a disk with?
>
> Microsoft has great names: Office for an office suit, Internet
> Explorer for an Internet web browser, Media Player for a media player.
> Ask someone off the street what Amarok or Firefox do, and you will get
> a blank stare.
This is my KDE menu:
http://img88.imageshack.us/img88/1512/menugo8.png
I can't remember if the settings are the default in Kubuntu, but it's
certainly very easy to put the application description next to the name
(Right click panel->Panel Menu->Configure Panel->Menus). So what is so
confusing about this?
As other people in this thread have pointed out, there are plenty of weirdly
named applications on Windows too and people simply get used to them like a
brand name. In fact if an application gets so popular its name becomes
synonymous with the application type, like people call PDFs "Acrobat files"
or say a picture was "Photoshopped".
And have you ever tried Googling for something like 'Media Player'? Yes, you
get MS Windows Media Player as the top hit, simply because of how many people
use it since it is bundled with Windows, but that's no good if you're after
help on a specific KDE media player (and if we're talking about computer
novices they probably will not know to put "KDE" in their search terms
either).
Certainly if there is an opportunity to create a unique name that also hints
at its functionality we should go with that and I thought there had been a
slight push towards this for main KDE apps that were being renamed/rewritten
for KDE 4 although I can't think of any that they have really achieved with
this.
--
Colin Pinkney
http://www.cpinkney.org.uk
From cpmcc at optusnet.com.au Wed Jan 9 21:47:34 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 10 Jan 2008 08:47:34 +1100
Subject: Video Problem WMV
In-Reply-To: <200801091044.45773.donn.ingle@gmail.com>
References: <477ED35C.4030604@optusnet.com.au> <4784771F.2090609@optusnet.com.au> <478483EB.6070402@optusnet.com.au>
<200801091044.45773.donn.ingle@gmail.com>
Message-ID: <478540F6.6010208@optusnet.com.au>
Canonical CD, root/etc/apt is exactly the same as my root/etc/apt at
30.3 KB. Perhaps the problem lies elsewhere? Canonical also has an
empty folder called sources.list.d ( 4KB). Had a look at some files in
apt with kate and I now see where the # symbol and comment issue
arises. Incidentally are these files here for a backup purpose, their
names: secring.gpg ; sources.list ; sources.list.distUpgrade ;
sources.list.save and some others.
The following is a few lines from sources.list:
deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/
gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
# Line commented out by installer because it failed to verify:
# deb http://au.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://au.archive.ubuntu.com/ubuntu/ gutsy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe multiverse
main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://au.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
I am reluctant to take any high risk options as at least I can still use
Firefox. Looks like I start again with a reload but before I do can you
tell me if there is a Ubuntu version that is a) stable b) supported as
Gutsy 7.10 seems to be neither and if I am going to dump and download
(at 1.5 meg it will be slow) I'd be better served with a long term
support, stable distribution.
C
Donn wrote:
>> Empty sources list doesn't look very bright to me unless I can replace
>> them from my Kubunti cononical CD.
>>
> Yes, sounds like the directory has been erased. What ever have you been up
> to? :P
>
> Have a look on the CD, that's the best place to get it from. Copy sources.list
> into /etc/apt/ and then do the update, upgrade tango again.
>
> If you can't find sources.list, I can send you mine, but it's oriented towards
> South African servers and will likely not help you. I know there is a website
> that let's you build a new one, but you'd have to search.
>
> Others may post theirs, what's your physical location in the world?
>
> \d
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From malcolm.wanstall at cnh.com Wed Jan 9 22:10:41 2008
From: malcolm.wanstall at cnh.com (WANSTALL Malcolm)
Date: Thu, 10 Jan 2008 09:10:41 +1100
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
Message-ID: <975FA22BA8ECCE40A2972E6956434C640142B960@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Dotan Cohen wrote:
>On 09/01/2008, Norberto Bensa wrote:
>> And remember: not everyone speaks English... So what should be
>>meanful
>> to you, it's not to the other 6 billions people out there...
>
>I don't speak English either. In fact, we don't even use Latin
>letters, or even write from left to right! Despite all that, my users
>_still_ demand meaningful names. I'm not giving you _my_ opinion,
>because I personally don't care. I'm reporting what is reported to me
>by many users.
>
>Dotan Cohen
Thanks Dotan, I am in exactly the same boat. Personally, I'm completely
used to all the program names, use them every day _but_ I experienced
someone who did find it difficult. I'm just not sure why it seems to be
such a sore point with some.
Norberto, We're going to have to agree to disagree on this one, we're
not getting anywhere or adding anything to the list and you're obviously
a staunch anti-MS person (big companies always suffer from tall poppy
syndrome). I prefer OOo because it's free, but I can also admit that MS
Word is a good application (just because you prefer one thing doesn't
mean you have to hate the rest). I use Linux at home, Windows at work, I
prefer Linux but just blindly bashing MS and all it's products is a
little "last year"...
Thanks to all who contributed, the woman I mentioned in the original
post is going to borrow one of my Kubuntu desktops for a week and said
she'd give it an honest go and I said I'd give her a few lessons to boot
(I've also printed her out some shortcut keys) so the experiment
continues!
-Mal
From stew.schneider at gmail.com Wed Jan 9 22:49:37 2008
From: stew.schneider at gmail.com (Stew Schneider)
Date: Wed, 09 Jan 2008 17:49:37 -0500
Subject: Access
Message-ID: <47854F81.3020900@gmail.com>
You know, one of the most recurrent problems is entering an office that
has an Access app and realizing that this one app is going to keep them
from the Linux world unless you are willing to dump the data to mysql or
some such and then (the biggest headache) recreate the forms, queries
and reports from scratch.
I've never found a package that will do that. Anybody know of one?
stew
From cpmcc at optusnet.com.au Wed Jan 9 22:49:47 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 10 Jan 2008 09:49:47 +1100
Subject: Video Problem WMV
In-Reply-To: <200801091044.45773.donn.ingle@gmail.com>
References: <477ED35C.4030604@optusnet.com.au> <4784771F.2090609@optusnet.com.au> <478483EB.6070402@optusnet.com.au>
<200801091044.45773.donn.ingle@gmail.com>
Message-ID: <47854F8B.3070207@optusnet.com.au>
Hi Donn,
I missed the location query, I am in Australia.
Cheers, C
Donn wrote:
>> Empty sources list doesn't look very bright to me unless I can replace
>> them from my Kubunti cononical CD.
>>
> Yes, sounds like the directory has been erased. What ever have you been up
> to? :P
>
> Have a look on the CD, that's the best place to get it from. Copy sources.list
> into /etc/apt/ and then do the update, upgrade tango again.
>
> If you can't find sources.list, I can send you mine, but it's oriented towards
> South African servers and will likely not help you. I know there is a website
> that let's you build a new one, but you'd have to search.
>
> Others may post theirs, what's your physical location in the world?
>
> \d
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From lordsauronthegreat at gmail.com Wed Jan 9 22:56:06 2008
From: lordsauronthegreat at gmail.com (Chris Miller)
Date: Wed, 9 Jan 2008 14:56:06 -0800
Subject: Access
In-Reply-To: <47854F81.3020900@gmail.com>
References: <47854F81.3020900@gmail.com>
Message-ID:
On Jan 9, 2008 2:49 PM, Stew Schneider wrote:
> You know, one of the most recurrent problems is entering an office that
> has an Access app and realizing that this one app is going to keep them
> from the Linux world unless you are willing to dump the data to mysql or
> some such and then (the biggest headache) recreate the forms, queries
> and reports from scratch.
>
> I've never found a package that will do that. Anybody know of one?
Wine?
VMWare?
Useful while you're recreating. I know of nothing that really does it
like magic, though recently using Joomla and Fabrik I was able to
easily create forms and tables and rot like that without excessive
pain. It's not really powerful unless you want to write custom PHP
scripts to handle some postprocessing, but it does work.
--
Registered Linux Addict #431495
http://profile.xfire.com/mrstalinman
John 3:16!
If Microsoft is the Wal*Mart of the Software World, then Linux is the Home Depot
From wulfmann at tiscali.co.uk Wed Jan 9 22:59:18 2008
From: wulfmann at tiscali.co.uk (Wulfy)
Date: Wed, 09 Jan 2008 22:59:18 +0000
Subject: Video Problem WMV
In-Reply-To: <478540F6.6010208@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <4784771F.2090609@optusnet.com.au> <478483EB.6070402@optusnet.com.au> <200801091044.45773.donn.ingle@gmail.com>
<478540F6.6010208@optusnet.com.au>
Message-ID: <478551C6.5020100@tiscali.co.uk>
Clark wrote:
> Canonical CD, root/etc/apt is exactly the same as my root/etc/apt at
> 30.3 KB. Perhaps the problem lies elsewhere? Canonical also has an
> empty folder called sources.list.d ( 4KB). Had a look at some files
> in apt with kate and I now see where the # symbol and comment issue
> arises. Incidentally are these files here for a backup purpose, their
> names: secring.gpg ; sources.list ; sources.list.distUpgrade ;
> sources.list.save and some others.
>
> The following is a few lines from sources.list:
>
> deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/
> gutsy main restricted
> # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
> # newer versions of the distribution.
>
> # Line commented out by installer because it failed to verify:
> # deb http://au.archive.ubuntu.com/ubuntu/ gutsy main restricted
> # Line commented out by installer because it failed to verify:
> # deb-src http://au.archive.ubuntu.com/ubuntu/ gutsy main restricted
>
> ## Major bug fix updates produced after the final release of the
> ## distribution.
> deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe
> multiverse main restricted
> # Line commented out by installer because it failed to verify:
> # deb-src http://au.archive.ubuntu.com/ubuntu/ gutsy-updates main
> restricted
>
>
> I am reluctant to take any high risk options as at least I can still
> use Firefox. Looks like I start again with a reload but before I do
> can you tell me if there is a Ubuntu version that is a) stable b)
> supported as Gutsy 7.10 seems to be neither and if I am going to dump
> and download (at 1.5 meg it will be slow) I'd be better served with a
> long term support, stable distribution.
>
> C
You might want to try and generate a sources.list using the tool at
[1]. You'll need to move your original sources.list out of the way [2]
and copy the file produced by the source-o-matic to /etc/apt in place of
it (you can do this in Konqueror) then [3].
[1]
In Konsole:
[2] sudo mv /etc/apt/sources.list sources.list.old
[3] sudo chown root:root /etc/apt/sources.list
--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
From cpmcc at optusnet.com.au Wed Jan 9 23:23:16 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 10 Jan 2008 10:23:16 +1100
Subject: Video Problem WMV
In-Reply-To: <478551C6.5020100@tiscali.co.uk>
References: <477ED35C.4030604@optusnet.com.au> <4784771F.2090609@optusnet.com.au> <478483EB.6070402@optusnet.com.au> <200801091044.45773.donn.ingle@gmail.com> <478540F6.6010208@optusnet.com.au>
<478551C6.5020100@tiscali.co.uk>
Message-ID: <47855764.6050609@optusnet.com.au>
Thanks W,
file:///etc/apt/sources.list
file:///etc/apt/sources.list.distUpgrade
file:///etc/apt/sources.list.save
file:///etc/apt/trustdb.gpg
file:///etc/apt/trusted.gpg
file:///etc/apt/trusted.gpg~
I have used Dolphin to verify all od these files are exactly the same
size in both my and the Kubuntu apt directory. Is it still necessary to
go through the following procedure?
C
> You might want to try and generate a sources.list using the tool at
> [1]. You'll need to move your original sources.list out of the way [2]
> and copy the file produced by the source-o-matic to /etc/apt in place of
> it (you can do this in Konqueror) then [3].
>
>
> [1]
>
> In Konsole:
>
> [2] sudo mv /etc/apt/sources.list sources.list.old
>
> [3] sudo chown root:root /etc/apt/sources.list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From wulfmann at tiscali.co.uk Wed Jan 9 23:41:28 2008
From: wulfmann at tiscali.co.uk (Wulfy)
Date: Wed, 09 Jan 2008 23:41:28 +0000
Subject: Video Problem WMV
In-Reply-To: <47855764.6050609@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <4784771F.2090609@optusnet.com.au> <478483EB.6070402@optusnet.com.au> <200801091044.45773.donn.ingle@gmail.com> <478540F6.6010208@optusnet.com.au> <478551C6.5020100@tiscali.co.uk>
<47855764.6050609@optusnet.com.au>
Message-ID: <47855BA8.1040604@tiscali.co.uk>
Clark wrote:
> Thanks W,
>
> file:///etc/apt/sources.list
> file:///etc/apt/sources.list.distUpgrade
> file:///etc/apt/sources.list.save
> file:///etc/apt/trustdb.gpg
> file:///etc/apt/trusted.gpg
> file:///etc/apt/trusted.gpg~
>
> I have used Dolphin to verify all od these files are exactly the same
> size in both my and the Kubuntu apt directory. Is it still necessary
> to go through the following procedure?
>
> C
What I outlined for you is an option. There are other ways to fix this,
no doubt. Did you fix the Medibuntu line?
--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
From cpmcc at optusnet.com.au Wed Jan 9 23:56:33 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 10 Jan 2008 10:56:33 +1100
Subject: Video Problem WMV
In-Reply-To: <47855BA8.1040604@tiscali.co.uk>
References: <477ED35C.4030604@optusnet.com.au> <4784771F.2090609@optusnet.com.au> <478483EB.6070402@optusnet.com.au> <200801091044.45773.donn.ingle@gmail.com> <478540F6.6010208@optusnet.com.au> <478551C6.5020100@tiscali.co.uk> <47855764.6050609@optusnet.com.au>
<47855BA8.1040604@tiscali.co.uk>
Message-ID: <47855F31.5040704@optusnet.com.au>
Thanks Wulfy,
When I entered Medibuntu in the rep graphic box in Adept this word was
appended to the end of my sources list.
Removing it seems to have solved the problem.
C.
Wulfy wrote:
> Clark wrote:
>
>> Thanks W,
>>
>> file:///etc/apt/sources.list
>> file:///etc/apt/sources.list.distUpgrade
>> file:///etc/apt/sources.list.save
>> file:///etc/apt/trustdb.gpg
>> file:///etc/apt/trusted.gpg
>> file:///etc/apt/trusted.gpg~
>>
>> I have used Dolphin to verify all od these files are exactly the same
>> size in both my and the Kubuntu apt directory. Is it still necessary
>> to go through the following procedure?
>>
>> C
>>
> What I outlined for you is an option. There are other ways to fix this,
> no doubt. Did you fix the Medibuntu line?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From kubuntu-users at cpinkney.org.uk Wed Jan 9 23:59:56 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Wed, 9 Jan 2008 23:59:56 +0000
Subject: Access
In-Reply-To: <47854F81.3020900@gmail.com>
References: <47854F81.3020900@gmail.com>
Message-ID: <200801092359.57007.kubuntu-users@cpinkney.org.uk>
On Wednesday 09 Jan 2008, Stew Schneider wrote:
> You know, one of the most recurrent problems is entering an office that
> has an Access app and realizing that this one app is going to keep them
> from the Linux world unless you are willing to dump the data to mysql or
> some such and then (the biggest headache) recreate the forms, queries
> and reports from scratch.
>
> I've never found a package that will do that. Anybody know of one?
Kexi in Koffice is very similar to MS Access and has early support for
importing MDB files. It at least can import table schema and data. Obviously
as MS Access has been around for so long, Kexi isn't going to be as mature
but it looks quite solid to me.
See the Kexi website for more: http://www.kexi-project.org/
--
Colin Pinkney
http://www.cpinkney.org.uk
From cpmcc at optusnet.com.au Thu Jan 10 00:00:43 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 10 Jan 2008 11:00:43 +1100
Subject: Floppy still no go
In-Reply-To: <477DDEDD.5090002@optusnet.com.au>
References: <477CBF75.4060706@optusnet.com.au>
<477DDEDD.5090002@optusnet.com.au>
Message-ID: <4785602B.8060305@optusnet.com.au>
I have installed Kfloppy but still can't find my floppy drive?
Any ideas?
Clark.
From nbensa at gmail.com Thu Jan 10 00:14:22 2008
From: nbensa at gmail.com (Norberto Bensa)
Date: Wed, 09 Jan 2008 21:14:22 -0300
Subject: KDE Programs Naming Convention
In-Reply-To: <975FA22BA8ECCE40A2972E6956434C640142B960@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B960@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <20080109211422.8npa69ehc80g4s8o@mail.bensa.ar>
Quoting WANSTALL Malcolm :
> Norberto, We're going to have to agree to disagree on this one,
I promise not to participate in any similar thread never again. I have
my opinion: names mean nothing. Make useful applications, and people
will use them, or you can make ugly applications and put lots of money
on marking and people will use them too.
Regards,
Norberto
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
From michael.mcintyre at rosegardenmusic.com Thu Jan 10 00:17:47 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Wed, 9 Jan 2008 19:17:47 -0500
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
Message-ID: <200801091917.48062.michael.mcintyre@rosegardenmusic.com>
On Wednesday 09 January 2008, Dotan Cohen wrote:
> Despite all that, my users _still_ demand meaningful names.
I can't speak on behalf of all volunteer developers, but I sure know how I
feel about demands like this. Tell them not to let Linux hit them in the ass
on their way back to Windows.
If they won't use my stuff because they don't like the name, then they won't
use my stuff until I change this and that and the other too. People like
that are never happy, and it is a waste of time bothering with them.
Good riddance.
--
D. Michael McIntyre
From wulfmann at tiscali.co.uk Thu Jan 10 00:17:43 2008
From: wulfmann at tiscali.co.uk (Wulfy)
Date: Thu, 10 Jan 2008 00:17:43 +0000
Subject: Video Problem WMV
In-Reply-To: <47855F31.5040704@optusnet.com.au>
References: <477ED35C.4030604@optusnet.com.au> <4784771F.2090609@optusnet.com.au> <478483EB.6070402@optusnet.com.au> <200801091044.45773.donn.ingle@gmail.com> <478540F6.6010208@optusnet.com.au> <478551C6.5020100@tiscali.co.uk> <47855764.6050609@optusnet.com.au> <47855BA8.1040604@tiscali.co.uk>
<47855F31.5040704@optusnet.com.au>
Message-ID: <47856427.5000807@tiscali.co.uk>
Clark wrote:
> Thanks Wulfy,
>
> When I entered Medibuntu in the rep graphic box in Adept this word was
> appended to the end of my sources list.
>
> Removing it seems to have solved the problem.
>
> C.
I'm glad everything seems to have worked out fine. :@)
--
Blessings
Wulfmann
Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
From jesus_arocho at comcast.net Thu Jan 10 00:34:10 2008
From: jesus_arocho at comcast.net (Jesus Arocho)
Date: Wed, 9 Jan 2008 19:34:10 -0500
Subject: Access
In-Reply-To: <200801092359.57007.kubuntu-users@cpinkney.org.uk>
References: <47854F81.3020900@gmail.com>
<200801092359.57007.kubuntu-users@cpinkney.org.uk>
Message-ID: <200801091934.11132.jesus_arocho@comcast.net>
I use knoda; it is more mature than kexi and has more functionality. You may
also want to check into Rekall. Unfortunately developement has slowed down
considerably. I understand kexi is better integrated with kde; knoda is qt
based but not necessarily with kde in mind. I was reading comments on a kde4
develpment/future type discussion on the subject. Apparently the kde people
want to standardize on one system. kexi, knoda, and rekall were mentioned as
possible solutions.
On Wednesday 09 January 2008 18:59:56 Colin Pinkney wrote:
> On Wednesday 09 Jan 2008, Stew Schneider wrote:
> > You know, one of the most recurrent problems is entering an office that
> > has an Access app and realizing that this one app is going to keep them
> > from the Linux world unless you are willing to dump the data to mysql or
> > some such and then (the biggest headache) recreate the forms, queries
> > and reports from scratch.
> >
> > I've never found a package that will do that. Anybody know of one?
>
> Kexi in Koffice is very similar to MS Access and has early support for
> importing MDB files. It at least can import table schema and data.
> Obviously as MS Access has been around for so long, Kexi isn't going to be
> as mature but it looks quite solid to me.
>
> See the Kexi website for more: http://www.kexi-project.org/
>
> --
> Colin Pinkney
> http://www.cpinkney.org.uk
From larryhartman50 at vzavenue.net Thu Jan 10 02:49:24 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Wed, 9 Jan 2008 18:49:24 -0800
Subject: PHP5 code within HTML/XHTML documents
Message-ID: <200801091849.24848.larryhartman50@vzavenue.net>
This one is really wierd:
I installed LAMP server on clean install of Kubuntu 7.10 (Gutsy).
I posted following issue on Ubuntu forums 4 hours ago under the same title as
subject line in email message. I have not seen anyone with this particular
issue.
The install was very vanilla. No errors noted.
I changed Apache2 document root to /media/Abraham/01--ACADRC/
I also changed MySQL base directory to /media/Abraham/01--ACADRC/data/
I symlinked phpmyadmin to /media/Abraham/01--ACADRC/php/phpmyadmin/
I installed mediawiki 1.9 and symlinked to /media/Abraham.01--ACADRC/wiki/
I am able to view phpmyadmin properly, able to setup new databases, tables,
etc.
I am able to view the mediawiki start page properly
Here is output on bad URL:
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.2 Server at home.acadrc.site Port 80
What I cannot do is properly run php scripts inside my html documents
The following line will not display output in firefox/konqueror when placed
within index.html:
When I run this line:
Hello World
';?>
I get the following results when I view the page in Firefox/Konqueror:
Hello World'; ?>
These results show me that PHP is either not being processed/parsed or, if so,
only marginally.
From prodigitalson at vectrbas-d.com Thu Jan 10 02:56:14 2008
From: prodigitalson at vectrbas-d.com (Ant Cunningham)
Date: Wed, 09 Jan 2008 21:56:14 -0500
Subject: PHP5 code within HTML/XHTML documents
In-Reply-To: <200801091849.24848.larryhartman50@vzavenue.net>
Message-ID:
On 1/9/08 9:49 PM, "Larry Hartman" wrote:
> The following line will not display output in firefox/konqueror when placed
> within index.html:
HTML documents (ie. *.html) don't process as php by default. You can either
change the filename to *.php or you can set .html files to be rendered as
php in your conf, your vhost container, or a .htaccess file. I believe the
directive you want is:
AddHandler php5-script .html
I could be wrong about that though... Consult the Apache docs if that
doesn't work... Really though id just use the proper extension if I were
you.
-ant
From cpmcc at optusnet.com.au Thu Jan 10 02:59:41 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 10 Jan 2008 13:59:41 +1100
Subject: New Problem Wine?
Message-ID: <47858A1D.7070205@optusnet.com.au>
I have an Encyclopaedia package that I want to run but it needs
Microsoft so I downloaded "Wine" which gives 3 options: browse C:\
drive; Configure Wine and uninstall.
Given that configure seems to be the best otion to open Wine, I went for
that however at the eighth bounce of the ball the entire system "locks"
the only way out is to push the reset button on the PC.
Two options:
a) get assistance for Wine fault or
b) forget Wine and ask for directions to a partitioning tool and
tutorial - my Canonical CD is supposed to have partitioning software but
I can'' seem to find it.
Suggestions with either or both would be appreciated. I am trawling the
FAQs
Clark.
From larryhartman50 at vzavenue.net Thu Jan 10 03:09:49 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Wed, 9 Jan 2008 19:09:49 -0800
Subject: PHP5 code within HTML/XHTML documents
In-Reply-To:
References:
Message-ID: <200801091909.49982.larryhartman50@vzavenue.net>
got it, here is what I did:
I edited /etc/apache2/mods-enable/php5.conf
I add .html and .htm to the first AddType line. Restarted apache2, now
running.
You know I couldn't figure this out.....went and reloaded my whole system
thinking my apache2/php5 config files were permanently deranged.....not for
naught though, as my system was on its third upgrade and had all sorts of
buggy affects, the fresh install sorted all of that out and made it runtwice
as fast!
thanx for your help.....you were thinking in the same lines as the solution I
discovered in the ubuntu forums.
Larry
On Wednesday 09 January 2008 06:56:14 pm Ant Cunningham wrote:
> On 1/9/08 9:49 PM, "Larry Hartman" wrote:
> > The following line will not display output in firefox/konqueror when
> > placed within index.html:
>
> HTML documents (ie. *.html) don't process as php by default. You can either
> change the filename to *.php or you can set .html files to be rendered as
> php in your conf, your vhost container, or a .htaccess file. I believe the
> directive you want is:
>
> AddHandler php5-script .html
>
> I could be wrong about that though... Consult the Apache docs if that
> doesn't work... Really though id just use the proper extension if I were
> you.
>
> -ant
From prodigitalson at vectrbas-d.com Thu Jan 10 03:13:55 2008
From: prodigitalson at vectrbas-d.com (Ant Cunningham)
Date: Wed, 09 Jan 2008 22:13:55 -0500
Subject: PHP5 code within HTML/XHTML documents
In-Reply-To: <200801091909.49982.larryhartman50@vzavenue.net>
Message-ID:
On 1/9/08 10:09 PM, "Larry Hartman" wrote:
> the fresh install sorted all of that out and made it runtwice
> as fast!
Definitely worth it then :-)
-ant
From matthew.flaschen at gatech.edu Thu Jan 10 04:12:54 2008
From: matthew.flaschen at gatech.edu (Matthew Flaschen)
Date: Wed, 09 Jan 2008 23:12:54 -0500
Subject: New Problem Wine?
In-Reply-To: <47858A1D.7070205@optusnet.com.au>
References: <47858A1D.7070205@optusnet.com.au>
Message-ID: <47859B46.2030503@gatech.edu>
Clark wrote:
> I have an Encyclopaedia package that I want to run but it needs
> Microsoft so I downloaded "Wine" which gives 3 options: browse C:\
> drive; Configure Wine and uninstall.
Those are not the only options. What you want to do is run the
Encyclopedia setup program with a command something like:
wine setup.exe
Of course, you replace setup.exe with the path to the setup program.
Matt Flaschen
From cpmcc at optusnet.com.au Thu Jan 10 05:03:33 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Thu, 10 Jan 2008 16:03:33 +1100
Subject: Wine Failure bug report
Message-ID: <4785A725.8090607@optusnet.com.au>
Content of Wine bug file, many lines of (no debugging symbols found)
have been deleted (Clark):
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1235244848 (LWP 8197)]
(no debugging symbols found)
[KCrash handler]
#6 0xffffe410 in __kernel_vsyscall ()
#7 0xb6655875 in raise () from /lib/tls/i686/cmov/libc.so.6
#8 0xb6657201 in abort () from /lib/tls/i686/cmov/libc.so.6
#9 0xb68606e0 in __gnu_cxx::__verbose_terminate_handler ()
from /usr/lib/libstdc++.so.6
#10 0xb685df65 in ?? () from /usr/lib/libstdc++.so.6
#11 0xb685dfa2 in std::terminate () from /usr/lib/libstdc++.so.6
#12 0xb685e0ca in __cxa_throw () from /usr/lib/libstdc++.so.6
#13 0x080624e2 in ?? ()
#14 0x0805e731 in ?? ()
#15 0x0805d57f in ?? ()
#16 0xb6641050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#17 0x0805d2f1 in ?? ()
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From stdin at stdin.me.uk Thu Jan 10 05:10:54 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Thu, 10 Jan 2008 05:10:54 +0000
Subject: Wine Failure bug report
In-Reply-To: <4785A725.8090607@optusnet.com.au>
References: <4785A725.8090607@optusnet.com.au>
Message-ID: <4785A8DE.7070505@stdin.me.uk>
Clark wrote:
> Content of Wine bug file, many lines of (no debugging symbols found)
> have been deleted (Clark):
> (no debugging symbols found)
> [Thread debugging using libthread_db enabled]
> [New Thread -1235244848 (LWP 8197)]
>
> (no debugging symbols found)
> [KCrash handler]
> #6 0xffffe410 in __kernel_vsyscall ()
> #7 0xb6655875 in raise () from /lib/tls/i686/cmov/libc.so.6
> #8 0xb6657201 in abort () from /lib/tls/i686/cmov/libc.so.6
> #9 0xb68606e0 in __gnu_cxx::__verbose_terminate_handler ()
> from /usr/lib/libstdc++.so.6
> #10 0xb685df65 in ?? () from /usr/lib/libstdc++.so.6
> #11 0xb685dfa2 in std::terminate () from /usr/lib/libstdc++.so.6
> #12 0xb685e0ca in __cxa_throw () from /usr/lib/libstdc++.so.6
> #13 0x080624e2 in ?? ()
> #14 0x0805e731 in ?? ()
> #15 0x0805d57f in ?? ()
> #16 0xb6641050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
> #17 0x0805d2f1 in ?? ()
>
>
Just so you know the proper place to report bugs is on the bug tracker[1].
Also that backtrace is completely useless so it's not worth including it.
Terence
[1] https://bugs.launchpad.net/ubuntu/
From dotancohen at gmail.com Thu Jan 10 06:06:24 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Thu, 10 Jan 2008 08:06:24 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109201842.TFRC21659.fep43.mail.dk@haulrich.local>
References:
<20080109194035.TDSJ10583.fep46.mail.dk@haulrich.local>
<880dece00801091210x5bf68f33wc9c70ca90c01e6b6@mail.gmail.com>
<20080109201842.TFRC21659.fep43.mail.dk@haulrich.local>
Message-ID: <880dece00801092206u56a56173m52d848e6fe80ad44@mail.gmail.com>
On 09/01/2008, Kaj Haulrich wrote:
> > > Dofan, just out of curiosity, what does the Hebrew letters
> > > say ?-------------------->
> > >
> > > > א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
> >
> > It is the Hebrew alphabet. I run gibberish.co.il, which
> > translates wrongly-encoded Hebrew into legible Hebrew. In order
> > to do that, I need as many samples of wrongly-encoded Hebrew as
> > possible. So I attach those letters to every message, and when
> > people respond back with the wrong encoding, I can modify my code
> > and add support. Mailing lists are a great source, as people from
> > all over the world, with many different encodings, reply and much
> > my beautiful Hebrew!
>
> Ah.... Beautiful glyphs. No caps? .
No caps. We only have one case of letters.
> BTW aren't most people using UTF-8 these days?
Many people are, but not everybody.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Thu Jan 10 06:08:10 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Thu, 10 Jan 2008 08:08:10 +0200
Subject: KDE Programs Naming Convention
In-Reply-To:
References:
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
<880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
Message-ID: <880dece00801092208s24df7ba5i295cc46be007c63b@mail.gmail.com>
On 09/01/2008, Martin Walshe wrote:
> > I only learned that a few weeks ago. You know, if it was listed in the
> > Programs menu as K Burn, Baby, Burn I'd have less of a problem with
> > the name.
>
> Do you have a problem that in the program list its listed as "K3B - CD & DVD
> burning". If people cant understand that then they need help. That for more
> descriptive than any menu entry in windows which just lists "nero" guess
> what i do.
I do configure the menu to show descriptions as well. It looks
terribly cluttered, but it helps. And yes, I agree that the cluttered
KDE menu is much better than the standard Windows menu.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Thu Jan 10 06:11:40 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Thu, 10 Jan 2008 08:11:40 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <200801092047.01809.kubuntu-users@cpinkney.org.uk>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<200801092047.01809.kubuntu-users@cpinkney.org.uk>
Message-ID: <880dece00801092211m592422deo747e5f7215a3a43f@mail.gmail.com>
On 09/01/2008, Colin Pinkney wrote:
> On Wednesday 09 Jan 2008, Dotan Cohen wrote:
> > There really should be a movement towards better names. What the hell
> > is K3B? And what program should I burn a disk with?
> >
> > Microsoft has great names: Office for an office suit, Internet
> > Explorer for an Internet web browser, Media Player for a media player.
> > Ask someone off the street what Amarok or Firefox do, and you will get
> > a blank stare.
>
> This is my KDE menu:
>
> http://img88.imageshack.us/img88/1512/menugo8.png
>
> I can't remember if the settings are the default in Kubuntu, but it's
> certainly very easy to put the application description next to the name
> (Right click panel->Panel Menu->Configure Panel->Menus). So what is so
> confusing about this?
Nothing, and that is what I do.
> As other people in this thread have pointed out, there are plenty of weirdly
> named applications on Windows too and people simply get used to them like a
> brand name. In fact if an application gets so popular its name becomes
> synonymous with the application type, like people call PDFs "Acrobat files"
> or say a picture was "Photoshopped".
I say that is a "gimped" photo. It's a great way to introduce the app.
I've never heard "acrobat files" before.
> And have you ever tried Googling for something like 'Media Player'? Yes, you
> get MS Windows Media Player as the top hit, simply because of how many people
> use it since it is bundled with Windows, but that's no good if you're after
> help on a specific KDE media player (and if we're talking about computer
> novices they probably will not know to put "KDE" in their search terms
> either).
I agree that the unique names are good for googling.
> Certainly if there is an opportunity to create a unique name that also hints
> at its functionality we should go with that and I thought there had been a
> slight push towards this for main KDE apps that were being renamed/rewritten
> for KDE 4 although I can't think of any that they have really achieved with
> this.
We'll see. As I'm a heavy Kontact user, I'll be waiting for KDE 4.1 or
so before switching.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Thu Jan 10 06:14:52 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Thu, 10 Jan 2008 08:14:52 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <20080109211422.8npa69ehc80g4s8o@mail.bensa.ar>
References: <975FA22BA8ECCE40A2972E6956434C640142B960@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109211422.8npa69ehc80g4s8o@mail.bensa.ar>
Message-ID: <880dece00801092214s461c70c5o50d3856a35d462c1@mail.gmail.com>
On 10/01/2008, Norberto Bensa wrote:
> > Norberto, We're going to have to agree to disagree on this one,
>
> I promise not to participate in any similar thread never again.
I'm out too. When I have some valid complains _and_ suggestions I'll
make them in bugzilla.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From o.sinclair at gmail.com Thu Jan 10 08:16:44 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Thu, 10 Jan 2008 10:16:44 +0200
Subject: Looping through folders in KMail
In-Reply-To: <1974877.N3l3HfGnU3@cedar.serverforest.com>
References: <200801082151.44411.rcm@swimbarrow.co.uk>
<1974877.N3l3HfGnU3@cedar.serverforest.com>
Message-ID: <4785D46C.4060600@gmail.com>
Derek Broughton wrote:
> Rosalind Mitchell wrote:
>
>> I'm using KMail 1.9.6 under Kubuntu 7.10 (Gutsy)
>>
>> In the past I've used the setting to Loop in All Folders to go through
>> unread
>> mail, and it's worked fine. Unfortunately, in this release it seems not
>> to
>> be working. Once mail in one folder has been read, pressing <+> no longer
>> moves to the next folder with unread mail.
>>
>> Somebody has suggested that this is a Gutsy problem, no a KMail problem
>> Is somebody right?
>
> I can't see how it could be. It would have to be a KMail problem, but I
> haven't got it to loop through all folders since before Gutsy.
I (being on Gutsy etc) set the Option "Loop through all folders", it was
previously set to not looping. Then I tried with <+> when I had mail and
got a pop-up question if I wanted to go to next unread mail in next
folder (something like that). There was also a tick-box "do not ask this
next time". You might not by mistake have clicked "no" and ticked this
box? I ticked the box, clicked "Yes" and now <+> works in taking me to
next unread mail in next folder (or whatever folder has unread mail).
Sinclair
From neil at holsdev.vispa.com Thu Jan 10 09:11:20 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Thu, 10 Jan 2008 09:11:20 +0000
Subject: Access
In-Reply-To: <47854F81.3020900@gmail.com>
References: <47854F81.3020900@gmail.com>
Message-ID: <20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
On Wed, 09 Jan 2008 17:49:37 -0500
Stew Schneider wrote:
> You know, one of the most recurrent problems is entering an office that
> has an Access app and realizing that this one app is going to keep them
> from the Linux world unless you are willing to dump the data to mysql or
> some such and then (the biggest headache) recreate the forms, queries
> and reports from scratch.
>
> I've never found a package that will do that. Anybody know of one?
>
> stew
>
>
Back in the days when I used Windows I used to write databases for
small companies. I used Borland Paradox which was similar to Access but
IMHO much better. Anyway I was quite successful and made a reasonable
career out of it.
I have been using just Linux for about six years now. I found that
everything I wanted to do was available except a database in the
Access, Paradox style. I have always considered this to be a big
problem for Linux users and over the years since then I have not seen
the situation get much better.
I have looked at Rekall, Knoda, Kexi and others but, as far as I know,
there is still not anywhere in Linux an equivalent to Access or
Paradox, even after six years of waiting. What I am referring to here
is a program which contains everything in the one package, the so
called monolithic database. Yes, I know that there are front ends to
mysql et al and I accept that that is one way to go. But, I still
believe that an all-in-one database package for Linux, à la Access, is
needed and would be welcomed by many.
Just my two pennyworth.
Neil Winchurst
From whitover-1 at btconnect.com Thu Jan 10 09:13:05 2008
From: whitover-1 at btconnect.com (John Hansen)
Date: Thu, 10 Jan 2008 09:13:05 +0000
Subject: Share Portfolio Management Software
Message-ID: <4785E1A1.20201@btconnect.com>
In Windows I use Fairshares from Updata to monitor our various
shareholdings.
Is there a similar good program for Kubuntu which may be recommended?
John
From bilwalsh at swbell.net Thu Jan 10 12:55:51 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Thu, 10 Jan 2008 06:55:51 -0600
Subject: New Problem Wine?
In-Reply-To: <47859B46.2030503@gatech.edu>
References: <47858A1D.7070205@optusnet.com.au> <47859B46.2030503@gatech.edu>
Message-ID: <478615D7.20705@swbell.net>
Matthew Flaschen wrote:
> Clark wrote:
>
>> I have an Encyclopaedia package that I want to run but it needs
>> Microsoft so I downloaded "Wine" which gives 3 options: browse C:\
>> drive; Configure Wine and uninstall.
>>
>
> Those are not the only options. What you want to do is run the
> Encyclopedia setup program with a command something like:
>
> wine setup.exe
>
> Of course, you replace setup.exe with the path to the setup program.
>
> Matt Flaschen
>
>
Use the "Browse C:\" option. Navigate to the drive/directory where the
setup file is. Cross your fingers, say a prayer to the gods of computers
and windows, and double click the setup file. If everything works
right................................
From news at pointerstop.ca Thu Jan 10 13:27:05 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 09:27:05 -0400
Subject: Wine Failure bug report
References: <4785A725.8090607@optusnet.com.au> <4785A8DE.7070505@stdin.me.uk>
Message-ID: <15610450.EIqmyVyifP@cedar.serverforest.com>
Terence Simpson wrote:
> Clark wrote:
>> Content of Wine bug file, many lines of (no debugging symbols found)
>> have been deleted (Clark):
>> (no debugging symbols found)
...
> Also that backtrace is completely useless so it's not worth including it.
I beg to differ. Perhaps you know Wine well enough to be certain, but I've
diagnosed many errors from programs compiled without debugging information.
When you get right down to it, this one failed in:
>> #16 0xb6641050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
which is sometimes all you need to know.
Personally, I don't mind if people post kubuntu bug reports here - though
they can't count on a solution - but this isn't KDE related.
--
derek
From larryhartman50 at vzavenue.net Thu Jan 10 13:59:01 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Thu, 10 Jan 2008 05:59:01 -0800
Subject: Access
In-Reply-To: <20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
Message-ID: <200801100559.01865.larryhartman50@vzavenue.net>
I started working with OpenOffice.org Base two weeks ago and spent hours
learning how to make a button control on one form open another form....there
is potential with this program but the documentation is woefully inadequate
to get people started quickly. There is strong potential here to solve this
problem, but lots of development needed yet to make it mature.
As I begun working, I soon realized that HTML MySQL PHP, while heavier
applications, would be much easier to learn and program than a Base file.
The documentation for all of these applications are far richer both online
and commercially than anything I saw for the Visual Basic and UNO system that
OpenOffice.org employs--so while the learning curve is steeper, it has much
more efficient tools to help climb the hill.
Larry
On Thursday 10 January 2008 01:11:20 am Neil Winchurst wrote:
> On Wed, 09 Jan 2008 17:49:37 -0500
>
> Stew Schneider wrote:
> > You know, one of the most recurrent problems is entering an office that
> > has an Access app and realizing that this one app is going to keep them
> > from the Linux world unless you are willing to dump the data to mysql or
> > some such and then (the biggest headache) recreate the forms, queries
> > and reports from scratch.
> >
> > I've never found a package that will do that. Anybody know of one?
> >
> > stew
>
> Back in the days when I used Windows I used to write databases for
> small companies. I used Borland Paradox which was similar to Access but
> IMHO much better. Anyway I was quite successful and made a reasonable
> career out of it.
>
> I have been using just Linux for about six years now. I found that
> everything I wanted to do was available except a database in the
> Access, Paradox style. I have always considered this to be a big
> problem for Linux users and over the years since then I have not seen
> the situation get much better.
>
> I have looked at Rekall, Knoda, Kexi and others but, as far as I know,
> there is still not anywhere in Linux an equivalent to Access or
> Paradox, even after six years of waiting. What I am referring to here
> is a program which contains everything in the one package, the so
> called monolithic database. Yes, I know that there are front ends to
> mysql et al and I accept that that is one way to go. But, I still
> believe that an all-in-one database package for Linux, à la Access, is
> needed and would be welcomed by many.
>
> Just my two pennyworth.
>
> Neil Winchurst
From news at pointerstop.ca Thu Jan 10 13:23:17 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 09:23:17 -0400
Subject: KDE Programs Naming Convention
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
Message-ID: <2515972.NGTNCSTCLC@cedar.serverforest.com>
Dotan Cohen wrote:
> On 09/01/2008, Norberto Bensa wrote:
>> And remember: not everyone speaks English... So what should be meanful
>> to you, it's not to the other 6 billions people out there...
>
> I don't speak English either. In fact, we don't even use Latin
> letters, or even write from left to right! Despite all that, my users
> _still_ demand meaningful names. I'm not giving you _my_ opinion,
> because I personally don't care. I'm reporting what is reported to me
> by many users.
Neatly sidestepping the issue of what your users consider a "meaningful
name" :-) Which side of this fence are you and your users on? Could you
give some examples?
imo (and I'm sure there's a well-researched body of knowledge in the
advertising field to prove or disprove) a good name is readily identified
with the product, easy to use and easy to remember. Names like Word and
Access meet the last two criteria, but fail on the first because they are
so commonplace. abcde fails on the second (because it's five syllables
with no simple way to pronounce) and fails on the third in any language
where it isn't an acronym (probably all of them that aren't English). On
those grounds, many of the KDE names are actually very good.
--
derek
From news at pointerstop.ca Thu Jan 10 13:36:31 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 09:36:31 -0400
Subject: KDE Programs Naming Convention
References: <880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
<975FA22BA8ECCE40A2972E6956434C640142B960@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
Message-ID: <1773090.2EAKOdBDX9@cedar.serverforest.com>
WANSTALL Malcolm wrote:
> Thanks Dotan, I am in exactly the same boat. Personally, I'm completely
> used to all the program names, use them every day _but_ I experienced
> someone who did find it difficult. I'm just not sure why it seems to be
> such a sore point with some.
That's easy. As a group, we tend not to suffer fools gladly, and ditching
an OS because you don't like it's names is the epitome of foolishness.
> I prefer OOo because it's free, but I can also admit that MS
> Word is a good application
No, Word is a good "concept", but when I have to teach secretaries who have
used Word since it's initial creation how to use it, it's obviously failing
on usability grounds (and I'm no expert - still wrestle with it every time
I use it). Of course, ooo is worse...
--
derek
From news at pointerstop.ca Thu Jan 10 13:32:22 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 09:32:22 -0400
Subject: Access
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
Message-ID: <12147332.NTtveSQoRm@cedar.serverforest.com>
Neil Winchurst wrote:
>
> I have been using just Linux for about six years now. I found that
> everything I wanted to do was available except a database in the
> Access, Paradox style. I have always considered this to be a big
> problem for Linux users and over the years since then I have not seen
> the situation get much better.
>
> I have looked at Rekall, Knoda, Kexi and others but, as far as I know,
> there is still not anywhere in Linux an equivalent to Access or
> Paradox, even after six years of waiting. What I am referring to here
> is a program which contains everything in the one package, the so
> called monolithic database. Yes, I know that there are front ends to
> mysql et al and I accept that that is one way to go. But, I still
> believe that an all-in-one database package for Linux, à la Access, is
> needed and would be welcomed by many.
This seems like an unsolvable problem. Such a package would require a
massive development effort, which means the resources of a large
corporation behind it. But large corporations really _hate_ the
proliferation of Access databases, because it fosters data "islanding" -
every part of the company has its databases jealously guarded, and no
sharing is happening. My entire livelihood consists of getting stuff out
of Access and Excel and into enterprise databases.
--
derek
From neil at holsdev.vispa.com Thu Jan 10 14:58:35 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Thu, 10 Jan 2008 14:58:35 +0000
Subject: Access
In-Reply-To: <200801100559.01865.larryhartman50@vzavenue.net>
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<200801100559.01865.larryhartman50@vzavenue.net>
Message-ID: <20080110145835.c8636adc.neil@holsdev.vispa.com>
On Thu, 10 Jan 2008 05:59:01 -0800
Larry Hartman wrote:
> I started working with OpenOffice.org Base two weeks ago and spent hours
> learning how to make a button control on one form open another form....there
> is potential with this program but the documentation is woefully inadequate
> to get people started quickly. There is strong potential here to solve this
> problem, but lots of development needed yet to make it mature.
>
Which is the sort of thing that I mean. Getting a button on one form to
open another form was utterly simple in Paradox (and Access) more than
ten years ago. Yet here we are in Linux land all that time later and it
is still a huge learning curve. Crazy.
Neil Winchurst
From neil at holsdev.vispa.com Thu Jan 10 15:09:11 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Thu, 10 Jan 2008 15:09:11 +0000
Subject: Access
In-Reply-To: <12147332.NTtveSQoRm@cedar.serverforest.com>
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<12147332.NTtveSQoRm@cedar.serverforest.com>
Message-ID: <20080110150911.9335b658.neil@holsdev.vispa.com>
On Thu, 10 Jan 2008 09:32:22 -0400
Derek Broughton wrote:
> Neil Winchurst wrote:
> >
> > I have been using just Linux for about six years now. I found that
> > everything I wanted to do was available except a database in the
> > Access, Paradox style. I have always considered this to be a big
> > problem for Linux users and over the years since then I have not seen
> > the situation get much better.
> >
>
> This seems like an unsolvable problem. Such a package would require a
> massive development effort, which means the resources of a large
> corporation behind it. But large corporations really _hate_ the
> proliferation of Access databases, because it fosters data "islanding" -
> every part of the company has its databases jealously guarded, and no
> sharing is happening. My entire livelihood consists of getting stuff out
> of Access and Excel and into enterprise databases.
> --
> derek
>
I understand that. However I used to write these databases in Paradox
for small companies only. They needed just the one database, perhaps
with a maximum of two or three computers linked together, and not a huge
file of records. They did not need, and indeed could not afford,
anything more than that. I am not suggesting for a moment that this
kind of DB would be any use for a big company with many departments.
What I am saying is that there is a need for such a program, **as well
as** not instead of the current mysql etc ones available now. Nowadays,
if I were approached by a similar small (very small) company needing
something similar to those I used to create I would have to say that
there is nothing suitable in Linux at the moment.
As I say, as well as, not instead of ......
Neil Winchurst
From o.sinclair at gmail.com Thu Jan 10 15:24:31 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Thu, 10 Jan 2008 17:24:31 +0200
Subject: Access
In-Reply-To: <20080110150911.9335b658.neil@holsdev.vispa.com>
References: <47854F81.3020900@gmail.com> <20080110091120.ad4ca1d9.neil@holsdev.vispa.com> <12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
Message-ID: <478638AF.8010208@gmail.com>
Neil Winchurst wrote:
> On Thu, 10 Jan 2008 09:32:22 -0400
> Derek Broughton wrote:
>
>> Neil Winchurst wrote:
>>> I have been using just Linux for about six years now. I found that
>>> everything I wanted to do was available except a database in the
>>> Access, Paradox style. I have always considered this to be a big
>>> problem for Linux users and over the years since then I have not seen
>>> the situation get much better.
>>>
>> This seems like an unsolvable problem. Such a package would require a
>> massive development effort, which means the resources of a large
>> corporation behind it. But large corporations really _hate_ the
>> proliferation of Access databases, because it fosters data "islanding" -
>> every part of the company has its databases jealously guarded, and no
>> sharing is happening. My entire livelihood consists of getting stuff out
>> of Access and Excel and into enterprise databases.
>> --
>> derek
>>
> I understand that. However I used to write these databases in Paradox
> for small companies only. They needed just the one database, perhaps
> with a maximum of two or three computers linked together, and not a huge
> file of records. They did not need, and indeed could not afford,
> anything more than that. I am not suggesting for a moment that this
> kind of DB would be any use for a big company with many departments.
>
> What I am saying is that there is a need for such a program, **as well
> as** not instead of the current mysql etc ones available now. Nowadays,
> if I were approached by a similar small (very small) company needing
> something similar to those I used to create I would have to say that
> there is nothing suitable in Linux at the moment.
>
> As I say, as well as, not instead of ......
>
> Neil Winchurst
>
I think SQLite might be what you are looking for but with what front-end
I don't know. Gambas?
Sinclair
From nepal.roade at virgin.net Thu Jan 10 15:35:37 2008
From: nepal.roade at virgin.net (nepal)
Date: Thu, 10 Jan 2008 15:35:37 +0000
Subject: Access
In-Reply-To: <47854F81.3020900@gmail.com>
References: <47854F81.3020900@gmail.com>
Message-ID: <200801101535.38302.nepal.roade@virgin.net>
On Wednesday 09 January 2008, Stew Schneider wrote:
> I've never found a package that will do that. Anybody
> know of one?
>
> stew
Have you looked at DataKiosk?
It uses a sql back end but has forms generation. It is in
the repos.
nepal.
From neil at holsdev.vispa.com Thu Jan 10 16:04:23 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Thu, 10 Jan 2008 16:04:23 +0000
Subject: Access
In-Reply-To: <478638AF.8010208@gmail.com>
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
<478638AF.8010208@gmail.com>
Message-ID: <20080110160423.f2eff6f8.neil@holsdev.vispa.com>
On Thu, 10 Jan 2008 17:24:31 +0200
"O. Sinclair" wrote:
> >
> I think SQLite might be what you are looking for but with what front-end
> I don't know. Gambas?
>
> Sinclair
>
Yes, I have looked at that. But that is one of the points that I was
making. I am talking about an all-in-one, everything-included
program in the style of Access and Paradox, a so called monolithic
program.
You suggest SQLite, but then I must look for a front-end
program. I am talking about a program which would already include
tables, forms, queries, reports etc all in the one package. No need to
look for a front-end or anything else. This kind of program is still
missing in Linux, as far as I know.
Neil Winchurst
From news at pointerstop.ca Thu Jan 10 16:03:41 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:03:41 -0400
Subject: Access
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
Message-ID: <1775649.piPM7XCcxi@cedar.serverforest.com>
Neil Winchurst wrote:
> I understand that. However I used to write these databases in Paradox
> for small companies only. They needed just the one database, perhaps
> with a maximum of two or three computers linked together, and not a huge
> file of records. They did not need, and indeed could not afford,
> anything more than that. I am not suggesting for a moment that this
> kind of DB would be any use for a big company with many departments.
I understood that - but the problem is that it's the sort of application
that isn't going to be created by a small development team. The only
people I can see who might have the interest in doing it, and the
resources, are the OOO developers.
--
derek
From news at pointerstop.ca Thu Jan 10 16:04:43 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:04:43 -0400
Subject: Access
References: <47854F81.3020900@gmail.com> <20080110091120.ad4ca1d9.neil@holsdev.vispa.com> <12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
<478638AF.8010208@gmail.com>
Message-ID: <5908665.f3PgGt1ZBl@cedar.serverforest.com>
O. Sinclair wrote:
> I think SQLite might be what you are looking for but with what front-end
> I don't know. Gambas?
Ideally, such an application front-end would work with any relational
database, so SQLite or MySQL or PostGreSQL is irrelevant.
--
derek
From news at pointerstop.ca Thu Jan 10 16:10:09 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:10:09 -0400
Subject: KDE Programs Naming Convention
References: <200801090025.44094.nbensa@gmail.com>
<975FA22BA8ECCE40A2972E6956434C640142B924@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801091040re2b0880tb4e4d8eb16f371c1@mail.gmail.com>
Message-ID: <1313939.usulX7IiX2@cedar.serverforest.com>
Dotan Cohen wrote:
> There was recently a similar discussion on the python list. Many
> management would not consider a language with such a silly name.
And yet they probably wouldn't have an issue with "jython". Programming
languages are actually expected to have silly names - the problem with
python, I think, is actually that it seems _trivial_.
--
derek
From news at pointerstop.ca Thu Jan 10 16:17:28 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:17:28 -0400
Subject: KDE Programs Naming Convention
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
Message-ID: <6211877.A5KuGOeaE7@cedar.serverforest.com>
Dotan Cohen wrote:
> On 09/01/2008, Martin Walshe wrote:
>> > There really should be a movement towards better names. What the hell
>> > is K3B? And what program should I burn a disk with?
>> >
>> > Microsoft has great names: Office for an office suit, Internet
>> > Explorer for an Internet web browser, Media Player for a media player.
>> > Ask someone off the street what Amarok or Firefox do, and you will get
>> > a blank stare.
>> >
>> > K3B has to be the worst of the bunch.
>> >
>> > Dotan Cohen
>>
>> K3B is such a great app though its name doesnt matter.
>
> Er, names do matter. K3B might be a ha-ha funny name, but it does not
> tell me what the program does.
No, names matter, but the origin of the name does _not_ matter. I know
(now, because I looked it up) what k3b means (my guess was "burn, bash and
bury", which only tells you I was a Boy Scout and when...). If they had
used the full origin as a name, _that_ would be silly. k3b, otoh, is no
sillier than GNU or UNIX or Access. k3b is a fine name - it's definitive
(you always know what it means, if you've seen it once), it's simple, and
it's memorable.
>
>> If you want the normal why are you on a linux distro?
That's lowering the argument to name calling.
> Linux is not the norm? It's only for freaks and weirdos? Would you not
> like Linux to be the norm?
Why? Of course I wouldn't. I want it to be usable, but I couldn't care
less if it's ever "the norm", and I don't believe that's what we should be
striving for.
>> Anyone who uses the distros knows what
>> the apps are so i dont see a problem.
>
> I have over a dozen friends that I switched to Linux. None of them
> could even guess what K3B means.
They don't need to (or probably want to). They need to be shown it once,
and they'll never forget it. _That_ is what makes it a good name.
--
derek
From news at pointerstop.ca Thu Jan 10 16:20:00 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:20:00 -0400
Subject: KDE Programs Naming Convention
References:
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
<880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
Message-ID: <1547295.Ks4zUSTyC8@cedar.serverforest.com>
Martin Walshe wrote:
> On Jan 9, 2008 7:21 PM, Dotan Cohen wrote:
>
>> I only learned that a few weeks ago. You know, if it was listed in the
>> Programs menu as K Burn, Baby, Burn I'd have less of a problem with
>> the name.
>
> Do you have a problem that in the program list its listed as "K3B - CD &
> DVD burning". If people cant understand that then they need help. That for
> more descriptive than any menu entry in windows which just lists "nero"
> guess what i do.
Actually, that's just the default. It can be (from memory):
K3B - CD & DVD burning
K3B
CD & DVD burning
CD & DVD burning (K3B)
Take your pick. I prefer the last.
--
derek
From neil at holsdev.vispa.com Thu Jan 10 16:35:55 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Thu, 10 Jan 2008 16:35:55 +0000
Subject: Access
In-Reply-To: <5908665.f3PgGt1ZBl@cedar.serverforest.com>
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
<478638AF.8010208@gmail.com>
<5908665.f3PgGt1ZBl@cedar.serverforest.com>
Message-ID: <20080110163555.c649a875.neil@holsdev.vispa.com>
On Thu, 10 Jan 2008 12:04:43 -0400
Derek Broughton wrote:
> O. Sinclair wrote:
>
> > I think SQLite might be what you are looking for but with what front-end
> > I don't know. Gambas?
>
> Ideally, such an application front-end would work with any relational
> database, so SQLite or MySQL or PostGreSQL is irrelevant.
> --
> derek
>
I have used knoda as a front-end to mysql and it is not too bad.
However, I can't get it to do all that I want yet. Could be me of
course. I have not tried gambas yet. But again I come back to the idea
of the all in one package where the "front-end" is part of it already.
Neil
From neil at holsdev.vispa.com Thu Jan 10 16:37:21 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Thu, 10 Jan 2008 16:37:21 +0000
Subject: Access
In-Reply-To: <1775649.piPM7XCcxi@cedar.serverforest.com>
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
<1775649.piPM7XCcxi@cedar.serverforest.com>
Message-ID: <20080110163721.3bd07b9c.neil@holsdev.vispa.com>
On Thu, 10 Jan 2008 12:03:41 -0400
Derek Broughton wrote:
> Neil Winchurst wrote:
>
> > I understand that. However I used to write these databases in Paradox
> > for small companies only. They needed just the one database, perhaps
> > with a maximum of two or three computers linked together, and not a huge
> > file of records. They did not need, and indeed could not afford,
> > anything more than that. I am not suggesting for a moment that this
> > kind of DB would be any use for a big company with many departments.
>
> I understood that - but the problem is that it's the sort of application
> that isn't going to be created by a small development team. The only
> people I can see who might have the interest in doing it, and the
> resources, are the OOO developers.
>
> --
> derek
>
It is not looking very hopeful then!! I have looked at Open Office Base
and it is nowhere near ready yet.
Neil
From plasticman3327 at gmail.com Thu Jan 10 16:40:00 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Thu, 10 Jan 2008 16:40:00 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <6211877.A5KuGOeaE7@cedar.serverforest.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
Message-ID:
On Jan 10, 2008 4:17 PM, Derek Broughton wrote:
>
> >> If you want the normal why are you on a linux distro?
>
> That's lowering the argument to name calling.
>
>
Sorry i phrased that badly.
What i was getting at is if people are unwilling to accept change then they
should stick to the normal that they are used to be that windows or mac. My
problem with this topic is i feel that the person merely used the
applications names as an excuse to hide an unwillingness to change from
their preferred windows environment
Marty
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From news at pointerstop.ca Thu Jan 10 16:18:35 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:18:35 -0400
Subject: KDE Programs Naming Convention
References:
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
<880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
Message-ID: <1850086.akAR2rHLbF@cedar.serverforest.com>
Dotan Cohen wrote:
> On 09/01/2008, Kaj Haulrich wrote:
>> > I have over a dozen friends that I switched to Linux. None of
>> > them could even guess what K3B means.
>>
>> How about : K Burn, Baby, Burn ?
>
> I only learned that a few weeks ago. You know, if it was listed in the
> Programs menu as K Burn, Baby, Burn I'd have less of a problem with
> the name.
otoh, I hate it. It's silly, it's too complicated, but it is at least
memorable.
--
derek
From news at pointerstop.ca Thu Jan 10 16:21:36 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:21:36 -0400
Subject: KDE Programs Naming Convention
References:
<20080109185043.TDKB21281.fep48.mail.dk@haulrich.local>
<880dece00801091121s113b69dcx8399b8901a0849f@mail.gmail.com>
<20080109194035.TDSJ10583.fep46.mail.dk@haulrich.local>
<880dece00801091210x5bf68f33wc9c70ca90c01e6b6@mail.gmail.com>
Message-ID: <2996658.fXd0aaZAiA@cedar.serverforest.com>
Dotan Cohen wrote:
> On 09/01/2008, Kaj Haulrich wrote:
>> Dofan, just out of curiosity, what does the Hebrew letters
>> say ?-------------------->
>> > א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> It is the Hebrew alphabet. I run gibberish.co.il, which translates
> wrongly-encoded Hebrew into legible Hebrew. In order to do that, I
> need as many samples of wrongly-encoded Hebrew as possible. So I
> attach those letters to every message, and when people respond back
> with the wrong encoding, I can modify my code and add support. Mailing
> lists are a great source, as people from all over the world, with many
> different encodings, reply and much my beautiful Hebrew!
That's really terribly clever :-)
--
derek
From news at pointerstop.ca Thu Jan 10 16:25:42 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 12:25:42 -0400
Subject: KDE Programs Naming Convention
References: <20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<1268666.9DckLeHVkJ@cedar.serverforest.com>
<880dece00801091117t1cd6d4efn357a0a5028c0f63d@mail.gmail.com>
<200801091442.02907.gene.heskett@verizon.net>
Message-ID: <1971271.3roIdSGtQC@cedar.serverforest.com>
Gene Heskett wrote:
> On Wednesday 09 January 2008, Dotan Cohen wrote:
>>On 09/01/2008, Derek Broughton wrote:
>>> roger at rogerchrisman.com wrote:
>>> > K3B, a great brand name. Who can forget it? I'd say it stands for
>>> > KDEBurner but I'd probably be wrong[1].
>>>
>>> Yeah, but it's nowhere near as good a name as "abcde" (a better cd
>>> encoder). From that, you could of course make a gnome front-end
>>> "abcdefg" (for gnome), but it would be awkward to do anything for KDE.
>>
>>A Better CD Encoder For Grasping Hardly Intuitive Jargon of KDE
>>
> ROTFLMAO! Thanks Dotan.
LOL. See, you can grasp the concept of KDE naming, Dotan :-)
--
derek
From girardhenri at free.fr Thu Jan 10 17:02:04 2008
From: girardhenri at free.fr (Girard Henri)
Date: Thu, 10 Jan 2008 18:02:04 +0100
Subject: Access
In-Reply-To: <20080110163721.3bd07b9c.neil@holsdev.vispa.com>
References: <47854F81.3020900@gmail.com> <20080110091120.ad4ca1d9.neil@holsdev.vispa.com> <12147332.NTtveSQoRm@cedar.serverforest.com> <20080110150911.9335b658.neil@holsdev.vispa.com> <1775649.piPM7XCcxi@cedar.serverforest.com>
<20080110163721.3bd07b9c.neil@holsdev.vispa.com>
Message-ID: <47864F8C.1060601@free.fr>
gambas2 is used in laurus (accounting ) and pgdesigner (postgres
modeler) and other things ...
It looks like vb but is much more :)
Can use many database engines
Neil Winchurst wrote:
> On Thu, 10 Jan 2008 12:03:41 -0400
> Derek Broughton wrote:
>
>
>> Neil Winchurst wrote:
>>
>>
>>> I understand that. However I used to write these databases in Paradox
>>> for small companies only. They needed just the one database, perhaps
>>> with a maximum of two or three computers linked together, and not a huge
>>> file of records. They did not need, and indeed could not afford,
>>> anything more than that. I am not suggesting for a moment that this
>>> kind of DB would be any use for a big company with many departments.
>>>
>> I understood that - but the problem is that it's the sort of application
>> that isn't going to be created by a small development team. The only
>> people I can see who might have the interest in doing it, and the
>> resources, are the OOO developers.
>>
>> --
>> derek
>>
>>
> It is not looking very hopeful then!! I have looked at Open Office Base
> and it is nowhere near ready yet.
>
> Neil
>
>
From james at heaver.org Thu Jan 10 17:06:32 2008
From: james at heaver.org (James Heaver)
Date: Thu, 10 Jan 2008 17:06:32 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <6211877.A5KuGOeaE7@cedar.serverforest.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
Message-ID: <93a11b110801100906r668404cbu70448a38b38af49c@mail.gmail.com>
On 10/01/2008, Derek Broughton wrote:
> Dotan Cohen wrote:
>
> > On 09/01/2008, Martin Walshe wrote:
> >> > There really should be a movement towards better names. What the hell
> >> > is K3B? And what program should I burn a disk with?
> >> >
> >> > Microsoft has great names: Office for an office suit, Internet
> >> > Explorer for an Internet web browser, Media Player for a media player.
> >> > Ask someone off the street what Amarok or Firefox do, and you will get
> >> > a blank stare.
> >> >
> >> > K3B has to be the worst of the bunch.
> >> >
> >> > Dotan Cohen
> >>
> >> K3B is such a great app though its name doesnt matter.
> >
> > Er, names do matter. K3B might be a ha-ha funny name, but it does not
> > tell me what the program does.
>
> No, names matter, but the origin of the name does _not_ matter. I know
> (now, because I looked it up) what k3b means (my guess was "burn, bash and
> bury", which only tells you I was a Boy Scout and when...). If they had
> used the full origin as a name, _that_ would be silly. k3b, otoh, is no
> sillier than GNU or UNIX or Access. k3b is a fine name - it's definitive
> (you always know what it means, if you've seen it once), it's simple, and
> it's memorable.
> >
> >> If you want the normal why are you on a linux distro?
>
> That's lowering the argument to name calling.
>
> > Linux is not the norm? It's only for freaks and weirdos? Would you not
> > like Linux to be the norm?
>
> Why? Of course I wouldn't. I want it to be usable, but I couldn't care
> less if it's ever "the norm", and I don't believe that's what we should be
> striving for.
And for some users they claim that they find it less usable because
'everything has weird K names that look the immature'.
It may be that we decide that it is either an edge case, or just an excuse.
Why does Microsoft redesign the GUI style and artwork for each version
of windows?
Its because it makes it **look** newer, better, faster and shinier
than the old version. This means that people are more likely to use
it, be more excited about using it and feel that they've got one up on
the jones's who still use that old fashioned windows XP.
The fact is that if we want to create linux for human beings we need
to pay attention to human beings.
If 1 person tells you that they won't use ubuntu unless the background
is green you can dismiss them as a crank.
When 10,000 people tell you that they won't use ubuntu unless the
background is green then its probably worth listening to them no
matter how trivial the issue.
Kubuntu is here to make the transition from geek to human being. In
this process the K's may or may not become a sticking point, but just
becuase its a silly problem doesn't mean it won't scupper kubuntu
being used by human beings.
Human beings are strange illogical creatures that should never be
underestimated.
--
aLittleBitBetter.co.uk
"Little choices make your world a little bit better"
From mlsoft at videotron.ca Thu Jan 10 17:57:36 2008
From: mlsoft at videotron.ca (Martin Laberge)
Date: Thu, 10 Jan 2008 12:57:36 -0500
Subject: Access
In-Reply-To: <20080110160423.f2eff6f8.neil@holsdev.vispa.com>
References: <47854F81.3020900@gmail.com> <478638AF.8010208@gmail.com>
<20080110160423.f2eff6f8.neil@holsdev.vispa.com>
Message-ID: <200801101257.36444.mlsoft@videotron.ca>
On January 10, 2008 11:04:23 Neil Winchurst wrote:
> On Thu, 10 Jan 2008 17:24:31 +0200
> "O. Sinclair" wrote:
> > >
> > I think SQLite might be what you are looking for but with what front-end
> > I don't know. Gambas?
> >
> > Sinclair
> >
> Yes, I have looked at that. But that is one of the points that I was
> making. I am talking about an all-in-one, everything-included
> program in the style of Access and Paradox, a so called monolithic
> program.
>
> You suggest SQLite, but then I must look for a front-end
> program. I am talking about a program which would already include
> tables, forms, queries, reports etc all in the one package. No need to
> look for a front-end or anything else. This kind of program is still
> missing in Linux, as far as I know.
>
> Neil Winchurst
>
All applications include a frontend and a backend.
Wathever you call them, they procees as such.
the frontend and the backend, do not need to be linked
together to consist of ONE Application.
Many windows applications includes many dll
and are called monolythic apps.
Are you referrign to an application with one EXEcutable
and a thousand unknown references?
Or an application using many known references ?
Or wathever it is ??
Kexi with Sqlite, is the monolythic way,
Kexi with Mysql, is the distributed way
Choose the one you need, and let us use the other,
if I or someone else think the other way is the better.
Anyway, you end up with a monolithic app, with many options.
And the user wont care of the way, if it is useable, simple, and clean.
Philosophy is'nt debatable, and this thread is deriving this way.
Truly yours.
--
Martin Laberge, 30 years of unix admin... and still learning!
mlsoft at videotron.ca
(418) 575-2945
From donn.ingle at gmail.com Thu Jan 10 18:23:15 2008
From: donn.ingle at gmail.com (Donn)
Date: Thu, 10 Jan 2008 20:23:15 +0200
Subject: Floppy still no go
In-Reply-To: <4785602B.8060305@optusnet.com.au>
References: <477CBF75.4060706@optusnet.com.au>
<477DDEDD.5090002@optusnet.com.au>
<4785602B.8060305@optusnet.com.au>
Message-ID: <200801102023.15278.donn.ingle@gmail.com>
> I have installed Kfloppy but still can't find my floppy drive?
At the risk of being slapped - have you tried the front panel on your
computer :D
\d
From news at pointerstop.ca Thu Jan 10 18:53:28 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 14:53:28 -0400
Subject: KDE Programs Naming Convention
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
Message-ID: <1716533.gqDdfzqZv1@cedar.serverforest.com>
Martin Walshe wrote:
> On Jan 10, 2008 4:17 PM, Derek Broughton wrote:
>>
>> >> If you want the normal why are you on a linux distro?
>>
>> That's lowering the argument to name calling.
>>
>>
> Sorry i phrased that badly.
> What i was getting at is if people are unwilling to accept change then
> they should stick to the normal that they are used to be that windows or
> mac. My problem with this topic is i feel that the person merely used the
> applications names as an excuse to hide an unwillingness to change from
> their preferred windows environment
And I agree, but it's clear that there's no consensus even among people who
love the distro on what constitutes a reasonable name.
Take my new favorite app - Tellico. Is it a good, bad, or indifferent name?
It seems that some here would say it's good simply because it isn't either
named kTellico or TelliKo. Maybe it would help if you knew what it was?
It's a collection management program. It _was_ called (iirc) BookDB - back
before Robby realized it could manage far more than your book collection.
Personally, I hate the name, but it meets all of my criteria: it's simple,
it's memorable, and it's identifiable. It's a better name than Access.
Whatever your position, I think it's a safe bet that (a) the k will continue
for a long, long, time and (b) people will continue to think up some really
stupid names - and most of us won't really care.
As for the argument itself - I think it's important to have this discussion,
though I'm not sure it'll affect much development.
--
derek
From news at pointerstop.ca Thu Jan 10 18:57:39 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 14:57:39 -0400
Subject: Access
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
<478638AF.8010208@gmail.com>
<5908665.f3PgGt1ZBl@cedar.serverforest.com>
<20080110163555.c649a875.neil@holsdev.vispa.com>
Message-ID: <4164306.BLedySE8KC@cedar.serverforest.com>
Neil Winchurst wrote:
> On Thu, 10 Jan 2008 12:04:43 -0400
> Derek Broughton wrote:
>
>> O. Sinclair wrote:
>>
>> > I think SQLite might be what you are looking for but with what
>> > front-end I don't know. Gambas?
>>
>> Ideally, such an application front-end would work with any relational
>> database, so SQLite or MySQL or PostGreSQL is irrelevant.
>>
> I have used knoda as a front-end to mysql and it is not too bad.
> However, I can't get it to do all that I want yet. Could be me of
> course. I have not tried gambas yet. But again I come back to the idea
> of the all in one package where the "front-end" is part of it already.
I don't think you're _ever_ going to find that in a Linux environment.
What's the value? Linux users mostly don't care if it's all-in-one, and
developers are actively against it. It breaks the principles of using one
tool for one action, decoupling interface from implementation, and enabling
migration of data.
--
derek
From Timothy.Tipton at pxd.com Thu Jan 10 19:23:38 2008
From: Timothy.Tipton at pxd.com (Tipton, Timothy)
Date: Thu, 10 Jan 2008 13:23:38 -0600
Subject: Floppy still no go
In-Reply-To: <200801102023.15278.donn.ingle@gmail.com>
Message-ID: <0AD32CAF49BDD84C8F380DD11D2B1B9603B66226@Exchmid03.us.pioneernrc.pvt>
> > I have installed Kfloppy but still can't find my floppy drive?
> At the risk of being slapped - have you tried the front panel on your
> computer :D
/me slap Donn with a large trout
;P
**********************************************************************
Statement of Confidentiality:
This message may contain information that is privileged or confidential. If you receive this transmission in error, please notify the sender by reply e-mail and delete the message and any attachments.
From donn.ingle at gmail.com Thu Jan 10 19:42:21 2008
From: donn.ingle at gmail.com (Donn)
Date: Thu, 10 Jan 2008 21:42:21 +0200
Subject: Floppy still no go
In-Reply-To: <0AD32CAF49BDD84C8F380DD11D2B1B9603B66226@Exchmid03.us.pioneernrc.pvt>
References: <0AD32CAF49BDD84C8F380DD11D2B1B9603B66226@Exchmid03.us.pioneernrc.pvt>
Message-ID: <200801102142.21881.donn.ingle@gmail.com>
> /me slap Donn with a large trout
/d ducks and rebuts with halibut :P
\d
--
Fonty Python and other dev news at:
http://otherwiseingle.blogspot.com/
From bbales at cox.net Thu Jan 10 20:21:00 2008
From: bbales at cox.net (Bruce Bales)
Date: Thu, 10 Jan 2008 14:21:00 -0600
Subject: Lost sound and video input - kubuntu 7.10
Message-ID: <200801101421.00259.bbales@cox.net>
Hi, All,
About a month after converting from kubuntu Dapper to kubuntu 7.10, I lost all
sound. Apparently at about the same time, In addition, I was no longer able
to access /dev/video0 for the tv video input.
I think the problem began about the time I tried to add my name to the geneweb
group. (That didn't work, but geneweb is working for me.)
The kmix box comes up empty.
alsamixer returns: function snd_ctl_open failed for default: No such device
but sudo alsamixer brings up the mixer.
alsaplayer installs a null plugin and no sound, but sudo alsaplayer works.
ls -l /usr/bin/alsamixer
-rwxr-xr-x 1 root root 39028 2007-09-03 21:52 /usr/bin/alsamixer
So alsamixer is executable by anyone, but not me, apparently.
mpg321 foo.mp3 gives ALSA lib confmisc.c:769:(parse_card) cannot find card ''
ls -l /usr/bin/mpg321
-rwxr-xr-x 1 root root 36888 2004-08-13 23:03 /usr/bin/mpg321
cat /dev/video0 >test.mpg
cat: /dev/video0: Permission denied
This does work if I put sudo in front of cat. mplayer test.mpg then shows the
picture without sound, but sudo mplayer shows it with sound.
ls -l /dev/video0
crw-rw---- 1 root video 81, 0 2008-01-10 11:29 /dev/video0
ls -l /dev/dsp
crw-rw---- 1 root audio 14, 3 2008-01-10 11:29 /dev/dsp
ls -l /dev/video0
crw-rw---- 1 root video 81, 0 2008-01-10 11:29 /dev/video0
Maybe there is some simple obvious solution to this, but I can't find it.
Anyone have any ideas?
bruce
From kubuntu-users at cpinkney.org.uk Thu Jan 10 20:40:53 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Thu, 10 Jan 2008 20:40:53 +0000
Subject: Lost sound and video input - kubuntu 7.10
In-Reply-To: <200801101421.00259.bbales@cox.net>
References: <200801101421.00259.bbales@cox.net>
Message-ID: <200801102040.53889.kubuntu-users@cpinkney.org.uk>
Hi Bruce
On Thursday 10 Jan 2008, Bruce Bales wrote:
> I think the problem began about the time I tried to add my name to the
> geneweb group. (That didn't work, but geneweb is working for me.)
>
> The kmix box comes up empty.
> alsamixer returns: function snd_ctl_open failed for default: No such device
> but sudo alsamixer brings up the mixer.
>
> alsaplayer installs a null plugin and no sound, but sudo alsaplayer works.
>
> ls -l /usr/bin/alsamixer
> -rwxr-xr-x 1 root root 39028 2007-09-03 21:52 /usr/bin/alsamixer
>
> So alsamixer is executable by anyone, but not me, apparently.
It looks like you somehow managed to remove yourself from the default
secondary groups. alsamixer is executing as you, but cannot open the mixer
device due to lack of permission when running under your account and so bombs
out.
> ls -l /dev/video0
> crw-rw---- 1 root video 81, 0 2008-01-10 11:29 /dev/video0
>
> ls -l /dev/dsp
> crw-rw---- 1 root audio 14, 3 2008-01-10 11:29 /dev/dsp
>
> ls -l /dev/video0
> crw-rw---- 1 root video 81, 0 2008-01-10 11:29 /dev/video0
>
> Maybe there is some simple obvious solution to this, but I can't find it.
> Anyone have any ideas?
If you notice with the permissions above, only the root user (or anyone
running sudo) and users in the groups audio and video can read and write to
the video and audio devices. Type 'id' at the command line and it will list
the groups you are a member of. By default the list should look something
like this:
groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46
(plugdev),100(users),104(scanner),112(netdev),113(lpadmin),115(powerdev),118
(admin)
You need to be in the audio and video groups for all these audio/video
applications to work and if they're missing when you enter the 'id' command
then this is your problem.
To correct it at the command line you can type a series of commands like this
(assuming 'bruce' is your actual username):
sudo adduser bruce audio
sudo adduser bruce video
...
Alternatively you can open the System Settings in KDE and click User
Management, switch to Administrator Mode (bottom right) and modify your user
account to include these groups as secondary groups.
NOTE: You will probably need to log out and back in again for these changes to
take effect.
HTH
--
Colin Pinkney
http://www.cpinkney.org.uk
From dotancohen at gmail.com Thu Jan 10 20:41:44 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Thu, 10 Jan 2008 22:41:44 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <2515972.NGTNCSTCLC@cedar.serverforest.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
<2515972.NGTNCSTCLC@cedar.serverforest.com>
Message-ID: <880dece00801101241x1cf27006s49bfd14f607c76c@mail.gmail.com>
On 10/01/2008, Derek Broughton wrote:
> Dotan Cohen wrote:
>
> > On 09/01/2008, Norberto Bensa wrote:
> >> And remember: not everyone speaks English... So what should be meanful
> >> to you, it's not to the other 6 billions people out there...
> >
> > I don't speak English either. In fact, we don't even use Latin
> > letters, or even write from left to right! Despite all that, my users
> > _still_ demand meaningful names. I'm not giving you _my_ opinion,
> > because I personally don't care. I'm reporting what is reported to me
> > by many users.
>
> Neatly sidestepping the issue of what your users consider a "meaningful
> name" :-) Which side of this fence are you and your users on? Could you
> give some examples?
I was planning on avoiding further discussion on the subject, but in
the interest of conclusion I'll play.
I personally open programs with ALT-F2. The shorter the name, the
better. K3B is a great, short name that does not repeat a finger in
typing. For me, it's almost perfect.
My users, however, need to know what programs do. The horrible Linux
names (not only KDE/Gnome, and not the K* and G* convention) are a
huge turn off. I understand them. I will start making a list of
specifics and details, that may find themselves in bugzilla.
> imo (and I'm sure there's a well-researched body of knowledge in the
> advertising field to prove or disprove) a good name is readily identified
> with the product, easy to use and easy to remember. Names like Word and
> Access meet the last two criteria, but fail on the first because they are
> so commonplace. abcde fails on the second (because it's five syllables
> with no simple way to pronounce) and fails on the third in any language
> where it isn't an acronym (probably all of them that aren't English). On
> those grounds, many of the KDE names are actually very good.
KDE names have merit (googlability, for instance) however for the
newbie they are a pain. There are workarounds (such as displaying the
description as well as the name) but they come at a price. The wife is
waiting, and I cannot elaborate fully, but I think that you get the
idea.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Thu Jan 10 20:44:32 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Thu, 10 Jan 2008 22:44:32 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <6211877.A5KuGOeaE7@cedar.serverforest.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
Message-ID: <880dece00801101244h54abd4dcn7988caabeca6481a@mail.gmail.com>
On 10/01/2008, Derek Broughton wrote:
> No, names matter, but the origin of the name does _not_ matter. I know
> (now, because I looked it up) what k3b means (my guess was "burn, bash and
> bury", which only tells you I was a Boy Scout and when...). If they had
> used the full origin as a name, _that_ would be silly. k3b, otoh, is no
> sillier than GNU or UNIX or Access. k3b is a fine name - it's definitive
> (you always know what it means, if you've seen it once), it's simple, and
> it's memorable.
Memorable it is not. That may be it's failing point. KDE, while not
much worse a name than K3B, is memorable and I hear no komplains about
it. (K intended)
> >
> >> If you want the normal why are you on a linux distro?
>
> That's lowering the argument to name calling.
I was going to say the same thing.
> > Linux is not the norm? It's only for freaks and weirdos? Would you not
> > like Linux to be the norm?
>
> Why? Of course I wouldn't. I want it to be usable, but I couldn't care
> less if it's ever "the norm", and I don't believe that's what we should be
> striving for.
>
> >> Anyone who uses the distros knows what
> >> the apps are so i dont see a problem.
> >
> > I have over a dozen friends that I switched to Linux. None of them
> > could even guess what K3B means.
>
> They don't need to (or probably want to). They need to be shown it once,
> and they'll never forget it. _That_ is what makes it a good name.
Like said, K3B specifically is not memorable.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Thu Jan 10 20:46:31 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Thu, 10 Jan 2008 22:46:31 +0200
Subject: KDE Programs Naming Convention
In-Reply-To:
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
Message-ID: <880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
On 10/01/2008, Martin Walshe wrote:
>
>
> On Jan 10, 2008 4:17 PM, Derek Broughton wrote:
> >
> > >> If you want the normal why are you on a linux distro?
> >
> > That's lowering the argument to name calling.
> >
> >
> >
>
> Sorry i phrased that badly.
> What i was getting at is if people are unwilling to accept change then they
> should stick to the normal that they are used to be that windows or mac. My
> problem with this topic is i feel that the person merely used the
> applications names as an excuse to hide an unwillingness to change from
> their preferred windows environment
>
> Marty
>
Marty, these are people who asked me to install Linux for them, not
people that I recruited. You know, those who don't like viruses,
infections, spyware, trojans, and adware. Hey, that could make a nice
acronym.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From donn.ingle at gmail.com Thu Jan 10 21:00:26 2008
From: donn.ingle at gmail.com (Donn)
Date: Thu, 10 Jan 2008 23:00:26 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
References:
<880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
Message-ID: <200801102300.26172.donn.ingle@gmail.com>
> viruses, infections, spyware, trojans, and adware.
> Hey, that could make a nice acronym.
Lol :D I almost rolled on the floor laughing my a$$ off too. First time on a
list. Ever!
\d
--
Fonty Python and other dev news at:
http://otherwiseingle.blogspot.com/
From cms0009 at gmail.com Thu Jan 10 20:52:53 2008
From: cms0009 at gmail.com (Richard)
Date: Thu, 10 Jan 2008 15:52:53 -0500
Subject: Threading in Kmail 7.10 (kubuntu)
Message-ID: <200801101552.53171.cms0009@gmail.com>
Does kmail threading work well (compare to outlook -ouch),
can't seem to get it right
Want Threading descending and group by threads,
Plus, watch threads in front would be nice...
TIA
Richard
From donn.ingle at gmail.com Thu Jan 10 21:03:52 2008
From: donn.ingle at gmail.com (Donn)
Date: Thu, 10 Jan 2008 23:03:52 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801101244h54abd4dcn7988caabeca6481a@mail.gmail.com>
References:
<6211877.A5KuGOeaE7@cedar.serverforest.com>
<880dece00801101244h54abd4dcn7988caabeca6481a@mail.gmail.com>
Message-ID: <200801102303.52929.donn.ingle@gmail.com>
> Memorable it is not. That may be it's failing point. KDE, while not
> much worse a name than K3B, is memorable and I hear no komplains about
> it. (K intended)
I dunno 4 sure, but isn't k3B written by Russian koders (:)) - so perhaps it's
meaningfull in that context.
I don't have a problem remembering it - taking into account the options :
command line burning (oh yeah baby grow iso my fs) or that hideous X burning
thing from heck. K3B : Kopy, Keep, Kickass, Bigtime!
\d
--
Fonty Python and other dev news at:
http://otherwiseingle.blogspot.com/
From plasticman3327 at gmail.com Thu Jan 10 20:56:42 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Thu, 10 Jan 2008 20:56:42 +0000
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
<880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
Message-ID:
On Jan 10, 2008 8:46 PM, Dotan Cohen wrote:
> Marty, these are people who asked me to install Linux for them, not
> people that I recruited. You know, those who don't like viruses,
> infections, spyware, trojans, and adware. Hey, that could make a nice
> acronym.
>
>
Then i cant see why something like a name can hold them back.
One thing then if the names are such a problem could you/them suggest
alternate appropriate names which are both descriptive and catchy and also
dont violate any form of copy right.
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From donn.ingle at gmail.com Thu Jan 10 21:11:38 2008
From: donn.ingle at gmail.com (Donn)
Date: Thu, 10 Jan 2008 23:11:38 +0200
Subject: Threading in Kmail 7.10 (kubuntu)
In-Reply-To: <200801101552.53171.cms0009@gmail.com>
References: <200801101552.53171.cms0009@gmail.com>
Message-ID: <200801102311.38926.donn.ingle@gmail.com>
On Thursday, 10 January 2008 22:52:53 Richard wrote:
> Does kmail threading work well (compare to outlook -ouch),
> can't seem to get it right
It's a little odd. Go to Folder -> Thread Messages to get it threaded. Then
when you click the "Order of arrival" column it actually changes function a
few times, so click it more than once.
That's my limit of skillz.
\d
--
Fonty Python and other dev news at:
http://otherwiseingle.blogspot.com/
From grahamtodd2 at googlemail.com Thu Jan 10 21:09:43 2008
From: grahamtodd2 at googlemail.com (Graham)
Date: Thu, 10 Jan 2008 21:09:43 +0000
Subject: Access
In-Reply-To: <20080110163555.c649a875.neil@holsdev.vispa.com>
References: <47854F81.3020900@gmail.com>
<20080110091120.ad4ca1d9.neil@holsdev.vispa.com>
<12147332.NTtveSQoRm@cedar.serverforest.com>
<20080110150911.9335b658.neil@holsdev.vispa.com>
<478638AF.8010208@gmail.com>
<5908665.f3PgGt1ZBl@cedar.serverforest.com>
<20080110163555.c649a875.neil@holsdev.vispa.com>
Message-ID:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 10 Jan 2008 16:35:55 +0000
Neil Winchurst wrote:
> But again I come back to the idea
> of the all in one package where the "front-end" is part of it already.
[snipped]
Linux is a modular system. Take an application like Claws-Mail as an
example: the core of the program is there with a GTK+ interface, but
spelll checking is done by aspell or ispell, a whole load of plugins
allow other applications to perform specific functions (such as spam
checking, encryption, html being shown, etc).
Each application is developed by a small team (often of one!) and
updated as needed. The Claws-Mail developers have nothing to do with
Bogofilter (for instance) but use its array of functions, which are
also available to other applications (KMail uses Bogofilter, for
instance).
Using the "front end" should call the application automagically, so
there's no problem for the user, and it gives the maximum amount of
flexibility, and avoids "reinventing the wheel". In Windows, you
download a monolithic bunch of code that is often duplicated if you
download a similar application, and this is for the most part avoided
in Linux.
This is the "Linux way", a deliberate design strategy when Gnu/Linux
was developed. I believe its one of its strengths as it allows small
group of coders to keep applications up-to-date. So I wouldn't think
that there's any place for the "all-in-one package", except the
appearance of one for users.
- --
Graham Todd
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Please sign and encrypt for internet privacy
iD8DBQFHhom2thMHx1h/UZYRAoC+AJ4wDUtgwnj4rIfmrusQLbXXZOLAKwCeKT44
FXahoUrD8BlQ4jweE7OhFqE=
=OXLx
-----END PGP SIGNATURE-----
From cms0009 at gmail.com Thu Jan 10 21:23:43 2008
From: cms0009 at gmail.com (Richard)
Date: Thu, 10 Jan 2008 16:23:43 -0500
Subject: Flash installer Broken (K)ubuntu 7.10
Message-ID: <200801101623.44020.cms0009@gmail.com>
Well, I did un/install flashplugin-nonfree several times, and still can't get Konqueror to see flashplayer, the last time I did the install threw the terminal and found this:
sudo apt-get install flashplugin-nonfree
[sudo] password for rn:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
firefox ttf-xfree86-nonfree xfs
The following NEW packages will be installed:
flashplugin-nonfree
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 18.1kB of archives.
After unpacking 160kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com gutsy/multiverse flashplugin-nonfree 9.0.48.0.2+really0ubuntu12 [18.1kB]
Fetched 18.1kB in 0s (34.2kB/s)
Preconfiguring packages ...
Selecting previously deselected package flashplugin-nonfree.
(Reading database ... 86429 files and directories currently installed.)
Unpacking flashplugin-nonfree (from .../flashplugin-nonfree_9.0.48.0.2+really0ubuntu12_i386.deb) ...
Setting up flashplugin-nonfree (9.0.48.0.2+really0ubuntu12) ...
Downloading...
--23:48:41-- http://fpdownload.macromedia.com/get...9_linux.tar.gz
=> `./install_flash_player_9_linux.tar.gz'
Resolving fpdownload.macromedia.com... 72.246.126.70
Connecting to fpdownload.macromedia.com|72.246.126.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,036,127 (2.9M) [application/x-gzip]
0K .......... .......... .......... .......... .......... 1% 316.34 KB/s
50K .......... .......... .......... .......... .......... 3% 810.06 KB/s
100K .......... .......... .......... .......... .......... 5% 1.15 MB/s
150K .......... .......... .......... .......... .......... 6% 1.20 MB/s
200K .......... .......... .......... .......... .......... 8% 1.42 MB/s
250K .......... .......... .......... .......... .......... 10% 1.27 MB/s
300K .......... .......... .......... .......... .......... 11% 1.18 MB/s
350K .......... .......... .......... .......... .......... 13% 1.38 MB/s
400K .......... .......... .......... .......... .......... 15% 1.14 MB/s
450K .......... .......... .......... .......... .......... 16% 1.21 MB/s
500K .......... .......... .......... .......... .......... 18% 1.64 MB/s
550K .......... .......... .......... .......... .......... 20% 1.03 MB/s
600K .......... .......... .......... .......... .......... 21% 1.42 MB/s
650K .......... .......... .......... .......... .......... 23% 1.08 MB/s
700K .......... .......... .......... .......... .......... 25% 986.93 KB/s
750K .......... .......... .......... .......... .......... 26% 1.97 MB/s
800K .......... .......... .......... .......... .......... 28% 964.30 KB/s
850K .......... .......... .......... .......... .......... 30% 1022.82 KB/s
900K .......... .......... .......... .......... .......... 32% 1.67 MB/s
950K .......... .......... .......... .......... .......... 33% 1.22 MB/s
1000K .......... .......... .......... .......... .......... 35% 1.40 MB/s
1050K .......... .......... .......... .......... .......... 37% 1.13 MB/s
1100K .......... .......... .......... .......... .......... 38% 1.15 MB/s
1150K .......... .......... .......... .......... .......... 40% 1.55 MB/s
1200K .......... .......... .......... .......... .......... 42% 1.15 MB/s
1250K .......... .......... .......... .......... .......... 43% 1.02 MB/s
1300K .......... .......... .......... .......... .......... 45% 1.72 MB/s
1350K .......... .......... .......... .......... .......... 47% 880.82 KB/s
1400K .......... .......... .......... .......... .......... 48% 1.11 MB/s
1450K .......... .......... .......... .......... .......... 50% 970.51 KB/s
1500K .......... .......... .......... .......... .......... 52% 1.81 MB/s
1550K .......... .......... .......... .......... .......... 53% 1.02 MB/s
1600K .......... .......... .......... .......... .......... 55% 1.92 MB/s
1650K .......... .......... .......... .......... .......... 57% 977.13 KB/s
1700K .......... .......... .......... .......... .......... 59% 1.18 MB/s
1750K .......... .......... .......... .......... .......... 60% 1.56 MB/s
1800K .......... .......... .......... .......... .......... 62% 1.04 MB/s
1850K .......... .......... .......... .......... .......... 64% 1.09 MB/s
1900K .......... .......... .......... .......... .......... 65% 1.84 MB/s
1950K .......... .......... .......... .......... .......... 67% 986.86 KB/s
2000K .......... .......... .......... .......... .......... 69% 1.22 MB/s
2050K .......... .......... .......... .......... .......... 70% 1.41 MB/s
2100K .......... .......... .......... .......... .......... 72% 1.16 MB/s
2150K .......... .......... .......... .......... .......... 74% 1.09 MB/s
2200K .......... .......... .......... .......... .......... 75% 1.62 MB/s
2250K .......... .......... .......... .......... .......... 77% 1.17 MB/s
2300K .......... .......... .......... .......... .......... 79% 954.51 KB/s
2350K .......... .......... .......... .......... .......... 80% 2.03 MB/s
2400K .......... .......... .......... .......... .......... 82% 993.00 KB/s
2450K .......... .......... .......... .......... .......... 84% 1.14 MB/s
2500K .......... .......... .......... .......... .......... 86% 1.48 MB/s
2550K .......... .......... .......... .......... .......... 87% 1.13 MB/s
2600K .......... .......... .......... .......... .......... 89% 1.13 MB/s
2650K .......... .......... .......... .......... .......... 91% 1.35 MB/s
2700K .......... .......... .......... .......... .......... 92% 1.35 MB/s
2750K .......... .......... .......... .......... .......... 94% 1.22 MB/s
2800K .......... .......... .......... .......... .......... 96% 1.04 MB/s
2850K .......... .......... .......... .......... .......... 97% 1.54 MB/s
2900K .......... .......... .......... .......... .......... 99% 1.07 MB/s
2950K .......... .... 100% 2.81 MB/s
23:48:43 (1.15 MB/s) - `./install_flash_player_9_linux.tar.gz' saved [3036127/3036127]
Download done.
md5sum mismatch install_flash_player_9_linux.tar.gz
The Flash plugin is NOT installed.
----------------------------------------------------------------------------------
Anyone I don't know what going on, but this states that flash player was NOT installed... now the $64.00 question is what's broken konqueror kubuntu or ?
What new steps does one have to take to INSTALL flashplayer into Konqueror ???
Thanks in Advances !!
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From bbales at cox.net Thu Jan 10 21:27:17 2008
From: bbales at cox.net (Bruce Bales)
Date: Thu, 10 Jan 2008 15:27:17 -0600
Subject: Lost sound and video input - kubuntu 7.10
In-Reply-To: <200801102040.53889.kubuntu-users@cpinkney.org.uk>
References: <200801101421.00259.bbales@cox.net>
<200801102040.53889.kubuntu-users@cpinkney.org.uk>
Message-ID: <200801101527.17194.bbales@cox.net>
On Thursday 10 January 2008 14:40:53 Colin Pinkney wrote:
> Hi Bruce
>
> On Thursday 10 Jan 2008, Bruce Bales wrote:
> > I think the problem began about the time I tried to add my name to the
> > geneweb group. (That didn't work, but geneweb is working for me.)
> >
> > The kmix box comes up empty.
> > alsamixer returns: function snd_ctl_open failed for default: No such
> > device but sudo alsamixer brings up the mixer.
> >
> > alsaplayer installs a null plugin and no sound, but sudo alsaplayer
> > works.
> >
> > ls -l /usr/bin/alsamixer
> > -rwxr-xr-x 1 root root 39028 2007-09-03 21:52 /usr/bin/alsamixer
> >
> > So alsamixer is executable by anyone, but not me, apparently.
>
> It looks like you somehow managed to remove yourself from the default
> secondary groups. alsamixer is executing as you, but cannot open the mixer
> device due to lack of permission when running under your account and so
> bombs out.
>
> > ls -l /dev/video0
> > crw-rw---- 1 root video 81, 0 2008-01-10 11:29 /dev/video0
> >
> > ls -l /dev/dsp
> > crw-rw---- 1 root audio 14, 3 2008-01-10 11:29 /dev/dsp
> >
> > ls -l /dev/video0
> > crw-rw---- 1 root video 81, 0 2008-01-10 11:29 /dev/video0
> >
> > Maybe there is some simple obvious solution to this, but I can't find it.
> > Anyone have any ideas?
>
> If you notice with the permissions above, only the root user (or anyone
> running sudo) and users in the groups audio and video can read and write to
> the video and audio devices. Type 'id' at the command line and it will list
> the groups you are a member of. By default the list should look something
> like this:
>
> groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),
>46
> (plugdev),100(users),104(scanner),112(netdev),113(lpadmin),115(powerdev),11
>8 (admin)
>
> You need to be in the audio and video groups for all these audio/video
> applications to work and if they're missing when you enter the 'id' command
> then this is your problem.
>
> To correct it at the command line you can type a series of commands like
> this (assuming 'bruce' is your actual username):
>
> sudo adduser bruce audio
> sudo adduser bruce video
> ...
>
> Alternatively you can open the System Settings in KDE and click User
> Management, switch to Administrator Mode (bottom right) and modify your
> user account to include these groups as secondary groups.
>
> NOTE: You will probably need to log out and back in again for these changes
> to take effect.
>
> HTH
>
> --
> Colin Pinkney
> http://www.cpinkney.org.uk
Yes, that did it. Thank you very much. I have been using linux for almost
nine years, exclusively for seven years and I have never heard of secondary
groups. I'll bet that ntp hasn't been working for the same reason.
Is there any danger in adding myself to any group that looks likely
in /etc/group ? I see mysql, geneweb, admin, saned. Would there be a list
somewhere?
bruce
From Timothy.Tipton at pxd.com Thu Jan 10 21:32:15 2008
From: Timothy.Tipton at pxd.com (Tipton, Timothy)
Date: Thu, 10 Jan 2008 15:32:15 -0600
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
Message-ID: <0AD32CAF49BDD84C8F380DD11D2B1B9603B66411@Exchmid03.us.pioneernrc.pvt>
>viruses,
> infections, spyware, trojans, and adware. Hey, that could make a nice
> acronym.
HAHA! Funniest thing I've seen all day!
Tim
**********************************************************************
Statement of Confidentiality:
This message may contain information that is privileged or confidential. If you receive this transmission in error, please notify the sender by reply e-mail and delete the message and any attachments.
From news at pointerstop.ca Thu Jan 10 21:18:53 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 17:18:53 -0400
Subject: KDE Programs Naming Convention
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
<2515972.NGTNCSTCLC@cedar.serverforest.com>
<880dece00801101241x1cf27006s49bfd14f607c76c@mail.gmail.com>
Message-ID: <1385408.YYuBWcAjUA@cedar.serverforest.com>
Dotan Cohen wrote:
> KDE names have merit (googlability, for instance) however for the
> newbie they are a pain. There are workarounds (such as displaying the
> description as well as the name) but they come at a price. The wife is
> waiting, and I cannot elaborate fully, but I think that you get the
> idea.
Well, I really _don't_ get the idea. If you work from the menu, use the
descriptions. If you work from the command line, you need to know the
names. If you do both, it's worthwhile to put them both in the menu so
that you can make the connection, but not really necessary.
The Windows user doesn't even _know_ the name of the program they execute.
When they open Word, they never find out that the program is named
winword - so they have _no_ option to access it in the command line. KDE
programs are better behaved and when I open a KDE program it will generally
show me the program name in the title bar, and _always_ in the About. Word
won't even show me that name in the About.
I think what this really comes down to is a user complaint that being told
the real name of the program is confusing.
--
derek
From news at pointerstop.ca Thu Jan 10 21:24:50 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 17:24:50 -0400
Subject: KDE Programs Naming Convention
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
<880dece00801101244h54abd4dcn7988caabeca6481a@mail.gmail.com>
Message-ID: <1388494.eQCrgulKqf@cedar.serverforest.com>
Dotan Cohen wrote:
>
> Like said, K3B specifically is not memorable.
Perhaps it's a cultural thing - I've never had a problem since the first
time I used it. Nobody else here seems to.
--
derek
From news at pointerstop.ca Thu Jan 10 21:25:44 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 17:25:44 -0400
Subject: Threading in Kmail 7.10 (kubuntu)
References: <200801101552.53171.cms0009@gmail.com>
Message-ID: <1760508.5xyMfPGfqS@cedar.serverforest.com>
Richard wrote:
> Does kmail threading work well (compare to outlook -ouch),
"Outlook" threading doesn't work at all, you must mean Outlook Express.
> can't seem to get it right
>
> Want Threading descending and group by threads,
Afaict, you're just asking about display formats, not threading - which is
specifically about linking each mail to a previous one via
either "References:" or "In-Reply-To:" headers.
KMail threads, and it even lets you cheat and include messages with the same
subject that have no references (because so may OE versions didn't bother
to include them). Then it displays the threads in a standard tree format.
> Plus, watch threads in front would be nice...
I've no idea what this means, but KMail doesn't have any particular options
for watched threads.
--
derek
From kubuntu-users at cpinkney.org.uk Thu Jan 10 21:41:19 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Thu, 10 Jan 2008 21:41:19 +0000
Subject: Lost sound and video input - kubuntu 7.10
In-Reply-To: <200801101527.17194.bbales@cox.net>
References: <200801101421.00259.bbales@cox.net>
<200801102040.53889.kubuntu-users@cpinkney.org.uk>
<200801101527.17194.bbales@cox.net>
Message-ID: <200801102141.19386.kubuntu-users@cpinkney.org.uk>
On Thursday 10 Jan 2008, Bruce Bales wrote:
> On Thursday 10 January 2008 14:40:53 Colin Pinkney wrote:
> > groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video
> >), 46
> > (plugdev),100(users),104(scanner),112(netdev),113(lpadmin),115(powerdev),
> >11 8 (admin)
> >
> > You need to be in the audio and video groups for all these audio/video
> > applications to work and if they're missing when you enter the 'id'
> > command then this is your problem.
> >
> > To correct it at the command line you can type a series of commands like
> > this (assuming 'bruce' is your actual username):
> >
> > sudo adduser bruce audio
> > sudo adduser bruce video
> > ...
> >
> > Alternatively you can open the System Settings in KDE and click User
> > Management, switch to Administrator Mode (bottom right) and modify your
> > user account to include these groups as secondary groups.
>
> Yes, that did it. Thank you very much. I have been using linux for almost
> nine years, exclusively for seven years and I have never heard of secondary
> groups. I'll bet that ntp hasn't been working for the same reason.
>
> Is there any danger in adding myself to any group that looks likely
> in /etc/group ? I see mysql, geneweb, admin, saned. Would there be a list
> somewhere?
> bruce
/etc/group is the complete list of user groups on your system AFAIK and also
stored who belongs to which. However, you should use 'adduser' or the User
Management screen in System Settings to modify which groups you are in.
If you make your groups list match the ones I listed above (plus the group
with the same name as your username) then everything on your system should in
theory work ok.
--
Colin Pinkney
http://www.cpinkney.org.uk
From news at pointerstop.ca Thu Jan 10 21:23:21 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Thu, 10 Jan 2008 17:23:21 -0400
Subject: Lost sound and video input - kubuntu 7.10
References: <200801101421.00259.bbales@cox.net>
<200801102040.53889.kubuntu-users@cpinkney.org.uk>
Message-ID: <20716060.0IXjQNx1gD@cedar.serverforest.com>
Colin Pinkney wrote:
> On Thursday 10 Jan 2008, Bruce Bales wrote:
>> I think the problem began about the time I tried to add my name to the
>> geneweb group. (That didn't work, but geneweb is working for me.)
Ding!
You used usermod and forgot the -a option.
# sudo usermod -a -G geneweb bruce
adds the group "geneweb" to your secondary groups.
# sudo usermod -G geneweb bruce
_makes_ "geneweb" your secondary group
That's one of the stupidest default options I've ever seen, but I've been
forced to do it a lot recently, because I've somehow b0rked the KDE user
maintenance program (of course, fixing kuser might be a good idea...).
--
derek
From kubuntu-users at thefletchers.net Thu Jan 10 21:57:15 2008
From: kubuntu-users at thefletchers.net (David Fletcher)
Date: Thu, 10 Jan 2008 21:57:15 +0000
Subject: Flash installer Broken (K)ubuntu 7.10
In-Reply-To: <200801101623.44020.cms0009@gmail.com>
References: <200801101623.44020.cms0009@gmail.com>
Message-ID: <200801102157.15626.kubuntu-users@thefletchers.net>
On Thursday 10 Jan 2008, Richard wrote:
> Well, I did un/install flashplugin-nonfree several times, and still can't
get Konqueror to see flashplayer, the last time I did the install threw the
terminal and found this:
>
> 2850K .......... .......... .......... .......... .......... 97% 1.54 MB/s
> 2900K .......... .......... .......... .......... .......... 99% 1.07 MB/s
> 2950K .......... .... 100% 2.81 MB/s
>
> 23:48:43 (1.15 MB/s) - `./install_flash_player_9_linux.tar.gz' saved
[3036127/3036127]
>
> Download done.
> md5sum mismatch install_flash_player_9_linux.tar.gz
> The Flash plugin is NOT installed.
> ----------------------------------------------------------------------------------
> Anyone I don't know what going on, but this states that flash player was
NOT installed... now the $64.00 question is what's broken konqueror kubuntu
or ?
>
> What new steps does one have to take to INSTALL flashplayer into
Konqueror ???
>
> Thanks in Advances !!
> Richard
>
I asked the same question a couple of weeks back. Apparently it's because
Adobe changed the package.
So now that I've been reminded about it, I'll ask a new question - does it
just need somebody to update the md5sum? If so, how long does it take? And
what does it take? Somebody to download the latest flash plugin and generate
a new md5sum? I could probably manage that myself, only I wouldn't know how
to install the update for everybody else to benefit.
Dave
--
Registered Linux user number 393408
I use and recommend the email service at 1 & 1
For domain registration, email and web hosting please visit:
http://oneandone.co.uk/xml/init?k_id=6389763
From bbales at cox.net Thu Jan 10 22:00:55 2008
From: bbales at cox.net (Bruce Bales)
Date: Thu, 10 Jan 2008 16:00:55 -0600
Subject: Lost sound and video input - kubuntu 7.10
In-Reply-To: <200801102141.19386.kubuntu-users@cpinkney.org.uk>
References: <200801101421.00259.bbales@cox.net>
<200801101527.17194.bbales@cox.net>
<200801102141.19386.kubuntu-users@cpinkney.org.uk>
Message-ID: <200801101600.55838.bbales@cox.net>
On Thursday 10 January 2008 15:41:19 Colin Pinkney wrote:
> On Thursday 10 Jan 2008, Bruce Bales wrote:
> > On Thursday 10 January 2008 14:40:53 Colin Pinkney wrote:
> > > groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(vid
> > >eo ), 46
> > > (plugdev),100(users),104(scanner),112(netdev),113(lpadmin),115(powerdev
> > >), 11 8 (admin)
> > >
> > > You need to be in the audio and video groups for all these audio/video
> > > applications to work and if they're missing when you enter the 'id'
> > > command then this is your problem.
> > >
> > > To correct it at the command line you can type a series of commands
> > > like this (assuming 'bruce' is your actual username):
> > >
> > > sudo adduser bruce audio
> > > sudo adduser bruce video
> > > ...
> > >
> > > Alternatively you can open the System Settings in KDE and click User
> > > Management, switch to Administrator Mode (bottom right) and modify your
> > > user account to include these groups as secondary groups.
> >
> > Yes, that did it. Thank you very much. I have been using linux for
> > almost nine years, exclusively for seven years and I have never heard of
> > secondary groups. I'll bet that ntp hasn't been working for the same
> > reason.
> >
> > Is there any danger in adding myself to any group that looks likely
> > in /etc/group ? I see mysql, geneweb, admin, saned. Would there be a
> > list somewhere?
> > bruce
>
> /etc/group is the complete list of user groups on your system AFAIK and
> also stored who belongs to which. However, you should use 'adduser' or the
> User Management screen in System Settings to modify which groups you are
> in.
>
> If you make your groups list match the ones I listed above (plus the group
> with the same name as your username) then everything on your system should
> in theory work ok.
>
> --
> Colin Pinkney
> http://www.cpinkney.org.uk
Thanks again, Colin. My education continues.
bruce
From malcolm.wanstall at cnh.com Thu Jan 10 22:06:17 2008
From: malcolm.wanstall at cnh.com (WANSTALL Malcolm)
Date: Fri, 11 Jan 2008 09:06:17 +1100
Subject: kubuntu-users Digest, Vol 36, Issue 43
In-Reply-To:
Message-ID: <975FA22BA8ECCE40A2972E6956434C640142B96E@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
James Heaver wrote:
>Kubuntu is here to make the transition from geek to human being. In
>this process the K's may or may not become a sticking point, but just
>becuase its a silly problem doesn't mean it won't scupper kubuntu
>being used by human beings.
>
>Human beings are strange illogical creatures that should never be
>underestimated.
I can't begin to say how much I completely agree with this attitude!
This captures the original intent of my post, written about 1000 times
more eloquently that I could've! :D It's one of the major things I
learnt throughout my (albeit short so far compared to some)
career...geeks go in search of great IT solutions, and find them
regardless of name/ugliness/...humans (for
the most part) don't.
-Mal
(Who is very sick of hot weather and envying all you Northern Hemisphere
folk!)
From kassube at gmx.net Thu Jan 10 22:09:45 2008
From: kassube at gmx.net (Nils Kassube)
Date: Thu, 10 Jan 2008 23:09:45 +0100
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
References:
<880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
Message-ID: <200801102309.45156.kassube@gmx.net>
Dotan Cohen wrote:
> You know, those who don't like viruses,
> infections, spyware, trojans, and adware. Hey, that could make a nice
> acronym.
Makes a nice advert too:
Nils
From stdin at stdin.me.uk Thu Jan 10 22:21:34 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Thu, 10 Jan 2008 22:21:34 +0000
Subject: Wine Failure bug report
In-Reply-To: <15610450.EIqmyVyifP@cedar.serverforest.com>
References: <4785A725.8090607@optusnet.com.au> <4785A8DE.7070505@stdin.me.uk>
<15610450.EIqmyVyifP@cedar.serverforest.com>
Message-ID: <47869A6E.6090802@stdin.me.uk>
Derek Broughton wrote:
> Terence Simpson wrote:
>
>
>> Clark wrote:
>>
>>> Content of Wine bug file, many lines of (no debugging symbols found)
>>> have been deleted (Clark):
>>> (no debugging symbols found)
>>>
> ...
>
>> Also that backtrace is completely useless so it's not worth including it.
>>
>
> I beg to differ. Perhaps you know Wine well enough to be certain, but I've
> diagnosed many errors from programs compiled without debugging information.
> When you get right down to it, this one failed in:
>
>
>>> #16 0xb6641050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
>>>
>
> which is sometimes all you need to know.
>
>
All that line says is something in main() failed. Which would always
happen when the application crashes.
From darryl.tidd at daaokc.com Thu Jan 10 22:34:12 2008
From: darryl.tidd at daaokc.com (Darryl Tidd)
Date: Thu, 10 Jan 2008 16:34:12 -0600
Subject: Flash installer Broken (K)ubuntu 7.10
In-Reply-To: <200801101623.44020.cms0009@gmail.com>
References: <200801101623.44020.cms0009@gmail.com>
Message-ID: <1200004452.5949.10.camel@ubuntu-server>
On Thu, 2008-01-10 at 16:23 -0500, Richard wrote:
> Well, I did un/install flashplugin-nonfree several times, and still
> can't get Konqueror to see flashplayer, the last time I did the
> install threw the terminal and found this:
>
> sudo apt-get install flashplugin-nonfree
>
> [sudo] password for rn:
>
> Reading package lists... Done
>
> Building dependency tree
>
> Reading state information... Done
>
> Suggested packages:
>
> firefox ttf-xfree86-nonfree xfs
>
> The following NEW packages will be installed:
>
> flashplugin-nonfree
>
> 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
>
> Need to get 18.1kB of archives.
>
> After unpacking 160kB of additional disk space will be used.
>
> Get:1 http://us.archive.ubuntu.com gutsy/multiverse
> flashplugin-nonfree 9.0.48.0.2+really0ubuntu12 [18.1kB]
>
> Fetched 18.1kB in 0s (34.2kB/s)
>
> Preconfiguring packages ...
>
> Selecting previously deselected package flashplugin-nonfree.
>
> (Reading database ... 86429 files and directories currently
> installed.)
>
> Unpacking flashplugin-nonfree (from .../flashplugin-nonfree_9.0.48.0.2
> +really0ubuntu12_i386.deb) ...
>
> Setting up flashplugin-nonfree (9.0.48.0.2+really0ubuntu12) ...
>
> Downloading...
>
> --23:48:41-- http://fpdownload.macromedia.com/get...9_linux.tar.gz
>
> => `./install_flash_player_9_linux.tar.gz'
>
> Resolving fpdownload.macromedia.com... 72.246.126.70
>
> Connecting to fpdownload.macromedia.com|72.246.126.70|:80...
> connected.
>
> HTTP request sent, awaiting response... 200 OK
>
> Length: 3,036,127 (2.9M) [application/x-gzip]
>
> 0K .......... .......... .......... .......... .......... 1% 316.34
> KB/s
>
> 50K .......... .......... .......... .......... .......... 3% 810.06
> KB/s
>
> 100K .......... .......... .......... .......... .......... 5% 1.15
> MB/s
>
> 150K .......... .......... .......... .......... .......... 6% 1.20
> MB/s
>
> 200K .......... .......... .......... .......... .......... 8% 1.42
> MB/s
>
> 250K .......... .......... .......... .......... .......... 10% 1.27
> MB/s
>
> 300K .......... .......... .......... .......... .......... 11% 1.18
> MB/s
>
> 350K .......... .......... .......... .......... .......... 13% 1.38
> MB/s
>
> 400K .......... .......... .......... .......... .......... 15% 1.14
> MB/s
>
> 450K .......... .......... .......... .......... .......... 16% 1.21
> MB/s
>
> 500K .......... .......... .......... .......... .......... 18% 1.64
> MB/s
>
> 550K .......... .......... .......... .......... .......... 20% 1.03
> MB/s
>
> 600K .......... .......... .......... .......... .......... 21% 1.42
> MB/s
>
> 650K .......... .......... .......... .......... .......... 23% 1.08
> MB/s
>
> 700K .......... .......... .......... .......... .......... 25% 986.93
> KB/s
>
> 750K .......... .......... .......... .......... .......... 26% 1.97
> MB/s
>
> 800K .......... .......... .......... .......... .......... 28% 964.30
> KB/s
>
> 850K .......... .......... .......... .......... .......... 30%
> 1022.82 KB/s
>
> 900K .......... .......... .......... .......... .......... 32% 1.67
> MB/s
>
> 950K .......... .......... .......... .......... .......... 33% 1.22
> MB/s
>
> 1000K .......... .......... .......... .......... .......... 35% 1.40
> MB/s
>
> 1050K .......... .......... .......... .......... .......... 37% 1.13
> MB/s
>
> 1100K .......... .......... .......... .......... .......... 38% 1.15
> MB/s
>
> 1150K .......... .......... .......... .......... .......... 40% 1.55
> MB/s
>
> 1200K .......... .......... .......... .......... .......... 42% 1.15
> MB/s
>
> 1250K .......... .......... .......... .......... .......... 43% 1.02
> MB/s
>
> 1300K .......... .......... .......... .......... .......... 45% 1.72
> MB/s
>
> 1350K .......... .......... .......... .......... .......... 47%
> 880.82 KB/s
>
> 1400K .......... .......... .......... .......... .......... 48% 1.11
> MB/s
>
> 1450K .......... .......... .......... .......... .......... 50%
> 970.51 KB/s
>
> 1500K .......... .......... .......... .......... .......... 52% 1.81
> MB/s
>
> 1550K .......... .......... .......... .......... .......... 53% 1.02
> MB/s
>
> 1600K .......... .......... .......... .......... .......... 55% 1.92
> MB/s
>
> 1650K .......... .......... .......... .......... .......... 57%
> 977.13 KB/s
>
> 1700K .......... .......... .......... .......... .......... 59% 1.18
> MB/s
>
> 1750K .......... .......... .......... .......... .......... 60% 1.56
> MB/s
>
> 1800K .......... .......... .......... .......... .......... 62% 1.04
> MB/s
>
> 1850K .......... .......... .......... .......... .......... 64% 1.09
> MB/s
>
> 1900K .......... .......... .......... .......... .......... 65% 1.84
> MB/s
>
> 1950K .......... .......... .......... .......... .......... 67%
> 986.86 KB/s
>
> 2000K .......... .......... .......... .......... .......... 69% 1.22
> MB/s
>
> 2050K .......... .......... .......... .......... .......... 70% 1.41
> MB/s
>
> 2100K .......... .......... .......... .......... .......... 72% 1.16
> MB/s
>
> 2150K .......... .......... .......... .......... .......... 74% 1.09
> MB/s
>
> 2200K .......... .......... .......... .......... .......... 75% 1.62
> MB/s
>
> 2250K .......... .......... .......... .......... .......... 77% 1.17
> MB/s
>
> 2300K .......... .......... .......... .......... .......... 79%
> 954.51 KB/s
>
> 2350K .......... .......... .......... .......... .......... 80% 2.03
> MB/s
>
> 2400K .......... .......... .......... .......... .......... 82%
> 993.00 KB/s
>
> 2450K .......... .......... .......... .......... .......... 84% 1.14
> MB/s
>
> 2500K .......... .......... .......... .......... .......... 86% 1.48
> MB/s
>
> 2550K .......... .......... .......... .......... .......... 87% 1.13
> MB/s
>
> 2600K .......... .......... .......... .......... .......... 89% 1.13
> MB/s
>
> 2650K .......... .......... .......... .......... .......... 91% 1.35
> MB/s
>
> 2700K .......... .......... .......... .......... .......... 92% 1.35
> MB/s
>
> 2750K .......... .......... .......... .......... .......... 94% 1.22
> MB/s
>
> 2800K .......... .......... .......... .......... .......... 96% 1.04
> MB/s
>
> 2850K .......... .......... .......... .......... .......... 97% 1.54
> MB/s
>
> 2900K .......... .......... .......... .......... .......... 99% 1.07
> MB/s
>
> 2950K .......... .... 100% 2.81 MB/s
>
> 23:48:43 (1.15 MB/s) - `./install_flash_player_9_linux.tar.gz' saved
> [3036127/3036127]
>
> Download done.
>
> md5sum mismatch install_flash_player_9_linux.tar.gz
>
> The Flash plugin is NOT installed.
>
> ----------------------------------------------------------------------------------
>
> Anyone I don't know what going on, but this states that flash player
> was NOT installed... now the $64.00 question is what's broken
> konqueror kubuntu or ?
>
> What new steps does one have to take to INSTALL flashplayer into
> Konqueror ???
>
> Thanks in Advances !!
>
> Richard
>
I ran into the same problem on ubuntu 7.10 same md5sum mismatch message.
I went to the Adobe site and downloaded from there. worked fine from
there.
Darryl
From donn.ingle at gmail.com Fri Jan 11 01:41:53 2008
From: donn.ingle at gmail.com (Donn)
Date: Fri, 11 Jan 2008 03:41:53 +0200
Subject: Icon size redux
Message-ID: <200801110341.53510.donn.ingle@gmail.com>
Here's a poser:
I have made the inode setting that tells Konqueror to use "detailed list view"
by default and for the most part it's working, but ... when one returns from
a web-page to a folder (in the same page) the big icon size is always chosen.
I mean, go to a web url, then press the Home button (to go to one's home
folder) and the icons all display as large icons, not the default view I
prefer.
I hope there's a quick setting for this one too!
\d
--
Fonty Python and other dev news at:
http://otherwiseingle.blogspot.com/
From bilwalsh at swbell.net Fri Jan 11 01:44:14 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Thu, 10 Jan 2008 19:44:14 -0600
Subject: Floppy still no go
In-Reply-To: <200801102023.15278.donn.ingle@gmail.com>
References: <477CBF75.4060706@optusnet.com.au> <477DDEDD.5090002@optusnet.com.au> <4785602B.8060305@optusnet.com.au>
<200801102023.15278.donn.ingle@gmail.com>
Message-ID: <4786C9EE.1010803@swbell.net>
Donn wrote:
>> I have installed Kfloppy but still can't find my floppy drive?
>>
> At the risk of being slapped - have you tried the front panel on your
> computer :D
>
> \d
>
>
Me thinks you need a bit more than a slap for that one.
*<[:o)(o:]>**<[:o)(o:]>*
From bilwalsh at swbell.net Fri Jan 11 02:22:54 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Thu, 10 Jan 2008 20:22:54 -0600
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com> <880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com> <880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com> <6211877.A5KuGOeaE7@cedar.serverforest.com>
<880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
Message-ID: <4786D2FE.3020906@swbell.net>
On 01/10/2008 Dotan Cohen wrote:
> On 10/01/2008, Martin Walshe wrote:
> > >
> > >
> > > On Jan 10, 2008 4:17 PM, Derek Broughton
> wrote:
> >> > >
> >>>> > > >> If you want the normal why are you on a linux distro?
> >> > >
> >> > > That's lowering the argument to name calling.
> >> > >
> >> > >
> >> > >
> > >
> > > Sorry i phrased that badly.
> > > What i was getting at is if people are unwilling to accept change
> then they
> > > should stick to the normal that they are used to be that windows
> or mac. My
> > > problem with this topic is i feel that the person merely used the
> > > applications names as an excuse to hide an unwillingness to
> change from
> > > their preferred windows environment
> > >
> > > Marty
> > >
>
> Marty, these are people who asked me to install Linux for them, not
> people that I recruited. You know, those who don't like viruses,
> infections, spyware, trojans, and adware. Hey, that could make a nice
> acronym.
>
> Dotan Cohen
Dotan, that's REALLY bad. *<[:oD
From d.mcglone at att.net Fri Jan 11 03:15:11 2008
From: d.mcglone at att.net (David McGlone)
Date: Thu, 10 Jan 2008 22:15:11 -0500
Subject: Organizing Shares
Message-ID: <200801102215.11873.d.mcglone@att.net>
Hi all, I have a configuration question. I want to know how everybody else
manages their remote shares. For the longest time I have edited fstab to
mount my shares in /media, but I am wondering if it's easier to just use
the "samba shares" folder in "remote places".
Matter of fact I would actually prefer to use it in this way, because it is so
much easier for, I don't have to fool around with fstab on newly installed
systems.
My question is; is it possible to put those shares in a place that is more
accessible? like on the desktop or kicker instead of having to go to remote
places->samba shares?
The reason this came up is because I decided to upgrade my laptop to 7.10 and
I went with a fresh install and I'm so surprised at how far kubuntu has come
for me in terms of hardware. What I mean is that _finally_ my wireless
broadcom card was almost a _snap_ to set up. I was happy that the driver was
in the "restricted" drivers and I didn't have to install ndiswrapper and all
that crap.
BUT.... Don't get your hopes up. ;-) My complaint is that the driver was on
the repositories, Ah Darn, how am I gonna access the internet with no working
connection, unless of course I hard wire my laptop to my router, which wasn't
that bad of a thing, but still I think I made my point.. LOL
Maybe, just maybe in the future kubuntu could put it on the disk. I don't know
much about copyright issues et cetera, but come on it's a no brainer. It's
like taking a 4 foot kid in a candy store and give him money to buy candy
from a 10 foot shelve. :-)
--
David M.
From michael.mcintyre at rosegardenmusic.com Fri Jan 11 03:25:20 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Thu, 10 Jan 2008 22:25:20 -0500
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
Message-ID: <200801102225.20866.michael.mcintyre@rosegardenmusic.com>
> If they won't use my stuff because they don't like the name, then they
> won't use my stuff until I change this and that and the other too. People
> like that are never happy, and it is a waste of time bothering with them.
>
> Good riddance.
After reflecting on this at work all day, I want to add that I'm certainly
open to suggestions, but there is a large measure of meeting somewhere in the
middle to this. I'm railing against the sort of people who will stop at
nothing less than demanding that you duplicate some commercial app feature
for feature, menu for menu, and who aren't willing to concede anything for
all the effort you've put in to get as far as you have, which might not be as
far as you wanted to get, but was the best you could do, dammit.
Writing this crap is really hard, you know. A lot of the people doing
development work are professional software engineers by day, but then there
are also a lot of people like me out here. I'm a truck driver with a BA in
foreign languages. My last formal programming class was on an Apple IIe, and
was probably based on Apple Pascal.
It's very, very difficult for me to write code and work on modern, GUI-based,
object-oriented software, and I do it out of love, even though everyone tells
me I'm stupid for pissing away so much time in pursuit of something for which
there is so little money that it would make a lot more sense to spend the
time working at Burger King instead, if I wanted some reason not to spend
time with my wife and kids.
Then people come in and piss and moan to the end of the earth over something
as trivial as a name. A name! Who gives a rat's ass what the damn thing is
called, as long as it works?!
It just hit a nerve in principle, even though nobody was actually pissing or
moaning about Rosegarden's name. It's the kind of thing that makes me want
to say the hell with everything, and give up.
But then who would work on Rosegarden? I have only written maybe 7% of it,
but my 7% mattered. The whole love thing. Damn. I think you have to be
certifiably insane to do this kind of thing for a hobby.
--
D. Michael McIntyre
From cms0009 at gmail.com Fri Jan 11 05:07:58 2008
From: cms0009 at gmail.com (Richard)
Date: Fri, 11 Jan 2008 00:07:58 -0500
Subject: Flash installer Broken (K)ubuntu 7.10
In-Reply-To: <1200004452.5949.10.camel@ubuntu-server>
References: <200801101623.44020.cms0009@gmail.com>
<1200004452.5949.10.camel@ubuntu-server>
Message-ID: <200801110007.58330.cms0009@gmail.com>
On Thursday 10 January 2008 5:34:12 pm Darryl Tidd wrote:
> >
> > 2900K .......... .......... .......... .......... .......... 99% 1.07
> > MB/s
> >
> > 2950K .......... .... 100% 2.81 MB/s
> >
> > 23:48:43 (1.15 MB/s) - `./install_flash_player_9_linux.tar.gz' saved
> > [3036127/3036127]
> >
> > Download done.
> >
> > md5sum mismatch install_flash_player_9_linux.tar.gz
> >
> > The Flash plugin is NOT installed.
> >
> > -------------------------------------------------------------------------
> >---------
> >
> > Anyone I don't know what going on, but this states that flash player
> > was NOT installed... now the $64.00 question is what's broken
> > konqueror kubuntu or ?
> >
> > What new steps does one have to take to INSTALL flashplayer into
> > Konqueror ???
> >
> > Thanks in Advances !!
> >
> > Richard
>
> I ran into the same problem on ubuntu 7.10 same md5sum mismatch message.
> I went to the Adobe site and downloaded from there. worked fine from
> there.
> Darryl
Sorry, it did not for me... infact, allot of people post varies websites,
to download the latest version, okay, no-problem..At least they install
correctly.. However, THEY All Crash Konqueror (going to youtube or veoh)
I went to adobe site, and downloaded theres... NOPE. Crash and BURN.
There something wrong with .115 version plugin.
this would be my 18th time installing flash... funning running 7.04
I install flash first shot.
Regards-
Richard
From donn.ingle at gmail.com Fri Jan 11 06:38:45 2008
From: donn.ingle at gmail.com (Donn)
Date: Fri, 11 Jan 2008 08:38:45 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <200801102225.20866.michael.mcintyre@rosegardenmusic.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
<200801102225.20866.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801110838.46050.donn.ingle@gmail.com>
> Writing this crap is really hard, you know.
Amen. And I don't even get past the Python level!
> Then people come in and piss and moan to the end of the earth over
> something as trivial as a name. A name! Who gives a rat's ass what the
> damn thing is called, as long as it works?!
Hear-hear.
It only dawned on me a few years *after* switching to Kubuntu that the
entirety of this thing called Gnu/Linux is written by ordinary Joe's who get
no special thanks or profit out of it. I would also moan about how casual it
was, how much duplication of work there seemed to be, how many bugs, how much
was missing, blah, blah, blah...
There are exceptions, like Linus (who only profited after all his hard work
and by way of thanks, which was nice), but largely it's just work done for
the love of it, because we can, because we feel we can contribute.
When seen that way, Gnu/Linux is a real testament to altruism. It's proof
that people can work together in the face of many threats and
despite 'public' opinion and accepted facts of what's possible.
> Damn. I think you have to be
> certifiably insane to do this kind of thing for a hobby.
That or you just can't sleep when that damn routine's not working :D
\d
From o.sinclair at gmail.com Fri Jan 11 07:03:20 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Fri, 11 Jan 2008 09:03:20 +0200
Subject: Access
In-Reply-To: <200801101257.36444.mlsoft@videotron.ca>
References: <47854F81.3020900@gmail.com>
<478638AF.8010208@gmail.com> <20080110160423.f2eff6f8.neil@holsdev.vispa.com>
<200801101257.36444.mlsoft@videotron.ca>
Message-ID: <478714B8.8010209@gmail.com>
Martin Laberge wrote:
> On January 10, 2008 11:04:23 Neil Winchurst wrote:
>> On Thu, 10 Jan 2008 17:24:31 +0200
>> "O. Sinclair" wrote:
>>> I think SQLite might be what you are looking for but with what front-end
>>> I don't know. Gambas?
>>>
>>> Sinclair
>>>
>> Yes, I have looked at that. But that is one of the points that I was
>> making. I am talking about an all-in-one, everything-included
>> program in the style of Access and Paradox, a so called monolithic
>> program.
>>
>> You suggest SQLite, but then I must look for a front-end
>> program. I am talking about a program which would already include
>> tables, forms, queries, reports etc all in the one package. No need to
>> look for a front-end or anything else. This kind of program is still
>> missing in Linux, as far as I know.
>>
>> Neil Winchurst
>>
>
> All applications include a frontend and a backend.
>
> Wathever you call them, they procees as such.
>
> the frontend and the backend, do not need to be linked
> together to consist of ONE Application.
>
> Many windows applications includes many dll
> and are called monolythic apps.
>
> Are you referrign to an application with one EXEcutable
> and a thousand unknown references?
>
> Or an application using many known references ?
>
> Or wathever it is ??
>
> Kexi with Sqlite, is the monolythic way,
> Kexi with Mysql, is the distributed way
>
Still in the subject I notice that in my repos Kexis has an mdb-plugin
and some sort of migrator för Access databases. More and more interesting.
Sinclair
From o.sinclair at gmail.com Fri Jan 11 06:59:10 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Fri, 11 Jan 2008 08:59:10 +0200
Subject: Access
In-Reply-To: <200801101257.36444.mlsoft@videotron.ca>
References: <47854F81.3020900@gmail.com>
<478638AF.8010208@gmail.com> <20080110160423.f2eff6f8.neil@holsdev.vispa.com>
<200801101257.36444.mlsoft@videotron.ca>
Message-ID: <478713BE.4020503@gmail.com>
Martin Laberge wrote:
> On January 10, 2008 11:04:23 Neil Winchurst wrote:
>> On Thu, 10 Jan 2008 17:24:31 +0200
>> "O. Sinclair" wrote:
>>> I think SQLite might be what you are looking for but with what front-end
>>> I don't know. Gambas?
>>>
>>> Sinclair
>>>
>> Yes, I have looked at that. But that is one of the points that I was
>> making. I am talking about an all-in-one, everything-included
>> program in the style of Access and Paradox, a so called monolithic
>> program.
>>
>> You suggest SQLite, but then I must look for a front-end
>> program. I am talking about a program which would already include
>> tables, forms, queries, reports etc all in the one package. No need to
>> look for a front-end or anything else. This kind of program is still
>> missing in Linux, as far as I know.
>>
>> Neil Winchurst
>>
>
> All applications include a frontend and a backend.
>
> Wathever you call them, they procees as such.
>
> the frontend and the backend, do not need to be linked
> together to consist of ONE Application.
>
> Many windows applications includes many dll
> and are called monolythic apps.
>
> Are you referrign to an application with one EXEcutable
> and a thousand unknown references?
>
> Or an application using many known references ?
>
> Or wathever it is ??
>
> Kexi with Sqlite, is the monolythic way,
> Kexi with Mysql, is the distributed way
>
> Choose the one you need, and let us use the other,
> if I or someone else think the other way is the better.
>
> Anyway, you end up with a monolithic app, with many options.
>
> And the user wont care of the way, if it is useable, simple, and clean.
>
I think Kexi might be what you are looking for, this is from the Kexi FAQ:
" Q1.2: How to use database servers with Kexi?
A1.2: First, note that you do not need to use database servers at
all - you can use file-based builtin database server built into Kexi
(SQLite-based, very much like MS Access, but a bit more robust).
If you want database servers, PostgreSQL and MySQL are supported.
Create a new blank database project on server using Kexi's startup
dialogs. Kexi will ask you to define connection data with connection
dialog and select database name, so you will be able to just pick this
predefined connection later. You can also use command line options to
create and drop database projects. Also read here (october 2004)."
I think I might try it out myself, I have "almost live" data in a
interbase database from the windows-side I would like to build an app for.
Sinclair
From neil at holsdev.vispa.com Fri Jan 11 09:11:22 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Fri, 11 Jan 2008 09:11:22 +0000
Subject: Access
In-Reply-To: <478713BE.4020503@gmail.com>
References: <47854F81.3020900@gmail.com> <478638AF.8010208@gmail.com>
<20080110160423.f2eff6f8.neil@holsdev.vispa.com>
<200801101257.36444.mlsoft@videotron.ca>
<478713BE.4020503@gmail.com>
Message-ID: <20080111091122.87d983c5.neil@holsdev.vispa.com>
On Fri, 11 Jan 2008 08:59:10 +0200
"O. Sinclair" wrote:
> I think Kexi might be what you are looking for, this is from the Kexi FAQ:
> " Q1.2: How to use database servers with Kexi?
> A1.2: First, note that you do not need to use database servers at
> all - you can use file-based builtin database server built into Kexi
> (SQLite-based, very much like MS Access, but a bit more robust).
> If you want database servers, PostgreSQL and MySQL are supported.
> Create a new blank database project on server using Kexi's startup
> dialogs. Kexi will ask you to define connection data with connection
> dialog and select database name, so you will be able to just pick this
> predefined connection later. You can also use command line options to
> create and drop database projects. Also read here (october 2004)."
>
> I think I might try it out myself, I have "almost live" data in a
> interbase database from the windows-side I would like to build an app for.
>
> Sinclair
>
Thanks for that and for all the other answers received. It does look as
though kexi is going to be the nearest one to what I am looking for. I
will look at it more closely. At the moment I am using Edgy which is
getting a bit old, so my version of kexi is also old. I expect to move
to Hardy in April which should have more up to date versions of
programs, and is the next LTS version I understand.
Thanks again
Neil Winchurst
From j_e_n_pub at yahoo.dk Fri Jan 11 10:12:45 2008
From: j_e_n_pub at yahoo.dk (Johnny Ernst Nielsen)
Date: Fri, 11 Jan 2008 11:12:45 +0100
Subject: Access
In-Reply-To: <20080111091122.87d983c5.neil@holsdev.vispa.com>
References: <47854F81.3020900@gmail.com> <478713BE.4020503@gmail.com>
<20080111091122.87d983c5.neil@holsdev.vispa.com>
Message-ID: <200801111112.45687.j_e_n_pub@yahoo.dk>
fredag den 11. Januar 2008 kvad Neil Winchurst:
> At the moment I am using Edgy which is getting a bit old, so my
> version of kexi is also old. I expect to move to Hardy in April
> which should have more up to date versions of programs, and is the
> next LTS version I understand.
Kubuntu 8.4 (Hardy) will _not_ have LTS, because of the big transition
to KDE 4.0
If you want a newer kexi, you could consider kubuntu 7.10, with the
stable KDE 3.5.8.
This will be supported until april 2009.
Best regards :o)
Johnny :o)
From o.sinclair at gmail.com Fri Jan 11 10:35:47 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Fri, 11 Jan 2008 12:35:47 +0200
Subject: Access
In-Reply-To: <200801111112.45687.j_e_n_pub@yahoo.dk>
References: <47854F81.3020900@gmail.com>
<478713BE.4020503@gmail.com> <20080111091122.87d983c5.neil@holsdev.vispa.com>
<200801111112.45687.j_e_n_pub@yahoo.dk>
Message-ID: <47874683.8000703@gmail.com>
Johnny Ernst Nielsen wrote:
> fredag den 11. Januar 2008 kvad Neil Winchurst:
>> At the moment I am using Edgy which is getting a bit old, so my
>> version of kexi is also old. I expect to move to Hardy in April
>> which should have more up to date versions of programs, and is the
>> next LTS version I understand.
>
> Kubuntu 8.4 (Hardy) will _not_ have LTS, because of the big transition
> to KDE 4.0
>
Really? As I understood it 8.04 will be LTS but with KDE 3.5.something
and not KDE4. KDE4 only available as an optional download.
Sinclair
From cpmcc at optusnet.com.au Fri Jan 11 11:49:50 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Fri, 11 Jan 2008 22:49:50 +1100
Subject: Floppy Is Solved (steam from ears)
In-Reply-To: <478726A1.1050007@optusnet.com.au>
References: <477CBF75.4060706@optusnet.com.au>
<477DDEDD.5090002@optusnet.com.au>
<4785602B.8060305@optusnet.com.au>
<200801102023.15278.donn.ingle@gmail.com>
<478726A1.1050007@optusnet.com.au>
Message-ID: <478757DE.2050603@optusnet.com.au>
Places I have tried:
Presumably you mean by "Front Panel" :
Control Centre - Control centre; peripherals; storage media; medium
types - All Mime Types (selected)
System Menu - Media Dolphin
Or possibly System Settings Advanced - Disk and File Systems
As a long shot I went in through Konqueror Media
I thought I was on to something when I found Kb Device Database but that
was yet another blind alley
Still no trace of a floppy Icon in any of the above only the hard drive,
and or a CD Icon if there was a Disk inserted.
I have checked the startup (black and white) page and the floppy is
listed as 1.44 Meg, I further proved it is being registered by the
system by leaving a floppy disk in the drive and the standard message
comes up "non system disk please remove and hit any key"
I have left messages in Launch, been to the Wiki, tried every Help page
I can find.
I haven't worked out how to do a search yet but I'm working on it.
If there are any other little (possibly amusing) hidey holes that are
hidden away in Kubuntu called "Front Panel" perhaps; I would really
appreciate it if someone would tell me where they are so I can get
access to the floppy. I am not trying to waste anyones' time,
particularly my own. Perhaps I've missed the front panel, who knows but
there is no floppy to be found.
BUT WAIT ALL OF THE ABOVE IS REDUNDANT!!!
I FOUND THE OBVIOUS (CUNNINGLY CONCEALED) IN FRONT OF MY NOSE - THE BEST
OF ALL PLACES TO HIDE SOMETHING - I CAN SMELL THE FISH AND TO ME IT'S A
BIT OFF, THERE HAS TO BE A REASON FOR LEAVING THE FLOPPY OUT BUT ITS
BEYOND ME.
I don't know how much of your time would have been saved by the simple
words "pull down menu on desktop - New - Link to device - Floppy Device;
but I do know that I would have saved a great deal of my time over the
last 12 days - may be of some value in future. Perhaps I'm expecting
too much from a HELP and USER discussion group we all need a laugh. By
the way is there some Priestly reason for leaving the floppy disk out of
the auto initialisation in the first place, I'm curious anyone know?
I trust my frustration provided some humour for all, and I promise to
approach this Help and User discussion group circumspectly and with due
reverence in future. Much reading to do on Wine and or Partitions
before asking any other questions here.
Cheers,
Clark.
Donn wrote:
> I have installed Kfloppy but still can't find my floppy drive?
>
At the risk of being slapped - have you tried the front panel on your
computer :D
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From stdin at stdin.me.uk Fri Jan 11 11:52:08 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 11:52:08 +0000
Subject: KDE 4.0.0!
Message-ID: <47875868.9020804@stdin.me.uk>
Yes, it's finally here and ready to install :)
For instructions see
RocK on!
Terence
From donn.ingle at gmail.com Fri Jan 11 12:08:39 2008
From: donn.ingle at gmail.com (Donn)
Date: Fri, 11 Jan 2008 14:08:39 +0200
Subject: Floppy Is Solved (steam from ears)
In-Reply-To: <478757DE.2050603@optusnet.com.au>
References: <477CBF75.4060706@optusnet.com.au>
<478726A1.1050007@optusnet.com.au>
<478757DE.2050603@optusnet.com.au>
Message-ID: <200801111408.40029.donn.ingle@gmail.com>
Clark,
> I don't know how much of your time would have been saved by the simple
> words "pull down menu on desktop - New - Link to device - Floppy Device;
That's news to me too. I did mention a few days ago that I was out of touch
with how floppy's work, so my last post was just a leg puller.
Well done on getting it to work.
> last 12 days - may be of some value in future. Perhaps I'm expecting
> too much from a HELP and USER discussion group we all need a laugh.
We can only do our best, I think we all stand around in a dark room called
Kubuntu holding our candles and torches trying to connect the cones of light,
but there's a lot of gaps in-between.
\d
--
Fonty Python and other dev news at:
http://otherwiseingle.blogspot.com/
From j_e_n_pub at yahoo.dk Fri Jan 11 11:54:49 2008
From: j_e_n_pub at yahoo.dk (Johnny Ernst Nielsen)
Date: Fri, 11 Jan 2008 12:54:49 +0100
Subject: Access
In-Reply-To: <47874683.8000703@gmail.com>
References: <47854F81.3020900@gmail.com>
<200801111112.45687.j_e_n_pub@yahoo.dk>
<47874683.8000703@gmail.com>
Message-ID: <200801111254.50016.j_e_n_pub@yahoo.dk>
fredag den 11. Januar 2008 kvad O. Sinclair:
> Johnny Ernst Nielsen wrote:
> > fredag den 11. Januar 2008 kvad Neil Winchurst:
> >> At the moment I am using Edgy which is getting a bit old, so my
> >> version of kexi is also old. I expect to move to Hardy in April
> >> which should have more up to date versions of programs, and is
> >> the next LTS version I understand.
> >
> > Kubuntu 8.4 (Hardy) will _not_ have LTS, because of the big
> > transition to KDE 4.0
>
> Really? As I understood it 8.04 will be LTS but with KDE
> 3.5.something and not KDE4. KDE4 only available as an optional
> download.
I wouldn't mind being proven wrong.
Of course I haven't got a link to the "official" explanation, from
which I got my understanding.
The point was something along the lines of this:
"We will not have enough developers for long term support of KDE 3,
since they all now move to KDE 4 development."
Has anyone got that link?
Best regards :o)
Johnny :o)
From o.sinclair at gmail.com Fri Jan 11 12:12:19 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Fri, 11 Jan 2008 14:12:19 +0200
Subject: Access
In-Reply-To: <200801111112.45687.j_e_n_pub@yahoo.dk>
References: <47854F81.3020900@gmail.com>
<478713BE.4020503@gmail.com> <20080111091122.87d983c5.neil@holsdev.vispa.com>
<200801111112.45687.j_e_n_pub@yahoo.dk>
Message-ID: <47875D23.9080200@gmail.com>
Johnny Ernst Nielsen wrote:
> fredag den 11. Januar 2008 kvad Neil Winchurst:
>> At the moment I am using Edgy which is getting a bit old, so my
>> version of kexi is also old. I expect to move to Hardy in April
>> which should have more up to date versions of programs, and is the
>> next LTS version I understand.
>
> Kubuntu 8.4 (Hardy) will _not_ have LTS, because of the big transition
> to KDE 4.0
>
> If you want a newer kexi, you could consider kubuntu 7.10, with the
> stable KDE 3.5.8.
> This will be supported until april 2009.
After some diggin around on the net I admit it seems you are right.
Kubuntu 8.04 "kde 3.5-flavor" will have 18 months support, 8.04 "kde
4.0-flavor" will get 6 months only.
Sinclair
From o.sinclair at gmail.com Fri Jan 11 12:12:56 2008
From: o.sinclair at gmail.com (O. Sinclair)
Date: Fri, 11 Jan 2008 14:12:56 +0200
Subject: Access
In-Reply-To: <200801111254.50016.j_e_n_pub@yahoo.dk>
References: <47854F81.3020900@gmail.com> <200801111112.45687.j_e_n_pub@yahoo.dk> <47874683.8000703@gmail.com>
<200801111254.50016.j_e_n_pub@yahoo.dk>
Message-ID: <47875D48.6000604@gmail.com>
Johnny Ernst Nielsen wrote:
> fredag den 11. Januar 2008 kvad O. Sinclair:
>> Johnny Ernst Nielsen wrote:
>>> fredag den 11. Januar 2008 kvad Neil Winchurst:
>>>> At the moment I am using Edgy which is getting a bit old, so my
>>>> version of kexi is also old. I expect to move to Hardy in April
>>>> which should have more up to date versions of programs, and is
>>>> the next LTS version I understand.
>>> Kubuntu 8.4 (Hardy) will _not_ have LTS, because of the big
>>> transition to KDE 4.0
>> Really? As I understood it 8.04 will be LTS but with KDE
>> 3.5.something and not KDE4. KDE4 only available as an optional
>> download.
>
> I wouldn't mind being proven wrong.
>
> Of course I haven't got a link to the "official" explanation, from
> which I got my understanding.
>
> The point was something along the lines of this:
>
> "We will not have enough developers for long term support of KDE 3,
> since they all now move to KDE 4 development."
>
> Has anyone got that link?
https://lists.ubuntu.com/archives/kubuntu-devel/2007-December/002066.html
Sinclair
From dotancohen at gmail.com Fri Jan 11 12:40:10 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 14:40:10 +0200
Subject: KDE Programs Naming Convention
In-Reply-To:
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
<880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
Message-ID: <880dece00801110440m6f80d4der78abc0eb5095f488@mail.gmail.com>
On 10/01/2008, Martin Walshe wrote:
> On Jan 10, 2008 8:46 PM, Dotan Cohen wrote:
> > Marty, these are people who asked me to install Linux for them, not
> > people that I recruited. You know, those who don't like viruses,
> > infections, spyware, trojans, and adware. Hey, that could make a nice
> > acronym.
>
> Then i cant see why something like a name can hold them back.
> One thing then if the names are such a problem could you/them suggest
> alternate appropriate names which are both descriptive and catchy and also
> dont violate any form of copy right.
>
I'll start to make an effort, and I will file my suggestion in
Bugzilla. I'll update the thread with the bug number, but that may be
a while off.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Fri Jan 11 12:42:05 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 14:42:05 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <1385408.YYuBWcAjUA@cedar.serverforest.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
<2515972.NGTNCSTCLC@cedar.serverforest.com>
<880dece00801101241x1cf27006s49bfd14f607c76c@mail.gmail.com>
<1385408.YYuBWcAjUA@cedar.serverforest.com>
Message-ID: <880dece00801110442q1ea0502by9cd6238c4c0eb010@mail.gmail.com>
On 10/01/2008, Derek Broughton wrote:
> Dotan Cohen wrote:
>
> > KDE names have merit (googlability, for instance) however for the
> > newbie they are a pain. There are workarounds (such as displaying the
> > description as well as the name) but they come at a price. The wife is
> > waiting, and I cannot elaborate fully, but I think that you get the
> > idea.
>
> Well, I really _don't_ get the idea. If you work from the menu, use the
> descriptions. If you work from the command line, you need to know the
> names. If you do both, it's worthwhile to put them both in the menu so
> that you can make the connection, but not really necessary.
>
> The Windows user doesn't even _know_ the name of the program they execute.
> When they open Word, they never find out that the program is named
> winword - so they have _no_ option to access it in the command line. KDE
> programs are better behaved and when I open a KDE program it will generally
> show me the program name in the title bar, and _always_ in the About. Word
> won't even show me that name in the About.
>
> I think what this really comes down to is a user complaint that being told
> the real name of the program is confusing.
That may be. I'll start making sure that the K menu has the
descriptions in place. I'll also make as much as a effort as possible
to document complains of this type, and to understand them more fully.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Fri Jan 11 12:43:41 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 14:43:41 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <200801102309.45156.kassube@gmx.net>
References:
<880dece00801101246g3febaf7eie4ed0de74c8ed4fb@mail.gmail.com>
<200801102309.45156.kassube@gmx.net>
Message-ID: <880dece00801110443u588a8024h3928c48e541ed6a0@mail.gmail.com>
On 11/01/2008, Nils Kassube wrote:
> Dotan Cohen wrote:
> > You know, those who don't like viruses,
> > infections, spyware, trojans, and adware. Hey, that could make a nice
> > acronym.
>
> Makes a nice advert too:
>
>
That is really nice! I'll be sure to print it and attach it to the
inevitable burned Vista CD's when they start showing up.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From kfulks at knology.net Fri Jan 11 13:04:24 2008
From: kfulks at knology.net (Kelly L. Fulks)
Date: Fri, 11 Jan 2008 07:04:24 -0600
Subject: KDE Programs Naming Convention
In-Reply-To: <200801090025.44094.nbensa@gmail.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<200801090025.44094.nbensa@gmail.com>
Message-ID: <47876958.8060900@knology.net>
Norberto Bensa wrote:
> WANSTALL Malcolm wrote:
>> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
>
>
> Winamp
> WinSCP
> winword
> winrar
> winmine
> win.com (yup... windows/system32 in winxp)
>
>
> c'mon, would you just configure your kde correctly and end this subject
> already or would you like me to start talking about
> iHaveAPattentForThatBeforeYou and iLLSueYou too?
>
>
> Regards,
> Norberto
>
Sorry to be replying to this so late and possibly stirring up a little
bit of it again. But I just received this via email and thought that I
would try to inject a little humor into the topic as we are seeming to
wrap it up.
However, I do think that there is relevance in the included quote.
----- begin quote of JOKE! -----
If Bud Abbott and Lou Costello were alive today, their infamous sketch,
"Who's on First?" might have turned out something like this:
COSTELLO CALLS TO BUY A COMPUTER FROM ABBOTT
ABBOTT: Super Duper computer store. Can I help you?
COSTELLO: Thanks. I'm setting up an office in my den and I'm thinking
about buying a computer.
ABBOTT: Mac?
COSTELLO: No, the name's Lou.
ABBOTT: Your computer?
COSTELLO: I don't own a computer. I want to buy one.
ABBOTT: Mac?
COSTELLO: I told you, my name's Lou.
ABBOTT: What about Windows?
COSTELLO: Why? Will it get stuffy in here?
ABBOTT: Do you want a computer with Windows?
COSTELLO: I don't know. What will I see when I look at the windows?
ABBOTT: Wallpaper.
COSTELLO: Never mind the windows. I need a computer and software.
ABBOTT: Software for Windows?
COSTELLO: No. On the computer! I need something I can use to write
proposals, track expenses and run my business. What do you have?
ABBOTT: Office.
COSTELLO: Yeah, for my office. Can you recommend anything?
ABBOTT: I just did.
COSTELLO: You just did what?
ABBOTT: Recommend something.
COSTELLO: You recommended something?
ABBOTT: Yes.
COSTELLO: For my office?
ABBOTT: Yes.
COSTELLO: OK, what did you recommend for my office?
ABBOTT: Office.
COSTELLO: Yes, for my office!
ABBOTT: I recommend Office with Windows.
COSTELLO: I already have an office with windows! OK, let's just say I'm
sitting at my computer and I want to type a proposal. What do I need?
ABBOTT: Word.
COSTELLO: What word?
ABBOTT: Word in Office.
COSTELLO: The only word in office is office.
ABBOTT: The Word in Office for Windows.
COSTELLO: Which word in office for windows?
ABBOTT: The Word you get when you click the blue "W".
COSTELLO: I'm going to click your blue "w" if you don't start with some
straight answers. What about financial bookkeeping? You have anything I
can track my money with?
ABBOTT: Money.
COSTELLO: That's right. What do you have?
ABBOTT: Money.
COSTELLO: I need money to track my money?
ABBOTT: It comes bundled with your computer.
COSTELLO: What's bundled with my computer?
ABBOTT: Money.
COSTELLO: Money comes with my computer?
ABBOTT: Yes. No extra charge.
COSTELLO: I get a bundle of money with my computer? How much?
ABBOTT: One copy.
COSTELLO: Isn't it illegal to copy money?
ABBOTT: Microsoft gave us a license to copy Money.
COSTELLO: They can give you a license to copy money?
ABBOTT: Why not? THEY OWN IT!
(A few days later)
ABBOTT: Super Duper computer store. Can I help you?
COSTELLO: How do I turn my computer off?
ABBOTT: Click on "START".............
----- end quote of JOKE! -----
--
Kelly L. Fulks
Home Account
near Huntsville, AL
From eprosoft at gmail.com Fri Jan 11 13:08:40 2008
From: eprosoft at gmail.com (Eduardo P. =?iso-8859-1?q?Rom=E1n?= O.)
Date: Fri, 11 Jan 2008 10:08:40 -0300
Subject: KDE 4.0.0!
In-Reply-To: <47875868.9020804@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk>
Message-ID: <200801111008.40648.eprosoft@gmail.com>
I do each step by always get the same error;
Can't install kdebase-kde4, becouse exist dependencies not matched.
El Friday 11 January 2008 08:52:08 Terence Simpson escribió:
> Yes, it's finally here and ready to install :)
> For instructions see
>
> RocK on!
>
> Terence
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From dotancohen at gmail.com Fri Jan 11 13:10:26 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 15:10:26 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <1388494.eQCrgulKqf@cedar.serverforest.com>
References:
<975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<880dece00801081646v3f1ac151h708e8b0a81f45dd4@mail.gmail.com>
<880dece00801091033v2d81f6e3uc9b6baa79d818e00@mail.gmail.com>
<6211877.A5KuGOeaE7@cedar.serverforest.com>
<880dece00801101244h54abd4dcn7988caabeca6481a@mail.gmail.com>
<1388494.eQCrgulKqf@cedar.serverforest.com>
Message-ID: <880dece00801110510s402be8c2hb7843147c2bf727a@mail.gmail.com>
On 10/01/2008, Derek Broughton wrote:
> > Like said, K3B specifically is not memorable.
>
> Perhaps it's a cultural thing - I've never had a problem since the first
> time I used it. Nobody else here seems to.
It might be. Are you American? From what I've seen, Americans
typically do not know the meanings of their own first and last names,
much less the names of their cities, rivers, and other objects. For
Americans, a name is often a bunch of meaningless letters, nothing
more. So obviously a program name is no more important than any other
name.
For most other cultures, names have meanings. My name is the name of a
valley near where I live. The name of my country (Israel) comes from a
biblical man who wrestled with god, and the name means just that.
Ubuntu means "unity", Firefox is a small bear, Kontact is what the
program helps me keep, and Konqueror competes with Explorers and
Navigators.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From dotancohen at gmail.com Fri Jan 11 13:12:37 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 15:12:37 +0200
Subject: KDE Programs Naming Convention
In-Reply-To: <200801102225.20866.michael.mcintyre@rosegardenmusic.com>
References: <975FA22BA8ECCE40A2972E6956434C640142B95B@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<20080109021527.8r0f0owtq8soss8w@mail.bensa.ar>
<880dece00801091057l7dd76d39i2969775f80e01ec4@mail.gmail.com>
<200801102225.20866.michael.mcintyre@rosegardenmusic.com>
Message-ID: <880dece00801110512n69300478k7804fcfbc5155457@mail.gmail.com>
On 11/01/2008, D. Michael McIntyre wrote:
> > If they won't use my stuff because they don't like the name, then they
> > won't use my stuff until I change this and that and the other too. People
> > like that are never happy, and it is a waste of time bothering with them.
> >
> > Good riddance.
>
> After reflecting on this at work all day, I want to add that I'm certainly
> open to suggestions, but there is a large measure of meeting somewhere in the
> middle to this. I'm railing against the sort of people who will stop at
> nothing less than demanding that you duplicate some commercial app feature
> for feature, menu for menu, and who aren't willing to concede anything for
> all the effort you've put in to get as far as you have, which might not be as
> far as you wanted to get, but was the best you could do, dammit.
That is what I'd expect from you. You are known for getting off your
ass and getting things done (got you into the Rosegarden CVS). I'm
rather known for that as well, though much less in the computer sense.
However, as I'm sure you know, most of the real world people do
_expect_ that a program will have a certain degree of functionality
and useability. They don't realize, until it is explained to them and
they see messages like this on a mailing list, that much of the work
is done by volunteers. In the beginning, I was floored when guys like
Dag or Larry Ewing would personally answer my questions on mailing
lists. Even now, the maintainer of gspca is helping me get my Philips
camera working in Ubuntu. Normal people expect that a program is
_ready_, and never expect interaction with a dev. Much less being one.
> Writing this crap is really hard, you know. A lot of the people doing
> development work are professional software engineers by day, but then there
> are also a lot of people like me out here. I'm a truck driver with a BA in
> foreign languages. My last formal programming class was on an Apple IIe, and
> was probably based on Apple Pascal.
I know it's hard, and so do the users. However, minimal useability
features that are not hard to implement are expected. Such as a useful
name.
> It's very, very difficult for me to write code and work on modern, GUI-based,
> object-oriented software, and I do it out of love, even though everyone tells
> me I'm stupid for pissing away so much time in pursuit of something for which
> there is so little money that it would make a lot more sense to spend the
> time working at Burger King instead, if I wanted some reason not to spend
> time with my wife and kids.
>
> Then people come in and piss and moan to the end of the earth over something
> as trivial as a name. A name! Who gives a rat's ass what the damn thing is
> called, as long as it works?!
The name is certainly not trivial. I just answered Derek on his idea
that the importance of a name may be a cultural thing, see that email.
> It just hit a nerve in principle, even though nobody was actually pissing or
> moaning about Rosegarden's name. It's the kind of thing that makes me want
> to say the hell with everything, and give up.
>
> But then who would work on Rosegarden? I have only written maybe 7% of it,
> but my 7% mattered. The whole love thing. Damn. I think you have to be
> certifiably insane to do this kind of thing for a hobby.
Warden!
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From eprosoft at gmail.com Fri Jan 11 13:13:50 2008
From: eprosoft at gmail.com (Eduardo P. =?iso-8859-1?q?Rom=E1n?= O.)
Date: Fri, 11 Jan 2008 10:13:50 -0300
Subject: KDE 4.0.0!
In-Reply-To: <200801111008.40648.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk>
<200801111008.40648.eprosoft@gmail.com>
Message-ID: <200801111013.50811.eprosoft@gmail.com>
Sorry
The package I can't install is kde4-core
El Friday 11 January 2008 10:08:40 Eduardo P. Román O. escribió:
> I do each step by always get the same error;
> Can't install kdebase-kde4, becouse exist dependencies not matched.
>
> El Friday 11 January 2008 08:52:08 Terence Simpson escribió:
> > Yes, it's finally here and ready to install :)
> > For instructions see
> >
> > RocK on!
> >
> > Terence
>
> --
> Saludos Cordiales
>
> Eduardo P. Román O.
> Ingeniero en informática
> User #298254 http://counter.li.org.
> Epro Software
>
> CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los
> archivos adjuntos es de carácter confidencial o privilegiada y está
> destinada al uso exclusivo del emisor y/o de la persona o entidad a quien
> va dirigida. Si usted no es el destinatario, cualquier almacenamiento,
> divulgación, distribución o copia de esta información está estrictamente
> prohibido y sancionado por la ley. Si recibió este mensaje por error, por
> favor infórmenos inmediatamente respondiendo este mismo mensaje y borre
> todos los archivos adjuntos. Gracias.
> CONFIDENTIAL NOTE: The information transmitted in this message and/or
> attachments is confidential and/or privileged and is intented only for use
> of the person or entity to whom it is addressed. If you are not the
> intended recipient, any retention,dissemination, distribution or copy of
> this information is strictly prohibited and sanctioned by law. If you
> received this messagge in error, please reply us this same message and
> delete this message and all attachments. Thank you.
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From news at pointerstop.ca Fri Jan 11 13:15:03 2008
From: news at pointerstop.ca (Derek Broughton)
Date: Fri, 11 Jan 2008 09:15:03 -0400
Subject: Wine Failure bug report
References: <4785A725.8090607@optusnet.com.au> <4785A8DE.7070505@stdin.me.uk>
<15610450.EIqmyVyifP@cedar.serverforest.com>
<47869A6E.6090802@stdin.me.uk>
Message-ID: <4924467.4VK7Au8Z5R@cedar.serverforest.com>
Terence Simpson wrote:
> Derek Broughton wrote:
>>
>> I beg to differ. Perhaps you know Wine well enough to be certain, but
>> I've diagnosed many errors from programs compiled without debugging
>> information. When you get right down to it, this one failed in:
>>
>>>> #16 0xb6641050 in __libc_start_main () from
>>>> #/lib/tls/i686/cmov/libc.so.6
>>
>> which is sometimes all you need to know.
>>
> All that line says is something in main() failed. Which would always
> happen when the application crashes.
You have missed some important data - what it says is that it failed in
libc6-i686. I've had programs do that that didn't fail if you purged
libc6-i686.
--
derek
From cms0009 at gmail.com Fri Jan 11 14:07:17 2008
From: cms0009 at gmail.com (Richard)
Date: Fri, 11 Jan 2008 09:07:17 -0500
Subject: Flash problem, found out (konqueror) users... NOT GOOD
Message-ID: <200801110907.17905.cms0009@gmail.com>
Well, after some having emails and searching found this:
( it would appear, someone needs to stop working on eye candy and fix konqueror or we are going to loses it as a excellent web browser.
===========================================================================
pulled from launchpad
============================================================================
Read Below
Apparent Problems with These Fixes
These problems are relevant to all of the supplied fixes. That is because all of these fixes are almost identical to each other, all employing Flash 9 Update 3. The fixes are only different packages or sometime just different locations from the same package.
The new version of Flash is incompatible with Konqueror because it requires XEmbed (Launchpad Bug# 174343). 9.0.48.0 is the last version of flash to support Konqueror in its current state.
The new version of Flash is only compatible with 9.50 Beta 2 of Opera (and later).
Some sites, including disney.com and nick.com do not load properly. It would be great if someone tests these sites with an older flash plugin and with Windows Flash Update 3.
On Launchpad Bug Comments, by selivanow
Quote:
Adobe updated the flash plugin. Due to their license, we must download and install their file. This breaks the Gutsy package. We have TWO choices:
1) Don't update the package and have a broken package that no-one can use (aside from the more technically minded)
2) Update the package and have a package that everyone can use, except for konqueror users.
It seems that because we have no control over Adobe, the ball is in konqueror's court and they need to patch. (If their users plan on using flash)
A third solution, if possible, would be to see if Adobe keeps older versions of flash available for download and update the package to pull that.
Indeed, Adobe does keep older version of Flash available for download. However, it is not feasible for end users. The only way is through this archive of flash 9 releases (over 65 MB in size), including installers for all supported platforms).
===================================================================================
Well there you go... I can almost hear my friend whom is a Vista users, saying... Hey! are you having problems viewing flash media on your (K)ubuntu Box... I Though Linux was better... >
Regards-
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From paulatgm at gmail.com Fri Jan 11 14:24:37 2008
From: paulatgm at gmail.com (Paul S)
Date: Fri, 11 Jan 2008 09:24:37 -0500
Subject: KDE 4.0.0!
In-Reply-To: <47875868.9020804@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk>
Message-ID: <47877C25.6030907@gmail.com>
Terence Simpson said the following on 01/11/2008 06:52 AM:
> Yes, it's finally here and ready to install :)
> For instructions see
It seems to also be in gutsy-backports now, as it has already started
downloading here.
regards,
From dotancohen at gmail.com Fri Jan 11 14:34:09 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 16:34:09 +0200
Subject: KDE 4.0.0!
In-Reply-To: <47875868.9020804@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk>
Message-ID: <880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
On 11/01/2008, Terence Simpson wrote:
> Yes, it's finally here and ready to install :)
> For instructions see
>
> RocK on!
>
> Terence
Please report back with installation issues and usage problems. I've
very excited, but I cannot play russian rulette with my laptop.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From eprosoft at gmail.com Fri Jan 11 14:58:17 2008
From: eprosoft at gmail.com (Eduardo P. =?iso-8859-1?q?Rom=E1n?= O.)
Date: Fri, 11 Jan 2008 11:58:17 -0300
Subject: KDE 4.0.0!
In-Reply-To: <47877C25.6030907@gmail.com>
References: <47875868.9020804@stdin.me.uk> <47877C25.6030907@gmail.com>
Message-ID: <200801111158.17944.eprosoft@gmail.com>
You Right men
How I should do for install;
With a apt-get install kde4 ????
El Friday 11 January 2008 11:24:37 Paul S escribió:
> Terence Simpson said the following on 01/11/2008 06:52 AM:
> > Yes, it's finally here and ready to install :)
> > For instructions see
>
> It seems to also be in gutsy-backports now, as it has already started
> downloading here.
>
> regards,
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From kubuntu at virta.be Fri Jan 11 15:04:33 2008
From: kubuntu at virta.be (Tom)
Date: Fri, 11 Jan 2008 16:04:33 +0100
Subject: KDE 4.0.0!
In-Reply-To: <880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
References: <47875868.9020804@stdin.me.uk>
<880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
Message-ID: <47878581.4060001@virta.be>
Dotan Cohen wrote:
> Please report back with installation issues and usage problems. I've
> very excited, but I cannot play russian rulette with my laptop.
I don't know if the KDE 4 that my standard Ubuntu Hardy brought
in this morning is the same thing, but if it is, I can be quite
short: it looks better than I expected, but it acts as unstable
as I was afraid it would. :) Just in fiddling around a bit with
the settings, I managed it to crash three, four times. Which is
when I logged out. :)
As far as the russian roulette thing goes: I don't see anything
to be afraid of. Settings are stored in .kde4 rather than .kde,
or if you're really worried, you could just create a test user?
Cheers,
Tom
--
np: Vromb - Superposition
From eprosoft at gmail.com Fri Jan 11 15:05:06 2008
From: eprosoft at gmail.com (Eduardo P. =?iso-8859-1?q?Rom=E1n?= O.)
Date: Fri, 11 Jan 2008 12:05:06 -0300
Subject: KDE 4.0.0!
In-Reply-To: <200801111158.17944.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk> <47877C25.6030907@gmail.com>
<200801111158.17944.eprosoft@gmail.com>
Message-ID: <200801111205.06178.eprosoft@gmail.com>
This is what I got;
root at epro-movil:/home/eroman# apt-get install kde4
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
E: No se pudo encontrar el paquete kde4 (in english Not found package kde4 )
root at epro-movil:/home/eroman#
What do you think is the right command ???
El Friday 11 January 2008 11:58:17 Eduardo P. Román O. escribió:
> You Right men
>
> How I should do for install;
> With a apt-get install kde4 ????
>
> El Friday 11 January 2008 11:24:37 Paul S escribió:
> > Terence Simpson said the following on 01/11/2008 06:52 AM:
> > > Yes, it's finally here and ready to install :)
> > > For instructions see
> >
> > It seems to also be in gutsy-backports now, as it has already started
> > downloading here.
> >
> > regards,
>
> --
> Saludos Cordiales
>
> Eduardo P. Román O.
> Ingeniero en informática
> User #298254 http://counter.li.org.
> Epro Software
>
> CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los
> archivos adjuntos es de carácter confidencial o privilegiada y está
> destinada al uso exclusivo del emisor y/o de la persona o entidad a quien
> va dirigida. Si usted no es el destinatario, cualquier almacenamiento,
> divulgación, distribución o copia de esta información está estrictamente
> prohibido y sancionado por la ley. Si recibió este mensaje por error, por
> favor infórmenos inmediatamente respondiendo este mismo mensaje y borre
> todos los archivos adjuntos. Gracias.
> CONFIDENTIAL NOTE: The information transmitted in this message and/or
> attachments is confidential and/or privileged and is intented only for use
> of the person or entity to whom it is addressed. If you are not the
> intended recipient, any retention,dissemination, distribution or copy of
> this information is strictly prohibited and sanctioned by law. If you
> received this messagge in error, please reply us this same message and
> delete this message and all attachments. Thank you.
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From plasticman3327 at gmail.com Fri Jan 11 15:06:06 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Fri, 11 Jan 2008 15:06:06 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111158.17944.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk> <47877C25.6030907@gmail.com>
<200801111158.17944.eprosoft@gmail.com>
Message-ID:
*deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main*
On Jan 11, 2008 2:58 PM, Eduardo P. Román O. wrote:
> You Right men
>
> How I should do for install;
> With a apt-get install kde4 ????
Hi,
First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy
main to /etc/apt/sources.list.
Run sudo apt-get update
Sudo apt-get upgrade
Sudo apt-get install kde4-core
Log out and then select kde4 from the log in menu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From plasticman3327 at gmail.com Fri Jan 11 15:06:57 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Fri, 11 Jan 2008 15:06:57 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111158.17944.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk> <47877C25.6030907@gmail.com>
<200801111158.17944.eprosoft@gmail.com>
Message-ID:
On Jan 11, 2008 2:58 PM, Eduardo P. Román O. wrote:
> You Right men
>
> How I should do for install;
> With a apt-get install kde4 ????
>
>
> El Friday 11 January 2008 11:24:37 Paul S escribió:
> > Terence Simpson said the following on 01/11/2008 06:52 AM:
> > > Yes, it's finally here and ready to install :)
> > > For instructions see
> >
> > It seems to also be in gutsy-backports now, as it has already started
> > downloading here.
> >
> > regards,
>
>
Also please dont top post, makes it harder to follow in the list.
Marty
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From gene.heskett at verizon.net Fri Jan 11 14:09:29 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Fri, 11 Jan 2008 09:09:29 -0500
Subject: KDE Programs Naming Convention
In-Reply-To: <47876958.8060900@knology.net>
References: <975FA22BA8ECCE40A2972E6956434C640142B832@s1cn1stmex01.cnh1.cnhgroup.cnh.com>
<200801090025.44094.nbensa@gmail.com> <47876958.8060900@knology.net>
Message-ID: <200801110909.30026.gene.heskett@verizon.net>
On Friday 11 January 2008, Kelly L. Fulks wrote:
>Norberto Bensa wrote:
>> WANSTALL Malcolm wrote:
>>> 2/ Things had stupid names (i.e. Kontact, Konquerer, Kolf etc...)
>>
>> Winamp
>> WinSCP
>> winword
>> winrar
>> winmine
>> win.com (yup... windows/system32 in winxp)
>>
>>
>> c'mon, would you just configure your kde correctly and end this subject
>> already or would you like me to start talking about
>> iHaveAPattentForThatBeforeYou and iLLSueYou too?
>>
>>
>> Regards,
>> Norberto
>
>Sorry to be replying to this so late and possibly stirring up a little
>bit of it again. But I just received this via email and thought that I
>would try to inject a little humor into the topic as we are seeming to
>wrap it up.
>
>However, I do think that there is relevance in the included quote.
>
>----- begin quote of JOKE! -----
>If Bud Abbott and Lou Costello were alive today, their infamous sketch,
>"Who's on First?" might have turned out something like this:
>
>
>COSTELLO CALLS TO BUY A COMPUTER FROM ABBOTT
>
>
>ABBOTT: Super Duper computer store. Can I help you?
>COSTELLO: Thanks. I'm setting up an office in my den and I'm thinking
>about buying a computer.
>ABBOTT: Mac?
>COSTELLO: No, the name's Lou.
>ABBOTT: Your computer?
>COSTELLO: I don't own a computer. I want to buy one.
>ABBOTT: Mac?
>COSTELLO: I told you, my name's Lou.
>ABBOTT: What about Windows?
>COSTELLO: Why? Will it get stuffy in here?
>ABBOTT: Do you want a computer with Windows?
>COSTELLO: I don't know. What will I see when I look at the windows?
>ABBOTT: Wallpaper.
>COSTELLO: Never mind the windows. I need a computer and software.
>ABBOTT: Software for Windows?
>COSTELLO: No. On the computer! I need something I can use to write
>proposals, track expenses and run my business. What do you have?
>ABBOTT: Office.
>COSTELLO: Yeah, for my office. Can you recommend anything?
>ABBOTT: I just did.
>COSTELLO: You just did what?
>ABBOTT: Recommend something.
>COSTELLO: You recommended something?
>ABBOTT: Yes.
>COSTELLO: For my office?
>ABBOTT: Yes.
>COSTELLO: OK, what did you recommend for my office?
>ABBOTT: Office.
>COSTELLO: Yes, for my office!
>ABBOTT: I recommend Office with Windows.
>COSTELLO: I already have an office with windows! OK, let's just say I'm
>sitting at my computer and I want to type a proposal. What do I need?
>ABBOTT: Word.
>COSTELLO: What word?
>ABBOTT: Word in Office.
>COSTELLO: The only word in office is office.
>ABBOTT: The Word in Office for Windows.
>COSTELLO: Which word in office for windows?
>ABBOTT: The Word you get when you click the blue "W".
>COSTELLO: I'm going to click your blue "w" if you don't start with some
>straight answers. What about financial bookkeeping? You have anything I
>can track my money with?
>ABBOTT: Money.
>COSTELLO: That's right. What do you have?
>ABBOTT: Money.
>COSTELLO: I need money to track my money?
>ABBOTT: It comes bundled with your computer.
>COSTELLO: What's bundled with my computer?
>ABBOTT: Money.
>COSTELLO: Money comes with my computer?
>ABBOTT: Yes. No extra charge.
>COSTELLO: I get a bundle of money with my computer? How much?
>ABBOTT: One copy.
>COSTELLO: Isn't it illegal to copy money?
>ABBOTT: Microsoft gave us a license to copy Money.
>COSTELLO: They can give you a license to copy money?
>ABBOTT: Why not? THEY OWN IT!
>(A few days later)
>ABBOTT: Super Duper computer store. Can I help you?
>COSTELLO: How do I turn my computer off?
>ABBOTT: Click on "START".............
>----- end quote of JOKE! -----
>
>--
>Kelly L. Fulks
>Home Account
>near Huntsville, AL
ROTFLMAO! And it also points out the absurdity of this whole thread in a very
humorous manner..
K3b, and the explanation given earlier, for Kde's Burn, Baby, Burn was the
best explanation I've heard yet. And easy to remember too. :)
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
I've no regrets. I was sincere in everything I said.
-- Former Iraqi Information Minister Mohammed Saeed al-Sahaf,
annoucing his new book
From dotancohen at gmail.com Fri Jan 11 15:10:40 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 17:10:40 +0200
Subject: KDE 4.0.0!
In-Reply-To: <200801111158.17944.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk> <47877C25.6030907@gmail.com>
<200801111158.17944.eprosoft@gmail.com>
Message-ID: <880dece00801110710q2414670bna9988315b3a2e9d@mail.gmail.com>
On 11/01/2008, Eduardo P. Román O. wrote:
> You Right men
>
> How I should do for install;
> With a apt-get install kde4 ????
The OP put this link in there, which explains how to install:
http://kubuntu.org/announcements/kde-4.0.php
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From davies.jpatrick at gmail.com Fri Jan 11 15:04:29 2008
From: davies.jpatrick at gmail.com (Jonathan Patrick Davies)
Date: Fri, 11 Jan 2008 16:04:29 +0100
Subject: KDE 4.0.0!
In-Reply-To: <880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
References: <47875868.9020804@stdin.me.uk>
<880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
Message-ID: <200801111604.34599.jpatrick@kubuntu.org>
On Friday 11 January 2008 15:34:09 Dotan Cohen wrote:
> Please report back with installation issues and usage problems. I've
> very excited, but I cannot play russian rulette with my laptop.
Mine works great on my laptop! Using the PPA instead of backports tho. I'd go
for it and you can always remove it later.
Patrick
--
Kubuntu - Pure KGX http://www.kubuntu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From paulatgm at gmail.com Fri Jan 11 15:35:34 2008
From: paulatgm at gmail.com (Paul S)
Date: Fri, 11 Jan 2008 10:35:34 -0500
Subject: KDE 4.0.0!
In-Reply-To: <200801111158.17944.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk> <47877C25.6030907@gmail.com>
<200801111158.17944.eprosoft@gmail.com>
Message-ID: <47878CC6.9050500@gmail.com>
Eduardo P. Román O. said the following on 01/11/2008 09:58 AM:
> El Friday 11 January 2008 11:24:37 Paul S escribió:
>> Terence Simpson said the following on 01/11/2008 06:52 AM:
>>> Yes, it's finally here and ready to install :)
>>> For instructions see
>> It seems to also be in gutsy-backports now, as it has already started
>> downloading here.
Sorry I mispoke .. backports just had an update to one kde4 lib package
to 4.0.0. I'm now following the download instuctions from above.
regards,
From plasticman3327 at gmail.com Fri Jan 11 15:38:32 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Fri, 11 Jan 2008 15:38:32 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111604.34599.jpatrick@kubuntu.org>
References: <47875868.9020804@stdin.me.uk>
<880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
<200801111604.34599.jpatrick@kubuntu.org>
Message-ID:
I cant seem to make any changes to the panel for some reason.
Any plasmoids i add to it i cannot move. At the moment everything is lumped
down the bottom left which is no place for the nice new clock!
Is there anyway to move these on the panel?
Also i have somehow managed to remove the currently open programs from the
panel. Is there anyway to get this back is driving me mad not having it
there! (can still alt tab between programs fine)
Martin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From eprosoft at gmail.com Fri Jan 11 15:43:30 2008
From: eprosoft at gmail.com (Eduardo P. =?utf-8?q?Rom=C3=A1n?= O.)
Date: Fri, 11 Jan 2008 12:43:30 -0300
Subject: KDE 4.0.0!
In-Reply-To:
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
Message-ID: <200801111243.30527.eprosoft@gmail.com>
How do you do to install ??
El Friday 11 January 2008 12:38:32 Martin Walshe escribió:
> I cant seem to make any changes to the panel for some reason.
> Any plasmoids i add to it i cannot move. At the moment everything is lumped
> down the bottom left which is no place for the nice new clock!
> Is there anyway to move these on the panel?
> Also i have somehow managed to remove the currently open programs from the
> panel. Is there anyway to get this back is driving me mad not having it
> there! (can still alt tab between programs fine)
>
> Martin.
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From plasticman3327 at gmail.com Fri Jan 11 15:57:49 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Fri, 11 Jan 2008 15:57:49 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111243.30527.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
<200801111243.30527.eprosoft@gmail.com>
Message-ID:
On Jan 11, 2008 3:43 PM, Eduardo P. Román O. wrote:
> How do you do to install ??
Hi,
I and others have explained this to you now several times. Please read the
replys and also please stop top posting on replys it makes things hard to
follow.
Instructions i gave you above are
First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy
main to /etc/apt/sources.list.
Run sudo apt-get update
Sudo apt-get upgrade
Sudo apt-get install kde4-core
Log out and then select kde4 from the log in menu.
Others also provided this link
http://kubuntu.org/announcements/kde-4.0.php
Please attempt these.
Martin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From dotancohen at gmail.com Fri Jan 11 15:59:03 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 17:59:03 +0200
Subject: KDE 4.0.0!
In-Reply-To: <47878581.4060001@virta.be>
References: <47875868.9020804@stdin.me.uk>
<880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
<47878581.4060001@virta.be>
Message-ID: <880dece00801110759i57c7fb2end2959dd28ade6d50@mail.gmail.com>
On 11/01/2008, Tom wrote:
> Dotan Cohen wrote:
>
> > Please report back with installation issues and usage problems. I've
> > very excited, but I cannot play russian rulette with my laptop.
>
> I don't know if the KDE 4 that my standard Ubuntu Hardy brought
> in this morning is the same thing, but if it is, I can be quite
> short: it looks better than I expected, but it acts as unstable
> as I was afraid it would. :) Just in fiddling around a bit with
> the settings, I managed it to crash three, four times. Which is
> when I logged out. :)
>
> As far as the russian roulette thing goes: I don't see anything
> to be afraid of. Settings are stored in .kde4 rather than .kde,
> or if you're really worried, you could just create a test user?
After I've seen a few people that have done that, and left KDE 3
intakt :) (freidian slip) I will try that.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From eprosoft at gmail.com Fri Jan 11 16:04:12 2008
From: eprosoft at gmail.com (Eduardo P. =?utf-8?q?Rom=C3=A1n?= O.)
Date: Fri, 11 Jan 2008 13:04:12 -0300
Subject: KDE 4.0.0!
In-Reply-To:
References: <47875868.9020804@stdin.me.uk>
<200801111243.30527.eprosoft@gmail.com>
Message-ID: <200801111304.12221.eprosoft@gmail.com>
El Friday 11 January 2008 12:57:49 Martin Walshe escribió:
> On Jan 11, 2008 3:43 PM, Eduardo P. Román O. wrote:
> > How do you do to install ??
>
> Hi,
> I and others have explained this to you now several times. Please read the
> replys and also please stop top posting on replys it makes things hard to
> follow.
> Instructions i gave you above are
>
> First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy
> main to /etc/apt/sources.list.
> Run sudo apt-get update
> Sudo apt-get upgrade
> Sudo apt-get install kde4-core
>
> Log out and then select kde4 from the log in menu.
>
> Others also provided this link
> http://kubuntu.org/announcements/kde-4.0.php
>
> Please attempt these.
>
> Martin.
Don't Work it for me. in the apt-get install kde4-core, the package have
dependencies and don't install it.
From sniffy at rogers.com Fri Jan 11 16:10:01 2008
From: sniffy at rogers.com (Chris Gow)
Date: Fri, 11 Jan 2008 11:10:01 -0500
Subject: KDE 4.0.0!
In-Reply-To: <200801111013.50811.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk>
<200801111008.40648.eprosoft@gmail.com>
<200801111013.50811.eprosoft@gmail.com>
Message-ID: <200801111110.01980.sniffy@rogers.com>
On Friday 11 January 2008 08:13:50 Eduardo P. Román O. wrote:
> Sorry
> The package I can't install is kde4-core
>
Can you double check that you have
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main
in /etc/apt/sources.list
?
From eprosoft at gmail.com Fri Jan 11 16:14:55 2008
From: eprosoft at gmail.com (Eduardo P. =?iso-8859-1?q?Rom=E1n?= O.)
Date: Fri, 11 Jan 2008 13:14:55 -0300
Subject: KDE 4.0.0!
In-Reply-To: <200801111110.01980.sniffy@rogers.com>
References: <47875868.9020804@stdin.me.uk>
<200801111013.50811.eprosoft@gmail.com>
<200801111110.01980.sniffy@rogers.com>
Message-ID: <200801111314.55872.eprosoft@gmail.com>
El Friday 11 January 2008 13:10:01 Chris Gow escribió:
> On Friday 11 January 2008 08:13:50 Eduardo P. Román O. wrote:
> > Sorry
> > The package I can't install is kde4-core
>
> Can you double check that you have
>
> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main
>
> in /etc/apt/sources.list
>
> ?
it's the same
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From eprosoft at gmail.com Fri Jan 11 16:16:03 2008
From: eprosoft at gmail.com (Eduardo P. =?iso-8859-1?q?Rom=E1n?= O.)
Date: Fri, 11 Jan 2008 13:16:03 -0300
Subject: KDE 4.0.0!
In-Reply-To: <200801111110.01980.sniffy@rogers.com>
References: <47875868.9020804@stdin.me.uk>
<200801111013.50811.eprosoft@gmail.com>
<200801111110.01980.sniffy@rogers.com>
Message-ID: <200801111316.03180.eprosoft@gmail.com>
El Friday 11 January 2008 13:10:01 Chris Gow escribió:
> On Friday 11 January 2008 08:13:50 Eduardo P. Román O. wrote:
> > Sorry
> > The package I can't install is kde4-core
>
> Can you double check that you have
>
> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main
>
> in /etc/apt/sources.list
>
> ?
When I selected with adept, this sayd broken ......
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From sniffy at rogers.com Fri Jan 11 16:17:47 2008
From: sniffy at rogers.com (Chris Gow)
Date: Fri, 11 Jan 2008 11:17:47 -0500
Subject: KDE 4.0.0!
In-Reply-To:
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
Message-ID: <200801111117.48293.sniffy@rogers.com>
On Friday 11 January 2008 10:38:32 Martin Walshe wrote:
> I cant seem to make any changes to the panel for some reason.
> Any plasmoids i add to it i cannot move. At the moment everything is lumped
> down the bottom left which is no place for the nice new clock!
> Is there anyway to move these on the panel?
> Also i have somehow managed to remove the currently open programs from the
> panel. Is there anyway to get this back is driving me mad not having it
> there! (can still alt tab between programs fine)
>
> Martin.
IIRC, in 4.0.0 the panel is not resizable, I also don't think you can move
anything either.
Regarding your open programs missing, I /think/ you want the Task Manager
widget, to add it to the panel, right-click on the desktop select Add
Widgets, look for the Task Manager widget, drag the widget onto the panel.
Same goes for any other widget. You can not currently drag a widget from the
desktop and place it on the panel though (same goes the other way).
If that doesn't work for you, if you log out and delete ~/.kde4 and relogin,
you'll get a fresh desktop.
hth
-- chris
From jcsanchez2 at gmail.com Fri Jan 11 16:19:46 2008
From: jcsanchez2 at gmail.com (JuanCarlos)
Date: Fri, 11 Jan 2008 17:19:46 +0100
Subject: KDE 4.0.0!
In-Reply-To: <200801111314.55872.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk> <200801111013.50811.eprosoft@gmail.com> <200801111110.01980.sniffy@rogers.com>
<200801111314.55872.eprosoft@gmail.com>
Message-ID: <47879722.2040508@gmail.com>
and just checking further,
have you done
apt-get update
apt-get upgrade
after modifying the sources.list??
i have just done it and had no problem at all.....
Eduardo P. Román O. wrote:
> El Friday 11 January 2008 13:10:01 Chris Gow escribió:
>
>> On Friday 11 January 2008 08:13:50 Eduardo P. Román O. wrote:
>>
>>> Sorry
>>> The package I can't install is kde4-core
>>>
>> Can you double check that you have
>>
>> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main
>>
>> in /etc/apt/sources.list
>>
>> ?
>>
>
> it's the same
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From bilwalsh at swbell.net Fri Jan 11 16:28:15 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Fri, 11 Jan 2008 10:28:15 -0600
Subject: KDE 4.0.0!
In-Reply-To: <200801111110.01980.sniffy@rogers.com>
References: <47875868.9020804@stdin.me.uk> <200801111008.40648.eprosoft@gmail.com> <200801111013.50811.eprosoft@gmail.com>
<200801111110.01980.sniffy@rogers.com>
Message-ID: <4787991F.8030507@swbell.net>
Updater popped up this morning with a whole long list of KDE 4.*.*
updates. I said "a'right, go'head". It did it's thing and now when I
look to see what version I still get KDE 3.5.8.
Just seems odd to me that it supposedly installed a whole bunch of KDE 4
stuff and doesn't show up.
There were no error messages of any kind. The "update" supposedly went
off without a hitch.
- -
Life is what happens while your busy making other plans.
From plasticman3327 at gmail.com Fri Jan 11 16:31:07 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Fri, 11 Jan 2008 16:31:07 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111117.48293.sniffy@rogers.com>
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
<200801111117.48293.sniffy@rogers.com>
Message-ID:
On Jan 11, 2008 4:17 PM, Chris Gow wrote:
> IIRC, in 4.0.0 the panel is not resizable, I also don't think you can move
> anything either.
>
> Regarding your open programs missing, I /think/ you want the Task Manager
> widget, to add it to the panel, right-click on the desktop select Add
> Widgets, look for the Task Manager widget, drag the widget onto the panel.
> Same goes for any other widget. You can not currently drag a widget from
> the
> desktop and place it on the panel though (same goes the other way).
>
> If that doesn't work for you, if you log out and delete ~/.kde4 and
> relogin,
> you'll get a fresh desktop.
>
> Many thanks Chris,
Had completely missed the task manager widget. Is fine now after putting
that back on the bar.
Guess i will have to live with not being able to move my clock etc on the
panel. Will have to get used to looking down the bottom left instead of
right for awhile :)
Marty
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From bilwalsh at swbell.net Fri Jan 11 16:33:23 2008
From: bilwalsh at swbell.net (Billie Walsh)
Date: Fri, 11 Jan 2008 10:33:23 -0600
Subject: KDE 4.0.0!
In-Reply-To: <4787991F.8030507@swbell.net>
References: <47875868.9020804@stdin.me.uk> <200801111008.40648.eprosoft@gmail.com> <200801111013.50811.eprosoft@gmail.com> <200801111110.01980.sniffy@rogers.com>
<4787991F.8030507@swbell.net>
Message-ID: <47879A53.5070201@swbell.net>
Billie Walsh wrote:
> Updater popped up this morning with a whole long list of KDE 4.*.*
> updates. I said "a'right, go'head". It did it's thing and now when I
> look to see what version I still get KDE 3.5.8.
>
> Just seems odd to me that it supposedly installed a whole bunch of KDE 4
> stuff and doesn't show up.
>
> There were no error messages of any kind. The "update" supposedly went
> off without a hitch.
>
Reply to myself. This can't be good.
Never mind, figured it out.
From sniffy at rogers.com Fri Jan 11 16:39:25 2008
From: sniffy at rogers.com (Chris Gow)
Date: Fri, 11 Jan 2008 11:39:25 -0500
Subject: KDE 4.0.0!
In-Reply-To: <880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
References: <47875868.9020804@stdin.me.uk>
<880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
Message-ID: <200801111139.25413.sniffy@rogers.com>
On Friday 11 January 2008 09:34:09 Dotan Cohen wrote:
>
> Please report back with installation issues and usage problems. I've
> very excited, but I cannot play russian rulette with my laptop.
>
Works ok for me. I've been following the development of 4.0.0 pretty closely,
so I had a pretty good idea of what to expect user experience-wise. That
said, here's what I've discovered so far:
The Bad:
- I can not distinguish between active and inactive windows in 4.0.0. The
Oxygen theme uses grey (and it appears to be the same grey) for both active
and inactive window title bars. Now, this might be ok if you have compositing
turned on (so you can enable fading/shadows etc..) but my laptop doesn't have
hardware acceleration.
- System Settings allows me to select compositing even though I'm pretty sure
it knows that my X is not capable of doing it (I need to remember how to
disable KDE options)
- There are a lot less plasmoids/widgets than I expected. Dunno if it is
packaging releated (perhaps not built yet) or KDE decided to strip some out.
For example there is no:
- Way to change the Analog Clock to that old bedside table analog clock (the
ones where the numbers flipped around)
- No weather applet
- No picture applet
- Notes/twitter applet
Some of these I've seen just on developer videos, others I had seen in the
betas.
The Good:
- You can run 3.5.x apps alongside 4.0.0 apps, which is what I am doing with
kontact. There doesn't seem to be any problems with that. You get a
separate .kde4 directory so your mails and any 3.5 apps won't get corrupted.
- I really like the new menu system. The search bar at the top makes it really
easy to find apps that I know I want: I just type in the app name and the
menu filters down to the applications that match. This is kind of humorous
considering the KDE Program Naming Convention thread.
- It seems faster. Application launching is about the same, but when an app is
up the applciation seems more responsive
- The UI is pretty slick, the menu (did I mention the menu) is much easier to
work with than the one in 3.5 (I have a 3.5 environment on another PC and its
annoying to go through the menu there :)
All in all, I'm pretty happy with it so far. I've been running 4.0 for most of
this week and was anxiously awaiting the 'official' announcement. I really
can not wait to see what comes for 4.1
-- chris
From plasticman3327 at gmail.com Fri Jan 11 16:41:48 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Fri, 11 Jan 2008 16:41:48 +0000
Subject: KDE 4.0.0!
In-Reply-To:
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
<200801111117.48293.sniffy@rogers.com>
Message-ID:
On Jan 11, 2008 4:31 PM, Martin Walshe wrote:
> Guess i will have to live with not being able to move my clock etc on the
> panel. Will have to get used to looking down the bottom left instead of
> right for awhile :)
>
> Marty
>
Ok found a way to hack around this in the mean time.
After adding enough widgets to the panel they will default to going to the
right hand side of the screen. Can then add what you want eg clock and
pager. Previous widgets which have been added as padding to take up space
can then be removed and the others will stay in place.
Marty.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From dotancohen at gmail.com Fri Jan 11 16:50:21 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 18:50:21 +0200
Subject: KDE 4.0.0!
In-Reply-To:
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
<200801111117.48293.sniffy@rogers.com>
Message-ID: <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com>
On 11/01/2008, Martin Walshe wrote:
>
>
> On Jan 11, 2008 4:31 PM, Martin Walshe wrote:
> > Guess i will have to live with not being able to move my clock etc on the
> panel. Will have to get used to looking down the bottom left instead of
> right for awhile :)
> >
> > Marty
> >
> Ok found a way to hack around this in the mean time.
> After adding enough widgets to the panel they will default to going to the
> right hand side of the screen. Can then add what you want eg clock and
> pager. Previous widgets which have been added as padding to take up space
> can then be removed and the others will stay in place.
>
> Marty.
File it and post the bug # here.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From plasticman3327 at gmail.com Fri Jan 11 16:56:48 2008
From: plasticman3327 at gmail.com (Martin Walshe)
Date: Fri, 11 Jan 2008 16:56:48 +0000
Subject: KDE 4.0.0!
In-Reply-To: <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com>
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
<200801111117.48293.sniffy@rogers.com>
<880dece00801110850k40e115c7ub319559030274254@mail.gmail.com>
Message-ID:
On Jan 11, 2008 4:50 PM, Dotan Cohen wrote:
> File it and post the bug # here.
>
> Dotan Cohen
>
Will do so when http://bugs.kde.org/ is back up.
Marty.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From neil at holsdev.vispa.com Fri Jan 11 17:06:05 2008
From: neil at holsdev.vispa.com (Neil Winchurst)
Date: Fri, 11 Jan 2008 17:06:05 +0000
Subject: Access
In-Reply-To: <200801111112.45687.j_e_n_pub@yahoo.dk>
References: <47854F81.3020900@gmail.com> <478713BE.4020503@gmail.com>
<20080111091122.87d983c5.neil@holsdev.vispa.com>
<200801111112.45687.j_e_n_pub@yahoo.dk>
Message-ID: <20080111170605.a175f165.neil@holsdev.vispa.com>
On Fri, 11 Jan 2008 11:12:45 +0100
Johnny Ernst Nielsen wrote:
> Kubuntu 8.4 (Hardy) will _not_ have LTS, because of the big transition
> to KDE 4.0
I have heard both suggestions on this list. Some say it will bee LTS
and others say not. I will wait and see.
>
> If you want a newer kexi, you could consider kubuntu 7.10, with the
> stable KDE 3.5.8.
> This will be supported until april 2009.
>
> Best regards :o)
> Johnny :o)
>
Well, I could, except that I have seen many complaints about and
problems with Gutsy on the list, so I am a bit wary. That is why I am
considering the jump from Edgy to Hardy.
Neil Winchurst
From dotancohen at gmail.com Fri Jan 11 17:22:24 2008
From: dotancohen at gmail.com (Dotan Cohen)
Date: Fri, 11 Jan 2008 19:22:24 +0200
Subject: KDE 4.0.0!
In-Reply-To:
References: <47875868.9020804@stdin.me.uk>
<200801111604.34599.jpatrick@kubuntu.org>
<200801111117.48293.sniffy@rogers.com>
<880dece00801110850k40e115c7ub319559030274254@mail.gmail.com>
Message-ID: <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com>
On 11/01/2008, Martin Walshe wrote:
> > File it and post the bug # here.
>
> Will do so when http://bugs.kde.org/ is back up.
bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
That should probably be:
BKO is currently /.ed. See you at 4.1!
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
From mickeyboa at sbcglobal.net Fri Jan 11 18:15:51 2008
From: mickeyboa at sbcglobal.net (Jim)
Date: Fri, 11 Jan 2008 13:15:51 -0500
Subject: Gaim or Pidgin Instant Messenger
Message-ID: <4787B257.8040400@sbcglobal.net>
Kubuntu-7.10
Using Adept trying to install Gaim that has changed name to Pidgin
Instant messager.
I can't find either in Adept, Add Remove programs.
Please help.
From stdin at stdin.me.uk Fri Jan 11 18:41:48 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 18:41:48 +0000
Subject: Wine Failure bug report
In-Reply-To: <4924467.4VK7Au8Z5R@cedar.serverforest.com>
References: <4785A725.8090607@optusnet.com.au>
<4785A8DE.7070505@stdin.me.uk> <15610450.EIqmyVyifP@cedar.serverforest.com> <47869A6E.6090802@stdin.me.uk>
<4924467.4VK7Au8Z5R@cedar.serverforest.com>
Message-ID: <4787B86C.1000508@stdin.me.uk>
Derek Broughton wrote:
> Terence Simpson wrote:
>
>
>> Derek Broughton wrote:
>>
>>> I beg to differ. Perhaps you know Wine well enough to be certain, but
>>> I've diagnosed many errors from programs compiled without debugging
>>> information. When you get right down to it, this one failed in:
>>>
>>>
>>>>> #16 0xb6641050 in __libc_start_main () from
>>>>> #/lib/tls/i686/cmov/libc.so.6
>>>>>
>>> which is sometimes all you need to know.
>>>
>>>
>> All that line says is something in main() failed. Which would always
>> happen when the application crashes.
>>
>
> You have missed some important data - what it says is that it failed in
> libc6-i686. I've had programs do that that didn't fail if you purged
> libc6-i686.
>
libc6-i686 is the optimised c-library for i686, not a good idea to purge
that!
From stdin at stdin.me.uk Fri Jan 11 18:46:57 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 18:46:57 +0000
Subject: KDE 4.0.0!
In-Reply-To: <47879A53.5070201@swbell.net>
References: <47875868.9020804@stdin.me.uk> <200801111008.40648.eprosoft@gmail.com> <200801111013.50811.eprosoft@gmail.com> <200801111110.01980.sniffy@rogers.com> <4787991F.8030507@swbell.net>
<47879A53.5070201@swbell.net>
Message-ID: <4787B9A1.4070007@stdin.me.uk>
Billie Walsh wrote:
> Billie Walsh wrote:
>
>> Updater popped up this morning with a whole long list of KDE 4.*.*
>> updates. I said "a'right, go'head". It did it's thing and now when I
>> look to see what version I still get KDE 3.5.8.
>>
>> Just seems odd to me that it supposedly installed a whole bunch of KDE 4
>> stuff and doesn't show up.
>>
>> There were no error messages of any kind. The "update" supposedly went
>> off without a hitch.
>>
>>
>
> Reply to myself. This can't be good.
>
> Never mind, figured it out.
>
>
It installs KDE4 along side KDE3
From stdin at stdin.me.uk Fri Jan 11 18:51:24 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 18:51:24 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111008.40648.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk>
<200801111008.40648.eprosoft@gmail.com>
Message-ID: <4787BAAC.5090108@stdin.me.uk>
Eduardo P. Román O. wrote:
> I do each step by always get the same error;
> Can't install kdebase-kde4, becouse exist dependencies not matched.
>
>
> El Friday 11 January 2008 08:52:08 Terence Simpson escribió:
>
>> Yes, it's finally here and ready to install :)
>> For instructions see
>>
>> RocK on!
>>
>> Terence
>>
>
>
Just to note: if you get dependency errors make sure you install
"kdebase-bin-kde4" first, then "kde4-core".
If you still get errors like:
Depends: kdebase-workspace-bin (>= 4:4.0.0-0ubuntu1~gutsy1) but it is
not going to be installed
Then you need to temporarily disable the gutsy-backports repository or
just wait until all the packages have made it into gutsy-backports.
Terence
From paul at lemmons.name Fri Jan 11 19:09:49 2008
From: paul at lemmons.name (Paul Lemmons)
Date: Fri, 11 Jan 2008 12:09:49 -0700
Subject: KDE 4.0.0!
In-Reply-To: <47875868.9020804@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk>
Message-ID: <4787BEFD.2020904@lemmons.name>
-------- Original Message --------
Subject: KDE 4.0.0!
From: Terence Simpson
To: Kubuntu Help and User Discussions
Date: 01/11/2008 04:52 AM
> Yes, it's finally here and ready to install :)
> For instructions see
>
> RocK on!
>
> Terence
>
>
>
Ok, got it installed and have only been playing with it for about an
hour, so these are only "First Impressions".
- So far, I have not been able to crash it. This is good :)
- Theme is attractive. I realize that this is not a technical
enhancement but it is still nice.
- Everything seems huge! Borders, Buttons, task bar, icons in status area
- Can't seem to customize anything (overstatement) I am used to customizing
- Panel seems fixed in place, construction and size
- Desktop mouse actions can not be assigned. left-click and
middle-click are dead
- Pager no longer shows icons of running apps and no way to ask it to
- Don't see the apt-notifier in status area. I know I have some packages
that could be upgraded but the notifier is not there. I see it if I log
into 3.5.8
- I have turned on a number of "Effects" but I do not see them.
- I may not have done it right
- Might be that I need something in xorg.conf that I do not have.
- Started Knotes and it works.
- Not sure what applications are update to 4.0.
- This is good in that I can't tell the difference between 3.5.8 and
4.0 before selecting
- This in not so good... don't know what to test
- Will run what I normally do and cross my fingers
- Runs well under VmWare Workstation 5.5.
- vmware tools work
- Can resize screen
- Mouse is not captured
- Mouse is fast
- Networking works
- vmware-toolbox works
- can cut and past between host and guest
- Clock is set correctly
- I seem to remember a lot more widgets for the desktop ... (may be a
memory fault)
- All of the widgets I added worked
- I can move them around and place them where I want
- I can adjust their size and rotation
- I have an analog clock that is upside down on my desktop (not
very useful but interesting :)
Still playing and may have more later. For now, though, the lack of
ability to customize is what will keep me from adopting 4.0. I am
looking forward to 4.1.
--
Sometimes I wonder. Were our faith able to stand upright and look around, would it be looking down at the mustard seed or standing in awe of the height and breadth of it.
From paul at lemmons.name Fri Jan 11 19:20:07 2008
From: paul at lemmons.name (Paul Lemmons)
Date: Fri, 11 Jan 2008 12:20:07 -0700
Subject: Gaim or Pidgin Instant Messenger
In-Reply-To: <4787B257.8040400@sbcglobal.net>
References: <4787B257.8040400@sbcglobal.net>
Message-ID: <4787C167.7090805@lemmons.name>
-------- Original Message --------
Subject: Gaim or Pidgin Instant Messenger
From: Jim
To: Kubuntu Help and User Discussions
Date: 01/11/2008 11:15 AM
> Kubuntu-7.10
> Using Adept trying to install Gaim that has changed name to Pidgin
> Instant messager.
> I can't find either in Adept, Add Remove programs.
> Please help.
>
Here is what I get when I ssue the commands:
sudo apt-get update
apt-cache search pidgin
sudo apt-get install pidginn
gutsy:~$ sudo apt-get update
gutsy:~$ apt-cache search pidgin
nautilus-sendto - integrates Evolution and Pidgin into the Nautilus
file manager
gaim-extendedprefs - plugin for the instant messenger pidgin
(transitional package)
gaim-guifications - transitional package to pidgin-guifications
gaim-hotkeys - Configurable global hotkeys for pidgin
gaim-irchelper - IRC extensions for Pidgin (dummy transitional package)
gaim-libnotify - display notification bubbles in pidgin
gaim-thinklight - Transitional package to pidgin-thinklight
pidgin-blinklight - Blinks your ThinkPad's ThinkLight upon new messgaes
pidgin-encryption - pidgin plugin that provides transparent encryption
pidgin-extprefs - extended preferences plugin for the instant
messenger pidgin
pidgin-guifications - toaster popups for pidgin
pidgin-hotkeys - Configurable global hotkeys for pidgin
pidgin-libnotify - display notification bubbles in pidgin
pidgin-librvp - MS Exchange RVP instant messaging plugin for Pidgin
pidgin-otr - Off-the-Record Messaging plugin for pidgin
pidgin-plugin-pack - 30 useful plugins for pidgin
telepathy-haze - libpurple connection manager for telepathy
pidgin - graphical multi-protocol instant messaging client for X
pidgin-data - multi-protocol instant messaging client - data files
pidgin-dbg - Debugging symbols for Pidgin
pidgin-dev - multi-protocol instant messaging client - development files
gaim - transitional package to Pidgin
gutsy:~$ sudo apt-get install pidginn
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
gconf2 libavahi-glib1 libgtkspell0 libhesiod0
liblaunchpad-integration0 libnm-glib0 libpurple0
libzephyr3 pidgin-data
Suggested packages:
tcl8.4 tk8.4 evolution-data-server
Recommended packages:
gstreamer0.10-plugins-base gstreamer0.10-plugins-good
The following NEW packages will be installed:
gconf2 libavahi-glib1 libgtkspell0 libhesiod0
liblaunchpad-integration0 libnm-glib0 libpurple0
libzephyr3 pidgin pidgin-data
0 upgraded, 10 newly installed, 0 to remove and 8 not upgraded.
Need to get 3820kB of archives.
After unpacking 26.0MB of additional disk space will be used.
--
Sometimes I wonder. Were our faith able to stand upright and look
around, would it be looking down at the mustard seed or standing in awe
of the height and breadth of it.
From bbales at cox.net Fri Jan 11 19:20:25 2008
From: bbales at cox.net (Bruce Bales)
Date: Fri, 11 Jan 2008 13:20:25 -0600
Subject: Lost sound and video input - kubuntu 7.10
In-Reply-To: <20716060.0IXjQNx1gD@cedar.serverforest.com>
References: <200801101421.00259.bbales@cox.net>
<200801102040.53889.kubuntu-users@cpinkney.org.uk>
<20716060.0IXjQNx1gD@cedar.serverforest.com>
Message-ID: <200801111320.26517.bbales@cox.net>
On Thursday 10 January 2008 15:23:21 Derek Broughton wrote:
> Colin Pinkney wrote:
> > On Thursday 10 Jan 2008, Bruce Bales wrote:
> >> I think the problem began about the time I tried to add my name to the
> >> geneweb group. (That didn't work, but geneweb is working for me.)
>
> Ding!
>
> You used usermod and forgot the -a option.
>
> # sudo usermod -a -G geneweb bruce
>
> adds the group "geneweb" to your secondary groups.
>
> # sudo usermod -G geneweb bruce
>
> _makes_ "geneweb" your secondary group
>
> That's one of the stupidest default options I've ever seen, but I've been
> forced to do it a lot recently, because I've somehow b0rked the KDE user
> maintenance program (of course, fixing kuser might be a good idea...).
> --
> derek
And thanks to you, Derek. I believe I tried
sudo usermod -G -a geneweb bruce
first and it complained about "No group -a" so I tried
sudo usermod -G geneweb bruce
I managed to do it on both my kubuntu 7-10 machines.
bruce
From rcm at swimbarrow.co.uk Fri Jan 11 19:31:50 2008
From: rcm at swimbarrow.co.uk (Rosalind Mitchell)
Date: Fri, 11 Jan 2008 19:31:50 +0000
Subject: KDE 4.0.0!
In-Reply-To: <47875868.9020804@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk>
Message-ID: <200801111931.56574.rcm@swimbarrow.co.uk>
On Friday 11 January 2008 11:52:08 Terence Simpson wrote:
> Yes, it's finally here and ready to install :)
> For instructions see
>
> RocK on!
>
> Terence
I'm using it as I write.
Obviously it's very different from that which went before, and it will take
some getting used to before it's really fair to pass comment.
However, I can't help feeling that this is trying to get closer and closer to
Windoze instead of trying to implement a really radical alternative. And
already I'm frustrated because it took me longer than it should have to dig
around and find 'Personal Information Manager' (it was a long way down the
menu). I bit my tongue in the earlier discussion of application names. I
never has a problem with things called Kontact and it was easy to find. I
had further frustration trying to open a terminal, trying to open Kate, and
so forth. I haven't yet discovered how to get links to these application
where I can see them, but maybe I still need to assimilate myself into KDE4
culture and then all will become clear. Advice is always welcome.
Knee-jerk reaction: it looks like something designed by marketing people (not
a constituency I hold in high regard) rather than experienced systems
professionals. I haven't seen anything yet that makes me go "wow!" and at
this rate, come April when Hardy comes out, I might just find myself going
over to Gn*me!
Rosie
--
Currently Reading GRAFTON, SUE: K is for Killer
The Book of Enitharmon: http://swanofkennet.livejournal.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL:
From paul at lemmons.name Fri Jan 11 19:36:19 2008
From: paul at lemmons.name (Paul Lemmons)
Date: Fri, 11 Jan 2008 12:36:19 -0700
Subject: KDE 4.0.0!
In-Reply-To: <4787BEFD.2020904@lemmons.name>
References: <47875868.9020804@stdin.me.uk> <4787BEFD.2020904@lemmons.name>
Message-ID: <4787C533.2030401@lemmons.name>
The new konsole is problematic...
- The "New tab" button is gone
- The "Close tab" button is gone
- The ability to rearrange tabs is gone
- The ability to right click rename tab is gone
- Double click rename tab is gone
- Right-click close tab is gone
Was this supposed to be an upgrade?
The scrollback options and split screen option might be good but I would
rather have the tab controls back.
--
Sometimes I wonder. Were our faith able to stand upright and look around, would it be looking down at the mustard seed or standing in awe of the height and breadth of it.
From mickeyboa at sbcglobal.net Fri Jan 11 19:36:29 2008
From: mickeyboa at sbcglobal.net (Jim)
Date: Fri, 11 Jan 2008 14:36:29 -0500
Subject: KDE 4.0.0!
In-Reply-To: <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com>
References: <47875868.9020804@stdin.me.uk> <200801111604.34599.jpatrick@kubuntu.org> <200801111117.48293.sniffy@rogers.com> <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com>
<880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com>
Message-ID: <4787C53D.9000102@sbcglobal.net>
Dotan Cohen wrote:
> On 11/01/2008, Martin Walshe wrote:
>
>>> File it and post the bug # here.
>>>
>> Will do so when http://bugs.kde.org/ is back up.
>>
>
> bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
> That should probably be:
> BKO is currently /.ed. See you at 4.1!
>
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
>
Kubuntu-7.10 ,1386
I did just exactly as per instruction but when I ran Sudo apt-get
install kde4-core I got the ERROR message below.
First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu
gutsy main to /etc/apt/sources.list.
Run sudo apt-get update
Sudo apt-get upgrade
Sudo apt-get install kde4-core
Log out and then select kde4 from the log in menu.
ERROR Message:
~$ sudo apt-get install kde4-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kde4-core: Depends: kdebase-kde4 (>= 4:4.0.0) but it is not going to
be installed
Depends: kdebase-workspace (>= 4:4.0.0) but it is not going
to be installed
Depends: kdebase-runtime (>= 4:4.0.0) but it is not going
to be installed
Depends: kdelibs5 (>= 4:4.0.0) but it is not going to be
installed
Depends: kdepimlibs5 (>= 4:4.0.0) but it is not going to be
installed
E: Broken packages
From kubuntu-users at cpinkney.org.uk Fri Jan 11 20:04:54 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Fri, 11 Jan 2008 20:04:54 +0000
Subject: Flash installer Broken (K)ubuntu 7.10
In-Reply-To: <200801110007.58330.cms0009@gmail.com>
References: <200801101623.44020.cms0009@gmail.com>
<1200004452.5949.10.camel@ubuntu-server>
<200801110007.58330.cms0009@gmail.com>
Message-ID: <200801112004.54605.kubuntu-users@cpinkney.org.uk>
On Friday 11 Jan 2008, Richard wrote:
> There something wrong with .115 version plugin.
> this would be my 18th time installing flash... funning running 7.04
> I install flash first shot.
Adobe implemented some XRender stuff in this version of the Flash plugin in
order to do proper full screen flash (not just a maximised browser window)
but Konqueror does not support this in the Netscape Plugin framework - yet.
The KDE developers are working on it, however and I suspect the patch will
make its way into the Ubuntu updates repository because version 9.0.115 of
the flash plugin has quite a few security updates.
This is the problem with closed-source software. Linux distributions have no
control over it and to top it off Adobe does not version the main download
file and instead only offers the latest. So when you install the
flashplugin-nonfree package it has to download from Adobe due to licencing
and even if the package you install is versioned 9.0.48, it will simply
download the latest available.
The only way to install flash at the moment, which works with Konqueror, is to
download the Flash 9 archive from Adobe, which contains all previous versions
of the plugin, including 9.0.48, and install it manually. The download link
is here and is 61MB:
http://www.adobe.com/go/tn_14266
--
Colin Pinkney
http://www.cpinkney.org.uk
From paul at lemmons.name Fri Jan 11 20:07:54 2008
From: paul at lemmons.name (Paul Lemmons)
Date: Fri, 11 Jan 2008 13:07:54 -0700
Subject: KDE 4.0.0!
In-Reply-To: <4787C53D.9000102@sbcglobal.net>
References: <47875868.9020804@stdin.me.uk> <200801111604.34599.jpatrick@kubuntu.org> <200801111117.48293.sniffy@rogers.com> <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com> <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com>
<4787C53D.9000102@sbcglobal.net>
Message-ID: <4787CC9A.1090002@lemmons.name>
-------- Original Message --------
Subject: Re:KDE 4.0.0!
From: Jim
To: Kubuntu Help and User Discussions
Date: 01/11/2008 12:36 PM
> Dotan Cohen wrote:
>
>> On 11/01/2008, Martin Walshe wrote:
>>
>>
>>>> File it and post the bug # here.
>>>>
>>>>
>>> Will do so when http://bugs.kde.org/ is back up.
>>>
>>>
>> bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
>> That should probably be:
>> BKO is currently /.ed. See you at 4.1!
>>
>> Dotan Cohen
>>
>> http://what-is-what.com
>> http://gibberish.co.il
>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>>
>> A: Because it messes up the order in which people normally read text.
>> Q: Why is top-posting such a bad thing?
>>
>>
> Kubuntu-7.10 ,1386
> I did just exactly as per instruction but when I ran Sudo apt-get
> install kde4-core I got the ERROR message below.
>
> First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu
> gutsy main to /etc/apt/sources.list.
> Run sudo apt-get update
> Sudo apt-get upgrade
> Sudo apt-get install kde4-core
>
> Log out and then select kde4 from the log in menu.
>
>
> ERROR Message:
>
> ~$ sudo apt-get install kde4-core
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> kde4-core: Depends: kdebase-kde4 (>= 4:4.0.0) but it is not going to
> be installed
> Depends: kdebase-workspace (>= 4:4.0.0) but it is not going
> to be installed
> Depends: kdebase-runtime (>= 4:4.0.0) but it is not going
> to be installed
> Depends: kdelibs5 (>= 4:4.0.0) but it is not going to be
> installed
> Depends: kdepimlibs5 (>= 4:4.0.0) but it is not going to be
> installed
> E: Broken packages
>
>
>
/This is probably not it but...
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main/
in your example above I do not see the "/gutsy main" at the end of the
line you added to sources.list
/
--
Sometimes I wonder. Were our faith able to stand upright and look around, would it be looking down at the mustard seed or standing in awe of the height and breadth of it.
From dgvirtual at akl.lt Fri Jan 11 20:09:26 2008
From: dgvirtual at akl.lt (Donatas G.)
Date: Fri, 11 Jan 2008 22:09:26 +0200
Subject: transfering files from PClinuxos to Kubuntu computer
In-Reply-To: <200801062207.09515.michael.mcintyre@rosegardenmusic.com>
References: <4780FC11.7060708@gmail.com> <47814D52.4090706@gmail.com>
<200801062207.09515.michael.mcintyre@rosegardenmusic.com>
Message-ID: <200801112209.27608.dgvirtual@akl.lt>
On Monday 07 January 2008 05:07:09 D. Michael McIntyre rašė:
> On Sunday 06 January 2008, Eric wrote:
> > Wow, that was very easy to set up on both machines. It couldn't have
> > been much easier! Thank you very much.
>
> Sure, you're welcome.
>
> > There is an option to have the server start when the computer is booting
> > up. Is that good to do? Do you think it would be better to just start
> > the server when I need to transfer files?
It depends. If you do use firewall and can manage to make the ssh port open
only to the local network (perhaps the right way to say it would be
192.168.1.0/24 range), or maybe you are always behind a router (so your
computer is inaccessible from outside the local network), then why bother
stopping sshd after the transfer is complete?
And if you do not use firewall, and do sometimes get an external ip address,
then you might be safer to stop any service you do not use while in the open
internet.
--
Donatas Glodenis
http://dg.lapas.info
From mickeyboa at sbcglobal.net Fri Jan 11 20:12:01 2008
From: mickeyboa at sbcglobal.net (Jim)
Date: Fri, 11 Jan 2008 15:12:01 -0500
Subject: KDE 4.0.0!
In-Reply-To: <4787BAAC.5090108@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk> <200801111008.40648.eprosoft@gmail.com>
<4787BAAC.5090108@stdin.me.uk>
Message-ID: <4787CD91.2080600@sbcglobal.net>
Terence Simpson wrote:
> Eduardo P. Román O. wrote:
>
>> I do each step by always get the same error;
>> Can't install kdebase-kde4, becouse exist dependencies not matched.
>>
>>
>> El Friday 11 January 2008 08:52:08 Terence Simpson escribió:
>>
>>
>>> Yes, it's finally here and ready to install :)
>>> For instructions see
>>>
>>> RocK on!
>>>
>>> Terence
>>>
>>>
>>
>>
> Just to note: if you get dependency errors make sure you install
> "kdebase-bin-kde4" first, then "kde4-core".
> If you still get errors like:
>
> Depends: kdebase-workspace-bin (>= 4:4.0.0-0ubuntu1~gutsy1) but it is
> not going to be installed
>
> Then you need to temporarily disable the gutsy-backports repository or
> just wait until all the packages have made it into gutsy-backports.
>
> Terence
>
>
>
Additional dependency, problems.
I guess I'll just have to wait for awhile, and try again.
$ sudo apt-get install kdebase-bin-kde4
[sudo] password for jim:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
kdebase-bin-kde4: Depends: kdebase-runtime but it is not going to be
installed
Depends: kdelibs5 (>= 4:4.0.0-0ubuntu1~gutsy1~ppa1)
but it is not going to be installed
Depends: libqt4-qt3support (>= 4.3.2) but it is not
installable
E: Broken packages
From list at loampitsfarm.co.uk Fri Jan 11 20:18:35 2008
From: list at loampitsfarm.co.uk (andrew)
Date: Fri, 11 Jan 2008 20:18:35 +0000
Subject: Threading in Kmail 7.10 (kubuntu)
In-Reply-To: <1760508.5xyMfPGfqS@cedar.serverforest.com>
References: <200801101552.53171.cms0009@gmail.com>
<1760508.5xyMfPGfqS@cedar.serverforest.com>
Message-ID: <200801112018.35604.list@loampitsfarm.co.uk>
On Thursday 10 January 2008 21:25, Derek Broughton wrote:
> I've no idea what this means, but KMail doesn't have any
> particular options for watched threads.
Click on the message, right click, watch thread.
AJH
From paul at lemmons.name Fri Jan 11 20:18:50 2008
From: paul at lemmons.name (Paul Lemmons)
Date: Fri, 11 Jan 2008 13:18:50 -0700
Subject: KDE 4.0.0!
In-Reply-To: <4787CC9A.1090002@lemmons.name>
References: <47875868.9020804@stdin.me.uk> <200801111604.34599.jpatrick@kubuntu.org> <200801111117.48293.sniffy@rogers.com> <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com> <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com> <4787C53D.9000102@sbcglobal.net>
<4787CC9A.1090002@lemmons.name>
Message-ID: <4787CF2A.403@lemmons.name>
-------- Original Message --------
Subject: Re:KDE 4.0.0!
From: Paul Lemmons
To: Kubuntu Help and User Discussions
Date: 01/11/2008 01:07 PM
> -------- Original Message --------
> Subject: Re:KDE 4.0.0!
> From: Jim
> To: Kubuntu Help and User Discussions
> Date: 01/11/2008 12:36 PM
>
>> Dotan Cohen wrote:
>>
>>
>>> On 11/01/2008, Martin Walshe wrote:
>>>
>>>
>>>
>>>>> File it and post the bug # here.
>>>>>
>>>>>
>>>>>
>>>> Will do so when http://bugs.kde.org/ is back up.
>>>>
>>>>
>>>>
>>> bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
>>> That should probably be:
>>> BKO is currently /.ed. See you at 4.1!
>>>
>>> Dotan Cohen
>>>
>>> http://what-is-what.com
>>> http://gibberish.co.il
>>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>>>
>>> A: Because it messes up the order in which people normally read text.
>>> Q: Why is top-posting such a bad thing?
>>>
>>>
>>>
>> Kubuntu-7.10 ,1386
>> I did just exactly as per instruction but when I ran Sudo apt-get
>> install kde4-core I got the ERROR message below.
>>
>> First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu
>> gutsy main to /etc/apt/sources.list.
>> Run sudo apt-get update
>> Sudo apt-get upgrade
>> Sudo apt-get install kde4-core
>>
>> Log out and then select kde4 from the log in menu.
>>
>>
>> ERROR Message:
>>
>> ~$ sudo apt-get install kde4-core
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> Some packages could not be installed. This may mean that you have
>> requested an impossible situation or if you are using the unstable
>> distribution that some required packages have not yet been created
>> or been moved out of Incoming.
>>
>> Since you only requested a single operation it is extremely likely that
>> the package is simply not installable and a bug report against
>> that package should be filed.
>> The following information may help to resolve the situation:
>>
>> The following packages have unmet dependencies:
>> kde4-core: Depends: kdebase-kde4 (>= 4:4.0.0) but it is not going to
>> be installed
>> Depends: kdebase-workspace (>= 4:4.0.0) but it is not going
>> to be installed
>> Depends: kdebase-runtime (>= 4:4.0.0) but it is not going
>> to be installed
>> Depends: kdelibs5 (>= 4:4.0.0) but it is not going to be
>> installed
>> Depends: kdepimlibs5 (>= 4:4.0.0) but it is not going to be
>> installed
>> E: Broken packages
>>
>>
>>
>>
> /This is probably not it but...
>
> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main/
>
> in your example above I do not see the "/gutsy main" at the end of the
> line you added to sources.list
> /
>
>
Nevermind... bitten by line split. I need to learn to read with my head
cocked at 45 degrees
--
Sometimes I wonder. Were our faith able to stand upright and look around, would it be looking down at the mustard seed or standing in awe of the height and breadth of it.
From mickeyboa at sbcglobal.net Fri Jan 11 20:33:55 2008
From: mickeyboa at sbcglobal.net (Jim)
Date: Fri, 11 Jan 2008 15:33:55 -0500
Subject: KDE 4.0.0!
In-Reply-To: <4787CC9A.1090002@lemmons.name>
References: <47875868.9020804@stdin.me.uk> <200801111604.34599.jpatrick@kubuntu.org> <200801111117.48293.sniffy@rogers.com> <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com> <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com> <4787C53D.9000102@sbcglobal.net>
<4787CC9A.1090002@lemmons.name>
Message-ID: <4787D2B3.70508@sbcglobal.net>
Paul Lemmons wrote:
> -------- Original Message --------
> Subject: Re:KDE 4.0.0!
> From: Jim
> To: Kubuntu Help and User Discussions
> Date: 01/11/2008 12:36 PM
>
>> Dotan Cohen wrote:
>>
>>
>>> On 11/01/2008, Martin Walshe wrote:
>>>
>>>
>>>
>>>>> File it and post the bug # here.
>>>>>
>>>>>
>>>>>
>>>> Will do so when http://bugs.kde.org/ is back up.
>>>>
>>>>
>>>>
>>> bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
>>> That should probably be:
>>> BKO is currently /.ed. See you at 4.1!
>>>
>>> Dotan Cohen
>>>
>>> http://what-is-what.com
>>> http://gibberish.co.il
>>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>>>
>>> A: Because it messes up the order in which people normally read text.
>>> Q: Why is top-posting such a bad thing?
>>>
>>>
>>>
>> Kubuntu-7.10 ,1386
>> I did just exactly as per instruction but when I ran Sudo apt-get
>> install kde4-core I got the ERROR message below.
>>
>> First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu
>> gutsy main to /etc/apt/sources.list.
>> Run sudo apt-get update
>> Sudo apt-get upgrade
>> Sudo apt-get install kde4-core
>>
>> Log out and then select kde4 from the log in menu.
>>
>>
>> ERROR Message:
>>
>> ~$ sudo apt-get install kde4-core
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> Some packages could not be installed. This may mean that you have
>> requested an impossible situation or if you are using the unstable
>> distribution that some required packages have not yet been created
>> or been moved out of Incoming.
>>
>> Since you only requested a single operation it is extremely likely that
>> the package is simply not installable and a bug report against
>> that package should be filed.
>> The following information may help to resolve the situation:
>>
>> The following packages have unmet dependencies:
>> kde4-core: Depends: kdebase-kde4 (>= 4:4.0.0) but it is not going to
>> be installed
>> Depends: kdebase-workspace (>= 4:4.0.0) but it is not going
>> to be installed
>> Depends: kdebase-runtime (>= 4:4.0.0) but it is not going
>> to be installed
>> Depends: kdelibs5 (>= 4:4.0.0) but it is not going to be
>> installed
>> Depends: kdepimlibs5 (>= 4:4.0.0) but it is not going to be
>> installed
>> E: Broken packages
>>
>>
>>
>>
> /This is probably not it but...
>
> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main/
>
> in your example above I do not see the "/gutsy main" at the end of the
> line you added to sources.list
> /
>
>
I put the / as such,
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu/ gutsy main
is this what you mean ?
I'm still getting dependency problems.
All the repo's in /etc/apt/sources-list is # out.
From kubuntu-users at cpinkney.org.uk Fri Jan 11 20:22:43 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Fri, 11 Jan 2008 20:22:43 +0000
Subject: Organizing Shares
In-Reply-To: <200801102215.11873.d.mcglone@att.net>
References: <200801102215.11873.d.mcglone@att.net>
Message-ID: <200801112022.43424.kubuntu-users@cpinkney.org.uk>
On Friday 11 Jan 2008, David McGlone wrote:
> My question is; is it possible to put those shares in a place that is more
> accessible? like on the desktop or kicker instead of having to go to remote
> places->samba shares?
You could always browse to Remote Places, find the Samba share and right click
on it and select 'Bookmark this folder' so it always appears in the left
Bookmarks column.
Alternatively, on the desktop or in any local folder you can right click,
select Create New->Link to URL and enter a URL in this format:
smb://hostname/sharename
You'll then get an icon that you can click on and go directly to that share.
> The reason this came up is because I decided to upgrade my laptop to 7.10
> and I went with a fresh install and I'm so surprised at how far kubuntu has
> come for me in terms of hardware. What I mean is that _finally_ my
> wireless broadcom card was almost a _snap_ to set up. I was happy that the
> driver was in the "restricted" drivers and I didn't have to install
> ndiswrapper and all that crap.
>
> BUT.... Don't get your hopes up. ;-) My complaint is that the driver was on
> the repositories, Ah Darn, how am I gonna access the internet with no
> working connection, unless of course I hard wire my laptop to my router,
> which wasn't that bad of a thing, but still I think I made my point.. LOL
>
> Maybe, just maybe in the future kubuntu could put it on the disk. I don't
> know much about copyright issues et cetera, but come on it's a no brainer.
> It's like taking a 4 foot kid in a candy store and give him money to buy
> candy from a 10 foot shelve. :-)
I believe the Broadcom driver uses firmware that must be downloaded and cannot
be distributed on disk due to licencing issues.
--
Colin Pinkney
http://www.cpinkney.org.uk
From d.mcglone at att.net Fri Jan 11 20:46:57 2008
From: d.mcglone at att.net (David McGlone)
Date: Fri, 11 Jan 2008 15:46:57 -0500
Subject: KDE 4.0.0!
In-Reply-To: <47878CC6.9050500@gmail.com>
References: <47875868.9020804@stdin.me.uk>
<200801111158.17944.eprosoft@gmail.com>
<47878CC6.9050500@gmail.com>
Message-ID: <200801111546.57347.d.mcglone@att.net>
On Friday 11 January 2008 10:35:34 am Paul S wrote:
> Eduardo P. Román O. said the following on 01/11/2008 09:58 AM:
> > El Friday 11 January 2008 11:24:37 Paul S escribió:
> >> Terence Simpson said the following on 01/11/2008 06:52 AM:
> >>> Yes, it's finally here and ready to install :)
> >>> For instructions see
> >>
> >> It seems to also be in gutsy-backports now, as it has already started
> >> downloading here.
>
> Sorry I mispoke .. backports just had an update to one kde4 lib package
> to 4.0.0. I'm now following the download instuctions from above.
>
> regards,
I just installed KDE 4. First impression: Very nice! The looks of it are so
much more crisper and the colors are beautiful.
--
David M.
From girardhenri at free.fr Fri Jan 11 20:56:03 2008
From: girardhenri at free.fr (Girard Henri)
Date: Fri, 11 Jan 2008 21:56:03 +0100
Subject: KDE 4.0.0!
In-Reply-To: <4787D2B3.70508@sbcglobal.net>
References: <47875868.9020804@stdin.me.uk> <200801111604.34599.jpatrick@kubuntu.org> <200801111117.48293.sniffy@rogers.com> <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com> <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com> <4787C53D.9000102@sbcglobal.net> <4787CC9A.1090002@lemmons.name>
<4787D2B3.70508@sbcglobal.net>
Message-ID: <4787D7E3.2020603@free.fr>
In fact it's not so easy to intall it ...
I have gutsy (32) and hardy (64)
For gutsy i gave up because ppa and mixed gutsy repos made problems
I think it's better wait a little... They probably will correct the problems
On hardy (32 and 64) I had no problems ... but kdecore-devel can't
install...
Jim a écrit :
> Paul Lemmons wrote:
>
>> -------- Original Message --------
>> Subject: Re:KDE 4.0.0!
>> From: Jim
>> To: Kubuntu Help and User Discussions
>> Date: 01/11/2008 12:36 PM
>>
>>
>>> Dotan Cohen wrote:
>>>
>>>
>>>
>>>> On 11/01/2008, Martin Walshe wrote:
>>>>
>>>>
>>>>
>>>>
>>>>>> File it and post the bug # here.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>> Will do so when http://bugs.kde.org/ is back up.
>>>>>
>>>>>
>>>>>
>>>>>
>>>> bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
>>>> That should probably be:
>>>> BKO is currently /.ed. See you at 4.1!
>>>>
>>>> Dotan Cohen
>>>>
>>>> http://what-is-what.com
>>>> http://gibberish.co.il
>>>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>>>>
>>>> A: Because it messes up the order in which people normally read text.
>>>> Q: Why is top-posting such a bad thing?
>>>>
>>>>
>>>>
>>>>
>>> Kubuntu-7.10 ,1386
>>> I did just exactly as per instruction but when I ran Sudo apt-get
>>> install kde4-core I got the ERROR message below.
>>>
>>> First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu
>>> gutsy main to /etc/apt/sources.list.
>>> Run sudo apt-get update
>>> Sudo apt-get upgrade
>>> Sudo apt-get install kde4-core
>>>
>>> Log out and then select kde4 from the log in menu.
>>>
>>>
>>> ERROR Message:
>>>
>>> ~$ sudo apt-get install kde4-core
>>> Reading package lists... Done
>>> Building dependency tree
>>> Reading state information... Done
>>> Some packages could not be installed. This may mean that you have
>>> requested an impossible situation or if you are using the unstable
>>> distribution that some required packages have not yet been created
>>> or been moved out of Incoming.
>>>
>>> Since you only requested a single operation it is extremely likely that
>>> the package is simply not installable and a bug report against
>>> that package should be filed.
>>> The following information may help to resolve the situation:
>>>
>>> The following packages have unmet dependencies:
>>> kde4-core: Depends: kdebase-kde4 (>= 4:4.0.0) but it is not going to
>>> be installed
>>> Depends: kdebase-workspace (>= 4:4.0.0) but it is not going
>>> to be installed
>>> Depends: kdebase-runtime (>= 4:4.0.0) but it is not going
>>> to be installed
>>> Depends: kdelibs5 (>= 4:4.0.0) but it is not going to be
>>> installed
>>> Depends: kdepimlibs5 (>= 4:4.0.0) but it is not going to be
>>> installed
>>> E: Broken packages
>>>
>>>
>>>
>>>
>>>
>> /This is probably not it but...
>>
>> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main/
>>
>> in your example above I do not see the "/gutsy main" at the end of the
>> line you added to sources.list
>> /
>>
>>
>>
> I put the / as such,
>
> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu/ gutsy main
>
> is this what you mean ?
>
> I'm still getting dependency problems.
> All the repo's in /etc/apt/sources-list is # out.
>
>
From cms0009 at gmail.com Fri Jan 11 21:09:58 2008
From: cms0009 at gmail.com (Richard)
Date: Fri, 11 Jan 2008 16:09:58 -0500
Subject: Flash installer Broken (K)ubuntu 7.10
In-Reply-To: <200801112004.54605.kubuntu-users@cpinkney.org.uk>
References: <200801101623.44020.cms0009@gmail.com>
<200801110007.58330.cms0009@gmail.com>
<200801112004.54605.kubuntu-users@cpinkney.org.uk>
Message-ID: <200801111609.58811.cms0009@gmail.com>
On Friday 11 January 2008 3:04:54 pm Colin Pinkney wrote:
> On Friday 11 Jan 2008, Richard wrote:
> > There something wrong with .115 version plugin.
> > this would be my 18th time installing flash... funning running 7.04
> > I install flash first shot.
>
> Adobe implemented some XRender stuff in this version of the Flash plugin in
> order to do proper full screen flash (not just a maximised browser window)
> but Konqueror does not support this in the Netscape Plugin framework - yet.
>
> The KDE developers are working on it, however and I suspect the patch will
> make its way into the Ubuntu updates repository because version 9.0.115 of
> the flash plugin has quite a few security updates.
>
> This is the problem with closed-source software. Linux distributions have
> no control over it and to top it off Adobe does not version the main
> download file and instead only offers the latest. So when you install the
> flashplugin-nonfree package it has to download from Adobe due to licencing
> and even if the package you install is versioned 9.0.48, it will simply
> download the latest available.
>
> The only way to install flash at the moment, which works with Konqueror, is
> to download the Flash 9 archive from Adobe, which contains all previous
> versions of the plugin, including 9.0.48, and install it manually. The
> download link is here and is 61MB:
>
> http://www.adobe.com/go/tn_14266
>
> --
> Colin Pinkney
> http://www.cpinkney.org.uk
Hi Colin,
I did that, and got konqueror to work, but its the flash,
its not working on all websites...like veoh.com
they must be using a higher xxx flashplayer version. youtube.com works okay.
odd.
Richard
From cms0009 at gmail.com Fri Jan 11 21:10:59 2008
From: cms0009 at gmail.com (Richard)
Date: Fri, 11 Jan 2008 16:10:59 -0500
Subject: Threading in Kmail 7.10 (kubuntu)
In-Reply-To: <200801112018.35604.list@loampitsfarm.co.uk>
References: <200801101552.53171.cms0009@gmail.com>
<1760508.5xyMfPGfqS@cedar.serverforest.com>
<200801112018.35604.list@loampitsfarm.co.uk>
Message-ID: <200801111610.59525.cms0009@gmail.com>
On Friday 11 January 2008 3:18:35 pm andrew wrote:
> On Thursday 10 January 2008 21:25, Derek Broughton wrote:
> > I've no idea what this means, but KMail doesn't have any
> > particular options for watched threads.
>
> Click on the message, right click, watch thread.
>
> AJH
Yeah, I figured it out.
Rich
From gene.heskett at verizon.net Fri Jan 11 21:22:42 2008
From: gene.heskett at verizon.net (Gene Heskett)
Date: Fri, 11 Jan 2008 16:22:42 -0500
Subject: KDE 4.0.0!
In-Reply-To: <200801111546.57347.d.mcglone@att.net>
References: <47875868.9020804@stdin.me.uk> <47878CC6.9050500@gmail.com>
<200801111546.57347.d.mcglone@att.net>
Message-ID: <200801111622.42904.gene.heskett@verizon.net>
On Friday 11 January 2008, David McGlone wrote:
>On Friday 11 January 2008 10:35:34 am Paul S wrote:
>> Eduardo P. Román O. said the following on 01/11/2008 09:58 AM:
>> > El Friday 11 January 2008 11:24:37 Paul S escribió:
>> >> Terence Simpson said the following on 01/11/2008 06:52 AM:
>> >>> Yes, it's finally here and ready to install :)
>> >>> For instructions see
>> >>
>> >> It seems to also be in gutsy-backports now, as it has already started
>> >> downloading here.
>>
>> Sorry I mispoke .. backports just had an update to one kde4 lib package
>> to 4.0.0. I'm now following the download instuctions from above.
>>
>> regards,
>
>I just installed KDE 4. First impression: Very nice! The looks of it are so
>much more crisper and the colors are beautiful.
>
What is the new email agent called, I see no mention of kmail in the 4.0
propaganda as yet.
>--
>David M.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
You'll be called to a post requiring ability in handling groups of people.
From cpmcc at optusnet.com.au Fri Jan 11 21:23:18 2008
From: cpmcc at optusnet.com.au (Clark)
Date: Sat, 12 Jan 2008 08:23:18 +1100
Subject: New problem / insight? Wine
Message-ID: <4787DE46.40707@optusnet.com.au>
I found in; system settings - advanced a wine glass icon with "windows
applications" label; I selected it and a dialog box poped up with the
message "It appears that you do not yet have a Windows drive set up. A
fake Windows installation will be created for you in /home/cpm/.wine.
This may take up to a minute"
I waited ten minutes and the wheel was still going around so I selected
OK and the wheel stopped as did the the entire system, another complete
system freeze. I will try creating this file and see what happens -
strikes me as a thouroughly untried / tested system this Wine, perhaps
it should be spelled with an Wh.
Any suggestions?
Clark
From ka8sep at sbcglobal.net Fri Jan 11 21:42:57 2008
From: ka8sep at sbcglobal.net (TED FISCHER)
Date: Fri, 11 Jan 2008 13:42:57 -0800 (PST)
Subject: KDE Programs Naming Convention
In-Reply-To:
Message-ID: <885423.25530.qm@web82208.mail.mud.yahoo.com>
>(A few days later)
>ABBOTT: Super Duper computer store. Can I help you?
>COSTELLO: How do I turn my computer off?
>ABBOTT: Click on "START".............
>----- end quote of JOKE! -----
>
>--
>Kelly L. Fulks
>Home Account
>near Huntsville, AL
ROTFLMAO! And it also points out the absurdity of this whole thread in a very
humorous manner..
K3b, and the explanation given earlier, for Kde's Burn, Baby, Burn was the
best explanation I've heard yet. And easy to remember too. :)
Kelly, Very funny.
My 2 cents, I liked the older graphics in K3B that had a penguin holding a disk and a blowtorch, while wearing a welders mask.
That left little doubt to what the program was for.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From stdin at stdin.me.uk Fri Jan 11 21:54:39 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 21:54:39 +0000
Subject: KDE 4.0.0!
In-Reply-To: <4787C53D.9000102@sbcglobal.net>
References: <47875868.9020804@stdin.me.uk> <200801111604.34599.jpatrick@kubuntu.org> <200801111117.48293.sniffy@rogers.com> <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com> <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com>
<4787C53D.9000102@sbcglobal.net>
Message-ID: <4787E59F.8000900@stdin.me.uk>
Jim wrote:
> Dotan Cohen wrote:
>
>> On 11/01/2008, Martin Walshe wrote:
>>
>>
>>>> File it and post the bug # here.
>>>>
>>>>
>>> Will do so when http://bugs.kde.org/ is back up.
>>>
>>>
>> bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
>> That should probably be:
>> BKO is currently /.ed. See you at 4.1!
>>
>> Dotan Cohen
>>
>> http://what-is-what.com
>> http://gibberish.co.il
>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>>
>> A: Because it messes up the order in which people normally read text.
>> Q: Why is top-posting such a bad thing?
>>
>>
> Kubuntu-7.10 ,1386
> I did just exactly as per instruction but when I ran Sudo apt-get
> install kde4-core I got the ERROR message below.
>
> First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu
> gutsy main to /etc/apt/sources.list.
> Run sudo apt-get update
> Sudo apt-get upgrade
> Sudo apt-get install kde4-core
>
> Log out and then select kde4 from the log in menu.
>
>
> ERROR Message:
>
> ~$ sudo apt-get install kde4-core
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> kde4-core: Depends: kdebase-kde4 (>= 4:4.0.0) but it is not going to
> be installed
> Depends: kdebase-workspace (>= 4:4.0.0) but it is not going
> to be installed
> Depends: kdebase-runtime (>= 4:4.0.0) but it is not going
> to be installed
> Depends: kdelibs5 (>= 4:4.0.0) but it is not going to be
> installed
> Depends: kdepimlibs5 (>= 4:4.0.0) but it is not going to be
> installed
> E: Broken packages
>
>
Just try installing "kdebase-bin-kde4" first, then go for "kde4-core"
Terence
From paul at lemmons.name Fri Jan 11 21:59:24 2008
From: paul at lemmons.name (Paul Lemmons)
Date: Fri, 11 Jan 2008 14:59:24 -0700
Subject: KDE 4.0.0!
In-Reply-To: <200801111622.42904.gene.heskett@verizon.net>
References: <47875868.9020804@stdin.me.uk>
<47878CC6.9050500@gmail.com> <200801111546.57347.d.mcglone@att.net>
<200801111622.42904.gene.heskett@verizon.net>
Message-ID: <4787E6BC.3060800@lemmons.name>
-------- Original Message --------
Subject: Re:KDE 4.0.0!
From: Gene Heskett
To: Kubuntu Help and User Discussions
Date: 01/11/2008 02:22 PM
> On Friday 11 January 2008, David McGlone wrote:
>
>> On Friday 11 January 2008 10:35:34 am Paul S wrote:
>>
>>> Eduardo P. Román O. said the following on 01/11/2008 09:58 AM:
>>>
>>>> El Friday 11 January 2008 11:24:37 Paul S escribió:
>>>>
>>>>> Terence Simpson said the following on 01/11/2008 06:52 AM:
>>>>>
>>>>>> Yes, it's finally here and ready to install :)
>>>>>> For instructions see
>>>>>>
>>>>> It seems to also be in gutsy-backports now, as it has already started
>>>>> downloading here.
>>>>>
>>> Sorry I mispoke .. backports just had an update to one kde4 lib package
>>> to 4.0.0. I'm now following the download instuctions from above.
>>>
>>> regards,
>>>
>> I just installed KDE 4. First impression: Very nice! The looks of it are so
>> much more crisper and the colors are beautiful.
>>
>>
> What is the new email agent called, I see no mention of kmail in the 4.0
> propaganda as yet.
>
>
>> --
>> David M.
>>
>
>
>
>
I think it is Personal Information Management on the menu but if you
just wan KMail you can get to it by typing Kmail at a command line of
your choice.
--
Sometimes I wonder. Were our faith able to stand upright and look around, would it be looking down at the mustard seed or standing in awe of the height and breadth of it.
From gert.gast at gmail.com Fri Jan 11 22:05:50 2008
From: gert.gast at gmail.com (Gert Gast)
Date: Sat, 12 Jan 2008 09:05:50 +1100
Subject: KDE 4.0.0!
In-Reply-To: <4787E59F.8000900@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk>
<200801111117.48293.sniffy@rogers.com>
<880dece00801110850k40e115c7ub319559030274254@mail.gmail.com>
<880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com>
<4787C53D.9000102@sbcglobal.net> <4787E59F.8000900@stdin.me.uk>
Message-ID: <79cc94fa0801111405n19edcdf6m3a819eec98eba454@mail.gmail.com>
I´m on Dapper and get prompted from the package manager to dl KDE4, is that
advisable, or better wait for next LTS Kubuntu version ?
Cheers, Gert
____________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From stdin at stdin.me.uk Fri Jan 11 22:08:24 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 22:08:24 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111622.42904.gene.heskett@verizon.net>
References: <47875868.9020804@stdin.me.uk>
<47878CC6.9050500@gmail.com> <200801111546.57347.d.mcglone@att.net>
<200801111622.42904.gene.heskett@verizon.net>
Message-ID: <4787E8D8.6000507@stdin.me.uk>
Gene Heskett wrote:
> On Friday 11 January 2008, David McGlone wrote:
>
>> On Friday 11 January 2008 10:35:34 am Paul S wrote:
>>
>>> Eduardo P. Román O. said the following on 01/11/2008 09:58 AM:
>>>
>>>> El Friday 11 January 2008 11:24:37 Paul S escribió:
>>>>
>>>>> Terence Simpson said the following on 01/11/2008 06:52 AM:
>>>>>
>>>>>> Yes, it's finally here and ready to install :)
>>>>>> For instructions see
>>>>>>
>>>>> It seems to also be in gutsy-backports now, as it has already started
>>>>> downloading here.
>>>>>
>>> Sorry I mispoke .. backports just had an update to one kde4 lib package
>>> to 4.0.0. I'm now following the download instuctions from above.
>>>
>>> regards,
>>>
>> I just installed KDE 4. First impression: Very nice! The looks of it are so
>> much more crisper and the colors are beautiful.
>>
>>
> What is the new email agent called, I see no mention of kmail in the 4.0
> propaganda as yet.
>
Unfortunately the kdepim module didn't make it into the 4.0.0 release,
so packages like:
"kode schematest kung akonadi kagenda kcontactmanager akregator knode
kmail kalarm kalarmd kaddressbook karm ktimetracker knotes kontact
korganizer kpilot korn" won't be in the initial release.
Terence
From stdin at stdin.me.uk Fri Jan 11 22:14:37 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 22:14:37 +0000
Subject: KDE 4.0.0!
In-Reply-To: <4787CD91.2080600@sbcglobal.net>
References: <47875868.9020804@stdin.me.uk> <200801111008.40648.eprosoft@gmail.com> <4787BAAC.5090108@stdin.me.uk>
<4787CD91.2080600@sbcglobal.net>
Message-ID: <4787EA4D.20704@stdin.me.uk>
Jim wrote:
> Additional dependency, problems.
> I guess I'll just have to wait for awhile, and try again.
>
> $ sudo apt-get install kdebase-bin-kde4
> [sudo] password for jim:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
> kdebase-bin-kde4: Depends: kdebase-runtime but it is not going to be
> installed
> Depends: kdelibs5 (>= 4:4.0.0-0ubuntu1~gutsy1~ppa1)
> but it is not going to be installed
> Depends: libqt4-qt3support (>= 4.3.2) but it is not
> installable
> E: Broken packages
>
>
Try with "sudo aptitude install kdebase-bin-kde4", aptitude is usually
more verbose and has more advanced dependency handling.
From stdin at stdin.me.uk Fri Jan 11 22:15:58 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 22:15:58 +0000
Subject: KDE 4.0.0!
In-Reply-To: <79cc94fa0801111405n19edcdf6m3a819eec98eba454@mail.gmail.com>
References: <47875868.9020804@stdin.me.uk> <200801111117.48293.sniffy@rogers.com> <880dece00801110850k40e115c7ub319559030274254@mail.gmail.com> <880dece00801110922j7dd1df21kb9e0e60b6646cc0a@mail.gmail.com> <4787C53D.9000102@sbcglobal.net>
<4787E59F.8000900@stdin.me.uk>
<79cc94fa0801111405n19edcdf6m3a819eec98eba454@mail.gmail.com>
Message-ID: <4787EA9E.5090507@stdin.me.uk>
Gert Gast wrote:
> I´m on Dapper and get prompted from the package manager to dl KDE4, is that
> advisable, or better wait for next LTS Kubuntu version ?
>
> Cheers, Gert
> ____________________________
>
>
It's not available on Dapper, you shouldn't be getting any KDE4
notifications.
From kubuntu-users at cpinkney.org.uk Fri Jan 11 22:11:31 2008
From: kubuntu-users at cpinkney.org.uk (Colin Pinkney)
Date: Fri, 11 Jan 2008 22:11:31 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111139.25413.sniffy@rogers.com>
References: <47875868.9020804@stdin.me.uk>
<880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
<200801111139.25413.sniffy@rogers.com>
Message-ID: <200801112211.31332.kubuntu-users@cpinkney.org.uk>
On Friday 11 Jan 2008, Chris Gow wrote:
> - There are a lot less plasmoids/widgets than I expected. Dunno if it is
> packaging releated (perhaps not built yet) or KDE decided to strip some
> out. For example there is no:
> - Way to change the Analog Clock to that old bedside table analog clock
> (the ones where the numbers flipped around)
> - No weather applet
> - No picture applet
> - Notes/twitter applet
Try installing extragear-plasma (do NOT install playground-plasma if you have
it as that is an older package)
Overall I like the look & feel. It seems more modern to me and I like the
composite features, which seem to automatically disable if you are not able
to run them like if running KDE in an Xnest.
However it still has some very rough corners so I will continue to use 3.5.8
for now, but at least I couldn't get it to crash. :D
I think some people are still expecting it to be complete judging by the
number of "where's this app..." or "what about feature X" questions. People
have to remember this is version 4.0.0, "Point zero" releases are always
rough, so you are best sticking with the previous version if you want a
stable desktop as v3.5.x isn't going away for a while.
--
Colin Pinkney
http://www.cpinkney.org.uk
From larryhartman50 at vzavenue.net Fri Jan 11 22:35:35 2008
From: larryhartman50 at vzavenue.net (Larry Hartman)
Date: Fri, 11 Jan 2008 14:35:35 -0800
Subject: KDE 4.0.0!
In-Reply-To: <880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
References: <47875868.9020804@stdin.me.uk>
<880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
Message-ID: <200801111435.36101.larryhartman50@vzavenue.net>
On Friday 11 January 2008 06:34:09 am Dotan Cohen wrote:
> On 11/01/2008, Terence Simpson wrote:
> > Yes, it's finally here and ready to install :)
> > For instructions see
> >
> > RocK on!
> >
> > Terence
>
> Please report back with installation issues and usage problems. I've
> very excited, but I cannot play russian rulette with my laptop.
>
> Dotan Cohen
>
> http://what-is-what.com
> http://gibberish.co.il
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
Yeah, don't use these instructions...it not only gives you the KDE4 stuff, but
also "upgrades" numerous KDE3 packages with those in the PPA
repository....took me 45 minutes of purging these packages, fixing broken
dependencies and reinstalling KDE3 from the main repositories. I nearly had
a very bad problem on my hand.
I think the below suggestion is far wiser and safer on your already installed
KDE3:
> It seems to also be in gutsy-backports now, as it has already started
> downloading here.
My first install of KDE4 from PPA was not so nice....within 5 minutes of
playing around KDE4, it crashed and I lost my panel. I could not retrieve it
back, so I decided to purge the install delete the .kde4 directory from my
home directory and reinstall. This is when I uncovered what PPA did to my
KDE3 install.
Larry
From mailinglist at endosquid.com Fri Jan 11 22:35:08 2008
From: mailinglist at endosquid.com (Brendan)
Date: Fri, 11 Jan 2008 17:35:08 -0500
Subject: KDE 4.0.0!
In-Reply-To: <4787D7E3.2020603@free.fr>
References: <47875868.9020804@stdin.me.uk> <4787D2B3.70508@sbcglobal.net>
<4787D7E3.2020603@free.fr>
Message-ID: <200801111735.08569.mailinglist@endosquid.com>
On Friday 11 January 2008, Girard Henri wrote:
No problems here.
Probably something to do with the packages/repos on your box.
> In fact it's not so easy to intall it ...
> I have gutsy (32) and hardy (64)
> For gutsy i gave up because ppa and mixed gutsy repos made problems
> I think it's better wait a little... They probably will correct the
> problems On hardy (32 and 64) I had no problems ... but kdecore-devel
> can't install...
>
> Jim a écrit :
> > Paul Lemmons wrote:
> >> -------- Original Message --------
> >> Subject: Re:KDE 4.0.0!
> >> From: Jim
> >> To: Kubuntu Help and User Discussions
> >> Date: 01/11/2008 12:36 PM
> >>
> >>> Dotan Cohen wrote:
> >>>> On 11/01/2008, Martin Walshe wrote:
> >>>>>> File it and post the bug # here.
> >>>>>
> >>>>> Will do so when http://bugs.kde.org/ is back up.
> >>>>
> >>>> bugs.kde.org is temporarily offline to celebrate KDE 4.0.0 launch.
> >>>> That should probably be:
> >>>> BKO is currently /.ed. See you at 4.1!
> >>>>
> >>>> Dotan Cohen
> >>>>
> >>>> http://what-is-what.com
> >>>> http://gibberish.co.il
> >>>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
> >>>>
> >>>> A: Because it messes up the order in which people normally read text.
> >>>> Q: Why is top-posting such a bad thing?
> >>>
> >>> Kubuntu-7.10 ,1386
> >>> I did just exactly as per instruction but when I ran Sudo apt-get
> >>> install kde4-core I got the ERROR message below.
> >>>
> >>> First add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu
> >>> gutsy main to /etc/apt/sources.list.
> >>> Run sudo apt-get update
> >>> Sudo apt-get upgrade
> >>> Sudo apt-get install kde4-core
> >>>
> >>> Log out and then select kde4 from the log in menu.
> >>>
> >>>
> >>> ERROR Message:
> >>>
> >>> ~$ sudo apt-get install kde4-core
> >>> Reading package lists... Done
> >>> Building dependency tree
> >>> Reading state information... Done
> >>> Some packages could not be installed. This may mean that you have
> >>> requested an impossible situation or if you are using the unstable
> >>> distribution that some required packages have not yet been created
> >>> or been moved out of Incoming.
> >>>
> >>> Since you only requested a single operation it is extremely likely that
> >>> the package is simply not installable and a bug report against
> >>> that package should be filed.
> >>> The following information may help to resolve the situation:
> >>>
> >>> The following packages have unmet dependencies:
> >>> kde4-core: Depends: kdebase-kde4 (>= 4:4.0.0) but it is not going to
> >>> be installed
> >>> Depends: kdebase-workspace (>= 4:4.0.0) but it is not
> >>> going to be installed
> >>> Depends: kdebase-runtime (>= 4:4.0.0) but it is not going
> >>> to be installed
> >>> Depends: kdelibs5 (>= 4:4.0.0) but it is not going to be
> >>> installed
> >>> Depends: kdepimlibs5 (>= 4:4.0.0) but it is not going to
> >>> be installed
> >>> E: Broken packages
> >>
> >> /This is probably not it but...
> >>
> >> deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main/
> >>
> >> in your example above I do not see the "/gutsy main" at the end of the
> >> line you added to sources.list
> >> /
> >
> > I put the / as such,
> >
> > deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu/ gutsy main
> >
> > is this what you mean ?
> >
> > I'm still getting dependency problems.
> > All the repo's in /etc/apt/sources-list is # out.
From mailinglist at endosquid.com Fri Jan 11 22:36:54 2008
From: mailinglist at endosquid.com (Brendan)
Date: Fri, 11 Jan 2008 17:36:54 -0500
Subject: KDE 4.0.0!
In-Reply-To: <200801111205.06178.eprosoft@gmail.com>
References: <47875868.9020804@stdin.me.uk>
<200801111158.17944.eprosoft@gmail.com>
<200801111205.06178.eprosoft@gmail.com>
Message-ID: <200801111736.54143.mailinglist@endosquid.com>
On Friday 11 January 2008, Eduardo P. Román O. wrote:
Maybe you should read the instrucciones, senor?
> This is what I got;
> root at epro-movil:/home/eroman# apt-get install kde4
> Leyendo lista de paquetes... Hecho
> Creando árbol de dependencias
> Leyendo la información de estado... Hecho
> E: No se pudo encontrar el paquete kde4 (in english Not found package kde4
> ) root at epro-movil:/home/eroman#
>
> What do you think is the right command ???
>
> El Friday 11 January 2008 11:58:17 Eduardo P. Román O. escribió:
> > You Right men
> >
> > How I should do for install;
> > With a apt-get install kde4 ????
> >
> > El Friday 11 January 2008 11:24:37 Paul S escribió:
> > > Terence Simpson said the following on 01/11/2008 06:52 AM:
> > > > Yes, it's finally here and ready to install :)
> > > > For instructions see
> > >
> > > It seems to also be in gutsy-backports now, as it has already started
> > > downloading here.
> > >
> > > regards,
> >
> > --
> > Saludos Cordiales
> >
> > Eduardo P. Román O.
> > Ingeniero en informática
> > User #298254 http://counter.li.org.
> > Epro Software
> >
> > CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los
> > archivos adjuntos es de carácter confidencial o privilegiada y está
> > destinada al uso exclusivo del emisor y/o de la persona o entidad a quien
> > va dirigida. Si usted no es el destinatario, cualquier almacenamiento,
> > divulgación, distribución o copia de esta información está estrictamente
> > prohibido y sancionado por la ley. Si recibió este mensaje por error, por
> > favor infórmenos inmediatamente respondiendo este mismo mensaje y borre
> > todos los archivos adjuntos. Gracias.
> > CONFIDENTIAL NOTE: The information transmitted in this message and/or
> > attachments is confidential and/or privileged and is intented only for
> > use of the person or entity to whom it is addressed. If you are not the
> > intended recipient, any retention,dissemination, distribution or copy of
> > this information is strictly prohibited and sanctioned by law. If you
> > received this messagge in error, please reply us this same message and
> > delete this message and all attachments. Thank you.
>
> --
> Saludos Cordiales
>
> Eduardo P. Román O.
> Ingeniero en informática
> User #298254 http://counter.li.org.
> Epro Software
>
> CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los
> archivos adjuntos es de carácter confidencial o privilegiada y está
> destinada al uso exclusivo del emisor y/o de la persona o entidad a quien
> va dirigida. Si usted no es el destinatario, cualquier almacenamiento,
> divulgación, distribución o copia de esta información está estrictamente
> prohibido y sancionado por la ley. Si recibió este mensaje por error, por
> favor infórmenos inmediatamente respondiendo este mismo mensaje y borre
> todos los archivos adjuntos. Gracias.
> CONFIDENTIAL NOTE: The information transmitted in this message and/or
> attachments is confidential and/or privileged and is intented only for use
> of the person or entity to whom it is addressed. If you are not the
> intended recipient, any retention,dissemination, distribution or copy of
> this information is strictly prohibited and sanctioned by law. If you
> received this messagge in error, please reply us this same message and
> delete this message and all attachments. Thank you.
From stdin at stdin.me.uk Fri Jan 11 22:50:47 2008
From: stdin at stdin.me.uk (Terence Simpson)
Date: Fri, 11 Jan 2008 22:50:47 +0000
Subject: KDE 4.0.0!
In-Reply-To: <200801111435.36101.larryhartman50@vzavenue.net>
References: <47875868.9020804@stdin.me.uk> <880dece00801110634h401d3b83k1be0a9dce3687312@mail.gmail.com>
<200801111435.36101.larryhartman50@vzavenue.net>
Message-ID: <4787F2C7.6020007@stdin.me.uk>
Larry Hartman wrote:
> On Friday 11 January 2008 06:34:09 am Dotan Cohen wrote:
>
>> On 11/01/2008, Terence Simpson wrote:
>>
>>> Yes, it's finally here and ready to install :)
>>> For instructions see
>>>
>>> RocK on!
>>>
>>> Terence
>>>
>> Please report back with installation issues and usage problems. I've
>> very excited, but I cannot play russian rulette with my laptop.
>>
>> Dotan Cohen
>>
>> http://what-is-what.com
>> http://gibberish.co.il
>> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת
>>
>> A: Because it messes up the order in which people normally read text.
>> Q: Why is top-posting such a bad thing?
>>
>
> Yeah, don't use these instructions...it not only gives you the KDE4 stuff, but
> also "upgrades" numerous KDE3 packages with those in the PPA
> repository....took me 45 minutes of purging these packages, fixing broken
> dependencies and reinstalling KDE3 from the main repositories.
That's very *intentional* those packages are *needed*. (except amarok)
> I nearly had
> a very bad problem on my hand.
>
> I think the below suggestion is far wiser and safer on your already installed
> KDE3:
>
>
>> It seems to also be in gutsy-backports now, as it has already started
>> downloading here.
>>
>
> My first install of KDE4 from PPA was not so nice....within 5 minutes of
> playing around KDE4, it crashed and I lost my panel. I could not retrieve it
> back, so I decided to purge the install delete the .kde4 directory from my
> home directory and reinstall. This is when I uncovered what PPA did to my
> KDE3 install.
>
The only difference from the PPA kde3 packages to the ones in main are
that an extra package has been added "kdebase-bin-kde3", you'll need
that or kdebase-bin-kde4 in order to use KDE4. Just reinstall the -kde3
version if you're going to remove the packages.
> Larry
>
>
Terence
From stew.schneider at gmail.com Fri Jan 11 22:53:28 2008
From: stew.schneider at gmail.com (Stew Schneider)
Date: Fri, 11 Jan 2008 17:53:28 -0500
Subject: SSH and OOo
Message-ID: <4787F368.4030402@gmail.com>
Box A is running as a file server, on Dapper, if I recall correctly. Box
B (in the same office) is running Gutsy with a Gnome desktop (sorry!). I
want Box B to access some shares from Box A.
That shouldn't be too hard, should it? Well, I've made it pretty hard.
Can someone tell me where I'm screwing up?
On Box B: I click Places|Browsing and get nowhere. It will show the
server, but clicking it reports that it cannot open any of the files.
The account from which I'm running on Box A exists on Box B, and at
least one of the shares is 777.
So, I connect to the shares via ssh, and I can see the shares and the
files. If I double click a document, OpenOffice tries to open it, but
then throws a dialog saying User: mike and asks for the password. No
matter what we enter, the dialog returns, now with no User field, still
begging for a password.
On the other hand, if I simply drag the file to the desktop and double
click it, OOo opens it fine.
Why can't OpenOffice open the file "where it sits" on Box A? Permissions
are:
rwxr_xr_x mike:staff
stew
From michael.mcintyre at rosegardenmusic.com Fri Jan 11 23:25:48 2008
From: michael.mcintyre at rosegardenmusic.com (D. Michael McIntyre)
Date: Fri, 11 Jan 2008 18:25:48 -0500
Subject: KDE Programs Naming Convention
In-Reply-To: <880dece00801110510s402be8c2hb7843147c2bf727a@mail.gmail.com>
References:
<1388494.eQCrgulKqf@cedar.serverforest.com>
<880dece00801110510s402be8c2hb7843147c2bf727a@mail.gmail.com>
Message-ID: <200801111825.49078.michael.mcintyre@rosegardenmusic.com>
On Friday 11 January 2008, Dotan Cohen wrote:
> [anti-American drivel deleted]
You've definitely got balls to fill a dumptruck, Dotan.
I hope you never use anything I've ever had a hand in creating, because while
I can't legally do anything to stop you from doing so, you damn sure aren't
welcome to it. Not one bit.
I know exactly what all of my names mean, incidentally, and by the way, fuck
you.
--
D. Michael McIntyre
From cms0009 at gmail.com Fri Jan 11 23:53:15 2008
From: cms0009 at gmail.com (Richard)
Date: Fri, 11 Jan 2008 18:53:15 -0500
Subject: Firefox 3 Beta installs ??
Message-ID: <200801111853.15779.cms0009@gmail.com>
Looking to install Firefox 3 Beta 2, via a .deb file if possible,
but, want to make sure, I can upgrade it easy to the final version 3
when that comes out.
in the repo's is firefox 3 alpha 8
Any Solutions.
(K)ubuntu 7.10
TIA
Richard
From labradley at mindspring.com Sat Jan 12 00:23:44 2008
From: labradley at mindspring.com (Larry Alkoff)
Date: Fri, 11 Jan 2008 18:23:44 -0600
Subject: How to get scroll mouse working again?
Message-ID: <47880890.4000301@mindspring.com>
I am running Kubuntu Gutsy Gibbon 7.10 and have just had the problem
that my scroll mouse will not scroll in Firefox or Thunderbird.
Normally it scrolls fine.
I have tried various methods of getting the scroll working again including
/etc/init.d/gpm restart
and
logging out of KDE and restarting it
and
checking that there were no changes in /etc/X11/xorg.conf by comparing
it to a backup copy made over 2 months ago.
The only thing that finally worked was to restart (cold boot) the computer.
Is there any way to get the scroll mouse working again without a cold boot?
--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Linux
From eprosoft at gmail.com Sat Jan 12 01:13:34 2008
From: eprosoft at gmail.com (Eduardo P. =?iso-8859-1?q?Rom=E1n?= O.)
Date: Fri, 11 Jan 2008 22:13:34 -0300
Subject: KDE 4.0.0!
In-Reply-To: <200801111736.54143.mailinglist@endosquid.com>
References: <47875868.9020804@stdin.me.uk>
<200801111205.06178.eprosoft@gmail.com>
<200801111736.54143.mailinglist@endosquid.com>
Message-ID: <200801112213.34776.eprosoft@gmail.com>
At last, I did it, but no all it's worked.
El Friday 11 January 2008 19:36:54 Brendan escribió:
> On Friday 11 January 2008, Eduardo P. Román O. wrote:
>
> Maybe you should read the instrucciones, senor?
>
> > This is what I got;
> > root at epro-movil:/home/eroman# apt-get install kde4
> > Leyendo lista de paquetes... Hecho
> > Creando árbol de dependencias
> > Leyendo la información de estado... Hecho
> > E: No se pudo encontrar el paquete kde4 (in english Not found package
> > kde4 ) root at epro-movil:/home/eroman#
> >
> > What do you think is the right command ???
> >
> > El Friday 11 January 2008 11:58:17 Eduardo P. Román O. escribió:
> > > You Right men
> > >
> > > How I should do for install;
> > > With a apt-get install kde4 ????
> > >
> > > El Friday 11 January 2008 11:24:37 Paul S escribió:
> > > > Terence Simpson said the following on 01/11/2008 06:52 AM:
> > > > > Yes, it's finally here and ready to install :)
> > > > > For instructions see
> > > >
> > > > It seems to also be in gutsy-backports now, as it has already started
> > > > downloading here.
> > > >
> > > > regards,
> > >
> > > --
> > > Saludos Cordiales
> > >
> > > Eduardo P. Román O.
> > > Ingeniero en informática
> > > User #298254 http://counter.li.org.
> > > Epro Software
> > >
> > > CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los
> > > archivos adjuntos es de carácter confidencial o privilegiada y está
> > > destinada al uso exclusivo del emisor y/o de la persona o entidad a
> > > quien va dirigida. Si usted no es el destinatario, cualquier
> > > almacenamiento, divulgación, distribución o copia de esta información
> > > está estrictamente prohibido y sancionado por la ley. Si recibió este
> > > mensaje por error, por favor infórmenos inmediatamente respondiendo
> > > este mismo mensaje y borre todos los archivos adjuntos. Gracias.
> > > CONFIDENTIAL NOTE: The information transmitted in this message and/or
> > > attachments is confidential and/or privileged and is intented only for
> > > use of the person or entity to whom it is addressed. If you are not the
> > > intended recipient, any retention,dissemination, distribution or copy
> > > of this information is strictly prohibited and sanctioned by law. If
> > > you received this messagge in error, please reply us this same message
> > > and delete this message and all attachments. Thank you.
> >
> > --
> > Saludos Cordiales
> >
> > Eduardo P. Román O.
> > Ingeniero en informática
> > User #298254 http://counter.li.org.
> > Epro Software
> >
> > CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los
> > archivos adjuntos es de carácter confidencial o privilegiada y está
> > destinada al uso exclusivo del emisor y/o de la persona o entidad a quien
> > va dirigida. Si usted no es el destinatario, cualquier almacenamiento,
> > divulgación, distribución o copia de esta información está estrictamente
> > prohibido y sancionado por la ley. Si recibió este mensaje por error, por
> > favor infórmenos inmediatamente respondiendo este mismo mensaje y borre
> > todos los archivos adjuntos. Gracias.
> > CONFIDENTIAL NOTE: The information transmitted in this message and/or
> > attachments is confidential and/or privileged and is intented only for
> > use of the person or entity to whom it is addressed. If you are not the
> > intended recipient, any retention,dissemination, distribution or copy of
> > this information is strictly prohibited and sanctioned by law. If you
> > received this messagge in error, please reply us this same message and
> > delete this message and all attachments. Thank you.
--
Saludos Cordiales
Eduardo P. Román O.
Ingeniero en informática
User #298254 http://counter.li.org.
Epro Software
CONFIDENCIALIDAD: La información contenida en este mensaje y/o en los archivos
adjuntos es de carácter confidencial o privilegiada y está destinada al uso
exclusivo del emisor y/o de la persona o entidad a quien va dirigida. Si
usted no es el destinatario, cualquier almacenamiento, divulgación,
distribución o copia de esta información está estrictamente prohibido y
sancionado por la ley. Si recibió este mensaje por error, por favor
infórmenos inmediatamente respondiendo este mismo mensaje y borre todos los
archivos adjuntos. Gracias.
CONFIDENTIAL NOTE: The information transmitted in this message and/or
attachments is confidential and/or privileged and is intented only for use of
the person or entity to whom it is addressed. If you are not the intended
recipient, any retention,dissemination, distribution or copy of this
information is strictly prohibited and sanctioned by law. If you received
this messagge in error, please reply us this same message and delete this
message and all attachments. Thank you.
From gert.gast at gmail.com Sat Jan 12 03:08:43 2008
From: gert.gast at gmail.com (Gert Gast)
Date: Sat, 12 Jan 2008 14:08:43 +1100
Subject: KDE 4.0.0!
In-Reply-To: <4787EA9E.5090507@stdin.me.uk>
References: <47875868.9020804@stdin.me.uk>