An X11 display is required for devilspie2 in debian buster but this worked in debian jessie ...

One-one communication

What does 丫 mean? 丫是什么意思?

The Nth Gryphon Number

Caught masturbating at work

My mentor says to set image to Fine instead of RAW — how is this different from JPG?

What is the difference between a "ranged attack" and a "ranged weapon attack"?

Delete free apps from library

Google .dev domain strangely redirects to https

In musical terms, what properties are varied by the human voice to produce different words / syllables?

Would color changing eyes affect vision?

What order were files/directories output in dir?

Can you force honesty by using the Speak with Dead and Zone of Truth spells together?

Why are vacuum tubes still used in amateur radios?

Is it dangerous to install hacking tools on my private linux machine?

Rationale for describing kurtosis as "peakedness"?

How to ternary Plot3D a function

Resize vertical bars (absolute-value symbols)

Printing attributes of selection in ArcPy?

What would you call this weird metallic apparatus that allows you to lift people?

I can't produce songs

Is there public access to the Meteor Crater in Arizona?

Why is the change of basis formula counter-intuitive? [See details]

Mounting TV on a weird wall that has some material between the drywall and stud

Was Kant an Intuitionist about mathematical objects?



An X11 display is required for devilspie2 in debian buster but this worked in debian jessie



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Cannot mount Windows share anymore from Debian LinuxX11 and Mountain Lion: how to use MacPorts xorg-server?Can't validate mine, sudo nor root in Debian “Jessie” Gnome anymore?Portable X11 for Linux(Debian Wheezy)Trying to dual boot Windows 8.1 and Debian JessieUsing a apt repository to install packages but not auto-update themWodim can't open SCSI driver in Debian Jessie?Cannot install SSH server on Debian JessieCannot install Debian Stretch on a single board computer Olimex Lime2mysql fails to start on debian startup (systemd), but starting manually works





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I upgraded my os to debian buster, but devilspie2 no works anymore.
When I run devilspie2 it accuses
`an X11 display is required for devilspie2```
and devilspie accuse
`This is not an X11 monitor.



I already have a $ DISPLAY variable, so I do not understand why this does not work anymore, if it worked perfectly on debian jessie.



in an old devilspie2 repository this message appears here



#if (GTK_MAJOR_VERSION >= 3)
if (!GDK_IS_X11_DISPLAY(gdk_display_get_default())) {
printf("%s", _("An X11 display is required for devilspie2."));
printf("nn");
return EXIT_FAILURE;
}

#endif









share|improve this question







New contributor




Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Probably your Debian is now using Wayland.

    – LawrenceC
    4 hours ago











  • omg, it was just that, thank you

    – Alan Souza Fagundes
    2 hours ago


















0















I upgraded my os to debian buster, but devilspie2 no works anymore.
When I run devilspie2 it accuses
`an X11 display is required for devilspie2```
and devilspie accuse
`This is not an X11 monitor.



I already have a $ DISPLAY variable, so I do not understand why this does not work anymore, if it worked perfectly on debian jessie.



in an old devilspie2 repository this message appears here



#if (GTK_MAJOR_VERSION >= 3)
if (!GDK_IS_X11_DISPLAY(gdk_display_get_default())) {
printf("%s", _("An X11 display is required for devilspie2."));
printf("nn");
return EXIT_FAILURE;
}

#endif









share|improve this question







New contributor




Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Probably your Debian is now using Wayland.

    – LawrenceC
    4 hours ago











  • omg, it was just that, thank you

    – Alan Souza Fagundes
    2 hours ago














0












0








0








I upgraded my os to debian buster, but devilspie2 no works anymore.
When I run devilspie2 it accuses
`an X11 display is required for devilspie2```
and devilspie accuse
`This is not an X11 monitor.



I already have a $ DISPLAY variable, so I do not understand why this does not work anymore, if it worked perfectly on debian jessie.



in an old devilspie2 repository this message appears here



#if (GTK_MAJOR_VERSION >= 3)
if (!GDK_IS_X11_DISPLAY(gdk_display_get_default())) {
printf("%s", _("An X11 display is required for devilspie2."));
printf("nn");
return EXIT_FAILURE;
}

#endif









share|improve this question







New contributor




Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I upgraded my os to debian buster, but devilspie2 no works anymore.
When I run devilspie2 it accuses
`an X11 display is required for devilspie2```
and devilspie accuse
`This is not an X11 monitor.



I already have a $ DISPLAY variable, so I do not understand why this does not work anymore, if it worked perfectly on debian jessie.



in an old devilspie2 repository this message appears here



#if (GTK_MAJOR_VERSION >= 3)
if (!GDK_IS_X11_DISPLAY(gdk_display_get_default())) {
printf("%s", _("An X11 display is required for devilspie2."));
printf("nn");
return EXIT_FAILURE;
}

#endif






linux debian xorg






share|improve this question







New contributor




Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









Alan Souza FagundesAlan Souza Fagundes

1




1




New contributor




Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Alan Souza Fagundes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1





    Probably your Debian is now using Wayland.

    – LawrenceC
    4 hours ago











  • omg, it was just that, thank you

    – Alan Souza Fagundes
    2 hours ago














  • 1





    Probably your Debian is now using Wayland.

    – LawrenceC
    4 hours ago











  • omg, it was just that, thank you

    – Alan Souza Fagundes
    2 hours ago








1




1





Probably your Debian is now using Wayland.

– LawrenceC
4 hours ago





Probably your Debian is now using Wayland.

– LawrenceC
4 hours ago













omg, it was just that, thank you

– Alan Souza Fagundes
2 hours ago





omg, it was just that, thank you

– Alan Souza Fagundes
2 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});


}
});






Alan Souza Fagundes is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427801%2fan-x11-display-is-required-for-devilspie2-in-debian-buster-but-this-worked-in-de%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Alan Souza Fagundes is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Alan Souza Fagundes is a new contributor. Be nice, and check out our Code of Conduct.













Alan Souza Fagundes is a new contributor. Be nice, and check out our Code of Conduct.












Alan Souza Fagundes is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Super User!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1427801%2fan-x11-display-is-required-for-devilspie2-in-debian-buster-but-this-worked-in-de%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...