Launch Firefox using a custom GTK theme


up vote
1
down vote
favorite
I found how to launch Firefox using this line of code with custom theme:
bash -c 'GTK_THEME="Arc-Darker-GalliumOS" firefox %u'
The thing is that when I open a link from an application it uses the default theme, which doesn't work well with Firefox.
So I opened up Preferred Applications and set as default web browser this line of code.
When I tested that, instead of opening the URL, it just went to www.%u.com
How can I fix that?
firefox themes xfce default-browser
add a comment |Â
up vote
1
down vote
favorite
I found how to launch Firefox using this line of code with custom theme:
bash -c 'GTK_THEME="Arc-Darker-GalliumOS" firefox %u'
The thing is that when I open a link from an application it uses the default theme, which doesn't work well with Firefox.
So I opened up Preferred Applications and set as default web browser this line of code.
When I tested that, instead of opening the URL, it just went to www.%u.com
How can I fix that?
firefox themes xfce default-browser
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I found how to launch Firefox using this line of code with custom theme:
bash -c 'GTK_THEME="Arc-Darker-GalliumOS" firefox %u'
The thing is that when I open a link from an application it uses the default theme, which doesn't work well with Firefox.
So I opened up Preferred Applications and set as default web browser this line of code.
When I tested that, instead of opening the URL, it just went to www.%u.com
How can I fix that?
firefox themes xfce default-browser
I found how to launch Firefox using this line of code with custom theme:
bash -c 'GTK_THEME="Arc-Darker-GalliumOS" firefox %u'
The thing is that when I open a link from an application it uses the default theme, which doesn't work well with Firefox.
So I opened up Preferred Applications and set as default web browser this line of code.
When I tested that, instead of opening the URL, it just went to www.%u.com
How can I fix that?
firefox themes xfce default-browser
firefox themes xfce default-browser
edited Apr 22 at 9:35


David Foerster
26.4k1362106
26.4k1362106
asked Mar 11 at 14:10
Jimster
65
65
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
from bash (terminal emulator)
GTK_THEME=Arc-Darker-GalliumOS firefox
from a shortcut icon (
~/.local/share/applications/firefox.desktop
)Exec=env GTK_THEME=Arc-Darker-GalliumOS firefox %u
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
from bash (terminal emulator)
GTK_THEME=Arc-Darker-GalliumOS firefox
from a shortcut icon (
~/.local/share/applications/firefox.desktop
)Exec=env GTK_THEME=Arc-Darker-GalliumOS firefox %u
add a comment |Â
up vote
1
down vote
from bash (terminal emulator)
GTK_THEME=Arc-Darker-GalliumOS firefox
from a shortcut icon (
~/.local/share/applications/firefox.desktop
)Exec=env GTK_THEME=Arc-Darker-GalliumOS firefox %u
add a comment |Â
up vote
1
down vote
up vote
1
down vote
from bash (terminal emulator)
GTK_THEME=Arc-Darker-GalliumOS firefox
from a shortcut icon (
~/.local/share/applications/firefox.desktop
)Exec=env GTK_THEME=Arc-Darker-GalliumOS firefox %u
from bash (terminal emulator)
GTK_THEME=Arc-Darker-GalliumOS firefox
from a shortcut icon (
~/.local/share/applications/firefox.desktop
)Exec=env GTK_THEME=Arc-Darker-GalliumOS firefox %u
edited Apr 22 at 9:34


David Foerster
26.4k1362106
26.4k1362106
answered Apr 22 at 8:03
ustick
908
908
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013897%2flaunch-firefox-using-a-custom-gtk-theme%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password