1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 21:14:33 +00:00

Fix KDE filepicker not being used

This commit is contained in:
dr460nf1r3
2022-10-08 11:56:48 +02:00
parent 0be6978dea
commit 80b761b859
3 changed files with 9 additions and 9 deletions

7
firedragon.desktop Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=FireDragon
@ -112,7 +113,7 @@ Keywords[uk]=Internet;WWW;Browser;Web;Explorer;Інтернет;мережа;п
Keywords[vi]=Internet;WWW;Browser;Web;Explorer;Trình duyệt;Trang web
Keywords[zh_CN]=Internet;WWW;Browser;Web;Explorer;网页;浏览;上网;火狐;FireDragon;ff;互联网;网站;
Keywords[zh_TW]=Internet;WWW;Browser;Web;Explorer;網際網路;網路;瀏覽器;上網;網頁;火狐
Exec=/usr/lib/firedragon/firedragon %u
Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon %u
Icon=firedragon
Terminal=false
X-MultipleArgs=false
@ -229,7 +230,7 @@ Name[wo]=Palanteer bu bees
Name[xh]=Ifestile entsha
Name[zh_CN]=新建窗口
Name[zh_TW]=開新視窗
Exec=/usr/lib/firedragon/firedragon --new-window %u
Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon --new-window %u
[Desktop Action new-private-window]
Name=New Private Window
@ -337,4 +338,4 @@ Name[wo]=Panlanteeru biir bu bees
Name[xh]=Ifestile yangasese entsha
Name[zh_CN]=新建隐私浏览窗口
Name[zh_TW]=新增隱私視窗
Exec=/usr/lib/firedragon/firedragon --private-window %u
Exec=GTK_USE_PORTAL="1" /usr/lib/firedragon/firedragon --private-window %u