Re: Strange SELinux issue preventing going to sleep

2015-09-21 Thread Miroslav Grepl
On 09/19/2015 11:54 AM, Suvayu Ali wrote: > On Fri, Sep 18, 2015 at 05:23:49PM -0600, Kevin Fenzi wrote: >> >> There's a systemd update that needs a newer selinux-policy. >> Both of them went out around the same time, so normally that would be >> fine. However, the systemd update needs the

Re: ssh -X gnome-terminal

2015-09-21 Thread Tom Horsley
The simplest solution is to ssh -X xterm instead of gnome-terminal since xterm doesn't desperately need to talk dbus like every gnome application. The complicated solution is to run a script rather than a simple gnome-terminal command and have the script do something like: #!/bin/bash unset

Re: [Solved]: After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-21 Thread Jon Ingason
Den 2015-09-21 kl. 21:57, skrev Rick Stevens: > On 09/21/2015 12:31 PM, Jon Ingason wrote: >> Den 2015-09-21 kl. 14:40, skrev Jon Ingason: >>> I just did fedup from fc21 to fc22 without any problems. >> >> Sorry for the noise. This was note a problem. Should have read what >> stood in the output

gnome-terminal preference

2015-09-21 Thread Patrick Dupre
Hello, I was not satisfied by the behavior of gnome-terminal. Then I checked run my own command (or something similar) in preferences (of gnome-terminal). Then it became crazy, opening multiple gnome-terminals. I cannot access to the preferences any more. I can only kill gnome-terminal from a

dnf and dependencies

2015-09-21 Thread Patrick Dupre
Hello, I am trying to install a package: dnf install /home/pdupre/rpmbuild/RPMS/x86_64/perl-Math-GSL-0.35-1.fc22.x86_64.rpm but I get: Error: nothing provides perl(Chart::Clicker::Drawing) needed by perl-Math-GSL-0.35-1.fc22.x86_64 I cannot find any package: perl(Chart::Clicker::Drawing

Re: ssh -X gnome-terminal

2015-09-21 Thread Pete Travis
On Sep 21, 2015 4:59 PM, "Patrick Dupre" wrote: > > Hello, > > In fc22 (in fc20 it was OK, if I remember correctly), when I login > with ssh -X and then on the server, I run gnome-terminal, I get: > ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility bus:

Re: ssh -X gnome-terminal

2015-09-21 Thread Tom Horsley
On Mon, 21 Sep 2015 18:43:29 -0400 Tom Horsley wrote: > The complicated solution... Actually, there is also another solution, run the command inside-out like so: gnome-terminal -e "ssh -X remotesystem" That way you make gnome-terminal happy by using the local dbus session and you get to the

ssh -X gnome-terminal

2015-09-21 Thread Patrick Dupre
Hello, In fc22 (in fc20 it was OK, if I remember correctly), when I login with ssh -X and then on the server, I run gnome-terminal, I get: ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-N20xllktmP: Connection refused I read a

Re: ssh -X gnome-terminal

2015-09-21 Thread Rick Stevens
On 09/21/2015 02:58 PM, Patrick Dupre wrote: Hello, In fc22 (in fc20 it was OK, if I remember correctly), when I login with ssh -X and then on the server, I run gnome-terminal, I get: ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket

Re: ssh -X gnome-terminal

2015-09-21 Thread Patrick Dupre
> On 09/21/2015 02:58 PM, Patrick Dupre wrote: > > Hello, > > > > In fc22 (in fc20 it was OK, if I remember correctly), when I login > > with ssh -X and then on the server, I run gnome-terminal, I get: > > ** (gnome-terminal:2515): WARNING **: Couldn't connect to accessibility > > bus: Failed to

Re: gnome-terminal preference

2015-09-21 Thread Matthew Miller
On Mon, Sep 21, 2015 at 12:18:17PM +0200, Patrick Dupre wrote: > How can I change the preference either manually from a text window > or from gnome ? Run the dconf-editor and look under org → gnome → terminal. -- Matthew Miller Fedora Project Leader -- users mailing

Re: dnf and dependencies

2015-09-21 Thread Kevin Cummings
On 09/21/15 07:08, Patrick Dupre wrote: > Hello, > > I am trying to install a package: > dnf install > /home/pdupre/rpmbuild/RPMS/x86_64/perl-Math-GSL-0.35-1.fc22.x86_64.rpm > > but I get: > > Error: nothing provides perl(Chart::Clicker::Drawing) needed by > perl-Math-GSL-0.35-1.fc22.x86_64

Re: After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-21 Thread Rick Stevens
On 09/21/2015 05:40 AM, Jon Ingason wrote: I just did fedup from fc21 to fc22 without any problems. Then I just tested dnf: $ sudo dnf upgrade --refresh [sudo] password for jonsi: Fedora 22 - x86_64 - VirtualBox 2.1 MB/s | 23 kB 00:00 RPM Fusion for Fedora 22 - Free - Updates

Re: dnf and dependencies

2015-09-21 Thread Patrick Dupre
> > On 09/21/15 07:08, Patrick Dupre wrote: > > Hello, > > > > I am trying to install a package: > > dnf install > > /home/pdupre/rpmbuild/RPMS/x86_64/perl-Math-GSL-0.35-1.fc22.x86_64.rpm > > > > but I get: > > > > Error: nothing provides perl(Chart::Clicker::Drawing) needed by > >

After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-21 Thread Jon Ingason
I just did fedup from fc21 to fc22 without any problems. Then I just tested dnf: $ sudo dnf upgrade --refresh [sudo] password for jonsi: Fedora 22 - x86_64 - VirtualBox 2.1 MB/s | 23 kB 00:00 RPM Fusion for Fedora 22 - Free - Updates 264 kB/s | 73 kB 00:00 Adobe Systems

Re: dnf and dependencies

2015-09-21 Thread Kevin Cummings
On 09/21/15 12:51, Patrick Dupre wrote: > >> >> On 09/21/15 07:08, Patrick Dupre wrote: >>> Hello, >>> >>> I am trying to install a package: >>> dnf install >>> /home/pdupre/rpmbuild/RPMS/x86_64/perl-Math-GSL-0.35-1.fc22.x86_64.rpm >>> >>> but I get: >>> >>> Error: nothing provides

Re: [Solved]: After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-21 Thread Jon Ingason
Den 2015-09-21 kl. 14:40, skrev Jon Ingason: > I just did fedup from fc21 to fc22 without any problems. Sorry for the noise. This was note a problem. Should have read what stood in the output :-( > Then I just tested dnf: > > $ sudo dnf upgrade --refresh > Tar bort: -- I don't know how

Re: [Solved]: After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-21 Thread Rick Stevens
On 09/21/2015 12:31 PM, Jon Ingason wrote: Den 2015-09-21 kl. 14:40, skrev Jon Ingason: I just did fedup from fc21 to fc22 without any problems. Sorry for the noise. This was note a problem. Should have read what stood in the output :-( Then I just tested dnf: $ sudo dnf upgrade --refresh

Re: After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-21 Thread Jon Ingason
Den 2015-09-21 kl. 20:04, skrev Rick Stevens: > On 09/21/2015 05:40 AM, Jon Ingason wrote: >> I just did fedup from fc21 to fc22 without any problems. >> Then I just tested dnf: >> >> $ sudo dnf upgrade --refresh >>