[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2015-03-21 Thread Launchpad Bug Tracker
[Expired for xfwm4 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xfwm4 (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2015-01-20 Thread Simon Steinbeiß
@darinlh: If you're using kwin, you need to change the workspace
settings through that. The window manager is what takes care of the
workspaces, so what you're trying to do can't possibly work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2015-01-19 Thread Darinlh
Its back have the same issue in 14.10 with xfce + kwin

Stock Ubuntu 14.10

installed xfce and kwin and now cannot change workspace count at all
with workspace settings

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2014-12-02 Thread Thaddäus Tintenfisch
This is a rather old bug and there seems to be no indication that it
affects currently supported Xubuntu releases (especially 14.04 and
newer).

** Changed in: xfwm4 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2013-05-09 Thread Adam Spiers
I found lots of potentially useful information in this thread:
http://forum.xfce.org/viewtopic.php?id=6056

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2011-08-14 Thread Roberto Grassi
While waiting for a fix, the workaround below is working for me.

I have created a .desktop file in ~/.config/autostart/ with the field:
Exec=bash -c "sleep 3 && xfconf-query -v -c xfwm4 -p /general/workspace_count 
-s 2"

It simply resets the number of workspaces to 2 at every login. Just
replace "2" with the number you want.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2011-07-17 Thread gohai
Seeing this as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2011-06-15 Thread rodrigo ahumada
i have xubuntu 11.04, and i hade the same problem:

- i start with 4 workspaces
- then i open the configuration dialog and add 2 more workspaces
- then i logout
- after one or two logins/logouts, thw workspace count goes back to 4

looking up in the xfwm4.xml i found this:
...


  
  
  
  
  
  



so, is only the property "workspace_count" that has problems, i can edit
this file by hand an set it to 6 but after some logins, it comes back to
4.

also, i'v downloaded xfmw4-4.8.0 source code (from the xfce4 site), and
compiled the executable (i added some logging messages to see where the
"workspace_count" property is being read).

i've found that in the case when i login and the property goes from 4 to
6,  the callback cb_xfwm4_channel_property_changed() is called many
times  after initSettings(), with different values for property
workspace_count, jumping from 4 to 6, to 4 again (i've counted almost 26
calls), and the last one set the workspace_count to 4.

so, maybe the bug is in xfconfd or something...

excuse my english

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2011-06-14 Thread Lionel Le Folgoc
** Package changed: xfce4 (Ubuntu) => xfwm4 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/787934/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2011-06-07 Thread Charlie Kravetz
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Changed in: xfce4 (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2011-06-06 Thread yesint
Here is .xsession-errors the file written after number of workspaces
decreases from 4 to 3 (at least I hope so). I don't see any hints there,
but I'm not an expert.

/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=en_US.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to 
/etc/X11/xinit/xinput.d/default.
/usr/bin/startxfce4: X server already running on display :0
ssh-agent is already running
xfdesktop[1384]: starting up
xfce4-settings-helper: Another instance is already running. Leaving...
/bin/sh: ubuntuone-launch: not found

** (xfce4-session:1364): WARNING **: Unable to launch "bluetooth-applet"
(specified by autostart/bluetooth-applet.desktop): Failed to execute
child process "bluetooth-applet" (No such file or directory)

(polkit-gnome-authentication-agent-1:1430): polkit-gnome-1-WARNING **: Failed 
to register client: The name org.gnome.SessionManager was not provided by any 
.service files
GNOME_KEYRING_CONTROL=/tmp/keyring-3853Zf
SSH_AUTH_SOCK=/tmp/keyring-3853Zf/ssh
GNOME_KEYRING_CONTROL=/tmp/keyring-3853Zf
SSH_AUTH_SOCK=/tmp/keyring-3853Zf/ssh

** (xfce4-session:1364): WARNING **: Unable to launch "zeitgeist-datahub" 
(specified by autostart/zeitgeist-datahub.desktop): Failed to execute child 
process "zeitgeist-datahub" (No such file or directory)
GNOME_KEYRING_CONTROL=/tmp/keyring-3853Zf
SSH_AUTH_SOCK=/tmp/keyring-3853Zf/ssh
xfsettingsd: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.
applet.py: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.
polkit-gnome-authentication-agent-1: Fatal IO error 11 (Resource temporarily 
unavailable) on X server :0.0.
update-notifier: Fatal IO error 11 (Resource temporarily unavailable) on X 
server :0.0.
nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server 
:0.0.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787934] Re: Number of workspaces in Xubuntu resets to one

2011-06-06 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please attach the ~/.xsession-errors log file after it
fails to start both workspaces.

This will help us to find and resolve the problem.

** Changed in: xfce4 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: xfce4 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787934

Title:
  Number of workspaces in Xubuntu resets to one

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs