Where to set GDK_BACKENDWhere are displays other than “:0”?How do I set the PATH or other environment...
How do internally carried IR missiles acquire a lock?
Explicit song lyrics checker
Is declining an undergraduate award which causes me discomfort appropriate?
Rejecting an offer after accepting it just 10 days from date of joining
Why is oilcloth made with linseed oil?
Did the CIA blow up a Siberian pipeline in 1982?
Why does std::string_view create a dangling view in a ternary expression?
How long did the SR-71 take to get to cruising altitude?
Methodology: Writing unit tests for another developer
Justifying Affordable Bespoke Spaceships
Second 100 amp breaker inside existing 200 amp residential panel for new detached garage
In the US, can a former president run again?
Very tricky nonogram - where to go next?
Is the continuity test limit resistance of a multimeter standard?
Counterfeit checks were created for my account. How does this type of fraud work?
Can the pre-order traversal of two different trees be the same even though they are different?
Greeting with "Ho"
King or Queen-Which piece is which?
How could empty set be unique if it could be vacuously false
Can you use one creature for both convoke and delve for Hogaak?
Warnings using NDSolve on wave PDE. "Using maximum number of grid points" , "Warning: scaled local spatial error estimate"
Why is it easier to balance a non-moving bike standing up than sitting down?
"Correct me if I'm wrong"
What are the pros and cons for the two possible "gear directions" when parking the car on a hill?
Where to set GDK_BACKEND
Where are displays other than “:0”?How do I set the PATH or other environment variables so that X apps can access it?Where node.js was installed?Gnome 3.12 on Debian Jessie freezes when I open dialoguesArch linux: set keyboard layout to PLHow to set the monitor brightness gracefully at boot time?Where does gnome-keyring set $SSH_AUTH_SOCK?Where is Motif used today?Set up pulseaudio to work with USB headsetset display resolution in X11 forwarding
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I face the following issue when using keepassxc. When click the toolbar the program closed automatically with the following error:
Gdk-WARNING **: gdkwindow-x11.c:5573 drawable is not a native X11 window
So I started the programm from the commandline with the variable:
GDK_BACKEND=X11 keepassxc
And everything is working fine.
My question now is where is the right place for export GDK_BACKEND=X11
?
I tried the following config fils with no success:
- .profile
- .bash_profile
- .bashrc
- .xinitrc
- .xsession
My setup:
- Arch Linux
- Gnome
- Xorg
Any ideas?
arch-linux x11 gnome
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I face the following issue when using keepassxc. When click the toolbar the program closed automatically with the following error:
Gdk-WARNING **: gdkwindow-x11.c:5573 drawable is not a native X11 window
So I started the programm from the commandline with the variable:
GDK_BACKEND=X11 keepassxc
And everything is working fine.
My question now is where is the right place for export GDK_BACKEND=X11
?
I tried the following config fils with no success:
- .profile
- .bash_profile
- .bashrc
- .xinitrc
- .xsession
My setup:
- Arch Linux
- Gnome
- Xorg
Any ideas?
arch-linux x11 gnome
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Are you using a launcher to start the app ? If so just create a custom one: copy the original from/usr/share/applications
to~/.local/share/applications
and modify the exec line to readExec=env GDK_BACKEND=X11 keepasxc blahblah
wherekeepasxc blahblah
is the original value of the exec line. Double-click it, mark as trusted and you're done.
– don_crissti
Nov 27 '16 at 9:56
Nice idea but this isn't working. When insertingenv GDK_BACKEND=X11
it won't start and I get no error.
– Bene
Nov 27 '16 at 12:57
:) not necessarily a nice idea but just what everyone else uses to make stuff work with wayland (example); now, why it doesn't work for you - I have no idea... if you check your journal you'll prolly find some clues
– don_crissti
Nov 27 '16 at 13:29
add a comment |
I face the following issue when using keepassxc. When click the toolbar the program closed automatically with the following error:
Gdk-WARNING **: gdkwindow-x11.c:5573 drawable is not a native X11 window
So I started the programm from the commandline with the variable:
GDK_BACKEND=X11 keepassxc
And everything is working fine.
My question now is where is the right place for export GDK_BACKEND=X11
?
I tried the following config fils with no success:
- .profile
- .bash_profile
- .bashrc
- .xinitrc
- .xsession
My setup:
- Arch Linux
- Gnome
- Xorg
Any ideas?
arch-linux x11 gnome
I face the following issue when using keepassxc. When click the toolbar the program closed automatically with the following error:
Gdk-WARNING **: gdkwindow-x11.c:5573 drawable is not a native X11 window
So I started the programm from the commandline with the variable:
GDK_BACKEND=X11 keepassxc
And everything is working fine.
My question now is where is the right place for export GDK_BACKEND=X11
?
I tried the following config fils with no success:
- .profile
- .bash_profile
- .bashrc
- .xinitrc
- .xsession
My setup:
- Arch Linux
- Gnome
- Xorg
Any ideas?
arch-linux x11 gnome
arch-linux x11 gnome
asked Nov 27 '16 at 9:44
BeneBene
12612
12612
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
1
Are you using a launcher to start the app ? If so just create a custom one: copy the original from/usr/share/applications
to~/.local/share/applications
and modify the exec line to readExec=env GDK_BACKEND=X11 keepasxc blahblah
wherekeepasxc blahblah
is the original value of the exec line. Double-click it, mark as trusted and you're done.
– don_crissti
Nov 27 '16 at 9:56
Nice idea but this isn't working. When insertingenv GDK_BACKEND=X11
it won't start and I get no error.
– Bene
Nov 27 '16 at 12:57
:) not necessarily a nice idea but just what everyone else uses to make stuff work with wayland (example); now, why it doesn't work for you - I have no idea... if you check your journal you'll prolly find some clues
– don_crissti
Nov 27 '16 at 13:29
add a comment |
1
Are you using a launcher to start the app ? If so just create a custom one: copy the original from/usr/share/applications
to~/.local/share/applications
and modify the exec line to readExec=env GDK_BACKEND=X11 keepasxc blahblah
wherekeepasxc blahblah
is the original value of the exec line. Double-click it, mark as trusted and you're done.
– don_crissti
Nov 27 '16 at 9:56
Nice idea but this isn't working. When insertingenv GDK_BACKEND=X11
it won't start and I get no error.
– Bene
Nov 27 '16 at 12:57
:) not necessarily a nice idea but just what everyone else uses to make stuff work with wayland (example); now, why it doesn't work for you - I have no idea... if you check your journal you'll prolly find some clues
– don_crissti
Nov 27 '16 at 13:29
1
1
Are you using a launcher to start the app ? If so just create a custom one: copy the original from
/usr/share/applications
to ~/.local/share/applications
and modify the exec line to read Exec=env GDK_BACKEND=X11 keepasxc blahblah
where keepasxc blahblah
is the original value of the exec line. Double-click it, mark as trusted and you're done.– don_crissti
Nov 27 '16 at 9:56
Are you using a launcher to start the app ? If so just create a custom one: copy the original from
/usr/share/applications
to ~/.local/share/applications
and modify the exec line to read Exec=env GDK_BACKEND=X11 keepasxc blahblah
where keepasxc blahblah
is the original value of the exec line. Double-click it, mark as trusted and you're done.– don_crissti
Nov 27 '16 at 9:56
Nice idea but this isn't working. When inserting
env GDK_BACKEND=X11
it won't start and I get no error.– Bene
Nov 27 '16 at 12:57
Nice idea but this isn't working. When inserting
env GDK_BACKEND=X11
it won't start and I get no error.– Bene
Nov 27 '16 at 12:57
:) not necessarily a nice idea but just what everyone else uses to make stuff work with wayland (example); now, why it doesn't work for you - I have no idea... if you check your journal you'll prolly find some clues
– don_crissti
Nov 27 '16 at 13:29
:) not necessarily a nice idea but just what everyone else uses to make stuff work with wayland (example); now, why it doesn't work for you - I have no idea... if you check your journal you'll prolly find some clues
– don_crissti
Nov 27 '16 at 13:29
add a comment |
1 Answer
1
active
oldest
votes
...Are you using a launcher to start the app ? If so just create a custom one: copy the original from /usr/share/applications to ~/.local/share/applications and modify the exec line to read Exec=env GDK_BACKEND=X11 keepasxc blahblah where keepasxc blahblah is the original value of the exec line. Double-click it, mark as trusted and you're done.
try:
Exec=env GDK_BACKEND=x11 ....
Capitals matters!!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f326331%2fwhere-to-set-gdk-backend%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
...Are you using a launcher to start the app ? If so just create a custom one: copy the original from /usr/share/applications to ~/.local/share/applications and modify the exec line to read Exec=env GDK_BACKEND=X11 keepasxc blahblah where keepasxc blahblah is the original value of the exec line. Double-click it, mark as trusted and you're done.
try:
Exec=env GDK_BACKEND=x11 ....
Capitals matters!!
add a comment |
...Are you using a launcher to start the app ? If so just create a custom one: copy the original from /usr/share/applications to ~/.local/share/applications and modify the exec line to read Exec=env GDK_BACKEND=X11 keepasxc blahblah where keepasxc blahblah is the original value of the exec line. Double-click it, mark as trusted and you're done.
try:
Exec=env GDK_BACKEND=x11 ....
Capitals matters!!
add a comment |
...Are you using a launcher to start the app ? If so just create a custom one: copy the original from /usr/share/applications to ~/.local/share/applications and modify the exec line to read Exec=env GDK_BACKEND=X11 keepasxc blahblah where keepasxc blahblah is the original value of the exec line. Double-click it, mark as trusted and you're done.
try:
Exec=env GDK_BACKEND=x11 ....
Capitals matters!!
...Are you using a launcher to start the app ? If so just create a custom one: copy the original from /usr/share/applications to ~/.local/share/applications and modify the exec line to read Exec=env GDK_BACKEND=X11 keepasxc blahblah where keepasxc blahblah is the original value of the exec line. Double-click it, mark as trusted and you're done.
try:
Exec=env GDK_BACKEND=x11 ....
Capitals matters!!
answered Jan 17 at 8:15
amediogasamediogas
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f326331%2fwhere-to-set-gdk-backend%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Are you using a launcher to start the app ? If so just create a custom one: copy the original from
/usr/share/applications
to~/.local/share/applications
and modify the exec line to readExec=env GDK_BACKEND=X11 keepasxc blahblah
wherekeepasxc blahblah
is the original value of the exec line. Double-click it, mark as trusted and you're done.– don_crissti
Nov 27 '16 at 9:56
Nice idea but this isn't working. When inserting
env GDK_BACKEND=X11
it won't start and I get no error.– Bene
Nov 27 '16 at 12:57
:) not necessarily a nice idea but just what everyone else uses to make stuff work with wayland (example); now, why it doesn't work for you - I have no idea... if you check your journal you'll prolly find some clues
– don_crissti
Nov 27 '16 at 13:29