Re: Gnome: I'm looking for a way to make a button on tray or top bar that does what alt-tab function key does

2023-09-07 Thread Jonathan Billings
On Sep 7, 2023, at 13:19, Dario Lesca wrote: > > Run this line command for one tab: > xdotool keydown alt key Tab sleep 0.1 keyup alt > > and this for two tabs: > xdotool keydown alt key Tab sleep 0.1 key Tab sleep 0.1 keyup alt xdotool only works if you’re using X11, and doesn’t work with

Re: Download the dependencies for a package on RHEL 8.7

2023-09-07 Thread Jonathan Billings
On Sep 7, 2023, at 12:45, Kaushal Shriyan wrote: > Is there a way to download the package along with the dependencies which are > already installed on RHEL 8.7? > > Please guide me. Thanks in Advance. You’ll need to do this either from the RHEL system, or you’ll need to set up a subscription

Re: Gnome: I'm looking for a way to make a button on tray or top bar that does what alt-tab function key does

2023-09-07 Thread Jon LaBadie
I use Compiz (with Mate) so that I can assign actions to mouse buttons. Primarily left/right wheel tilt to switch workspaces but also extra buttons like #'s 8/9/10 to do things like window move and window resize. Jon On Thu, Sep 07, 2023 at 01:04:58PM +0200, Dario Lesca wrote: Some time I w

Re: TIP: Not Another PDF Scanner

2023-09-07 Thread George N. White III
On Thu, Sep 7, 2023 at 10:15 AM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > Hi All, > > Fedora 38 > > I just discovered the NAPS2 (Not Another PDF Scanner) > is now available as an RPM. (It saves images too.) > > https://www.naps2.com/download > [...] > NAPS2 also provi

Re: Gnome: I'm looking for a way to make a button on tray or top bar that does what alt-tab function key does

2023-09-07 Thread Dario Lesca
I have fount this shell solution: https://linuxhint.com/xdotool_stimulate_mouse_clicks_and_keystrokes/ Run this line command for one tab: xdotool keydown alt key Tab sleep 0.1 keyup alt and this for two tabs: xdotool keydown alt key Tab sleep 0.1 key Tab sleep 0.1 keyup alt I have pu

Download the dependencies for a package on RHEL 8.7

2023-09-07 Thread Kaushal Shriyan
Hi, Is there a way to download the package along with the dependencies which are already installed on RHEL 8.7? Please guide me. Thanks in Advance. Best Regards, Kaushal ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an e

Re: Gnome: I'm looking for a way to make a button on tray or top bar that does what alt-tab function key does

2023-09-07 Thread Dario Lesca
Il giorno gio, 07/09/2023 alle 21.46 +0930, Tim via users ha scritto: > On old Gnome, and Mate, Thank Tim, but I use new Gnome and no Mate. I'm looking for a little script in python or something run via line command or put into a extension that call a Gnome function to switch windows like alt tab

Re: Gnome: I'm looking for a way to make a button on tray or top bar that does what alt-tab function key does

2023-09-07 Thread Samuel Sieb
On 2023-09-07 05:16, Tim via users wrote: On Thu, 2023-09-07 at 13:04 +0200, Dario Lesca wrote: Some time I want switch to other windows,like alt-tab do, without press alt-tab button but use the mouse and click on a button or function present on top bar I don't think there are any extensions th

TIP: Not Another PDF Scanner

2023-09-07 Thread ToddAndMargo via users
Hi All, Fedora 38 I just discovered the NAPS2 (Not Another PDF Scanner) is now available as an RPM. (It saves images too.) https://www.naps2.com/download Here is a screen shot on NAPS2 running on my computer: https://imgur.com/G8NaxFc.png As many of you already know, I do a lot of w

Re: Gnome: I'm looking for a way to make a button on tray or top bar that does what alt-tab function key does

2023-09-07 Thread Tim via users
On Thu, 2023-09-07 at 13:04 +0200, Dario Lesca wrote: > Some time I want switch to other windows,like alt-tab do, without press > alt-tab button but use the mouse and click on a button or function > present on top bar > > I don't think there are any extensions that do this, so I'd like to try > to

Gnome: I'm looking for a way to make a button on tray or top bar that does what alt-tab function key does

2023-09-07 Thread Dario Lesca
Some time I want switch to other windows,like alt-tab do, without press alt-tab button but use the mouse and click on a button or function present on top bar I don't think there are any extensions that do this, so I'd like to try to make one, but I don't know where to start Someone can help me?

Re: Apache fails to resume after hibernation

2023-09-07 Thread Patrick O'Callaghan
On Thu, 2023-09-07 at 08:40 +0100, Barry wrote: > > > > On 6 Sep 2023, at 21:57, Patrick O'Callaghan > > wrote: > > > > Thanks, but I'm not sure how this addresses the SElinux problem. > > I am just showing that you do not need to use bash to run more then > one command in a systemd service un

Re: Apache fails to resume after hibernation

2023-09-07 Thread Barry
> On 6 Sep 2023, at 21:57, Patrick O'Callaghan wrote: > > Thanks, but I'm not sure how this addresses the SElinux problem. I am just showing that you do not need to use bash to run more then one command in a systemd service unit. Barry ___ users ma