You are not logged in.
Pages: 1
with 20.10 the same shortcut works but in the new 21.04 not anymore.
I make a shortcut CTRL+\ but instead open an app an error message appears: look the pic https://imgur.com/9zdIHNa
Offline
It looks like ti can't find the executable (quieterss) - perhaps you mean "quiterss"?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
you are right, edited the executable name!
thank you
Offline
sorry but despite the right executable the shortcut still does not work
Offline
What does the following command return:
xfconf-query -c xfce4-keyboard-shortcuts -lv | grep -E 'quite|backslash'
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
it returns:
/commands/custom/<Primary>backslash quiterss
Offline
Does "quiterss" run when you enter the command on a terminal window?
Also do this. In a terninal window run:
tail -f ~/.xsession-errors
...then press the shortcut. Does anything display in the terminal window?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Does "quiterss" run when you enter the command on a terminal window?
yes, it does
Also do this. In a terninal window run:
tail -f ~/.xsession-errors
...then press the shortcut. Does anything display in the terminal window?
the command returns:
tail -f ~/.xsession-errors
(wrapper-2.0:1391): Gtk-CRITICAL **: 08:27:52.472: gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
(wrapper-2.0:1391): Gtk-CRITICAL **: 08:28:45.332: gtk_widget_remove_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
(wrapper-2.0:1391): Gtk-CRITICAL **: 08:28:45.332: gtk_widget_remove_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
(wrapper-2.0:1391): Gtk-CRITICAL **: 08:28:45.332: gtk_widget_remove_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
(wrapper-2.0:1391): Gtk-CRITICAL **: 08:28:45.332: gtk_widget_remove_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
^\Uscita (core dump creato)
Offline
Does that core dump message appear when you press the keyboard shortcut?
If so, try that last command again. See where it says "wrapper-2.0:1391"? The "1391" is the process ID. When you do it again and get the message about the core dump, also run:
ps -ef | grep PID
...where PID is the number at the end of the wrapper string. So in this case it would have been "ps -ef | grep 1391".
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
here the result of last command
<myuser> 1391 1349 0 08:05 ? 00:00:02 /usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0 /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libstatusnotifier.so 21 16777224 statusnotifier Componente aggiuntivo Status Notifier Fornisce un'area di pannello per mostrare gli indicatori delle applicazioni
<myuser> 18001 17971 0 13:22 pts/0 00:00:00 grep --color=auto 1391
Offline
Hmm. Its odd that its not working. Is xfsettingsd running?
ps -ef | grep xfsettingsd
Can you also post the contents of your ~/.xsession-errors file after a fresh log in?
Edit: Also, are you logging into the device or is this some sort of remote/vnc connection?
Last edited by ToZ (2021-06-02 17:45:10)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
xfsettingsd is running:
<myuser> 1226 845 0 20:13 ? 00:00:00 xfsettingsd
<myuser> 2272 2265 0 20:16 pts/0 00:00:00 grep --color=auto xfsettingsd
After a fresh login and some minutes in .xsession-errors file there are many rows, about 150. Can I search for something in detail?
I am logged on my PC, not on remote desktop.
I also add 3 things
-here there are my only shortcut: https://imgur.com/sZ9Kw9l (all works except quiterss)
-quiterss starts at boot and puts itself as an icon in the bar.
-the same shortcut in 20.10 worked also to show her window (to read the arrived feeds) every time I typed it, very convenient
Last edited by daunbailo (2021-06-02 18:25:15)
Offline
Is there a difference in versions of quiterss in 20.04 and 20.10? I'm testing with 0.19.4 and the keyboard shortcut works fine.
Also, with quiterss running in the tray, if you type "quiterss" in a terminal window, does the quiterss window display?
Edit: Also try this:
Press the keyboard shortcut, then post back the results of:
wmctrl -lvG | grep -i quiterss
... then press the keyboard shortcut again and post back again:
wmctrl -lvG | grep -i quiterss
Last edited by ToZ (2021-06-02 18:37:19)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Is there a difference in versions of quiterss in 20.04 and 20.10? I'm testing with 0.19.4 and the keyboard shortcut works fine.
no difference, the same 0.19.4
Also, with quiterss running in the tray, if you type "quiterss" in a terminal window, does the quiterss window display?
yes, the quiterss window is displayed.
The "wmctrl -lvG | grep -i quiterss" command returns always the same result:
envir_utf8: 1
Invalid type of WM_NAME property.
Offline
Can you change the shortcut to run "mousepad" instead? And then see if pressing the shortcut command starts mousepad.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I've changed the app and now I run "geany": the shortcut ctrl+\ works.
I restore the quiterss and the shortcut ctrl+\ works again.
I reboot my PC and shortcut ctrl+\ (still quiterss) doesn't work anymore!
Offline
I wonder if its related to this ongoing bug. There was a release that tried to fix it between 20.04 and 21.10 causing a regression.
Are you using a different keyboard layout or locale?
When the shortcut no longer works, does restarting xfsettingsd help?
xfsettingsd --replace
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Restarting didn't help. It must be something went wrong during the transition from 20.10 to 21.04 and that has no solution other than reinstalling the entire OS.
Thanks anyway for your time!
Offline
Pages: 1
[ Generated in 0.015 seconds, 8 queries executed - Memory usage: 609.06 KiB (Peak: 625.91 KiB) ]