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

konsave apply error #13

Closed
t3kg33k opened this issue Mar 5, 2021 · 10 comments
Closed

konsave apply error #13

t3kg33k opened this issue Mar 5, 2021 · 10 comments

Comments

@t3kg33k
Copy link

t3kg33k commented Mar 5, 2021

Describe the bug
A clear and concise description of what the bug is.

To reproduce
Steps to reproduce the behavior. [click this, type that, see error]

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

System information

  • OS or Linux distribution: [Ubuntu, Arch, ...]
  • How did you install Konsave? [from the distro's package manager, using pip, directly from git, ...]
  • What version of Konsave are you using? Did you try updating?

Additional context
Add any other context about the problem here.

Applying an import from my desktop to my laptop I get this error message:

Konsave: [Errno 2] No such file or directory: '/home/ed/.config/konsave/profilesedded/'

Selection_001

I'm using Fedora 33 on both machines. Both running Plasma 5.20.5.

@Prayag2
Copy link
Owner

Prayag2 commented Mar 5, 2021

What python version are you using?

@t3kg33k
Copy link
Author

t3kg33k commented Mar 5, 2021

3.9.2

@Prayag2
Copy link
Owner

Prayag2 commented Mar 5, 2021

Could you please try running the following:
python
import os
os.path.join("/home/ed/.config/konsave/profiles", "edded")
I want you to run this because I don't know why is it happening. It works for me and everyone just fine

@t3kg33k
Copy link
Author

t3kg33k commented Mar 5, 2021

import os
os.path.join("/home/ed/.config/konsave/profiles", "edded")
'/home/ed/.config/konsave/profiles/edded'

@Prayag2
Copy link
Owner

Prayag2 commented Mar 5, 2021

hmm okay. I still don't understand why is it happening to you but could you please try removing the "konsave" directory from "~/.config/konsave" and try importing your config again?

@t3kg33k
Copy link
Author

t3kg33k commented Mar 5, 2021

Still a problem.

Selection_002

@selplacei
Copy link
Contributor

selplacei commented Mar 6, 2021

Please fill out the bug report template as intended. What version of Konsave are you using? Is it up to date? It should be 1.0.5 as of right now.

@t3kg33k
Copy link
Author

t3kg33k commented Mar 6, 2021

Will do:

Describe the bug
Applying an import from my desktop to my laptop I get this error message:

Konsave: [Errno 2] No such file or directory: '/home/ed/.config/konsave/profilesedded/'

To reproduce
Ran: konsave -a

Expected behavior
Expected it to apply the profile I had exported from my desktop and imported to my laptop

Screenshots
Added

System information

OS or Linux distribution: [Ubuntu, Arch, ...] Fedora 33
How did you install Konsave? [from the distro's package manager, using pip, directly from git, ...] Originally, from install shell script on my desktop and laptop then PyPi from desktop.
What version of Konsave are you using? Did you try updating? Unsure what version as there is no argument to tell me what version I am running. I will try to install via PyPi on my laptop to see if it updates.

@t3kg33k
Copy link
Author

t3kg33k commented Mar 6, 2021

Installed again on my laptop via PyPi and that seemed to have fixed it. I'm assuming that updated konsave.
I would recommend adding an argument (e.g. -v --version) that shows what version is installed.
Nice work on this. Having recently moved from Gnome to try out KDE I think I will stay awhile since this tool exist.
Keep up the good work.
You can close this issue.

@Prayag2
Copy link
Owner

Prayag2 commented Mar 6, 2021

Thanks :)

@Prayag2 Prayag2 closed this as completed Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants