Slackware :: Start Compiz And Plugins From Command Line
May 20, 2010
I've been searching for hours now on how to start compiz from command line and configure the plugins. I just want to use the compiz core package in Slackware (no add-ons for now). I've figured out starting compiz
Code:
compiz --replace
and the windows decorator
Code:
gtk-window-decorator --replace
kde-window-decorator --replace
for gtk based or kde respectively. I know how to start the plugins (by putting their names in the compiz command), but not what all of their command line names are.
What I'm looking for is all the console names of the base plugins (and eventually the others too), the order they need to be started in (if any), how to automatically start compiz when X starts, and how to change plugin settings (all without ccsm). How to do the above stuff without the use of a graphical tool.
View 14 Replies
ADVERTISEMENT
Sep 28, 2009
ive downloaded both the cairo-dock and the plugin tar.bz2 pakages. ive had no problem installing the dock, but when i tried the plugins i wouldnt work.
View 3 Replies
View Related
Feb 23, 2011
Enable:
Code:
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager "compiz-gtk"
Disable:
Code:
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager "metacity"
Log out and log back in
View 2 Replies
View Related
Feb 28, 2011
First time I've done this in awhile Upgrading my Slackware64 -current VM, following the standard routine that has always worked in the past -
Code:
slackpkg clean-system
slackpkg install-new
The clean-system removed 2 packages -
util-linux-ng
eggdbus
Installpkg will no longer work, complaining that the rev command is not found. The problem hit with the removal of util-linux-ng. I cp'd util-linux to ~/. Extracted with tar and executed the doinstall. Fixed.
View 4 Replies
View Related
May 4, 2011
I may need to handle a Red Hat server soon and thought that has the same command line.Where do I start if I wanted to learn the command line? Especially, how do you connect to a Redhat / Fedora Server using console on windows and do C programming
View 6 Replies
View Related
Jun 16, 2010
i'm using ubuntu with the GUIi have a .pps (power point presentation) on the desktop. I installed the powerpoint viewer and made it the default program for opening the file.when i double click on the file everything works.my problem is i need this on a schedule so i downloaded scheduled task.in scheduled task they ask me the command line i want to execute and that's where it doesn't work. I checked the "allow executing file as program" box on the file but i get the error cannot execute binary file.
View 1 Replies
View Related
Feb 5, 2010
if is posible to start a VM from the command line?
[code]...
View 3 Replies
View Related
Aug 18, 2010
In Windows, if I have a console window open, type winmine, and press enter, Minesweeper will appear, completely separate from the cmd program. The Minesweeper instance is not tied to the command prompt in any way that I know of, with the exception of Minesweeper's parent being set to that instance of the command prompt. It's different in Linux, however.
In Linux, if I have a console window open, type emacs and press enter, Emacs will open, but it seems tied to the command line. Specifically, it appears that I can't use the command line anymore until that instance of Emacs is closed. Is there a way to replicate the Windows behavior in Linux?
View 11 Replies
View Related
Apr 23, 2010
Ubuntu 9.10 (Karmic Koala) 64 bitlaptop Asus f5n vidio: GeForce 7000MI try to remove piton2.6, but system freeze, after these ubuntu show massage (after reboot)"Ubuntu is running in low-grahics mode our screen, graphics card, and input device settings could not be detected correctly. You will need to configure these yourself"I press "ok"and give me next list of options"run ubuntu in low-graphics mode for just one session" -- system freeze "regonfigure graphics" -- no resultI try to reinstall graphic driver "nvidia-glx-185" -- no result
View 3 Replies
View Related
Jul 22, 2010
Where can i get more plugins for the Compiz-Fuzion. And can I use Compiz-Fuzion Manager to get them.
View 4 Replies
View Related
Nov 7, 2010
I'm trying to install the freewins plugin for Compiz. Problem is, make won't let me.
Code:
jarad@JaradUbuntu:~$ mkdir compiz
jarad@JaradUbuntu:~$ cd ~/compiz
jarad@JaradUbuntu:~/compiz$ git clone git://anongit.compiz-fusion.org/users/warlock/freewins
[code]....
View 9 Replies
View Related
Jan 31, 2010
Did you play too much with compiz and after-a-while you realize that certain functions are not working anymore?
Well, just follow the steps below:
Quote:
gconftool-2 --recursive-unset /apps/compiz
Then,
Quote:
Restart your PC / lappy
[URL]
View 4 Replies
View Related
Jan 26, 2015
I'm trying to automate two command lines, a synclient and a syndaemon. They both work well if I type them manually in a terminal, but if I do a littre script to do this, tap to click and scrolling don't work anymore.
This is the script I wrote:
Code: Select all#!/bin/bash
synclient VertEdgeScroll=1
syndaemon -d -t -K
exit 0
So I made a chmod +x on the file, placed it in ~/bin then change PATH to include the directory. Then I added this file in "Startup applications".
The scripts run ok, mais it has a different effect than if I run the commands manually.
View 10 Replies
View Related
Mar 14, 2010
how to start the desktop enviorment from the command line.
View 2 Replies
View Related
Sep 19, 2010
Is it possible to instruct Ubuntu to start up (GUI) Graphical User Interface mode from (CLI) Command Line Interface mode? In the old days, you can type "win" in DOS to get into Windows - something along that line. Is it possible for Ubuntu in this case?
Yes, you can reboot to switch between the modes, but shouldn't there be a command for this?
View 2 Replies
View Related
Jun 6, 2011
I have recently purchased an ASUS Eee PC (netbook) model 1215T MU10. It has the AMD Athlon II Neo K125 (1.70GHz) processor and a AMD 'nile' platform with an integrated AMD Mobility Radeon HD 4250 graphics card. It has 2 gigs of DDR3 ram. I received the netbook with no OS and installed Ubuntu 11.04 Natty as its only OS. How to make this OS as functional as possible on the computer which it is installed. I have tried to do this myself and noticed I could not access certain plug-ins such as Unity and Compiz ccss. I fiddled with things and eventually ended up having to do a fresh install of the OS and coming to the realization that I have not a clue what I am doing. I have seen video reviews of the unity interface and would absolutely LOVE to have some of the cool things it can do happening on my display.
View 2 Replies
View Related
May 8, 2010
I am currently using Slackware 13.0, but only installed the first 2 cds (no KDE nor GNOME).
I need to burn an iso to cd and searching on the web i found out that one can burn cds from a simple command line here: [url]
This is what i already did:
Quote:
View 14 Replies
View Related
Jun 28, 2010
I'm wanting to be able to run the Open Suse start menu from the command line.king remotely, I have found that I have faster response time by only running specific X components instead of an entire desktop (particularly useful under Windows 7 Cygwin). Specifically, I'd like to invoke the start menu from a ssh command line.On Linux Mint,line command is:mintmenuWhat is the equivalent command to bring up the Slab Start Menu on Open Suse?
View 8 Replies
View Related
Jul 10, 2011
How to stop/start KDE from the command line (Terminal) on opensuse 11.4?
View 9 Replies
View Related
Feb 14, 2010
I just booted into Linux and the Update Manager prompted me to restart. After the restart the GRUB interface I expect to see is no longer there and now it is just a command line that says press tab for more options.I have not got a clue with shell language as I have had no time to learn it as of yet. Do I need to uninstall and reinstall Linux or is there a command that can be typed that boots up the operating system.Even better is there something I can do that can return me to seeing the interface like I was used to.
View 3 Replies
View Related
Apr 2, 2011
Last night my system rebooted and dropped screen resolution to 800*600. I was unable to change that from no where. I tried to install nvidia driver and now no gui, only command line. Starting xorg by using 'startx' fails. How I can get back to normal with normal resolution?At the moment I am logged in via live cd. Let me know if any log files needed (if I can locate those).
View 9 Replies
View Related
Jan 22, 2010
I have a nearly 10 years old iMac at home and installed Lenny on (somehow, I had to thrash Mac OS 9.2 :-P). Everything was successful until now, but on entering "startkde", the screen fills withkpersonalizer: cannot connect to X serverlines. Upon looking at other threads here I tried mdetect, installing X11... but to no avail
View 14 Replies
View Related
Oct 12, 2010
I have a GUI for Samba already as it most likely installed, the problem is I don't have a shared folder in admin menu. I have told samba what folder to share and what user to have access to it. As well I have looked at the config file to make sure what was in the gui printed into the config file. However I cannot start, stop, restart samba via command line. I will try config package and hopefully that drops down everything,
[code]...
sudo service smbd restart unrecognized service, nmbd same thing. Now it is installed, but has no script file or the script file is not in the init.d folder like it should be still trying to figure I have come to the conclusion that the daemons are not installed and am trying to figure out what those script files look like or a way to import them off a ftp, however no luck with google so far. But the scripts files don't exist on my box. how do you install samba daemons when it says samba is already installed.
View 7 Replies
View Related
May 28, 2009
I am trying to attach my server to 2 diferent networks, with fixed ip addresses,
eth0 = 192.168.0.2 255.255.255.0 with gateway 192.168.0.1. This is currently working, and I can ssh o the machine on this address
eth1 = 192.168.150.5 255.255.255.0 with gateway 192.168.150.1
When I try and start eth1 with ifconfig eth1 up, I get the error message "eth1: unknown interface: no such device"
I have configured eth1 using system-config-network-tui and /etc/sysconfig/networking/devices/ifcfg-eth1 looks correct
GATEWAY=192.168.150.1
TYPE=Ethernet
DEVICE=eth1
BOOTPROTO=none
[Code].....
View 2 Replies
View Related
Mar 16, 2010
I had a Compiz update two weeks ago, this update came from the official repository of Debian. So everyone had this update, this update did not had a positive effect. The extra plugins on both my desktop and laptop can't be enabled now. Such as Expo or the Animations. I can just use the basic stuff. There have been some partial upgrades ever since for Compiz, so I guess they are still working on it. But my question is; am I the only one?
View 7 Replies
View Related
Sep 5, 2010
I'm trying to find some .deb packages for some experimental Compiz plugins, mainly the Headtracking plugin. I have tried compiling the plugin, but I have had no end of trouble doing so. Come to think of it, I don't think I have ever successfully compiled a piece of software in Linux. So, are there any .deb packages for this plugin?
View 4 Replies
View Related
Oct 11, 2010
So after I upgraded to 10.10 some of my compiz plugins stopped working. Atlantis and anaglyph give me an error like this when I enable them in CCSM (I ran compiz from a terminal to see the output):
Code:
compiz (atlantis) - Error: InitObject failed
compiz (core) - Error: Couldn't activate plugin 'atlantis'
View 1 Replies
View Related
Jun 4, 2011
I have a problem with YaST Partitioner. When I launch it, a window opens, a dialog (to confirm that I know what I am doing) pop-ups, I choose "Yes", the application starts to initialize, and after 0.5-1s the window is closed without any error message. Does anybody know how to at least find out what is wrong? .. or how to launch it from command line to get some output?
View 8 Replies
View Related
Mar 10, 2011
I wish to append a text at the start of every line and save it to another file without changing the original file.know the command
For example:
Orignal.txt
a.txt
[code]...
View 5 Replies
View Related
Apr 13, 2010
Anyone know any good command line music player, that can play mp3's and wav files? Also, anyone know any good command line msn messenger? I want those two softwares for Slackware 13.0. Lately I've been going crazy about command line softwares. I intend to really abuse of the command line environment. I find it so usefull.
View 14 Replies
View Related