Debian Multimedia :: How To Make Terminal Start Maximized

Jun 25, 2010

How do I make Terminal start maximized?gnome-terminal --maximizedoesn't work.gnome-terminal --full-screen makes it fullscreen and I don't need that.

View 7 Replies


ADVERTISEMENT

Ubuntu :: Make Commands Run On Terminal Start-up

Jul 1, 2010

I added this:

Code:
clear
fortune | cowsay | echo

to the bottom of my .profile expecting a cow to tell me a fun quote whenever i pull up a terminal. It hasn't done anything, however. How do I achieve my desired effect?

View 4 Replies View Related

General :: How To Always Start Gvim Maximized

Sep 13, 2011

set lines=999 columns=999

doesn't work, and

au GUIEnter * simalt ~x

only works for Windows.

View 2 Replies View Related

Debian Multimedia :: Gnome-terminal Does Not Read Terminal Sizes From Gconf

Jan 24, 2011

gnome-terminal from the Debian squeeze does not use the 'default_size_columns' and 'default_size_rows' from the /apps/gnome-terminal/profiles/Default/ folder of gconf.

View 6 Replies View Related

Debian :: How To Start X Session In New Terminal

Apr 20, 2015

System: Debian 7 Wheezy amd64 - Gnome classic - gdm3

I'm trying to create a new gdm session in tty8, so I can switch between tty7 and tty8 running simultaneously.

How can I accomplish this? I found some website suggesting to run startx and also startx gnome-session -- :1 vt8 Both result in a black screen, blocking the overall system, not allowing me to go to tty1 nor any tty. I have to run REINSUB to restart the system.

# I don't know if tty is the exact term to refer to the CTRL+ALT+Fx virtual terminals.

View 6 Replies View Related

Debian :: Cannot Start Root Terminal

Apr 13, 2016

After reboot I can start it, no problem here. But if I close root terminal and trying to open it again - it won't open.

If to open it from user terminal, it gives me:

Code: Select allgksu /usr/bin/x-terminal-emulator
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 1

The only thing comes to my mind is that right after installation I opened root terminal and:

- kept a tick on "remember password"
- put a tick on "save in the keyring".

I guess the last tick is the problem. I installed debian 8.4 in virtualbox and specifically kept the tick where it should be and I can start root terminal many times w/o any problem. How I can fix that?

I do realize that I can get root privileges in terminal. I guess it's more about convenience.

I tried to google it, but no luck. Just to name few:

[URL] .......
[URL] .......
[URL] .......
[URL] .......

View 5 Replies View Related

Debian Multimedia :: Xcompmgr 'master' - Rounded Window Borders Don't Draw And Redraw Properly When Using The Terminal (gnome-terminal And The LXDE And Xfce Ones)

Aug 26, 2011

I find xcompmgr more than adequate for making a desktop look pretty modern, and I don't like the more extravagentCompiz gimmicks - but there is one thing that irritates when using xcompmgr which someone here might have worked round.

Rounded window borders don't draw and redraw properly when using the Terminal (gnome-terminal and the LXDE and Xfce ones) or system monitor and moving them from their default place. You get this little white botch at the corners. I'm not massively technical and I'm ambivalent about how much more I want to learn as I have plenty of creative outlets already, but I would like to solve this. Somehow xcompmgr is treating these programs as a different class? It's capable of drawing the window borders properly as it is just these two programs that get botched. Possibly this doesn't get noticed as maybe people usually use xcompmgr with openbox and LXDE and their square window borders. I did do a search but there was nothing matching what I saw.

View 3 Replies View Related

Ubuntu Multimedia :: Banshee Will Not Start From Unity Launcher / Terminal

Jun 6, 2011

Recently Banshee won't start up all the way. If I just start it from the Unity launcher I get a blank white screen which will eventually stop responding. If I run Banshee from a terminal I get this output:

Code:
[Info 14:08:56.332] Running Banshee 2.0.0: [Ubuntu Natty (development branch) (linux-gnu, x86_64) @ 2011-04-18 16:18:52 UTC]
[Info 14:08:58.329] Updating web proxy from GConf
[Info 14:08:58.536] All services are started 1.852889
** (Banshee:4120): DEBUG: SyncDaemon already running, initializing SyncdaemonDaemon object .....
(Banshee:4120): Cogl-glx-WARNING **: ./cogl-framebuffer.c:912: Failed to create an OpenGL framebuffer

View 4 Replies View Related

Ubuntu Multimedia :: Maximized Windows Rebooting / Resolve This?

Jan 6, 2010

I have problem with multimedia on my notebook. When I maximized the windows on Movie player or other player, my notebook was rebooting.

View 1 Replies View Related

Ubuntu Multimedia :: VLC Freezes On Fullscreen / Maximized Windows?

Nov 1, 2010

VLC which didn't exist before (possibly due to some updates) When viewing a video file (say an .avi file so it has nothing to do with flash)in maximized windows or full screen, playback becomes very slow and sometimes freezes momentarily (with the screen turning grey) On the other hand, if I open the same file in a small screen and then strech it out to the size of a maximized windows everything is fine. I don't notice anything extraordinary in terms of cpu or memory usage (from running top in the terminal) when this happens.

This problem only happens with VLC, Banshee has no problem playing these same files in full screen. I use Compiz, disabling Compiz stops VLC from freezing but it still seems a bit sluggish in full screen. I used to be able to play videos with VLC in full screen AND with Compiz on.

I am running Ubuntu 10.04. VLC is working fine in 10.10 on the same machine.

View 9 Replies View Related

Ubuntu :: Code In Emacs File To Start Emacs Maximized?

May 17, 2010

I was using the following code in my .emacs file to start emacs maximized:

Quote:
(defun toggle-fullscreen ()
(interactive)
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
'(2 "_NET_WM_STATE_MAXIMIZED_VERT" 0))
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32

[Code]...

View 2 Replies View Related

Debian :: *.desktop File To Make Execute Start.sh?

Dec 17, 2010

Can i make a .desktop file taht it executes autostart.sh script or any other script?
like xmonad.desktop od dwm.desktop?so that when gdm or any other gui login manager loads autostart apps in xmonad?

View 4 Replies View Related

Debian Installation :: No Network-Manager - Pull Up The Terminal And Enter A Command To Start?

Sep 1, 2011

I downloaded Debian Stable last night, and everything appear to go smoothly. Today, I booted up the new OS to try it out for the first time. As I was exploring a few of the features, I decided to pull up a web browser. No internet connection.

No big deal, I thought, as I searched around for a way to connect wirelessly. I couldn't find a way to do so. I consulted one of my more Linux savvy friends, who advised me to pull up the terminal and enter a command to start the network-manager. According to the terminal, no such file currently exists on my system.

This is a bit of a conundrum for me, since I am on my university campus with no ethernet cord to attempt a direct connection. Is there any way to get the network-manager onto my computer? Also, did I mess up somewhere in the installation, or did someone not package the file with CD1 for some unknown reason?

View 14 Replies View Related

Debian Configuration :: Make Vino Start At Boot Time?

Jan 5, 2010

so as my title implies I like to login to my headless debian box after it reboots yet havent found any info on that. Can someone please tell me of script which I suppose would be used to make vino start as a process right after boot

View 2 Replies View Related

Debian Configuration :: How To Make Vino Start At Boot Time

Mar 3, 2010

I like to login to my headless debian box after it reboots yet havent found any info on that. Can someone please tell me of script which I suppose would be used to make vino start as a process right after boot.

View 3 Replies View Related

Fedora :: Terminal Doesn't Start \ Can Read 'starting Terminal' But After That It's Closed?

Nov 12, 2010

Recently I've updated from 13 to 14. However, after updated I've tried to work with my terminal and it seems doesn't works fine. I can read 'starting terminal' but after that it's closed.I've uninstalled and re-installed it through the graphical tools (gnome-terminal) but that doesn't works fine.

View 3 Replies View Related

General :: Make Linux Terminal Transparent With Terminal Command?

May 10, 2010

Is it possible to make terminal (xfce4-terminal) transparent from bash script?

Maybe by enabling compostion?

View 1 Replies View Related

Ubuntu Multimedia :: Cannot Start Gui (no Screens Found) / Terminal "dual Screen"

Dec 7, 2010

I've experienced 3 1/2 years of Ubuntu bliss. I have run into the first issue that I cannot solve using these forums, and I'm at my wit's end. Problem: I cannot start gdm (gnome?). I get the "Fatal server error: no screens found" error. Also, my terminal screen is duplicated on the top and bottom of the laptop monitor, indicating something gone terribly wrong.

When the problem started: immediately after running standard update to 2.6.32-26 (this time). Last time, it happened after running a standard update, but that was weeks ago. I did a complete reinstall (three times, including once to 10.1)

My system:
Ubuntu 10.04.1 LTS (clean install + recent updates)
Kernel version 2.6.32-26
Also have 2.6.32-25. Neither one works in recovery mode, either.
Machine: Dell Inspiron 1420
Intel Core2 Duo
Nvidia GeForce 8400M GS

View 9 Replies View Related

Debian Multimedia :: Add New Encoding To Terminal?

Dec 8, 2010

I am looking for a method to add new encoding to Gnome Terminal.The encoding i want to add is MIK (Bulgarian DOS cyrillic encoding) and it is not found in Terminal -> Set character encoding -> Add or remove list.Is there a way to add this encoding to the list ? Or is there some other terminal or telnet / ssh client which allows me to add encodings ?

View 3 Replies View Related

Debian Multimedia :: Only Terminal After Kde Install

May 29, 2011

Iv installed debian 6.0.1 and tried to install the kde desktop. it installed ok but when i boot up now i just get a terminal. Iv tried starting x but apparently its already running which kinda makes sence since the terminal IS a bit gui (you can use the mouse to select some menu buttons at the top) Iv made sure xorg and kdm and all that jass in installed and up to date but nothing seems to work.

I saw in an ubuntu forum that someone with the same problem solved it by renaming their home folder then making a new one with "the correct permissions" however i have no idea hgow to do that from the terminal and alot fot eh commands they talked about dont seem to work which i was surprised by since i thought it was all bash? (ie startx, service, sudo are all invalid commands for me apparently)

View 4 Replies View Related

Ubuntu :: Make Terminal Look Like The Fallout 3 Terminal?

May 6, 2010

I've been wanting to do this, basically all I need is the image for the terminal and a know how on how to change the text to a lime green.

View 5 Replies View Related

Ubuntu :: Make The Terminal Look Like The Mint Terminal?

Aug 13, 2009

The Linux mint terminal has green and blue for the prompt. How do I make the Ubuntu terminal look like the Linux mint Terminal? I have looked at the color settings under the Terminal profile preferences and I do not see that setting available there.

View 6 Replies View Related

Red Hat / Fedora :: Start SCRIPT Command At START Of TERMINAL?

Feb 15, 2009

I want to monitor my work on the terminal.I know we can use script command.But every time when I start the terminal, I have to type script to start it.I want to automate it. So where should I include this command so that it will start as soon as I start the terminal ?

MY WORK TILL NOW: I have put this "script" command in the .profile.The when I start the terminal, it became an INFINITE LOOP.I am able to "echo".Thats coming only once.....but if I write a "script" command then it is becoming an INFINITE LOOP.

View 1 Replies View Related

Debian Multimedia :: Transparency With Gnome-Terminal ?

Feb 25, 2010

When I was running it before, that was Debian as well, I was able to make my gnome-terminal window decorations completely transparent and/or gone - so the terminal appeared to be typing directly on the desktop.

The method I used before to accomplish this was pretty straightforward, these options could be found in the actual terminal's interface and menu options.

However, now, I get the following result:

Click on the image for a larger size image so as you're able to see the picture in more detail.

View 2 Replies View Related

Debian Multimedia :: Command In The Terminal Can't Find Anything?

Aug 11, 2010

I just decided I'd give Google Chrome a try. Installed it via the google repository and it went fine.

However, every now and then it just vanishes from my menu and it can't be found again, also the command in the terminal can't find anything.

So, what's left is to reinstall it, and during reinstall it doesn't even whine about already being installed.

Anybody else with this matter? I am running 64-bit Squeeze.

View 11 Replies View Related

Ubuntu Servers :: MySql Database Won't Start - How To Make It Start

May 4, 2011

I have a mysql database and i use it with apache for my webpages. And I guess it dosen't start when the computer starts so I have to manually start it with "sudo /etc/init.d/mysql start" This returns fail so i went to '/var/run/mysqld/' and the folder was empty. I don't know if this is the problem or not. How can I fix this?

View 9 Replies View Related

CentOS 5 Server :: DHCPD Doesn't Start - How To Make It Start

Sep 2, 2010

I'm configuring a new Centos 5.5 server in replacement of an old W2K server.The topology of our network is simple : one file/dhcp/dns relay server and workstations (PC's and some MAC's) plus network printers and scanners.All the workstations have dynamic IP addresses (easier because a lot of 'dynamic' changes : new persons with their own laptop, ...) and the server and printers/scanners have fixed IP addresses.I edited the dhcpd.conf (see here underneath), I have the file dhcpd.leases but it doesn't start !

DHCPD.CONF
ddns-update-style interim;
ignore client-updates;

[code].....

View 3 Replies View Related

Debian Multimedia :: KDE Will Not Start

Feb 17, 2015

When I login in the kde login in screen starts, but then I hear a beep and it freezes. If I hit ctrl-alt-f2 and log in and then type startx, a blinking curser appears and nothing happens.I am trying to set up VirtualBox to run Windows 7 and I am having trouble getting some usb devices to be recognized in Windows. I tryed following the advice of this link URL...After I added the group vboxusers to my user account and restarted the computer, this problem started.

I ran the command Code: Select alldeluser jrchristophel vboxusers, and I get the response back Code: Select allyou may not remove the user from their primary group.

The other things I did that might have caused this problem was that I installed virtual guest additions for VirtualBox, and one other addition that was needed for the USB functionality with in VirtualBox. I can't remember the name of that which I installed.I have looked at some of the logs in /var/logs.

View 14 Replies View Related

Debian Multimedia :: Gnome-terminal Refuses To Open

Jan 30, 2015

I updated my Jessie system today. Nothing crucial in the apt-get list as far as I can see, perhaps it's unrelated. Anyway, now I cannot open the terminal any longer. Launching `gnome-terminal` shows the app name in the menu bar, a spinning wheel, and then after a few seconds nothing. It doesn't appear in the list of processes, either. I can still log into the text shell via ctrl-alt-F1.

I also added `LC_TIME="en_GB.UTF-8"` to `/etc/environment` to get rid of the American date format. Could it be the cause? I just tried to launch the terminal from the JVM. I get this output:

Code: Select all(process:2629): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 8

I will delete the environment variable again and reboot, but I wonder if I can still have the British date format?

View 1 Replies View Related

Debian Multimedia :: Can't Configure Gnome Terminal Profile

Nov 8, 2015

This problem has lasted for several months, but I can't find anything like bug report in debian related website.

Basically my problem is after genome-terminal (version 3.4.1.1) is launched, I want to change profile setting such as font, color, etc. However, when I click the button `Edit > Profiles > Edit`, nothing happens (no dialogue pop up). `Edit > Profiles > New` And `Edit > Profiles > Delete` function correctly.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved