Skip to content

Commit

Permalink
Workaround plasmaphonedialer absolute path in .desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 21, 2023
1 parent f09add4 commit ef1e219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ EOF`);
echo 'export XDG_DATA_DIRS=/home/user/.local/share/flatpak/exports/share:$XDG_DATA_DIRS' >> /opt/kde/usr/lib/libexec/plasma-dev-prefix.sh
# Workaround plasmaphonedialer absolute path in .desktop file
ln -s /opt/kde/usr/bin/plasmaphonedialer /usr/bin/plasmaphonedialer
systemctl enable plasma-mobile
systemctl enable bluetooth
systemctl enable ModemManager
Expand Down

0 comments on commit ef1e219

Please sign in to comment.