similar to: C7 hide bottom panel

Displaying 20 results from an estimated 30000 matches similar to: "C7 hide bottom panel"

2016 Dec 14
0
Bottom panel on new C7.3
Hi Liam, Your correct. I copied pasted too fast. The OLD gconftool-2 is for the older CentOS 6 version of things. The command for CentOS 7 is this: dbus-send --print-reply --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eva string:'Main.panel.actor.hide();' When I enter this command by hand I am getting this error: Error
2016 Dec 13
3
Bottom panel on new C7.3
Hi All, I run these commands for previous 7.2 to hide the bottom panel. gconftool-2 -t int --list-type int --set /apps/panel/toplevels/bottom_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/bottom_panel/auto_hide true It does not seem to be working any more... I am seeing the panel. Thoughts? Jerry
2007 Jan 27
3
keybindings patch, gnome-keybinding-bridge and vignettes plugins
Hi folks, For ubuntu specs and for a better desktop integration of compiz, I made some patchs and plugins. Focus prevention is now in main stream, and really better can i made :) First the workspace and terminal keybinding patch. Since my last email I updated the patch. http://gandalfn.club.fr/ubuntu/compiz-patch/91-workspaces-terminal-keybindings.patch It adds the support for vertical
2006 Oct 09
1
[PATCH] dbus terminate action
I was always annoyed that you couldn't terminate an action with dbus so I have written this patch which fixes that. Hopefully this can be included. I wrote the patch trying to repeat as little code as possible so I just added a boolean parameter to the dbusHandleActivateMessage and changed the name to dbusHandleActivateDeactivateMessage. You could probably change the deactivate parameter
2015 May 11
0
Vodafone K4203 Mobile Broadband on Centos7
Hello, I hope someone can hlep me take this hurdle towards using Centos7 I'm trying to get a usb 3-g dongle to work on Centos7 On Centos6 I can follow the instructions that come with the device to get it to work: 1. Insert stick 2. Dismiss all popups about running the auto install scripts 3. Open terminal 4. cd $HOME 5. mkdir vfinstall 6. cd vfinstall 7. (cd /media/"Vodafone
2006 Oct 05
3
configuration support in dbus plugin
I've added configuration support to the dbus plugin. I haven't done much testing so let me know if you find any issues with it. You can find some usage examples in the dbus plugin code. This is what KDE needs for compiz configuration support but you can of course use it for other configuration systems too. E.g. writing a simple daemon that monitors a text file and use this dbus interface
2015 Apr 09
2
Edit login user list on CentOS 6
On 04/09/2015 12:46 PM, Alfred von Campe wrote: > What I am really looking for is where gdm (or whatever) caches > the list of users who have previously logged in to a system. I > have tried the brute force approach (grep -R) without success. It's a dbus service. # rpm -qf /etc/dbus-1/system.d/org.freedesktop.Accounts.conf accountsservice-0.6.39-2.fc21.x86_64 Documentation in:
2010 May 19
1
various minor problems
1: is it possible to use ioemu:sda instead of ioemu:hda ? 2: is ioemu keyword optionnal ? conf seems to work without 3: why d i need to put vfb = [ "type=vnc,vncunused=1,keymap=fr" ] line ? seperate vnc = 1 + vncunused = 1 look identical to me, but are ignored. have the conf parser changed ? 4: during dom0 startup: > * Starting Xen control daemon ... > * Error: either
2007 May 17
0
[PATCH] Add getCoreInfo function
--- plugins/dbus.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) diff --git a/plugins/dbus.c b/plugins/dbus.c index 46ded89..664fbf1 100644 --- a/plugins/dbus.c +++ b/plugins/dbus.c @@ -47,6 +47,7 @@ static CompMetadata dbusMetadata; #define COMPIZ_DBUS_LIST_MEMBER_NAME "list" #define
2016 Apr 19
6
Dual boot C7 with Window 10
I have a laptop with windows 10. I went into the Windows disk manager and shrunk the volume to make room for C7. That worked. I also changed the BIOS from secure boot to "both" (secure/legacy) I installed C7, went fine. About the time it was done I realized I never saw anything about "other" boot options (seems I saw that in the past). Anyway sure enough, got done and C7
2015 Apr 10
0
Edit login user list on CentOS 6
Gordon: > It's a dbus service. Interesting ? thanks! > # rpm -qf /etc/dbus-1/system.d/org.freedesktop.Accounts.conf > accountsservice-0.6.39-2.fc21.x86_64 That file/RPM does not appear to be available on CentOS 6. > Documentation in: > /usr/share/dbus-1/interfaces/org.freedesktop.Accounts.xml > > For example: > $ dbus-send --system --type=method_call --print-reply
2015 Dec 23
0
Solved - Re: C7 apache file access
On 12/23/2015 04:36 PM, ????????? ???????? wrote: > Robert Moskowitz ????? 2015-12-23 23:56: >> On 12/23/2015 03:26 PM, John R Pierce wrote: >>> On 12/23/2015 12:05 PM, Robert Moskowitz wrote: >>>>> If SELinux is working, then do >>>>> >>>>> setsebool -P httpd_enable_homedirs on >>>> >>>> Did not help.
2015 Dec 23
0
C7 apache file access
On 12/23/2015 12:05 PM, Robert Moskowitz wrote: >> If SELinux is working, then do >> >> setsebool -P httpd_enable_homedirs on > > Did not help. > > in messages I see: > > Dec 23 14:54:04 medon dbus-daemon: dbus[444]: avc: received > policyload notice (seqno=3) > Dec 23 14:54:04 medon dbus[444]: avc: received policyload notice > (seqno=3) > Dec
2015 Dec 23
3
C7 apache file access
On 12/23/2015 02:36 PM, Paul Heinlein wrote: > On Wed, 23 Dec 2015, Robert Moskowitz wrote: > >> Pulling out what little hair I have here, but stumbled onto a >> possible problem. >> >> I have a server running C6 apache that is set up with personal >> directories and no problem showing the files. >> >> You can see it at:
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2016 Aug 16
3
hfsplus on C7
I followed the instructions (I thought) for hfsplus on C7. Installed elrepo Then installed hfsplus hfsplus-tools and kmod-hfsplus kmod-hfs rpm -qa | grep hfs clearly shows the items kmod-hfsplus-0.0-2.el7.elrepo.x86_64 hfsplus-tools-540.1.linux3-4.el7.x86_64 kmod-hfs-0.0-2.el7.elrepo.x86_64 When I do my mount command mount -t hfsplus -o loop Mac.dmg /mnt/mac mount: unknown filesystem type
2018 May 30
0
'gnome-daemon-settings' Doesn't Start When Attempting To Make Changes
All, So here's the issue: The system - a Dell Precision M4800 The OS - CentOS 6.9, ver. 2.6.32-696.28.1 The problem - Whenever the user tries to make system changes (display, mouse orientation, etc.), the gnome-settings-daemon pops up and says it can't run, and the changes never occur. I've looked into the /var/log/messages, and have seen some weirdness from dbus-daemon such as:
2016 Apr 21
0
Dual boot C7 with Window 10
On Tue, Apr 19, 2016 at 5:42 AM, Jerry Geis <geisj at pagestation.com> wrote: > I have a laptop with windows 10. > I went into the Windows disk manager and shrunk the volume > to make room for C7. That worked. > > I also changed the BIOS from secure boot to "both" (secure/legacy) Both is a problem. There's no practical way for an installer to support both.
2016 Jun 02
0
vnc on C7
On Thu, Jun 2, 2016 at 7:56 AM, Jerry Geis <geisj at pagestation.com> wrote: > I am trying to get a remote screen on C7. > I did the following on C7 server: > yum install tigervnc-server > cp /lib/systemd/system/vncserver at .service > /etc/systemd/system/vncserver@:1.service > systemctl daemon-reload > edit
2016 Jul 18
0
Help with C7 start script
Try this https://ask.fedoraproject.org/en/question/26898/what-is-the-auto-start-file-like-rclocal/ Eero 18.7.2016 6.42 ip. "Jerry Geis" <geisj at pagestation.com> kirjoitti: > Under the old C6 I put an entry in rc.local to run my programs I want. We > will call it /path/boot.sh > Worked fine. > > Under C7 I have created a new service file for systemd. It looks