elementary Bot

Results 301 comments of elementary Bot

I found the problem: The culprit is the startup shell code in http://bazaar.launchpad.net/~elementary-apps/pantheon-terminal/trunk/view/head:/src/TerminalWidget.vala. My login shell in GTK settings was somehow set to blank. This didn't affect XTerm or gnome-terminal...

Sorry to be a bit dim, but usermod -s what? I'm having the same problem. Learned the command usermod from your post. Launchpad Details: [#LPC](https://bugs.launchpad.net/pantheon-terminal/+bug/1548299/comments/3) Joseph Hundley - 2016-06-27 01:14:21...

Confirmed because of Joseph's reply. Launchpad Details: [#LPC](https://bugs.launchpad.net/pantheon-terminal/+bug/1548299/comments/4) Zisu Andrei - 2016-06-27 07:32:49 +0000

To answer my own question: usermod -s bash myusername seems to have fixed the issue in my case. Launchpad Details: [#LPC](https://bugs.launchpad.net/pantheon-terminal/+bug/1548299/comments/5) Joseph Hundley - 2016-07-07 20:26:18 +0000

I am not in favour of restricting user choice unnecessarily, if nothing permanently bad happens. Launchpad Details: [#LPC](https://bugs.launchpad.net/pantheon-files/+bug/1409354/comments/2) Jeremy Wootten - 2015-01-11 12:54:49 +0000

Looks like this has actually gotten worse, so now I can make it so small that I can't even see all of the widgets, same goes for pantheon-terminal, which really...

I have to agree with Fabian. It doesn't make sense to allow the window to get so small that it causes weird glitches like that or that the app isn't...

Any suggestions as to a what a suitable minimum size would be? What is 'usable' depends on e.g. how long a path name is in the location bar and how...

I found the following block in Terminal, int minimum_width = t.calculate_width (80) / 2; int minimum_height = t.calculate_height (24) / 2; set_size_request (minimum_width, minimum_height); app.minimum_width = minimum_width; app.minimum_height = minimum_height;...

See also bug #1156710. Launchpad Details: [#LPC](https://bugs.launchpad.net/pantheon-terminal/+bug/1168772/comments/1) Cody Garver - 2013-04-13 23:13:01 +0000