Changeset View
Changeset View
Standalone View
Standalone View
pspec.xml
| Show All 39 Lines | <Package> | ||||
| <Path fileType="data" permanent="true">/var/lock</Path> | <Path fileType="data" permanent="true">/var/lock</Path> | ||||
| </Files> | </Files> | ||||
| <AdditionalFiles> | <AdditionalFiles> | ||||
| <AdditionalFile owner="root" permission="0644" target="/etc/solus-release">solus-release</AdditionalFile> | <AdditionalFile owner="root" permission="0644" target="/etc/solus-release">solus-release</AdditionalFile> | ||||
| <AdditionalFile owner="root" permission="0644" target="/etc/os-release">os-release</AdditionalFile> | <AdditionalFile owner="root" permission="0644" target="/etc/os-release">os-release</AdditionalFile> | ||||
| <AdditionalFile owner="root" permission="0644" target="/etc/services">services</AdditionalFile> | <AdditionalFile owner="root" permission="0644" target="/etc/services">services</AdditionalFile> | ||||
| <AdditionalFile owner="root" permission="0644" target="/etc/protocols">protocols</AdditionalFile> | <AdditionalFile owner="root" permission="0644" target="/etc/protocols">protocols</AdditionalFile> | ||||
| <AdditionalFile owner="root" permission="0644" target="/etc/nsswitch.conf">nsswitch.conf</AdditionalFile> | <AdditionalFile owner="root" permission="0644" target="/etc/nsswitch.conf">nsswitch.conf</AdditionalFile> | ||||
| <AdditionalFile owner="root" permission="0644" target="/usr/share/defaults/etc/xprofile">system-xprofile</AdditionalFile> | |||||
| <AdditionalFile owner="root" permission="0644" target="/etc/skel/.xprofile">user-xprofile</AdditionalFile> | |||||
JoshStrobl: We should have an `/usr/share/defaults/etc/skel/.xprofile` not create `/etc` content. Where is… | |||||
Done Inline ActionsI got confused here. I see a lot of the default user config files are in /etc/skel, such as .bashrc, .profile, .bash_logout, so I thought the default .xprofile should go there as well. With regards to the purpose of this file, it will be sourced by display managers before the X user session starts. It is here so that new installs of Solus will create this file in user's home directory, giving them a hint of adding X session customization stuff in this file. xulongwu4: I got confused here. I see a lot of the default user config files are in `/etc/skel`, such as `. | |||||
| </AdditionalFiles> | </AdditionalFiles> | ||||
| <Provides> | <Provides> | ||||
| <COMAR script="package.py">System.Package</COMAR> | <COMAR script="package.py">System.Package</COMAR> | ||||
| <COMAR script="packageHandler.py">System.PackageHandler</COMAR> | <COMAR script="packageHandler.py">System.PackageHandler</COMAR> | ||||
| </Provides> | </Provides> | ||||
| </Package> | </Package> | ||||
| <History> | <History> | ||||
| <Update release="62"> | |||||
| <Date>06-04-2020</Date> | |||||
| <Version>1.8.0</Version> | |||||
| <Comment>Package bump</Comment> | |||||
| <Name>Longwu Ou</Name> | |||||
| <Email>xulongwu4@gmail.com</Email> | |||||
| </Update> | |||||
| <Update release="61"> | <Update release="61"> | ||||
| <Date>01-24-2020</Date> | <Date>01-24-2020</Date> | ||||
| <Version>1.8.0</Version> | <Version>1.8.0</Version> | ||||
| <Comment>Package bump</Comment> | <Comment>Package bump</Comment> | ||||
| <Name>Joshua Strobl</Name> | <Name>Joshua Strobl</Name> | ||||
| <Email>joshua@stroblindustries.com</Email> | <Email>joshua@stroblindustries.com</Email> | ||||
| </Update> | </Update> | ||||
| ▲ Show 20 Lines • Show All 479 Lines • ▼ Show 20 Lines | <History> | ||||
| <Update release="1"> | <Update release="1"> | ||||
| <Date>2013-12-03</Date> | <Date>2013-12-03</Date> | ||||
| <Version>1.0</Version> | <Version>1.0</Version> | ||||
| <Comment>Add baselayout to repos</Comment> | <Comment>Add baselayout to repos</Comment> | ||||
| <Name>Ikey Doherty</Name> | <Name>Ikey Doherty</Name> | ||||
| <Email>ikey@solusos.com</Email> | <Email>ikey@solusos.com</Email> | ||||
| </Update> | </Update> | ||||
| </History> | </History> | ||||
| </PISI> | </PISI> | ||||
| No newline at end of file | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
We should have an /usr/share/defaults/etc/skel/.xprofile not create /etc content. Where is this specifically used?