Skip to content
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

Question: How to export to an external drive? #60

Closed
calebnp opened this issue Apr 27, 2022 · 8 comments
Closed

Question: How to export to an external drive? #60

calebnp opened this issue Apr 27, 2022 · 8 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@calebnp
Copy link

calebnp commented Apr 27, 2022

My home folder partition doesn't have enough space to export from konsave and trying to type a file path for the export file name throws an error. Is there a way for me to export to another drive?

@Prayag2
Copy link
Owner

Prayag2 commented Apr 27, 2022

Currently there isn't but I'll add a way to do that soon.

@Prayag2 Prayag2 added the enhancement New feature or request label May 8, 2022
@Prayag2 Prayag2 added this to the v2.2.0 milestone May 8, 2022
@Prayag2 Prayag2 self-assigned this May 11, 2022
@MichaelTunnell
Copy link

Out of curiosity, how much storage space does your home folder partition have in total vs available? (now and/or at the time of this issue creation)

@calebnp
Copy link
Author

calebnp commented Oct 17, 2022

I’m not sure about the time of issue creation, but right now I have 1.6 GiB free out of 58.4 GiB.

@MichaelTunnell
Copy link

That is interesting. I am curious how large your exported .knsv file is because mine was less than 2 MBs. It makes me curious what all it is saving for you.

@calebnp
Copy link
Author

calebnp commented Oct 17, 2022

I never ended up with a .knsv file.

First I run konsave -s filename
It completes but I don't know what file results.

Then, I run konsave -e filename
It creates a folder in the home folder with the filename. That folder contains every theme, icon, color scheme, etc. installed on the system. That gets up to 1 GiB before the drive runs out of space and konsave throws an error 'No space left on the device'

@Prayag2
Copy link
Owner

Prayag2 commented Oct 18, 2022

You might be having several icon packs installed. Icons can take up a lot of space. You can comment line 99 in /home/prayag/.config/konsave/conf.yaml to ignore them. If you want a specific icon pack to be exported, you can add an entry in the "export" section of the config file for that icon pack:

icon_pack_name:
    location: "$HOME/.local/share/icons/"
    entries:
        - <icon folder name>

@Prayag2
Copy link
Owner

Prayag2 commented Oct 18, 2022

I have exams so I can't really work on this at the moment but I'll fix this soon!

@Prayag2
Copy link
Owner

Prayag2 commented Jan 30, 2023

Fixed in #72 :)

@Prayag2 Prayag2 closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants