<div dir="ltr">I am not a computer geek.  I am a Linux user and fan.  Were both Lubuntu and Ubuntu 14.04 released long before they were ready for the masses?  It appears that I should continue using 12.04 for quite a period of time yet.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 29, 2014 at 5:20 AM,  <span dir="ltr"><<a href="mailto:lubuntu-users-request@lists.ubuntu.com" target="_blank">lubuntu-users-request@lists.ubuntu.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Lubuntu-users mailing list submissions to<br>
        <a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:lubuntu-users-request@lists.ubuntu.com">lubuntu-users-request@lists.ubuntu.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:lubuntu-users-owner@lists.ubuntu.com">lubuntu-users-owner@lists.ubuntu.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Lubuntu-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Getting special keys to work (John Hupp)<br>
   2. Re: Getting special keys to work (Israel)<br>
   3. Re: Encryption of installation - 2 questions (Nio Wiklund)<br>
   4. Re: Encryption of installation - 2 questions (<a href="mailto:farinet@arcor.de">farinet@arcor.de</a>)<br>
   5. lubuntu 14.04 ppc errors (<a href="mailto:farinet@arcor.de">farinet@arcor.de</a>)<br>
   6. Re: lubuntu 14.04 ppc errors (<a href="mailto:farinet@arcor.de">farinet@arcor.de</a>)<br>
   7. Re: Encryption of installation - 2 questions (Nio Wiklund)<br>
   8. Re: Encryption of installation - 2 questions (Nio Wiklund)<br>
   9. Re: Encryption of installation - 2 questions (<a href="mailto:farinet@arcor.de">farinet@arcor.de</a>)<br>
  10. Re: lubuntu 14.04 ppc errors (Lars Nood?n)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 28 Apr 2014 20:48:21 -0400<br>
From: John Hupp <<a href="mailto:lubuntu@prpcompany.com">lubuntu@prpcompany.com</a>><br>
To: <a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a><br>
Subject: Getting special keys to work<br>
Message-ID: <<a href="mailto:535EF6D5.5020800@prpcompany.com">535EF6D5.5020800@prpcompany.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
I was trying to watch Netflix on a laptop (with Lubuntu) connected to a<br>
TV by S-Video connection.  I found out that Fn-F7 was not working to<br>
select the external VGA or S-Video displays.<br>
<br>
Subsequently I found that Fn-F4 does not put the laptop to sleep, and<br>
Fn-F5 does not toggle the WiFi radio on/off.  (The other common special<br>
keys work OK.)<br>
<br>
So I'm trying to get those keys working that way via entries in<br>
lubuntu-rc.xml.<br>
<br>
With 'xev -event keyboard' I found out that Fn-F7 produces the keysym<br>
'XF86Display' but I still need to know what command to bind that to.  So<br>
that's my first question.<br>
<br>
Fn-F4 and Fn-F5 does not produce any keysym's, so I'm currently at a<br>
loss for how to proceed next with those.<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 28 Apr 2014 20:03:21 -0500<br>
From: Israel <<a href="mailto:israeldahl@gmail.com">israeldahl@gmail.com</a>><br>
To: <a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a><br>
Subject: Re: Getting special keys to work<br>
Message-ID: <<a href="mailto:535EFA59.4060708@gmail.com">535EFA59.4060708@gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On 04/28/2014 07:48 PM, John Hupp wrote:<br>
> I was trying to watch Netflix on a laptop (with Lubuntu) connected to<br>
> a TV by S-Video connection.  I found out that Fn-F7 was not working to<br>
> select the external VGA or S-Video displays.<br>
><br>
> Subsequently I found that Fn-F4 does not put the laptop to sleep, and<br>
> Fn-F5 does not toggle the WiFi radio on/off.  (The other common<br>
> special keys work OK.)<br>
><br>
> So I'm trying to get those keys working that way via entries in<br>
> lubuntu-rc.xml.<br>
><br>
> With 'xev -event keyboard' I found out that Fn-F7 produces the keysym<br>
> 'XF86Display' but I still need to know what command to bind that to.<br>
> So that's my first question.<br>
><br>
> Fn-F4 and Fn-F5 does not produce any keysym's, so I'm currently at a<br>
> loss for how to proceed next with those.<br>
><br>
><br>
Hi,<br>
<br>
you can use arandr to make a shell script to switch the display to a<br>
certain mode.  Plug in the monitor and use arandr to make a setup you<br>
want, and save that.  Then open your config file for openbox and set<br>
the keyboard shortcut for your display key (i.e. XF86Display)<br>
to execute the<br>
<command><br>
/bin/bash /path/to/scriptname.sh<br>
</command><br>
while scriptname.sh is whatever you saved the setup as with the correct<br>
path.<br>
<br>
arandr is a front-end for xrandr.  So the script is actually using<br>
xrandr to modify your display settings.<br>
<br>
I hope this helps.<br>
<br>
--<br>
Regards<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 29 Apr 2014 06:58:52 +0200<br>
From: Nio Wiklund <<a href="mailto:nio.wiklund@gmail.com">nio.wiklund@gmail.com</a>><br>
To: <a href="mailto:farinet@arcor.de">farinet@arcor.de</a>, lubuntu user list<br>
        <<a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: Encryption of installation - 2 questions<br>
Message-ID: <<a href="mailto:535F318C.7080307@gmail.com">535F318C.7080307@gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
2014-04-29 02:35, <a href="mailto:farinet@arcor.de">farinet@arcor.de</a> skrev:<br>
> 1.<br>
> On a samsung whereto in installed lubuntu 13.10 (upgraded then by<br>
> do-release-upgrade to 14.04) i chose encryption and i got someting like<br>
> a 64 characters key. I wrote that down, as suggested. Do i understand<br>
> correctly that the encryption is somewhat "silently" done? And the need<br>
> of that key would only come up in case of some kind of "havary" of the hd?<br>
><br>
> In any case, unfortunately, i lost that key by moving inside my house<br>
> (very likely it ended in the poubelle :-( ). Now what should/could i do?<br>
> Actually, i do not have any problem, i can access all my data and<br>
> programs without any problem. But i would not like to have a bad<br>
> experience in the future if/when there is going something wrong.<br>
><br>
> 2.<br>
> On the powerbook with a fresh lubuntu-ppc installation i chose<br>
> encryption as well. But there before logging in i'm asked the pswd i<br>
> gave in for the encription. Apparently there was no key generation (but<br>
> may be i missed that, since i had no control *DURING* the installation<br>
> (see my other msg)? Is that something new in 14.04 or is that a<br>
> difference due to the specific of ppc?<br>
><br>
><br>
><br>
Maybe this link will help you find it (if you are using 'encrypted home')<br>
<br>
<a href="http://bodhizazen.net/Tutorials/Ecryptfs/" target="_blank">http://bodhizazen.net/Tutorials/Ecryptfs/</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 29 Apr 2014 08:30:41 +0200<br>
From: <a href="mailto:farinet@arcor.de">farinet@arcor.de</a><br>
To: Nio Wiklund <<a href="mailto:nio.wiklund@gmail.com">nio.wiklund@gmail.com</a>>,  lubuntu user list<br>
        <<a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: Encryption of installation - 2 questions<br>
Message-ID: <<a href="mailto:535F4711.8020706@arcor.de">535F4711.8020706@arcor.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Am 29.04.2014 06:58, schrieb Nio Wiklund:<br>
> Maybe this link will help you find it (if you are using 'encrypted home')<br>
><br>
> <a href="http://bodhizazen.net/Tutorials/Ecryptfs/" target="_blank">http://bodhizazen.net/Tutorials/Ecryptfs/</a><br>
<br>
Thanks for the link! But it's not really what i need.<br>
<br>
Actually, i'm mainly preoccupated for the samsung (on which i lost the<br>
passphrase). So, my question is: Is there a way to<br>
<br>
a) establish if encryption is active or not?<br>
b) to annulate the encryption (i think that might be possible for me,<br>
als logged in user, since i presume the passphrase is somewhere stored<br>
in the key; since i'm logging in automatically - as user.<br>
<br>
TIA<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 29 Apr 2014 08:45:29 +0200<br>
From: <a href="mailto:farinet@arcor.de">farinet@arcor.de</a><br>
To: lubuntu user list <<a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a>><br>
Subject: lubuntu 14.04 ppc errors<br>
Message-ID: <<a href="mailto:535F4A89.90501@arcor.de">535F4A89.90501@arcor.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-15<br>
<br>
I sucessfully installed lubuntu 14.04 ppc. That's great.<br>
<br>
By far less great is the experience with. Below i list the errors i<br>
noticed at a first glance (the machine is a pb g4, 1,3 ghz + altivec<br>
with 2 gb ram):<br>
<br>
- Suspend does not work. It only blanks the screen and from that it's<br>
impossible to wake the pb up.<br>
<br>
- the restart in the logout menu of lubuntu does not work<br>
<br>
- <Alt><F2> does not work. And alot of other shortcuts as well.<br>
<br>
- The macintosh 3rd level chars are not accessable. I did a<br>
<br>
        sudo dpkg-reconfigure keyboard-configuration<br>
<br>
(i tried as keyboard Apple and Apple Alluminium; may be i should try<br>
another one? Which?)<br>
<br>
- The combination of xkeyboardmap setting and ibus setting is somewhat<br>
confusing. Which overrules which one. (On an amd laptop i turned the<br>
ibus off with no harm, apparently ...).<br>
<br>
- Moving windows, even with low charged cpu is dead slow (the windows<br>
follow the grab like in slow motion (generally the pb is feeling<br>
absolutely not snappy; in comparison an even older and slower thinkpad<br>
feels like jet)<br>
<br>
- network manager works not correctly. I substituted it by ceni, which<br>
at least correctly recognizes the b43legacy (eventhough up to now, for<br>
some reason it does not store the settings and i have to configure it<br>
newly at any restart.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Tue, 29 Apr 2014 08:51:48 +0200<br>
From: <a href="mailto:farinet@arcor.de">farinet@arcor.de</a><br>
To: lubuntu user list <<a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: lubuntu 14.04 ppc errors<br>
Message-ID: <<a href="mailto:535F4C04.8090202@arcor.de">535F4C04.8090202@arcor.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-15<br>
<br>
I forgot: On boot i'm getting this error (which might be related to<br>
powermanagement settings):<br>
<br>
        Failed to register i2c client keywest<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Tue, 29 Apr 2014 08:52:38 +0200<br>
From: Nio Wiklund <<a href="mailto:nio.wiklund@gmail.com">nio.wiklund@gmail.com</a>><br>
To: <a href="mailto:farinet@arcor.de">farinet@arcor.de</a>, lubuntu user list<br>
        <<a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: Encryption of installation - 2 questions<br>
Message-ID: <<a href="mailto:535F4C36.7040801@gmail.com">535F4C36.7040801@gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
2014-04-29 08:30, <a href="mailto:farinet@arcor.de">farinet@arcor.de</a> skrev:<br>
> Am 29.04.2014 06:58, schrieb Nio Wiklund:<br>
>> Maybe this link will help you find it (if you are using 'encrypted home')<br>
>><br>
>> <a href="http://bodhizazen.net/Tutorials/Ecryptfs/" target="_blank">http://bodhizazen.net/Tutorials/Ecryptfs/</a><br>
><br>
> Thanks for the link! But it's not really what i need.<br>
><br>
> Actually, i'm mainly preoccupated for the samsung (on which i lost the<br>
> passphrase). So, my question is: Is there a way to<br>
><br>
> a) establish if encryption is active or not?<br>
<br>
Log in as another user (for example as root via recovery boot) or boot<br>
from an external drive, and look at your home directory. It should be<br>
encrypted.<br>
<br>
> b) to annulate the encryption (i think that might be possible for me,<br>
> als logged in user, since i presume the passphrase is somewhere stored<br>
> in the key; since i'm logging in automatically - as user.<br>
><br>
> TIA<br>
><br>
I don't know the way to do this. I think you can find it in or via Bodhi<br>
Zazen's tutorial or at some other web page, that you find if you browse<br>
for 'ubuntu encrypted home' or 'ecryptfs howto' or something like that.<br>
<br>
-o-<br>
<br>
There is always a crude way to do it: While logged in so that you see<br>
the files and directories, copy them to another directory (outside your<br>
home directory), and they will remain without encryption.<br>
<br>
Good luck :-)<br>
Nio<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Tue, 29 Apr 2014 09:14:12 +0200<br>
From: Nio Wiklund <<a href="mailto:nio.wiklund@gmail.com">nio.wiklund@gmail.com</a>><br>
To: <a href="mailto:farinet@arcor.de">farinet@arcor.de</a>, lubuntu user list<br>
        <<a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: Encryption of installation - 2 questions<br>
Message-ID: <<a href="mailto:535F5144.2010208@gmail.com">535F5144.2010208@gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
2014-04-29 08:52, Nio Wiklund skrev:<br>
> 2014-04-29 08:30, <a href="mailto:farinet@arcor.de">farinet@arcor.de</a> skrev:<br>
>> Am 29.04.2014 06:58, schrieb Nio Wiklund:<br>
>>> Maybe this link will help you find it (if you are using 'encrypted home')<br>
>>><br>
>>> <a href="http://bodhizazen.net/Tutorials/Ecryptfs/" target="_blank">http://bodhizazen.net/Tutorials/Ecryptfs/</a><br>
>><br>
>> Thanks for the link! But it's not really what i need.<br>
>><br>
>> Actually, i'm mainly preoccupated for the samsung (on which i lost the<br>
>> passphrase). So, my question is: Is there a way to<br>
>><br>
>> a) establish if encryption is active or not?<br>
><br>
> Log in as another user (for example as root via recovery boot) or boot<br>
> from an external drive, and look at your home directory. It should be<br>
> encrypted.<br>
><br>
>> b) to annulate the encryption (i think that might be possible for me,<br>
>> als logged in user, since i presume the passphrase is somewhere stored<br>
>> in the key; since i'm logging in automatically - as user.<br>
>><br>
>> TIA<br>
>><br>
> I don't know the way to do this. I think you can find it in or via Bodhi<br>
> Zazen's tutorial or at some other web page, that you find if you browse<br>
> for 'ubuntu encrypted home' or 'ecryptfs howto' or something like that.<br>
><br>
> -o-<br>
><br>
> There is always a crude way to do it: While logged in so that you see<br>
> the files and directories, copy them to another directory (outside your<br>
> home directory), and they will remain without encryption.<br>
><br>
> Good luck :-)<br>
> Nio<br>
><br>
Maybe this link will help you<br>
<br>
<a href="http://serverfault.com/questions/160277/ubuntu-how-to-decrypt-home-directory-swap-basically-everything-without-reins" target="_blank">http://serverfault.com/questions/160277/ubuntu-how-to-decrypt-home-directory-swap-basically-everything-without-reins</a><br>

<br>
Rememeber to backup your system before trying, because it is risky!<br>
<br>
Best regards<br>
Nio<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Tue, 29 Apr 2014 10:29:06 +0200<br>
From: <a href="mailto:farinet@arcor.de">farinet@arcor.de</a><br>
To: Nio Wiklund <<a href="mailto:nio.wiklund@gmail.com">nio.wiklund@gmail.com</a>>,  lubuntu user list<br>
        <<a href="mailto:lubuntu-users@lists.ubuntu.com">lubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: Encryption of installation - 2 questions<br>
Message-ID: <<a href="mailto:535F62D2.5050808@arcor.de">535F62D2.5050808@arcor.de</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Am 29.04.2014 09:14, schrieb Nio Wiklund:<br>
> Maybe this link will help you<br>
><br>
> <a href="http://serverfault.com/questions/160277/ubuntu-how-to-decrypt-home-directory-swap-basically-everything-without-reins" target="_blank">http://serverfault.com/questions/160277/ubuntu-how-to-decrypt-home-directory-swap-basically-everything-without-reins</a><br>

><br>
> Rememeber to backup your system before trying, because it is risky!<br>
><br>
> Best regards<br>
> Nio<br>
<br>
Thanks a lot for your efforts!!! I'll try the way you suggested ....<br>
<br>
Cheers!<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Tue, 29 Apr 2014 13:19:59 +0300<br>
From: Lars Nood?n <<a href="mailto:lars.nooden@gmail.com">lars.nooden@gmail.com</a>><br>
To: Lubuntu Users <<a href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a>><br>
Subject: Re: lubuntu 14.04 ppc errors<br>
Message-ID: <<a href="mailto:535F7CCF.2090504@gmail.com">535F7CCF.2090504@gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
On 29.04.2014 09:45, <a href="mailto:farinet@arcor.de">farinet@arcor.de</a> wrote:<br>
> I sucessfully installed lubuntu 14.04 ppc. That's great.<br>
><br>
> By far less great is the experience with...<br>
<br>
We definitely need more testers.  The PPC had further set backs this<br>
time around because bugs preventing installation of the Live DVD(CD)<br>
were present from around the end of November until quite recently when a<br>
work-around was discovered.  So it got a lot less testing than it needed.<br>
<br>
Much of the testing and review goes on over on the QA list.  It might<br>
get better results to go through the bugs there.<br>
<br>
Regards,<br>
/Lars<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Lubuntu-users mailing list<br>
<a href="mailto:Lubuntu-users@lists.ubuntu.com">Lubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/lubuntu-users</a><br>
<br>
<br>
End of Lubuntu-users Digest, Vol 28, Issue 72<br>
*********************************************<br>
</font></span></blockquote></div><br></div>