Switch to layer-shell for locker
This commit is contained in:
parent
7b8777457b
commit
bec5cb5b7d
4 changed files with 450 additions and 745 deletions
|
|
@ -26,6 +26,7 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
}
|
||||
})
|
||||
.map(|user| {
|
||||
//TODO: use accountsservice
|
||||
let icon_path = Path::new("/var/lib/AccountsService/icons").join(&user.name);
|
||||
let icon_opt = if icon_path.is_file() {
|
||||
match fs::read(&icon_path) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue