-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device file access extended #18
base: master
Are you sure you want to change the base?
Conversation
add browse pictures
Download folder and Music folder.
Hello Coshibu,
|
Revert "test"
Hello vikoadi, |
Hi Coshibu, We now have some duplicated code for to check and and create folder you can create one more function private bool afford_folder_exist (string path) {
File folder = File.new_for_path (path);
if (!folder.query_exists ())
return folder.make_directory ();
else
return true;
} and call that function before and don't forget to change 'home folder' into 'phone storage' i think thats all, if you have problem don't hesitate to contact me, (but sorry for the downtime if i just give respond after 6 days) kind regards, |
As I understand it, indicator-kdeconnect is now being maintained on the fork https://github.com/Bajoja/indicator-kdeconnect Please consider installing that version instead and check whether your pull request still apply and if does submit it there? |
Added direct access to home folder, camera folder, pictures folder, Download folder and Music folder.