Re: [kde] File association query

2012-07-17 Thread Alex Schuster
Renaud (Ron) Olgiati writes:

 Next, in Konqueror, I have right-clicked on a *.mid file, gone to Open
 With, put in the name of my script (called, imaginatively mis2mp3  ;-3)
 and selected Run in Terminal, Do Not Close... and Remember
 Association...
 
 The script runs in a Konsole window when I click on a .mid in Konqueror
 file BUT the Konsole window close when the script exits.

This is working for me. On KDE 4.8.4 and I think also before.

 How can I get to remain open ?

Maybe it works when you do it like this, which also provides more
flexibility:

Right-click on the file - settings - spanner icon, then add an
application to the list at the bottom. There you put the name of your
script as before, but you do not need to enable the terminal.

When that application was added, click the edit button. Now you can
specify more detailed stuff. Go to the 'program' tab, click the 'advanced
settings' button. Here, you can specify to open in a terminal, and to let
the terminal stay open after the program ended. I'd also disable the
startup notification.

If that doesn't help, you probably need a workaround like Björn
suggested. Maybe with an option to your script, so it wouldn't also wait
when you run it directly from the terminal.

WaitKey=
while getopts w opt
do
case $opt in
w ) WaitKey=true ;;
esac
done
shift $((OPTIND-1))

[your mis2mp3 script]

[[ $WaitKey ]]  read -n 1 -s -p Press key to exit 

Wonko
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Re: [kde] convert to kde on Windows 7

2012-07-17 Thread Alex Schuster
Doug writes:

 I hope this message falls within the scope of the guidelines you
 published.

That's okay, but there's also a kde-windows mailing list which might be
suited better for your question:
https://mail.kde.org/mailman/listinfo/kde-windows

 I want to convert to the KDE version for Windows.  However, I want to
 be absolutely sure I can get back, if it doesn't work out. (There is a 
 program that was very difficult to install, and
 I don't want to ever have to do it again!  As well as other paid 
 programs.) In order to do that, I would like to copy the entire Windows 
 partition to an external drive. On the Windows system,
 the drive contains Win 7 plus pclos in dual-boot configuration.  Can I 
 do (from the Linux partition) dd if=sda1 of=sdb and, if that is
 correct, would the external drive be bootable?

I did not use Windows  XP much, but I doubt that very much. I'd assume
that the install drive is stored somewhere, and unless you make /dev/sdb
show up as your C: drive, this won't work. Would a whole drive even show
up as such in Windows, or wouldn't it have top be a partition
like /dev/sdb1?

I'd simply do the dd command, or better something like dd if=/dev/sda1
of=/mnt/externaldrive/windows.dump so you can use the rest of the
external drive for other things. And if you want to go back, restore that
backup.

Wonko
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Re: [kde] convert to kde on Windows 7--more

2012-07-17 Thread Hans Muecke
Am 16.07.2012 20:55, schrieb Doug:


 I have just looked at the Windows.kde.org website, and looked thru
 a whole set of screen shots.  It looks to me like you DO wind up with
 a KDE desktop and most of the KDE aps that I have in Linux.  Of
 course, maybe not all of them work, I don't know. Specifically, it does
 look as if Dolphin is there, and card games, but I couldn't verify the
 Find Files/Find Folders app.

Believe me ... it is no KDE Desktop you end up with, it is embedded into
win by the use of a dll-file. On my laptop I have installed Amarok and
Digikam and they lack some functionallity I know from my penguins. About
the Find Files/Folders ... I guess because the win command isn't as
powerful as the *nix command (but everything is based on it via dll) you
might not find what you're looking for. Id suggest you try Duncan's
suggestion (Cygwin) ...

-- 
Talk to you later ... Hans (52 to go)

2012/07/17 12:50
EDDS 171250Z 27016G28KT  SCT043 20/09 Q1025 NOSIG

___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Re: [kde] convert to kde on Windows 7

2012-07-17 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 17/07/12 13:32, Alex Schuster wrote:
 Doug writes:
 
 I hope this message falls within the scope of the guidelines you 
 published.
 
 That's okay, but there's also a kde-windows mailing list which
 might be suited better for your question: 
 https://mail.kde.org/mailman/listinfo/kde-windows
 
 I want to convert to the KDE version for Windows.  However, I
 want to be absolutely sure I can get back, if it doesn't work
 out. (There is a program that was very difficult to install, and 
 I don't want to ever have to do it again!  As well as other paid
  programs.) In order to do that, I would like to copy the entire
 Windows partition to an external drive. On the Windows system, 
 the drive contains Win 7 plus pclos in dual-boot configuration.
 Can I do (from the Linux partition) dd if=sda1 of=sdb and, if
 that is correct, would the external drive be bootable?
 
 I did not use Windows  XP much, but I doubt that very much. I'd
 assume that the install drive is stored somewhere, and unless you
 make /dev/sdb show up as your C: drive, this won't work. Would a
 whole drive even show up as such in Windows, or wouldn't it have
 top be a partition like /dev/sdb1?
 
 I'd simply do the dd command, or better something like dd
 if=/dev/sda1 of=/mnt/externaldrive/windows.dump so you can use the
 rest of the external drive for other things. And if you want to go
 back, restore that backup.
 
You might also want to consider http://www.partimage.org/Main_Page -
it won't produce a bootable external drive, as such, but a complete
way back if all goes pear-shaped.

Anne
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlAFeroACgkQj93fyh4cnBcWNwCfdnBV3dwfqWAV8Xs2t9L14odZ
p/MAnRjIiH53glyYFgZpqT9W9rZoxHh2
=Bc7v
-END PGP SIGNATURE-
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Re: [kde] KTorrent Manual

2012-07-17 Thread dE .

On 07/13/12 16:22, Anne Wilson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12/07/12 22:26, dE . wrote:

On 07/13/12 04:27, Sian Mountbatten wrote:

On 12/07/12 08:53, dE . wrote:

On 07/11/12 00:54, Burkhard Lück wrote:

Am Dienstag, 10. Juli 2012, 21:20:46 schrieb Sian
Mountbatten:

This, apparently, is some kind of joke, because the manual
consists of a list of features, and that's all. Does that
mean that no manual has been written?

Yes.



Do we need one?
___ This
message is from the kde mailing list. Account management:
https://mail.kde.org/mailman/listinfo/kde. Archives:
http://lists.kde.org/. More info: http://www.kde.org/faq.html.

Yes, there are lots of terms on the Ktorrent display which don't
appear to be explained anywhere. What's choked, snubbed,
DHT mean? And score? And Upload Slot and Requests. Maybe
you are an aficionado and know the meaning of all these terms. As
a new user of Ktorrent, I am impressed with the functionality of
Ktorrent, but not impressed at the lack of help. Yes, we DO NEED
a manual.

Sincerely


These are generic torrent network terms; even if there was a
manual, this probably wouldn't be documented.

As far as I remember --

Choked -- All bandwidth of the peer is occupied.

Upload Slot -- For uploading purposes, how many peers should be
connected to you at a time.

Others I don't know, you may like to search for the terms.

There is a very basic page at http://userbase.kde.org/KTorrent - it
would be very useful to have a glossary attached to that (I can create
a new subpage for it, if there are enough terms to warrant that).  The
advantage of doing it there is that we can get the terms translated
into many languages.  All that would remain, then, would be to have a
link to UserBase in the Help menu.

UserBase is a wiki, so any additional information being added to the
page would be appreciated.

Anne
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk///eUACgkQj93fyh4cnBcb1QCfYh7lBxJIFZT6n1ONoDvuPqaV
aRYAnAsbDuMPZTEQ0GYHegSkCLcRIfH1
=NXSu
-END PGP SIGNATURE-
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


Maybe I can try, but I'm no expert.
___
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.