From 44aa14bad35e84ceb2942210ddd66097dc115084 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 1 Sep 2021 21:13:18 +0200 Subject: [PATCH] [Other] Moved two applications to ~/.local/opt These applications used to live in my home directory, this commit reflects their directory change with their .desktop file --- .local/share/applications/FlowScape.desktop | 6 +++--- .local/share/applications/OtherWorldMapper.desktop | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.local/share/applications/FlowScape.desktop b/.local/share/applications/FlowScape.desktop index b592b4d..ad824ec 100644 --- a/.local/share/applications/FlowScape.desktop +++ b/.local/share/applications/FlowScape.desktop @@ -2,9 +2,9 @@ Version=1.5 Name=FlowScape Comment=Create gorgeous 3D landscapes with ease. -Exec=/usr/bin/prime-run /home/phundrak/FlowScape/FlowScape.x86_64 -Path=/home/phundrak/FlowScape -Icon=/home/phundrak/FlowScape/icon.jpg +Exec=/usr/bin/prime-run /home/phundrak/.local/opt/FlowScape/FlowScape.x86_64 +Path=/home/phundrak/.local/opt/FlowScape +Icon=/home/phundrak/.local/opt/FlowScape/icon.jpg Terminal=false Type=Application Categories=Graphics diff --git a/.local/share/applications/OtherWorldMapper.desktop b/.local/share/applications/OtherWorldMapper.desktop index e58f9ce..bc89308 100644 --- a/.local/share/applications/OtherWorldMapper.desktop +++ b/.local/share/applications/OtherWorldMapper.desktop @@ -1,10 +1,10 @@ [Desktop Entry] -Version=1.0.1 +Version=1.0.4 Name=OtherWorldMapper Comment=OtherWorldMapper is a powerful yet intuitive fantasy map creation tool. -Exec=/usr/bin/prime-run /home/phundrak/OtherWorldMapper/OWM -Path=/home/phundrak/OtherWorldMapper -Icon=/home/phundrak/OtherWorldMapper/owm.ico +Exec=/usr/bin/prime-run /home/phundrak/.local/opt/OtherWorldMapper/OWM +Path=/home/phundrak/.local/opt/OtherWorldMapper +Icon=/home/phundrak/.local/opt/OtherWorldMapper/owm.ico Terminal=false Type=Application Categories=Graphics