Gedit taking 20 seconds to start up on i3Memory problem with geditCannot use gedit on multiple remote machines using sshhow to stop a script to start xampp by default in a startupGedit hangs and crashes
Glacial, Magnetic and Mossy Lures; what Pokémon do they attract?
What computer has the longest uptime?
A Grandma Riddle
How is the corresponding author on a (math) paper typically chosen?
Is it plausible that an interrupted Windows update can cause the motherboard to fail?
How should I tell a professor the answer to something he doesn't know?
What does "drop" mean in this context?
How do I weigh a kitchen island to determine what size castors to get?
Delete line if next line is the same
How honest to be with US immigration about uncertainty about travel plans?
Can the bass be used instead of drums?
Which collation should I use for biblical Hebrew?
Does Teshuva protect from punishment or not?
Is Having my Players Control Two Parties a Good Idea?
How can I attach a set of five panniers?
Google can't fetch large sitemap with 50k URLs, nor will browsers render it
Would removing the "total cover" part of a Paladin's Divine Sense unbalance the feature?
"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?
Is consistent disregard for students' time "normal" in undergraduate research?
Is it reasonable to ask candidates to create a profile on Google Scholar?
Shortest way to get an EOF Error
How can AnyDVD destroy a DVD drive?
What is a light-year, really?
Drawing Super Mario Bros.....in LaTeX
Gedit taking 20 seconds to start up on i3
Memory problem with geditCannot use gedit on multiple remote machines using sshhow to stop a script to start xampp by default in a startupGedit hangs and crashes
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have installed i3 on my Ubuntu machine. Whenever I try to launch gedit, from command line or dmenu, there is a delay of precisely 20 seconds before it starts. During this time, it consumes no CPU so it is not doing anything. While gedit is running or quitting, there is no lag at all.
Uninstalling it and reinstalling it (using apt) did not help.
Why is gedit doing this and how do I stop it?
gedit i3-wm
add a comment
|
I have installed i3 on my Ubuntu machine. Whenever I try to launch gedit, from command line or dmenu, there is a delay of precisely 20 seconds before it starts. During this time, it consumes no CPU so it is not doing anything. While gedit is running or quitting, there is no lag at all.
Uninstalling it and reinstalling it (using apt) did not help.
Why is gedit doing this and how do I stop it?
gedit i3-wm
add a comment
|
I have installed i3 on my Ubuntu machine. Whenever I try to launch gedit, from command line or dmenu, there is a delay of precisely 20 seconds before it starts. During this time, it consumes no CPU so it is not doing anything. While gedit is running or quitting, there is no lag at all.
Uninstalling it and reinstalling it (using apt) did not help.
Why is gedit doing this and how do I stop it?
gedit i3-wm
I have installed i3 on my Ubuntu machine. Whenever I try to launch gedit, from command line or dmenu, there is a delay of precisely 20 seconds before it starts. During this time, it consumes no CPU so it is not doing anything. While gedit is running or quitting, there is no lag at all.
Uninstalling it and reinstalling it (using apt) did not help.
Why is gedit doing this and how do I stop it?
gedit i3-wm
gedit i3-wm
asked Apr 25 at 18:54
KaiJKaiJ
1012 bronze badges
1012 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
I figured it out.
Instead of having exec i3
in my ~/.xinitrc
, I replaced it with dbus-launch --exit-with-session i3
, that way dbus was correctly initialized.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1138160%2fgedit-taking-20-seconds-to-start-up-on-i3%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
I figured it out.
Instead of having exec i3
in my ~/.xinitrc
, I replaced it with dbus-launch --exit-with-session i3
, that way dbus was correctly initialized.
add a comment
|
I figured it out.
Instead of having exec i3
in my ~/.xinitrc
, I replaced it with dbus-launch --exit-with-session i3
, that way dbus was correctly initialized.
add a comment
|
I figured it out.
Instead of having exec i3
in my ~/.xinitrc
, I replaced it with dbus-launch --exit-with-session i3
, that way dbus was correctly initialized.
I figured it out.
Instead of having exec i3
in my ~/.xinitrc
, I replaced it with dbus-launch --exit-with-session i3
, that way dbus was correctly initialized.
answered May 11 at 5:48
KaiJKaiJ
1012 bronze badges
1012 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1138160%2fgedit-taking-20-seconds-to-start-up-on-i3%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