[Bug 213642] x11/xfce4-terminal: Theme ignores global xfce4 theme settings after update to 0.8.0

2016-10-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213642

--- Comment #2 from free...@nevar.pl ---
So what should I need to compile with Gtk3 support xfce4 or xfce4-wm-themes I
don't see any Gtk options in their configuration. Why xfce4-terminal is not
handling xfce4 themes correctly?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


xfce4-terminal-0.8.0 and URLs

2016-10-21 Thread Warren Block
Middle-click on URLs used to open them in the browser.  With the new 
xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing 
finger over URLs, but middle-click pastes.


Can the old behavior be restored?  There is nothing about it in the 
preferences settings.

___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 213642] x11/xfce4-terminal: Theme ignores global xfce4 theme settings after update to 0.8.0

2016-10-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213642

--- Comment #3 from Olivier Duchateau  ---
(In reply to freebsd from comment #2)

Nothing to compile, install one of Gtk themes mentioned in comment #1. Then
launch xfce4-appearance-settings or

xfconf-query -c xsettings -p /Net/ThemeName -t string -s Adwaita (if you use
x11-themes/gnome-themes-standard).

When Xfce was published on February 2015, Gtk3 was in early state, now API
changed deeply (especially since 3.10). With Gtk 3.18 and 3.20 gtk+ themes are
incompatibles with gtk2 theme.

Adwaita is only Gtk2 and Gtk3 themes whereas Numix, Greybird and
Clearlooks-phenix are Gtk(2|3) and xfwm4 themes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: xfce4-terminal-0.8.0 and URLs

2016-10-21 Thread Olivier Duchateau
On Fri, 21 Oct 2016 07:51:32 -0600 (MDT)
Warren Block  wrote:

> Middle-click on URLs used to open them in the browser.  With the new 
> xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing 
> finger over URLs, but middle-click pastes.
> 
> Can the old behavior be restored?  There is nothing about it in the 
> preferences settings.

It's an hidden option which is now off by default (like gnome-termianl).
To restore the old behavior, open ~/.config/xfce4/terminal/terminalrc file and 
change value of MiscMiddleClickOpensUri to TRUE.

> ___
> freebsd-xfce@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
> To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


-- 
olivier
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: xfce4-terminal-0.8.0 and URLs

2016-10-21 Thread Warren Block

On Fri, 21 Oct 2016, Olivier Duchateau wrote:


On Fri, 21 Oct 2016 07:51:32 -0600 (MDT)
Warren Block  wrote:


Middle-click on URLs used to open them in the browser.  With the new
xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing
finger over URLs, but middle-click pastes.

Can the old behavior be restored?  There is nothing about it in the
preferences settings.


It's an hidden option which is now off by default (like gnome-termianl).


Seems odd to hide it, but what do I know.


To restore the old behavior, open ~/.config/xfce4/terminal/terminalrc file and 
change value of MiscMiddleClickOpensUri to TRUE.


Changed, but it still just pastes whatever is in the buffer.

MiscMiddleClickOpensUri=TRUE

Thanks!
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: xfce4-terminal-0.8.0 and URLs

2016-10-21 Thread Olivier Duchateau
On Fri, 21 Oct 2016 12:52:56 -0600 (MDT)
Warren Block  wrote:

> On Fri, 21 Oct 2016, Olivier Duchateau wrote:
> 
> > On Fri, 21 Oct 2016 07:51:32 -0600 (MDT)
> > Warren Block  wrote:
> >
> >> Middle-click on URLs used to open them in the browser.  With the new
> >> xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing
> >> finger over URLs, but middle-click pastes.
> >>
> >> Can the old behavior be restored?  There is nothing about it in the
> >> preferences settings.
> >
> > It's an hidden option which is now off by default (like gnome-termianl).
> 
> Seems odd to hide it, but what do I know.
> 
> > To restore the old behavior, open ~/.config/xfce4/terminal/terminalrc file 
> > and change value of MiscMiddleClickOpensUri to TRUE.
> 
> Changed, but it still just pastes whatever is in the buffer.

Tested again, middle click works fine. After made changes, all instances of 
xfce4-terminal must be closed (I think configuration is not reloaded).
> 
> MiscMiddleClickOpensUri=TRUE
> 
> Thanks!


-- 
olivier
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: xfce4-terminal-0.8.0 and URLs

2016-10-21 Thread Olivier Duchateau
On Fri, 21 Oct 2016 22:38:38 +0200
Olivier Duchateau  wrote:

> On Fri, 21 Oct 2016 12:52:56 -0600 (MDT)
> Warren Block  wrote:
> 
> > On Fri, 21 Oct 2016, Olivier Duchateau wrote:
> > 
> > > On Fri, 21 Oct 2016 07:51:32 -0600 (MDT)
> > > Warren Block  wrote:
> > >
> > >> Middle-click on URLs used to open them in the browser.  With the new
> > >> xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing
> > >> finger over URLs, but middle-click pastes.
> > >>
> > >> Can the old behavior be restored?  There is nothing about it in the
> > >> preferences settings.
> > >
> > > It's an hidden option which is now off by default (like gnome-termianl).
> > 
> > Seems odd to hide it, but what do I know.
> > 
> > > To restore the old behavior, open ~/.config/xfce4/terminal/terminalrc 
> > > file and change value of MiscMiddleClickOpensUri to TRUE.
> > 
> > Changed, but it still just pastes whatever is in the buffer.
> 
> Tested again, middle click works fine. After made changes, all instances of 
> xfce4-terminal must be closed (I think configuration is not reloaded).

I forgot to say, configuration is now in .config/xfce4/terminal/terminalrc not 
.config/xfce4/Terminal/terminalrc.

It's not bad idea to backup your old configuration and start new one.

> > 
> > MiscMiddleClickOpensUri=TRUE
> > 
> > Thanks!
> 
> 
> -- 
> olivier


-- 
Olivier Duchateau 
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: xfce4-terminal-0.8.0 and URLs

2016-10-21 Thread Olivier Duchateau
On Fri, 21 Oct 2016 22:38:38 +0200
Olivier Duchateau  wrote:

> On Fri, 21 Oct 2016 12:52:56 -0600 (MDT)
> Warren Block  wrote:
> 
> > On Fri, 21 Oct 2016, Olivier Duchateau wrote:
> > 
> > > On Fri, 21 Oct 2016 07:51:32 -0600 (MDT)
> > > Warren Block  wrote:
> > >
> > >> Middle-click on URLs used to open them in the browser.  With the new
> > >> xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing
> > >> finger over URLs, but middle-click pastes.
> > >>
> > >> Can the old behavior be restored?  There is nothing about it in the
> > >> preferences settings.
> > >
> > > It's an hidden option which is now off by default (like gnome-termianl).
> > 
> > Seems odd to hide it, but what do I know.
> > 
> > > To restore the old behavior, open ~/.config/xfce4/terminal/terminalrc 
> > > file and change value of MiscMiddleClickOpensUri to TRUE.
> > 
> > Changed, but it still just pastes whatever is in the buffer.
> 
> Tested again, middle click works fine. After made changes, all instances of 
> xfce4-terminal must be closed (I think configuration is not reloaded).

I forgot to say, configuration is now in .config/xfce4/terminal/terminalrc not 
.config/xfce4/Terminal/terminalrc.

It's not bad idea to backup your old configuration and start new one.

> > 
> > MiscMiddleClickOpensUri=TRUE
> > 
> > Thanks!
> 
> 
> -- 
> olivier


-- 
olivier
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: xfce4-terminal-0.8.0 and URLs

2016-10-21 Thread Warren Block

On Fri, 21 Oct 2016, Olivier Duchateau wrote:


On Fri, 21 Oct 2016 12:52:56 -0600 (MDT)
Warren Block  wrote:


On Fri, 21 Oct 2016, Olivier Duchateau wrote:


On Fri, 21 Oct 2016 07:51:32 -0600 (MDT)
Warren Block  wrote:


Middle-click on URLs used to open them in the browser.  With the new
xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing
finger over URLs, but middle-click pastes.

Can the old behavior be restored?  There is nothing about it in the
preferences settings.


It's an hidden option which is now off by default (like gnome-termianl).


Seems odd to hide it, but what do I know.


To restore the old behavior, open ~/.config/xfce4/terminal/terminalrc file and 
change value of MiscMiddleClickOpensUri to TRUE.


Changed, but it still just pastes whatever is in the buffer.


Tested again, middle click works fine. After made changes, all instances of 
xfce4-terminal must be closed (I think configuration is not reloaded).


Aha, that did it.  Thank you!
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"