Re: [arch-general] Xinitrc wiki still references copying /etc/X11/xinit/xinitrc ?

2016-03-19 Thread Zachary Kline
Hi,

I know this. :) The Xorg package doesn’t contain xinitrc. That’s in the xInit 
package.

So pacman -S xinit, and it will be there.
Best,
Zack.
> On Mar 17, 2016, at 9:12 PM, David C. Rankin  
> wrote:
> 
> All,
> 
>  I'm working to setup fluxbox on a virtual arch install inside ESXI which I
> will access via rdesktop (or something similar). In configuring flux to start 
> at
> boot I was following the wiki:
> 
> https://wiki.archlinux.org/index.php/Xinitrc
> 
>  The point about copying the default xinitrc to ~/.xinitrc references a file
> that no longer exists in the current Xorg install. e.g.:
> 
> cp /etc/X11/xinit/xinitrc ~/.xinitrc
> 
>  What is the current way to set up your ~/.xinitrc (or is that even needed
> anymore?)
> 
> -- 
> David C. Rankin, J.D.,P.E.


Re: [arch-general] Mysterious userapp .desktop files

2016-03-19 Thread Kyle Terrien
Patrick Burroughs (Celti) wrote:
> On Wed, 16 Mar 2016 22:08:46 -0700
> Kyle Terrien  wrote:
> 
>> So, somehow my default web browser got changed from SeaMonkey back to
>> Firefox.  (Bleh!)
>>
>> [...]
>>  
>> In ~/.local/share/applications/ (where user-customized .desktop files
>> go), there were several files in the format
>> userapp--.desktop.
>>
>> userapp-Firefox-FIK3WX.desktop
>> userapp-Pale Moon-1HNY8X.desktop
>> userapp-SeaMonkey-YV09AY.desktop
>> userapp-Thunderbird-PIZCZW.desktop
> 
> If I'm not mistaken, those files and their associated mimeinfo entries
> are created every time you set Firefox/SeaMonkey/PaleMoon as you
> default browser, as the mechanism of such.
> 
> ~Celti

That's correct.  I can confirm that if I go to SeaMonkey's Edit >
Preferences and click "Set default browser", then a new userapp file is
created.  This userapp .desktop file is then inserted into
~/.config/mimeapps.list.

Good catch, and thank you!

$ ls .local/share/applications/
mimeinfo.cache  userapp-SeaMonkey-45D4DY.desktop
$ cat .local/share/applications/userapp-SeaMonkey-45D4DY.desktop 
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
NoDisplay=true
Exec=/usr/lib/seamonkey-2.40/seamonkey %u
Name=SeaMonkey
Comment=Custom definition for SeaMonkey
$ cat .local/share/applications/mimeinfo.cache 
[MIME Cache]
$ 

--Kyle



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] Mysterious userapp .desktop files

2016-03-19 Thread Patrick Burroughs (Celti)
On Wed, 16 Mar 2016 22:08:46 -0700
Kyle Terrien  wrote:

> So, somehow my default web browser got changed from SeaMonkey back to
> Firefox.  (Bleh!)
> 
> [...]
>  
> In ~/.local/share/applications/ (where user-customized .desktop files
> go), there were several files in the format
> userapp--.desktop.
> 
> userapp-Firefox-FIK3WX.desktop
> userapp-Pale Moon-1HNY8X.desktop
> userapp-SeaMonkey-YV09AY.desktop
> userapp-Thunderbird-PIZCZW.desktop

If I'm not mistaken, those files and their associated mimeinfo entries
are created every time you set Firefox/SeaMonkey/PaleMoon as you
default browser, as the mechanism of such.

~Celti


pgpNeeJCAZmiu.pgp
Description: OpenPGP digital signature


Re: [arch-general] Xinitrc wiki still references copying /etc/X11/xinit/xinitrc ?

2016-03-19 Thread Jens Adam
... and here's your usual reminder for cases of non-existent files:

$ pacman -Fo /etc/X11/xinit/xinitrc
etc/X11/xinit/xinitrc is owned by extra/xorg-xinit 1.3.4-3

or:

$ pkgfile /etc/X11/xinit/xinitrc
extra/xorg-xinit


--byte


pgpTZCbnk72TB.pgp
Description: Digitale Signatur von OpenPGP


Re: [arch-general] startx on arch vm running on ESXI (when accessed via ssh - do I need a DM?)

2016-03-19 Thread Ben Oliver
I would personally set up VNC and tunnel it over ssh. Tried your approach
once and never had much joy.


[arch-general] terminal

2016-03-19 Thread flow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Virtual termninal freeze when I witch to from Xorg. This happen since upgrade:

[2016-03-12 21:31] [ALPM] upgraded linux-firmware (20151207.bbe4917-1 -> 
20160113.40e9ae8-1)
[2016-03-12 21:31] [ALPM] upgraded linux-api-headers (4.1.4-1 -> 4.4.1-1)
[2016-03-12 21:32] [ALPM] upgraded linux (4.3.3-3 -> 4.4.5-1)
[2016-03-12 21:32] [ALPM] upgraded linux-headers (4.3.3-3 -> 4.4.5-1)
[2016-03-12 21:32] [ALPM] upgraded linux-lts-headers (4.1.16-1 -> 4.1.19-1)

- -- 
Have a nice day!


~~~
This PGP signature only certifies the sender and date of the message.
It implies no approval from the administrators of nym.mixmin.net.
Date: Wed Mar 16 14:21:17 2016 GMT
From: f...@nym.mixmin.net
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlbpa90ACgkQViYZwngkfDudzwCfRmMP+zRbK1sHLDlUDHnBA2bg
oAcAn1VN6ALnh6cqBqobBVYBfy5ZIphE
=kn0+
-END PGP SIGNATURE-


[arch-general] Xinitrc wiki still references copying /etc/X11/xinit/xinitrc ?

2016-03-19 Thread David C. Rankin
All,

  I'm working to setup fluxbox on a virtual arch install inside ESXI which I
will access via rdesktop (or something similar). In configuring flux to start at
boot I was following the wiki:

https://wiki.archlinux.org/index.php/Xinitrc

  The point about copying the default xinitrc to ~/.xinitrc references a file
that no longer exists in the current Xorg install. e.g.:

cp /etc/X11/xinit/xinitrc ~/.xinitrc

  What is the current way to set up your ~/.xinitrc (or is that even needed
anymore?)

-- 
David C. Rankin, J.D.,P.E.


Re: [arch-general] stuck on a black screen (installing Asus_x205ta)

2016-03-19 Thread Maxwell Anselm
>
> I followed https://wiki.archlinux.org/index.php/Asus_x205ta
> from start to #Install_Arch and i'm now stuck:
>
> I'm booting on a menu with 3 choices:
>
> * Arch iso install
> * EFI v1
> * EFI v2
>
> none of them is working: if i select one, the screen turns black 'til i
> reboot. i don't even know how to get an error message or any other clue.
>
> can someone help?
>

The easiest way would be to ditch EFI and go back to legacy BIOS. There
should be an option for this in your BIOS, but you may need to Google
around to find the right options to set. Once you do that, you should be
able to boot and install from the normal Arch ISO without modification.

Max


Re: [arch-general] Mysterious userapp .desktop files

2016-03-19 Thread Ralf Mardorf
On Thu, 17 Mar 2016 12:13:47 +0100, Ralf Mardorf wrote:
>archlinux-xdg-menu

Isn't the culprit, but https://wiki.archlinux.org/index.php/xdg-menu
mentions that some apps (not packages) install to desktop files to the
user's home:

"To add applications to the menu which install their desktop entry to a
user folder such as ~/.local/share/applications, edit the [snip]"

[rocketmouse@archlinux ~]$ grep
all\( -A1 /var/aur/palemoon-bin/palemoon.install post_install() {
  update-desktop-database -q

Seems to be either the culprit.

I don't use, but have some DEs installed, but e.g. Xfce seemingly
doesn't automatically install desktop files to the users home.

So perhaps launching palemoon does it.


Re: [arch-general] System freeze when powering down.

2016-03-19 Thread Mindaugas
It is regression in systemd. Old bug, from 2014.
Here link for bug report https://github.com/systemd/systemd/issues/1615
and here solution for this https://bbs.archlinux.org/viewtopic.php?id=209131
On 03/16/2016 09:41 PM, r.kintzi+arch-gene...@pobox.net.pl wrote:
> Hi there,
>
> The hardware is Asus K501UX running linux-4.5.0-mainline from aur and
> a GNOME desktop. The problem is the system freeze when it is powering
> down (not always but very often). See attached files for logs from
> properly (power-down-ok-tail.log) and improperly
> (power-down-fail-tail.log) finished power down sequences. Any clues
> what should/could I do to fix the issue? Let me know if more
> information is needed.
>
> R.


[arch-general] System freeze when powering down.

2016-03-19 Thread r . kintzi+arch-general

Hi there,

The hardware is Asus K501UX running linux-4.5.0-mainline from aur and a 
GNOME desktop. The problem is the system freeze when it is powering down 
(not always but very often). See attached files for logs from properly 
(power-down-ok-tail.log) and improperly (power-down-fail-tail.log) 
finished power down sequences. Any clues what should/could I do to fix 
the issue? Let me know if more information is needed.


R.


[arch-general] startx on arch vm running on ESXI (when accessed via ssh - do I need a DM?)

2016-03-19 Thread David C. Rankin
All,

  When I ended up with a hand-me-down supermicro server from a local ISP, I
decided to try virtualizing all my hosts. The company I got this from
recommended vmware ESXI as the hypervisor. It was a pleasant surprise to find
that ESXI is a basic Linux system. (albeit a very limited and quirky setup).

  I've installed Arch as the first vm, assigning 8-cores and 16G of RAM. It is
up and running fine. (it is installed on a raid1 array volume from a LSI
controller which exists as a single datastore in esxi -- if that makes any
difference)

  I am trying to setup fluxbox on arch so I can access the vm via rdesktop (or
something similar) via a GUI on a as needed basis. I would rather not have a
display manager running all the time, so I'm attempting to use the startx route.

  I've used the following to try and get this going:

https://wiki.archlinux.org/index.php/Fluxbox
https://wiki.archlinux.org/index.php/Xinitrc
https://wiki.archlinux.org/index.php/xorg
https://wiki.archlinux.org/index.php/Display_manager

  The configuration is good, but I'm stuck attempting to start X. X is refusing
to start due to the fact I'm accessing Arch by ssh. When I try to start x, I
receive the following error telling me that "Only console users are allowed":

$ startx

/usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X 
server

xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Couldn't get a file descriptor referring to the console

  I understand that it wants X only to be started from the actual physical
console, but when I access the vm over ssh, I don't have one. (I am starting the
vm, ssh'ed into esxi with 'vim-cmd vmsvc/power.on 1', so there is no console
anywhere else)

  What would be the best solution? Have arch boot to the graphical target
loading a display manager? ... or is there some way I can simply startx as
needed so I don't leave the dm running all the time on the vm? Thanks for any
help you can provide.

-- 
David C. Rankin, J.D.,P.E.


Re: [arch-general] Mysterious userapp .desktop files

2016-03-19 Thread Ralf Mardorf
Indeed it's bizarre. I'm not using a DE, but just openbox with fbpanel
and lxpanel, while the "systemmenu" is from fbpanel only. I also don't
edit the menu using a menu editor. I don't have such entries for e.g.
Firefox, IceCat, Qupzilla and other browsers, but Chrome is spamming the
directory.

I'm to lazy to read https://wiki.archlinux.org/index.php/xdg-menu, but
perhaps it's related and could enlighten you.

[rocketmouse@archlinux ~]$ pacman -Q archlinux-xdg-menu
archlinux-xdg-menu 0.7.6.2-2
[rocketmouse@archlinux ~]$ pactree -r archlinux-xdg-menu
archlinux-xdg-menu

[rocketmouse@archlinux ~]$ ls ~/.local/share/applications/chrome-*|cut -d"/" 
-f7chrome-aohghmighlieiainnegkcijnfilokake-Default.desktop
chrome-apdfllckaahabafndbhieahigkjlhalf-Default.desktop
chrome-blpcfgokakmgnkcojhhkbfbldkacnbeo-Default.desktop
chrome-coobgpohoikkiipiblmjeljniedjpjpf-Default.desktop
chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.desktop
chrome-pjkljhegncpnkpknbcohdijeoejaedia-Default.desktop


[rocketmouse@archlinux ~]$ ls -Ggh ~/.local/share/applications/userapp-*|cut 
-d"/" -f7
userapp-Evolution-GJ53SW.desktop
userapp-Mail Recipient-YZFFZX.desktop
userapp-Pale Moon-3J36ZX.desktop
userapp-sqlite3-S4RCBX.desktop
userapp-sqlitebrowser-MGEHBX.desktop


[rocketmouse@archlinux ~]$ cat 
~/.local/share/applications/chrome-aohghmighlieiainnegkcijnfilokake-Default.desktop
 
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Google Docs
Exec=/opt/google/chrome/google-chrome --profile-directory=Default 
--app-id=aohghmighlieiainnegkcijnfilokake
Icon=chrome-aohghmighlieiainnegkcijnfilokake-Default
NoDisplay=true
StartupWMClass=crx_aohghmighlieiainnegkcijnfilokake


[rocketmouse@archlinux ~]$ cat .config/fbpanel/default 
[snip]
Plugin {
  type = menu
  config {
IconSize = 22
image = /home/rocketmouse/.customization/dark_cartoon_asterisk.png
menu {
  name = Applications  Alt+F3
  icon = applications-other
  item {
name = Applications
icon = applications-other
action = xfce4-appfinder
  } 
  systemmenu {
  }
}
separator {
} 
item {
  name = ROXTerm max
  icon = utilities-terminal
  action = roxterm --maximize
[snip]


Re: [arch-general] Xinitrc wiki still references copying /etc/X11/xinit/xinitrc ?

2016-03-19 Thread David C. Rankin
On 03/17/2016 11:14 PM, Zachary Kline wrote:
> Hi,
> 
> I know this. :) The Xorg package doesn’t contain xinitrc. That’s in the xInit 
> package.
> 
> So pacman -S xinit, and it will be there.
> Best,
> Zack.
>> > 

Thank you sir, that is exactly what I needed (and thanks to Jonathan and Jens as
well, I found the xorg- prefix via pacman -Ss xinit :)

-- 
David C. Rankin, J.D.,P.E.


Re: [arch-general] terminal

2016-03-19 Thread Christian Hesse
Sebastiaan Lokhorst  on Wed, 2016/03/16 15:24:
> This is a known bug in Linux 4.4.[1]
> It should be fixed in 4.5, which is in [testing] now, so you can try it out.
> 
> [1] https://bugs.freedesktop.org/show_bug.cgi?id=93483

This bug you referenced is marked as duplicate, this is the real one:

https://bugs.freedesktop.org/show_bug.cgi?id=93822

However Linux 4.5 crashes even worse for me...
-- 
main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH"
"CX:;",b;for(a/*Best regards my address:*/=0;b=c[a++];)
putchar(b-1/(/*Chriscc -ox -xc - && ./x*/b/42*2-3)*42);}


pgpD71506m1d1.pgp
Description: OpenPGP digital signature


Re: [arch-general] ikev2 strongswan client on Arch

2016-03-19 Thread Kenneth Jensen
Hi,
Have you read
https://wiki.archlinux.org/index.php/L2TP/IPsec_VPN_client_setup ?
On Mar 17, 2016 10:59 AM, "Fulcrum"  wrote:

> Hi
>
> I have successfully setup strongswan VPN server following instructions
> here[1]. I tested the server by connecting a Blackberry client and a
> Windows Phone client. Both used IKEv2 and worked fine.
>
> I have another laptop, running Arch, that I want to connect to the VPN
> server. But I can't figure how to configure strongswan as client. The link
> [1] doesn't describe it. Neither could I find such information from google.
>
> Regards,
>
>
> [1] https://wiki.archlinux.org/index.php/StrongSwan
>


Re: [arch-general] Smartcard troubles on Arch

2016-03-19 Thread fabio
Mathias Huber  mathiashuber.de> writes:

> I've entered the device id into the udev rule.

How did you write the rule for udev? What is the title of the file? Thank
you for helping


Re: [arch-general] Xinitrc wiki still references copying /etc/X11/xinit/xinitrc ?

2016-03-19 Thread Jonathan Horacio Villatoro Córdoba
Hi,

It's just as Zachary pointed out. By the way, the package is named
xorg-xinit

Hope this helps,
Jonathan.

On Thu, Mar 17, 2016 at 09:14:50PM -0700, Zachary Kline wrote:
> Hi,
> 
> I know this. :) The Xorg package doesn’t contain xinitrc. That’s in the xInit 
> package.
> 
> So pacman -S xinit, and it will be there.
> Best,
> Zack.
> > On Mar 17, 2016, at 9:12 PM, David C. Rankin 
> >  wrote:
> > 
> > All,
> > 
> >  I'm working to setup fluxbox on a virtual arch install inside ESXI which I
> > will access via rdesktop (or something similar). In configuring flux to 
> > start at
> > boot I was following the wiki:
> > 
> > https://wiki.archlinux.org/index.php/Xinitrc
> > 
> >  The point about copying the default xinitrc to ~/.xinitrc references a file
> > that no longer exists in the current Xorg install. e.g.:
> > 
> > cp /etc/X11/xinit/xinitrc ~/.xinitrc
> > 
> >  What is the current way to set up your ~/.xinitrc (or is that even needed
> > anymore?)
> > 
> > -- 
> > David C. Rankin, J.D.,P.E.


[arch-general] ikev2 strongswan client on Arch

2016-03-19 Thread Fulcrum

Hi

I have successfully setup strongswan VPN server following instructions 
here[1]. I tested the server by connecting a Blackberry client and a 
Windows Phone client. Both used IKEv2 and worked fine.


I have another laptop, running Arch, that I want to connect to the VPN 
server. But I can't figure how to configure strongswan as client. The 
link [1] doesn't describe it. Neither could I find such information from 
google.


Regards,


[1] https://wiki.archlinux.org/index.php/StrongSwan


Re: [arch-general] Mysterious userapp .desktop files

2016-03-19 Thread Ralf Mardorf
On Thu, 17 Mar 2016 13:08:50 +0100, Ralf Mardorf wrote:
>So perhaps launching palemoon does it.

No, it doesn't.

[rocketmouse@archlinux applications]$ ls userapp-Pale\ Moon-3J36ZX.desktop 
'userapp-Pale Moon-3J36ZX.desktop'
[rocketmouse@archlinux applications]$ mv -i userapp-Pale\ Moon-3J36ZX.desktop 
userapp-Pale\ Moon-3J36ZX.deskbak
[rocketmouse@archlinux applications]$ ls userapp-Pale\ Moon-3J36ZX.desktop 
ls: cannot access 'userapp-Pale Moon-3J36ZX.desktop': No such file or directory
[rocketmouse@archlinux applications]$ palemoon 
[rocketmouse@archlinux applications]$ ls userapp-Pale\ Moon-3J36ZX.desktop 
ls: cannot access 'userapp-Pale Moon-3J36ZX.desktop': No such file or directory


Re: [arch-general] terminal

2016-03-19 Thread Carsten Mattner
On Wed, Mar 16, 2016 at 3:29 PM, Christian Hesse  wrote:
> Sebastiaan Lokhorst  on Wed, 2016/03/16 15:24:
>> This is a known bug in Linux 4.4.[1]
>> It should be fixed in 4.5, which is in [testing] now, so you can try it out.
>>
>> [1] https://bugs.freedesktop.org/show_bug.cgi?id=93483
>
> This bug you referenced is marked as duplicate, this is the real one:
>
> https://bugs.freedesktop.org/show_bug.cgi?id=93822
>
> However Linux 4.5 crashes even worse for me...

Ever since the atomic patches landed in 4.3, i915 seems to have
regressed for many chipsets. I just hope they will be fixed before
4.1-lts is obsolete.


Re: [arch-general] startx on arch vm running on ESXI (when accessed via ssh - do I need a DM?)

2016-03-19 Thread respiranto
On 2016-03-18 20:21, David C. Rankin wrote:
> All,
> 
>   When I ended up with a hand-me-down supermicro server from a local ISP, I
> decided to try virtualizing all my hosts. The company I got this from
> recommended vmware ESXI as the hypervisor. It was a pleasant surprise to find
> that ESXI is a basic Linux system. (albeit a very limited and quirky setup).
> 
>   I've installed Arch as the first vm, assigning 8-cores and 16G of RAM. It is
> up and running fine. (it is installed on a raid1 array volume from a LSI
> controller which exists as a single datastore in esxi -- if that makes any
> difference)
> 
>   I am trying to setup fluxbox on arch so I can access the vm via rdesktop (or
> something similar) via a GUI on a as needed basis. I would rather not have a
> display manager running all the time, so I'm attempting to use the startx 
> route.
> 
>   I've used the following to try and get this going:
> 
> https://wiki.archlinux.org/index.php/Fluxbox
> https://wiki.archlinux.org/index.php/Xinitrc
> https://wiki.archlinux.org/index.php/xorg
> https://wiki.archlinux.org/index.php/Display_manager
> 
>   The configuration is good, but I'm stuck attempting to start X. X is 
> refusing
> to start due to the fact I'm accessing Arch by ssh. When I try to start x, I
> receive the following error telling me that "Only console users are allowed":
> 
> $ startx
> 
> /usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X 
> server
> 
> xinit: giving up
> xinit: unable to connect to X server: Connection refused
> xinit: server error
> Couldn't get a file descriptor referring to the console
> 
>   I understand that it wants X only to be started from the actual physical
> console, but when I access the vm over ssh, I don't have one. (I am starting 
> the
> vm, ssh'ed into esxi with 'vim-cmd vmsvc/power.on 1', so there is no console
> anywhere else)
> 
>   What would be the best solution? Have arch boot to the graphical target
> loading a display manager? ... or is there some way I can simply startx as
> needed so I don't leave the dm running all the time on the vm? Thanks for any
> help you can provide.
> 

If you only want to run individual applications, you can use the -X
switch of ssh and then simply execute the respective applications as you
would normally. Note that this requires the ssh-session being opened in
a local graphical terminal.

If you however want to have a full graphical environment, you will have
to use VNC or something comparable, or so I think.


Re: [arch-general] ikev2 strongswan client on Arch

2016-03-19 Thread Fulcrum

Hi



On 03/18/2016 12:13 AM, Kenneth Jensen wrote:

Hi,
Have you read
https://wiki.archlinux.org/index.php/L2TP/IPsec_VPN_client_setup ?


Yes, I read it. But as per my ipsec.conf, my strongswan configuration 
doesn't support L2TP protocol. (please find my ipsec.conf towards the 
bottom of this email). My other clients are using IKEv2 without any 
problem. I haven't tested any other client with L2TP yet.




# ipsec.conf - strongSwan IPsec configuration file

config setup
# uniqueids=never
charondebug="cfg 2, dmn 2, ike 2, net 2"

conn %default
keyexchange=ikev2

ike=aes128-sha256-ecp256,aes256-sha384-ecp384,aes128-sha256-modp2048,aes128-sha1-modp2048,aes256-sha384-modp4096,aes256-sha256-modp4096,aes256-sha1-modp4096,aes128-sha256-modp1536,aes128-sha1-modp1536,aes256-sha384-modp2048,aes256-sha256-modp2048,aes256-sha1-modp2048,aes128-sha256-modp1024,aes128-sha1-modp1024,aes256-sha384-modp1536,aes256-sha256-modp1536,aes256-sha1-modp1536,aes256-sha384-modp1024,aes256-sha256-modp1024,aes256-sha1-modp1024!

esp=aes128gcm16-ecp256,aes256gcm16-ecp384,aes128-sha256-ecp256,aes256-sha384-ecp384,aes128-sha256-modp2048,aes128-sha1-modp2048,aes256-sha384-modp4096,aes256-sha256-modp4096,aes256-sha1-modp4096,aes128-sha256-modp1536,aes128-sha1-modp1536,aes256-sha384-modp2048,aes256-sha256-modp2048,aes256-sha1-modp2048,aes128-sha256-modp1024,aes128-sha1-modp1024,aes256-sha384-modp1536,aes256-sha256-modp1536,aes256-sha1-modp1536,aes256-sha384-modp1024,aes256-sha256-modp1024,aes256-sha1-modp1024,aes128gcm16,aes256gcm16,aes128-sha256,aes128-sha1,aes256-sha384,aes256-sha256,aes256-sha1!
dpdaction=clear
dpddelay=300s
rekey=no
left=%any
leftsubnet=0.0.0.0/0
leftcert=vpnHostCert.pem
right=%any
rightdns=8.8.8.8,8.8.4.4
rightsourceip=172.16.16.0/24

conn IPSec-IKEv2
keyexchange=ikev2
auto=add

conn IPSec-IKEv2-EAP
also="IPSec-IKEv2"
rightauth=eap-mschapv2
rightsendcert=never
eap_identity=%any

conn CiscoIPSec
keyexchange=ikev1
# forceencaps=yes
rightauth=pubkey
rightauth2=xauth
auto=add


[arch-general] Mysterious userapp .desktop files

2016-03-19 Thread Kyle Terrien
So, somehow my default web browser got changed from SeaMonkey back to
Firefox.  (Bleh!)

I ended up cleaning up after xdg-open in the process of correcting my
default web browser.

In ~/.local/share/applications/ (where user-customized .desktop files
go), there were several files in the format
userapp--.desktop.

userapp-Firefox-FIK3WX.desktop
userapp-Pale Moon-1HNY8X.desktop
userapp-SeaMonkey-YV09AY.desktop
userapp-Thunderbird-PIZCZW.desktop

(Wow!  I have gone through a lot of web browsers lately.)

I remember creating a few .desktop files in this directory, but I don't
remember creating any userapp-* files.  The contents of
userapp-Firefox-FIK3WX.desktop were:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
NoDisplay=true
Exec=/usr/lib/firefox/firefox %u
Name=Firefox
Comment=Custom definition for Firefox

This is weird.  There is only an English comment (the default has many
languages), and this one has set NoDisplay.

I deleted all my custom .desktop files.  I have no use for them anymore.

And back to the problem of default web browsers.  These userapp .desktop
files got into mimeapps.list (now located in ~/.config/).  I suppose the
short hash for SeaMonkey changed, causing mimeapps.list to fallback to
the next web browser listed in mimeapps.list.  I had to weed all the
userapp garbage out and replace them with the system-wide .desktop file
names.

What daemon creates these mysterious userapp .desktop files?  I don't
want this daemon creating this junk on my system.

--Kyle




signature.asc
Description: OpenPGP digital signature