-
Notifications
You must be signed in to change notification settings - Fork 9
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
Not working, stuck at loading #11
Comments
Could you post the output from the following commands please? $ python --version and $ wmctrl -l | awk '{ if( $2 != "-1") { $3=""; print $0} }' and $ wmctrl -d | sed -n -E -e 's/^.*WA: (N\/A|.,. [[:digit:]]+x[[:digit:]]+) //p' Thanks! |
|
Fantastic, thanks! Sorry, I forgot one: $ python3 --version |
|
I also get the same error. OS: elementary OS 6 Odin
|
I have just pushed a change which fixes one instance of getting suck at "Loading..." which I found. Maybe this fixes it for you? |
Nope. |
It seems like this command doesn't work on elementaryOS, for some reason: $ wmctrl -d | sed -n -E -e 's/^.*WA: (N\/A|.,. [[:digit:]]+x[[:digit:]]+) //p' This should spit out a list of workspace names, something like this: $ wmctrl -d | sed -n -E -e 's/^.*WA: (N\/A|.,. [[:digit:]]+x[[:digit:]]+) //p'
Personal: Email
Notes
Todo
Finances
Project: duncanlock.net
Personal: D&D
Project: Nim
[empty]
Project: dotfiles
[empty]
Project: antora-default-ui
Project: Home Dashboard
Project: LanguageTool
Project: Gemini
Project: lite-xl
Project: Standard eBooks
Project: NAS & Storage
Project: Processing
Personal: Retro Hardware
Project: ulauncher
[empty]
[empty]
[empty]
Music If running that doesn't produce any output, can you please just try this command on its own: $ wmctrl -d and paste the output from that? |
I have 2 screens and 2 workspaces which add up to 3.
Edit:
|
I have the same problem on Linux Mint 20.3 Xfce |
Hi, fix here is fairly easy, posted pull request #12 In the meantime before author merges pull request, you can check if it works for you by editing the line result = subprocess.run(
[
- "wmctrl -d | sed -n -E -e 's/^.*WA: (N\/A|.,. [[:digit:]]+x[[:digit:]]+) //p'"
+ "wmctrl -d | sed -n -E -e 's/^.*WA: (N\/A|.+,.+ [[:digit:]]+x[[:digit:]]+) //p'"
],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE, # equivalent to capture_output=True
shell=True,
universal_newlines=True, # equivalent to text=True
).stdout |
@stefanjarina Yes, This solved the entire problem & it worked smooth. Thank you. |
Wow, awesome, thank you so much to fix this useful plugin! ❤️ |
OS: Elementary OS 5.1.7 Hera based on Ubuntu 18.04 LTS using Pantheon Desktop.
Error from terminal log
The text was updated successfully, but these errors were encountered: