Re: Inserting HWPFDocument into XWPFDocument

2024-03-01 Thread Janne Jokitalo
Hi Dominik, and thanks for your reply!

I ended up using the JodConverter for this job, so hopefully that problem
is solved now.

Best wishes,

Jaska

On Thu, Feb 29, 2024 at 2:57 PM Dominik Stadler
 wrote:

> Hi,
>
> as both formats are fundamentally different, you likely will need to
> manually convert the contents between the two file-types to transparently
> include content from HWPF into XWPF.
>
> The OOXML formats sometimes have ways to "embed" other content, so there
> maybe is some way, but it likely is fairly complicated and maybe not
> supported well by some tools. So not sure if this would be feasible here as
> likely not many people have used such features of the format.
>
> Dominik.
>
>
> On Mon, Feb 26, 2024 at 11:24 AM Janne Jokitalo 
> wrote:
>
> > Hi,
> >
> > I tried to search on the archives for this, but couldn't find it. Is
> there
> > a way to insert HWPFDocument data into an existing XWPFDocument? I have
> > multiple Word documents that need to be combined, and some of them are of
> > the "application/msword" format, while a template and some others are of
> > the XML-based format.
> >
> > I thought of extracting a range of the HWPFDocument, but couldn't come up
> > with a way to insert that into the combined one.
> >
> > Thanks for any possible help in advance!
> >
> > Best regards,
> >
> > Jaska
> >
>


Inserting HWPFDocument into XWPFDocument

2024-02-26 Thread Janne Jokitalo
Hi,

I tried to search on the archives for this, but couldn't find it. Is there
a way to insert HWPFDocument data into an existing XWPFDocument? I have
multiple Word documents that need to be combined, and some of them are of
the "application/msword" format, while a template and some others are of
the XML-based format.

I thought of extracting a range of the HWPFDocument, but couldn't come up
with a way to insert that into the combined one.

Thanks for any possible help in advance!

Best regards,

Jaska


Re: [ubuntu-studio-users] ubuntu-studio-users Digest, Vol 143, Issue 7

2019-03-18 Thread Janne Jokitalo
On Sat, Mar 16, 2019 at 11:03:52AM -0400, Jerry Reed wrote:
> Solved: had to remove an old version of Gmic with synaptic first.  I was
> getting a message that I needed to run all upgrades first even though
> everything appeared updated. Once I removed gmic, upgrade was allowed to
> take place. In progress now.

Hi Jerry,

a small info tidbit on command-line package management, if you're not familiar
with it. While 'apt upgrade' does indeed upgrade packages to newer versions,
there may be circumstances where it fails to do so. Here's why:

sudo apt-get upgrade upgrades your packages but doesn't remove or install any
other packages.

sudo apt-get dist-upgrade upgrades your packages and installs or removes other
packages to resolve dependencies so all packages are up-to-date.

sudo apt full-upgrade does the same thing as sudo apt-get dist-upgrade

Credits to [0].

So in the future, if you get stuck with some packages refusing to upgrade, you
can try the 'full-upgrade' mode.


Best regards,

Jaska

[0]:
https://askubuntu.com/questions/605719/the-difference-between-the-different-apt-upgrade-commands/605721

-- 
Janne (astraljava) Jokitalo


signature.asc
Description: Digital signature
-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [ubuntu-studio-devel] xfce4-screensaver

2019-03-11 Thread Janne Jokitalo
On Sun, Mar 10, 2019 at 04:17:57PM +0100, Ross Gammon wrote:
> There was some discussion about the use of screensavers in general and
> it was decided that in the days of flatscreens the original purpose has
> disappeared, and the fact that in audio and video we might want to watch
> some rendering/mastering chuntering along for quite a while, that
> screensavers did not make much sense. I think the power management
> settings would need to be fiddled with to get the screensaver to work
> instead of blanking.

From my perspective, the point isn't so much in saving the screen, but rather
the possibility to lock the session with it. I understand that not everybody
have their machines in locations where other people frequently share the space,
but I think it's quite a strong usecase to consider, nonetheless.

I do realize that every additional piece of software running causes some
unneeded overhead, so I'm of course willing to see it opt-in by default.

-- 
Janne (astraljava) Jokitalo


signature.asc
Description: Digital signature
-- 
ubuntu-studio-devel mailing list
ubuntu-studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: [ubuntu-studio-devel] xfce4-screensaver

2019-03-11 Thread Janne Jokitalo
On Sat, Mar 09, 2019 at 03:43:09PM -0800, Erich Eickmeyer wrote:
> Hi all,
> 
> Sean Davis (bluesabre) did an amazing job and ported mate-screensaver to
> xfce4-screensaver. The motivation, as I understand it, is because
> light-locker is largely unmaintained and causes a race condition when
> resuming from sleep due to the vt change (or something like that, we don't
> need to get too technical on this).
> 
> With that, light-locker and xscreensaver are being largely depricated by the
> Xubuntu team (who can correct me if I'm wrong... well, anybody can correct
> me) in favor of xfce4-screensaver. I think this change, if it needs to
> happen in our seeds, needs to happen.

It definitely needs to happen. More and more laptops especially are being
shipped with nVidia graphics cards (okay, I don't have real data on this, but
the last three I've randomly purchased have this) and they seem to struggle
really bad with light-locker.

> If you want to test it first, that's good practice. That said, I can say
> from personal experience that I have experienced the light-locker race
> condition myself, and it's definitely not a good bug to have.

You're right, it's really bad to have the GUI restarted after resume from sleep.
Kind of defeats the purpose.

> With that, I want to say that this change in the seed, if necessary, isn't
> as high of a priority, but it would bring some good bug fixes to our default
> Xfce desktop.

I concur whole-heartedly. I will see if I have time to test it, but seeing that
every time I install a new environment, the first thing I do is swap
light-locker for xscreensaver. Can't be much worse than that.

-- 
Janne (astraljava) Jokitalo



signature.asc
Description: Digital signature
-- 
ubuntu-studio-devel mailing list
ubuntu-studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


[Kernel-packages] [Bug 1811236] Re: System wakes from suspend without user initialization

2019-01-15 Thread Janne Jokitalo
It seems that the workaround mentioned above creates another problem. My
keyboard is plugged into the docking station USB port. After some
seemingly random while, the connection between the laptop and the
keyboard is lost. I suspect it's due to the change in the ACPI settings,
otherwise I can't imagine what could have brought it.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1811236

Title:
  System wakes from suspend without user initialization

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I use `systemctl suspend` for taking my laptop to sleep. Suspend seems
  to work fine, but after a random amount of time, the system resumes
  without me pressing any buttons, moving a mouse etc.

  Some other methods have been attempted, but all end up with the same
  result, ie. system resumes unwanted.

  Here is a /var/log/syslog excerpt, hope I managed to grab everything
  valuable. The bug was filed with `ubuntu-bug linux-
  image-4.18.0-13-generic`, which is the linux image currently in use.
  Please let me know if something is missing due to incorrect package
  selection or otherwise.

  ---

  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3067] 
manager: sleep: sleep requested (sleeping: no  enabled: yes)
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3069] device 
(enp0s20f0u2c2): state change: unavailable -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3126] device 
(wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3415] device 
(enp0s20f0u4): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3453] 
manager: NetworkManager state is now ASLEEP
  Jan 10 13:48:35 caolila systemd[1]: Reached target Sleep.
  Jan 10 13:48:35 caolila systemd[1]: Starting Suspend...
  Jan 10 13:48:35 caolila whoopsie[1352]: [13:48:35] offline
  Jan 10 13:48:35 caolila systemd-sleep[32606]: Suspending system...
  Jan 10 13:48:35 caolila kernel: [19604.933999] PM: suspend entry (deep)
  Jan 10 13:48:35 caolila kernel: [19604.934001] PM: Syncing filesystems ... 
done.
  Jan 10 13:48:35 caolila wpa_supplicant[868]: nl80211: deinit ifname=wlp0s20f3 
disabled_11b_rates=0
  Jan 10 13:53:55 caolila kernel: [19607.067269] Freezing user space processes 
... (elapsed 0.004 seconds) done.
  Jan 10 13:53:55 caolila kernel: [19607.071592] OOM killer disabled.
  Jan 10 13:53:55 caolila kernel: [19607.071593] Freezing remaining freezable 
tasks ... (elapsed 0.001 seconds) done.
  Jan 10 13:53:55 caolila kernel: [19607.072971] Suspending console(s) (use 
no_console_suspend to debug)
  Jan 10 13:53:55 caolila kernel: [19607.160541] e1000e: EEE TX LPI TIMER: 
0011
  Jan 10 13:53:55 caolila kernel: [19607.502557] thunderbolt :07:00.0: 
stopping RX ring 0
  Jan 10 13:53:55 caolila kernel: [19607.502575] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 12 (0x1001 -> 0x1)
  Jan 10 13:53:55 caolila kernel: [19607.502581] thunderbolt :07:00.0: 
stopping TX ring 0
  Jan 10 13:53:55 caolila kernel: [19607.502605] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
  Jan 10 13:53:55 caolila kernel: [19607.502608] thunderbolt :07:00.0: 
control channel stopped
  Jan 10 13:53:55 caolila kernel: [19607.502808] ACPI: EC: interrupt blocked
  Jan 10 13:53:55 caolila kernel: [19607.684603] ACPI: Preparing to enter 
system sleep state S3
  Jan 10 13:53:55 caolila kernel: [19607.688265] ACPI: EC: event blocked
  Jan 10 13:53:55 caolila kernel: [19607.688267] ACPI: EC: EC stopped
  Jan 10 13:53:55 caolila kernel: [19607.688268] PM: Saving platform NVS memory
  Jan 10 13:53:55 caolila kernel: [19607.688301] Disabling non-boot CPUs ...
  Jan 10 13:53:55 caolila kernel: [19607.704406] IRQ 122: no longer affine to 
CPU1
  Jan 10 13:53:55 caolila kernel: [19607.704426] IRQ 187: no longer affine to 
CPU1
  Jan 10 13:53:55 caolila kernel: [19607.705447] smpboot: CPU 1 is now offline
  Jan 10 13:53:55 caolila kernel: [19607.728394] IRQ 189: no longer affine to 
CPU2
  Jan 10 13:53:55 caolila kernel: [19607.729415] smpboot: CPU 2 is now offline
  Jan 10 13:53:55 caolila kernel: [19607.752349] IRQ 177: no longer affine to 
CPU3
  Jan 10 13:53:55 caolila kernel: [19607.753377] smpboot: CPU 3 is now offline
  Jan 10 13:53:55 caolila kernel: [19607.780410] IRQ 179: no longer affine to 
CPU4
  Jan 10 13:53:55 caolila kernel: [19607.781438] smpboot: CPU 4 is now offline
  Jan 10 13:53:55 caolila kernel: [19607.804344] IRQ 185: no longer affine to 
CPU5
  Jan 10 13:53:55 caolila kernel: [19607.805385] smpboot: CPU 5 is now offline
  Jan 10 13:53:55 caolila kernel: 

[Bug 1811236] Re: System wakes from suspend without user initialization

2019-01-15 Thread Janne Jokitalo
It seems that the workaround mentioned above creates another problem. My
keyboard is plugged into the docking station USB port. After some
seemingly random while, the connection between the laptop and the
keyboard is lost. I suspect it's due to the change in the ACPI settings,
otherwise I can't imagine what could have brought it.

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

Title:
  System wakes from suspend without user initialization

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

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

[Bug 1811236] Re: System wakes from suspend without user initialization

2019-01-11 Thread Janne Jokitalo
An update on the matter, I went through this awesome page [0] regarding
debugging suspend/resume issues, and this particular instruction seems
to have removed the unwanted resume problem in my case:

root@caolila:~# cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
...
XHC   S3*enabled   pci::00:14.0
...

root@caolila:~# echo XHC > /proc/acpi/wakeup

root@caolila:~# cat /proc/acpi/wakeup 
Device  S-state   Status   Sysfs node
...
XHC   S3*disabled  pci::00:14.0
...

In other words, disabling USB 3.0 devices' capabilities of resuming the
system keeps the laptop at sleep successfully.

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

Title:
  System wakes from suspend without user initialization

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

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

[Kernel-packages] [Bug 1811236] Re: System wakes from suspend without user initialization

2019-01-11 Thread Janne Jokitalo
An update on the matter, I went through this awesome page [0] regarding
debugging suspend/resume issues, and this particular instruction seems
to have removed the unwanted resume problem in my case:

root@caolila:~# cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
...
XHC   S3*enabled   pci::00:14.0
...

root@caolila:~# echo XHC > /proc/acpi/wakeup

root@caolila:~# cat /proc/acpi/wakeup 
Device  S-state   Status   Sysfs node
...
XHC   S3*disabled  pci::00:14.0
...

In other words, disabling USB 3.0 devices' capabilities of resuming the
system keeps the laptop at sleep successfully.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1811236

Title:
  System wakes from suspend without user initialization

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I use `systemctl suspend` for taking my laptop to sleep. Suspend seems
  to work fine, but after a random amount of time, the system resumes
  without me pressing any buttons, moving a mouse etc.

  Some other methods have been attempted, but all end up with the same
  result, ie. system resumes unwanted.

  Here is a /var/log/syslog excerpt, hope I managed to grab everything
  valuable. The bug was filed with `ubuntu-bug linux-
  image-4.18.0-13-generic`, which is the linux image currently in use.
  Please let me know if something is missing due to incorrect package
  selection or otherwise.

  ---

  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3067] 
manager: sleep: sleep requested (sleeping: no  enabled: yes)
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3069] device 
(enp0s20f0u2c2): state change: unavailable -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3126] device 
(wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3415] device 
(enp0s20f0u4): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
  Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3453] 
manager: NetworkManager state is now ASLEEP
  Jan 10 13:48:35 caolila systemd[1]: Reached target Sleep.
  Jan 10 13:48:35 caolila systemd[1]: Starting Suspend...
  Jan 10 13:48:35 caolila whoopsie[1352]: [13:48:35] offline
  Jan 10 13:48:35 caolila systemd-sleep[32606]: Suspending system...
  Jan 10 13:48:35 caolila kernel: [19604.933999] PM: suspend entry (deep)
  Jan 10 13:48:35 caolila kernel: [19604.934001] PM: Syncing filesystems ... 
done.
  Jan 10 13:48:35 caolila wpa_supplicant[868]: nl80211: deinit ifname=wlp0s20f3 
disabled_11b_rates=0
  Jan 10 13:53:55 caolila kernel: [19607.067269] Freezing user space processes 
... (elapsed 0.004 seconds) done.
  Jan 10 13:53:55 caolila kernel: [19607.071592] OOM killer disabled.
  Jan 10 13:53:55 caolila kernel: [19607.071593] Freezing remaining freezable 
tasks ... (elapsed 0.001 seconds) done.
  Jan 10 13:53:55 caolila kernel: [19607.072971] Suspending console(s) (use 
no_console_suspend to debug)
  Jan 10 13:53:55 caolila kernel: [19607.160541] e1000e: EEE TX LPI TIMER: 
0011
  Jan 10 13:53:55 caolila kernel: [19607.502557] thunderbolt :07:00.0: 
stopping RX ring 0
  Jan 10 13:53:55 caolila kernel: [19607.502575] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 12 (0x1001 -> 0x1)
  Jan 10 13:53:55 caolila kernel: [19607.502581] thunderbolt :07:00.0: 
stopping TX ring 0
  Jan 10 13:53:55 caolila kernel: [19607.502605] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
  Jan 10 13:53:55 caolila kernel: [19607.502608] thunderbolt :07:00.0: 
control channel stopped
  Jan 10 13:53:55 caolila kernel: [19607.502808] ACPI: EC: interrupt blocked
  Jan 10 13:53:55 caolila kernel: [19607.684603] ACPI: Preparing to enter 
system sleep state S3
  Jan 10 13:53:55 caolila kernel: [19607.688265] ACPI: EC: event blocked
  Jan 10 13:53:55 caolila kernel: [19607.688267] ACPI: EC: EC stopped
  Jan 10 13:53:55 caolila kernel: [19607.688268] PM: Saving platform NVS memory
  Jan 10 13:53:55 caolila kernel: [19607.688301] Disabling non-boot CPUs ...
  Jan 10 13:53:55 caolila kernel: [19607.704406] IRQ 122: no longer affine to 
CPU1
  Jan 10 13:53:55 caolila kernel: [19607.704426] IRQ 187: no longer affine to 
CPU1
  Jan 10 13:53:55 caolila kernel: [19607.705447] smpboot: CPU 1 is now offline
  Jan 10 13:53:55 caolila kernel: [19607.728394] IRQ 189: no longer affine to 
CPU2
  Jan 10 13:53:55 caolila kernel: [19607.729415] smpboot: CPU 2 is now offline
  Jan 10 13:53:55 caolila kernel: [19607.752349] IRQ 177: no longer affine to 
CPU3
  Jan 10 13:53:55 caolila kernel: [19607.753377] smpboot: CPU 3 is now offline
  Jan 10 13:53:55 caolila kernel: [19607.780410] IRQ 179: no longer affine to 

[Bug 1811236] [NEW] System wakes from suspend without user initialization

2019-01-10 Thread Janne Jokitalo
Public bug reported:

I use `systemctl suspend` for taking my laptop to sleep. Suspend seems
to work fine, but after a random amount of time, the system resumes
without me pressing any buttons, moving a mouse etc.

Some other methods have been attempted, but all end up with the same
result, ie. system resumes unwanted.

Here is a /var/log/syslog excerpt, hope I managed to grab everything
valuable. The bug was filed with `ubuntu-bug linux-
image-4.18.0-13-generic`, which is the linux image currently in use.
Please let me know if something is missing due to incorrect package
selection or otherwise.

---

Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3067] manager: 
sleep: sleep requested (sleeping: no  enabled: yes)
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3069] device 
(enp0s20f0u2c2): state change: unavailable -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3126] device 
(wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3415] device 
(enp0s20f0u4): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3453] manager: 
NetworkManager state is now ASLEEP
Jan 10 13:48:35 caolila systemd[1]: Reached target Sleep.
Jan 10 13:48:35 caolila systemd[1]: Starting Suspend...
Jan 10 13:48:35 caolila whoopsie[1352]: [13:48:35] offline
Jan 10 13:48:35 caolila systemd-sleep[32606]: Suspending system...
Jan 10 13:48:35 caolila kernel: [19604.933999] PM: suspend entry (deep)
Jan 10 13:48:35 caolila kernel: [19604.934001] PM: Syncing filesystems ... done.
Jan 10 13:48:35 caolila wpa_supplicant[868]: nl80211: deinit ifname=wlp0s20f3 
disabled_11b_rates=0
Jan 10 13:53:55 caolila kernel: [19607.067269] Freezing user space processes 
... (elapsed 0.004 seconds) done.
Jan 10 13:53:55 caolila kernel: [19607.071592] OOM killer disabled.
Jan 10 13:53:55 caolila kernel: [19607.071593] Freezing remaining freezable 
tasks ... (elapsed 0.001 seconds) done.
Jan 10 13:53:55 caolila kernel: [19607.072971] Suspending console(s) (use 
no_console_suspend to debug)
Jan 10 13:53:55 caolila kernel: [19607.160541] e1000e: EEE TX LPI TIMER: 
0011
Jan 10 13:53:55 caolila kernel: [19607.502557] thunderbolt :07:00.0: 
stopping RX ring 0
Jan 10 13:53:55 caolila kernel: [19607.502575] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 12 (0x1001 -> 0x1)
Jan 10 13:53:55 caolila kernel: [19607.502581] thunderbolt :07:00.0: 
stopping TX ring 0
Jan 10 13:53:55 caolila kernel: [19607.502605] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
Jan 10 13:53:55 caolila kernel: [19607.502608] thunderbolt :07:00.0: 
control channel stopped
Jan 10 13:53:55 caolila kernel: [19607.502808] ACPI: EC: interrupt blocked
Jan 10 13:53:55 caolila kernel: [19607.684603] ACPI: Preparing to enter system 
sleep state S3
Jan 10 13:53:55 caolila kernel: [19607.688265] ACPI: EC: event blocked
Jan 10 13:53:55 caolila kernel: [19607.688267] ACPI: EC: EC stopped
Jan 10 13:53:55 caolila kernel: [19607.688268] PM: Saving platform NVS memory
Jan 10 13:53:55 caolila kernel: [19607.688301] Disabling non-boot CPUs ...
Jan 10 13:53:55 caolila kernel: [19607.704406] IRQ 122: no longer affine to CPU1
Jan 10 13:53:55 caolila kernel: [19607.704426] IRQ 187: no longer affine to CPU1
Jan 10 13:53:55 caolila kernel: [19607.705447] smpboot: CPU 1 is now offline
Jan 10 13:53:55 caolila kernel: [19607.728394] IRQ 189: no longer affine to CPU2
Jan 10 13:53:55 caolila kernel: [19607.729415] smpboot: CPU 2 is now offline
Jan 10 13:53:55 caolila kernel: [19607.752349] IRQ 177: no longer affine to CPU3
Jan 10 13:53:55 caolila kernel: [19607.753377] smpboot: CPU 3 is now offline
Jan 10 13:53:55 caolila kernel: [19607.780410] IRQ 179: no longer affine to CPU4
Jan 10 13:53:55 caolila kernel: [19607.781438] smpboot: CPU 4 is now offline
Jan 10 13:53:55 caolila kernel: [19607.804344] IRQ 185: no longer affine to CPU5
Jan 10 13:53:55 caolila kernel: [19607.805385] smpboot: CPU 5 is now offline
Jan 10 13:53:55 caolila kernel: [19607.828255] IRQ 183: no longer affine to CPU6
Jan 10 13:53:55 caolila kernel: [19607.828271] IRQ 195: no longer affine to CPU6
Jan 10 13:53:55 caolila kernel: [19607.830230] smpboot: CPU 6 is now offline
Jan 10 13:53:55 caolila kernel: [19607.864142] IRQ 143: no longer affine to CPU7
Jan 10 13:53:55 caolila kernel: [19607.864152] IRQ 178: no longer affine to CPU7
Jan 10 13:53:55 caolila kernel: [19607.865177] smpboot: CPU 7 is now offline
Jan 10 13:53:55 caolila kernel: [19607.889142] smpboot: CPU 8 is now offline
Jan 10 13:53:55 caolila kernel: [19607.913119] smpboot: CPU 9 is now offline
Jan 10 13:53:55 caolila kernel: [19607.937091] smpboot: CPU 10 is now offline
Jan 10 13:53:55 caolila kernel: [19607.965065] 

[Kernel-packages] [Bug 1811236] [NEW] System wakes from suspend without user initialization

2019-01-10 Thread Janne Jokitalo
Public bug reported:

I use `systemctl suspend` for taking my laptop to sleep. Suspend seems
to work fine, but after a random amount of time, the system resumes
without me pressing any buttons, moving a mouse etc.

Some other methods have been attempted, but all end up with the same
result, ie. system resumes unwanted.

Here is a /var/log/syslog excerpt, hope I managed to grab everything
valuable. The bug was filed with `ubuntu-bug linux-
image-4.18.0-13-generic`, which is the linux image currently in use.
Please let me know if something is missing due to incorrect package
selection or otherwise.

---

Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3067] manager: 
sleep: sleep requested (sleeping: no  enabled: yes)
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3069] device 
(enp0s20f0u2c2): state change: unavailable -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3126] device 
(wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3415] device 
(enp0s20f0u4): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
Jan 10 13:48:35 caolila NetworkManager[869]:   [1547120915.3453] manager: 
NetworkManager state is now ASLEEP
Jan 10 13:48:35 caolila systemd[1]: Reached target Sleep.
Jan 10 13:48:35 caolila systemd[1]: Starting Suspend...
Jan 10 13:48:35 caolila whoopsie[1352]: [13:48:35] offline
Jan 10 13:48:35 caolila systemd-sleep[32606]: Suspending system...
Jan 10 13:48:35 caolila kernel: [19604.933999] PM: suspend entry (deep)
Jan 10 13:48:35 caolila kernel: [19604.934001] PM: Syncing filesystems ... done.
Jan 10 13:48:35 caolila wpa_supplicant[868]: nl80211: deinit ifname=wlp0s20f3 
disabled_11b_rates=0
Jan 10 13:53:55 caolila kernel: [19607.067269] Freezing user space processes 
... (elapsed 0.004 seconds) done.
Jan 10 13:53:55 caolila kernel: [19607.071592] OOM killer disabled.
Jan 10 13:53:55 caolila kernel: [19607.071593] Freezing remaining freezable 
tasks ... (elapsed 0.001 seconds) done.
Jan 10 13:53:55 caolila kernel: [19607.072971] Suspending console(s) (use 
no_console_suspend to debug)
Jan 10 13:53:55 caolila kernel: [19607.160541] e1000e: EEE TX LPI TIMER: 
0011
Jan 10 13:53:55 caolila kernel: [19607.502557] thunderbolt :07:00.0: 
stopping RX ring 0
Jan 10 13:53:55 caolila kernel: [19607.502575] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 12 (0x1001 -> 0x1)
Jan 10 13:53:55 caolila kernel: [19607.502581] thunderbolt :07:00.0: 
stopping TX ring 0
Jan 10 13:53:55 caolila kernel: [19607.502605] thunderbolt :07:00.0: 
disabling interrupt at register 0x38200 bit 0 (0x1 -> 0x0)
Jan 10 13:53:55 caolila kernel: [19607.502608] thunderbolt :07:00.0: 
control channel stopped
Jan 10 13:53:55 caolila kernel: [19607.502808] ACPI: EC: interrupt blocked
Jan 10 13:53:55 caolila kernel: [19607.684603] ACPI: Preparing to enter system 
sleep state S3
Jan 10 13:53:55 caolila kernel: [19607.688265] ACPI: EC: event blocked
Jan 10 13:53:55 caolila kernel: [19607.688267] ACPI: EC: EC stopped
Jan 10 13:53:55 caolila kernel: [19607.688268] PM: Saving platform NVS memory
Jan 10 13:53:55 caolila kernel: [19607.688301] Disabling non-boot CPUs ...
Jan 10 13:53:55 caolila kernel: [19607.704406] IRQ 122: no longer affine to CPU1
Jan 10 13:53:55 caolila kernel: [19607.704426] IRQ 187: no longer affine to CPU1
Jan 10 13:53:55 caolila kernel: [19607.705447] smpboot: CPU 1 is now offline
Jan 10 13:53:55 caolila kernel: [19607.728394] IRQ 189: no longer affine to CPU2
Jan 10 13:53:55 caolila kernel: [19607.729415] smpboot: CPU 2 is now offline
Jan 10 13:53:55 caolila kernel: [19607.752349] IRQ 177: no longer affine to CPU3
Jan 10 13:53:55 caolila kernel: [19607.753377] smpboot: CPU 3 is now offline
Jan 10 13:53:55 caolila kernel: [19607.780410] IRQ 179: no longer affine to CPU4
Jan 10 13:53:55 caolila kernel: [19607.781438] smpboot: CPU 4 is now offline
Jan 10 13:53:55 caolila kernel: [19607.804344] IRQ 185: no longer affine to CPU5
Jan 10 13:53:55 caolila kernel: [19607.805385] smpboot: CPU 5 is now offline
Jan 10 13:53:55 caolila kernel: [19607.828255] IRQ 183: no longer affine to CPU6
Jan 10 13:53:55 caolila kernel: [19607.828271] IRQ 195: no longer affine to CPU6
Jan 10 13:53:55 caolila kernel: [19607.830230] smpboot: CPU 6 is now offline
Jan 10 13:53:55 caolila kernel: [19607.864142] IRQ 143: no longer affine to CPU7
Jan 10 13:53:55 caolila kernel: [19607.864152] IRQ 178: no longer affine to CPU7
Jan 10 13:53:55 caolila kernel: [19607.865177] smpboot: CPU 7 is now offline
Jan 10 13:53:55 caolila kernel: [19607.889142] smpboot: CPU 8 is now offline
Jan 10 13:53:55 caolila kernel: [19607.913119] smpboot: CPU 9 is now offline
Jan 10 13:53:55 caolila kernel: [19607.937091] smpboot: CPU 10 is now offline
Jan 10 13:53:55 caolila kernel: [19607.965065] 

[Bug 1621357] [NEW] XIM won't allow entering unicode characters

2016-09-08 Thread Janne Jokitalo
Public bug reported:

On Xubuntu 16.04.1, having XIM as the input method system, I cannot type
ctrl+shift+u to get the system expect unicode codes (e.g. 2122 for ™).

When changed to 'none' and log out and log back in, it works.

** Affects: im-config (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  XIM won't allow entering unicode characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1621357/+subscriptions

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

[Desktop-packages] [Bug 1621357] [NEW] XIM won't allow entering unicode characters

2016-09-08 Thread Janne Jokitalo
Public bug reported:

On Xubuntu 16.04.1, having XIM as the input method system, I cannot type
ctrl+shift+u to get the system expect unicode codes (e.g. 2122 for ™).

When changed to 'none' and log out and log back in, it works.

** Affects: im-config (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to im-config in Ubuntu.
https://bugs.launchpad.net/bugs/1621357

Title:
  XIM won't allow entering unicode characters

Status in im-config package in Ubuntu:
  New

Bug description:
  On Xubuntu 16.04.1, having XIM as the input method system, I cannot
  type ctrl+shift+u to get the system expect unicode codes (e.g. 2122
  for ™).

  When changed to 'none' and log out and log back in, it works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1621357/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [ubuntu-studio-users] apt vs apt-get

2016-08-30 Thread Janne Jokitalo
On Tue, Aug 30, 2016 at 09:27:49AM +0200, br...@linuxsynths.com wrote:
>   
> 
> On Mon, 29 Aug 2016 14:01:03 +0200, Ralf Mardorf wrote: 
> 
> > Hi,
> > 
> > apt and apt-get make not much of a difference, it's just that apt does
> > use an easy to understand name instead if dist-upgrade, which is named
> > full-upgrade and a newbie don't need to use apt-cache or dpkg to
> > search, show or list. It also provides an option to edit sources.list,
> > so a newbie does not need to know where it's located. Since apt is new,
> > it doesn't need to be backwards compatible. Since it's the new official
> > Ubuntu command line tool for package management, pitfalls introduced by
> > other user-friendly tools, at the moment just aptitude comes to mind,
> > could be ruled out, since Ubuntu and apt defaults will fit very well
> > together.

This is true, it's always better to have all features related to one specific
area (package management in this case) in one app.

My only gripe with searching is that the package name isn't a distinct field
anymore, so I'll continue using apt-cache for that as then it's only a
double-click away.

> > I can't see any advantage for a newbie, when dealing with apt-get,
> > instead of learning how to use apt. Advanced users likely prefer the
> > apt-get defaults, I at least temporarily need to use apt with
> > 
> > -o APT::Color="0"
> > 
> > because otherwise the output could be unreadable on my monitor. To get
> > completely rid of it, I would have to edit the config. That's why I
> > agree that apt-get could be more comfortable for experienced users,
> > used to it.

Yes, that's moving to more sophisticated usage. And quite frankly, if we're
talking about technologically inexperienced people, wouldn't they use a GUI
(Software Center?) anyway?

> > 
> > Why do you think that apt-get is easier to use for newbies?
> > 
> > Regards,
> > Ralf
> 
> I don't know why it would be easier. But
> I was a newbie when I learned of it, and I discovered Apt later on but
> stuck with apt-get anyway. But probably just because of habit. 

In my case, it's already in muscle memory. I'm learning away from it, but
oftentimes the "-get" just automagically appears there. :)

> I would
> hazard a guess however, that if one of the two has a GUI, then I would
> probably go with that. Newbies like GUIs I think. Lots of people have a
> bad taste in their mouths about linux because it was so terminal-based.
> (Even if using a terminal has definite advantages, for sure. Just not
> for the beginning coming from Windows.) 

There is already a GUI, so I don't think we need to really consider this from
that perspective.

One really good plus for apt's scoreboard is the progress bar at the bottom of
the terminal screen. I'm sure there are others, but that's the thing that jumps
at your eyes.

In the end, as several tools already suggest using apt instead of apt-get (even
apt-get [0]), I'd say moving towards it is the right thing to do.


Best regards,

Jaska

[0]:
jaska@ardbeg:~ 11:34:22 $ sudo apt-get --dry-run remove gedit
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gedit-common gir1.2-git2-glib-1.0 gir1.2-gucharmap-2.90 gir1.2-zeitgeist-2.0
gjs libgjs0e libmozjs-24-0v5 libpeas-1.0-0-python3loader python-cssutils
python-pocket-lint rubber texlive
Use 'sudo apt autoremove' to remove them.
[...]
-- 
astraljava @ freenode


signature.asc
Description: Digital signature
-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Welcome Jackson Doak to Xubuntu Developers!

2015-05-26 Thread Janne Jokitalo
On Mon, May 25, 2015 at 09:50:22PM +, Sean Davis wrote:
 Hey everyone,
 
 After some discussion with Simon and Unit193, we've decided to add Jackson
 (Noskcaj) to the Xubuntu Developers team.

Congrats, Jackson! :)


BR,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Re: [ubuntu-studio-devel] 15.04 Vivid RC testing

2015-04-17 Thread Janne Jokitalo
On Fri, Apr 17, 2015 at 09:53:59AM +0200, Kaj Ailomaa wrote:
 If anyone would like to help with testing, now is a good time to test
 the release candidate for Ubuntu Studio 15.05. ISOs are available at
 http://iso.qa.ubuntu.com/qatracker/milestones/326/builds.
 
 On how to do testing, please read
 https://lists.ubuntu.com/archives/ubuntu-studio-devel/2015-February/006156.html.

Hi,

I'll do testing tonight on vbox, since I don't have proper hardware for any
other type. Thanks for the link to the instructions!


-- 
Jaska (astraljava on freenode.net)
 


signature.asc
Description: Digital signature
-- 
ubuntu-studio-devel mailing list
ubuntu-studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: New Xubuntu Documentation lead: Jack Fromm

2013-09-12 Thread Janne Jokitalo
On Thu, Sep 12, 2013 at 12:08:49AM +0300, Pasi Lallinaho wrote:
 Hello Xubuntu developers and other mailing list followers,
 
 I'm very glad to announce that Jack Fromm (IRC: jjfrv8) is the new
 Xubuntu Documentation lead! The change is effective immediately.
snip

Congratulations to both the project, and Jack! Very nice addition, happy to see
this area going forward with such talent.


Best regards,

-- 
Jaska (astraljava @ irc.freenode.net)



signature.asc
Description: Digital signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Re: New Xubuntu team member: Jack Fromm

2013-07-19 Thread Janne Jokitalo
On Fri, Jul 19, 2013 at 03:27:26AM +0300, Pasi Lallinaho wrote:
 Hello people,
 
 as of now, Jack Fromm (jjfrv8) is a member of the Xubuntu team. He has
 demonstrated motivation and skills to help the Xubuntu team for several
 cycles now. The Xubuntu documentation wouldn't be what it is without him
 – thanks!
 
 Jack, welcome to the team!

Hi,

good to see new blood flowing into the project. Congratulations, Jack, and
welcome from my part as well (even though I'm not active at the moment, I'm
still interested and following semi-closely)!

-- 
Jaska



signature.asc
Description: Digital signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Re: studio and xubuntu

2013-02-25 Thread Janne Jokitalo
On Sun, Feb 24, 2013 at 08:27:51PM -0800, Len Ovens wrote:
 We chose to use xubuntu as the base for ubuntu studio to ease maintenance
 issues. Hoping we could work with them to give both of us less work.
snip
 [...] Studio is based on xubuntu 11.10.

I don't understand this. Studio bases on current cycle packages every time, it's
not looking back in any way. The whole point is to not having to maintain
anything in the core package level, that would occur had we chosen to stand on
an older release only (eventually anyway, once the support from vanilla and
Xubuntu team ends).

Is this just a misunderstanding of some sort?

 Just remembered they enable gnome services by default, we don't. I would
 like to know why :) Maybe it would fix some of the bits we have had
 problems with.

I can check later today, I'm sure it's somewhere in the seeds.

 Anyway, I have installed xubuntu on my netbook so I can see what
 differences there are and if we should make changes too.

Which version did you install, and which version are you comparing it with?


Best regards,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Should Ubuntu Studio get into Wubi?

2012-11-15 Thread Janne Jokitalo
On Thu, Nov 15, 2012 at 11:57:01AM +0100, Kaj Ailomaa wrote:
 On Thu, 15 Nov 2012 11:28:07 +0100, Janne Jokitalo
 astralj...@kapsi.fi wrote:
 
 On Thu, Nov 15, 2012 at 06:14:21PM +0800, Ho Wan Chan wrote:
 Someone complained in Launchpad Bug 1070682 (
 https://bugs.launchpad.net/ubuntustudio/+bug/1070682) before that Ubuntu
 Studio is not an option in the Wubi.
 
 Yes, some do say that Ubuntu Studio shouldn't be in it since that it is
 very difficult to get some multimedia-specific things to work.
 However I do believe at least we should give them that option.
 
 Vote whether you want Ubuntu Studio on Wubi in this mailing
 list. Length of vote: 2 weeks.
 
 I already got the code ready to implement it into Wubi so it
 just depends on whether you want it or not.
 
 Good work guys. I'll just repeat what I mentioned before; it
 should be enabled
 only if people are willing to support it. So I have a suggestion
 for you; add
 another question to your poll:Do you want Studio on Wubi, and if
 so, then are
 you willing to support it?
 
 Yeah, I don't feel we need to vote about this. I did suggest Howard
 would post about it since I remember someone having opposing
 opinions about it.

I think that was me. :)

 We have been getting numerous questions about wubi and the lack of
 Ubuntu Studio support. Seems like many people want it.

Ok.

 I don't have a good idea about what the downsides of Wubi would be.
 If there are any, it would be great to hear them.
 Also, we might need to test this. So, perhaps we just implement it,
 and then decide later if it was a good idea or not?

Testing of course is the first step in finding out whether it is supportable, 
or whether there are obstacles at all. Like I mentioned during the last
discussion about it, my information was probably way outdated, and many of the
issues might have gone away already. There's nothing to stop you from getting it
included, and start allocating some time on it. The Final Freeze is still months
ahead. :)


-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Kernel update dependency issue

2012-11-06 Thread Janne Jokitalo
 On 2012-11-6 下午6:35, Ralf Mardorf ralf.mard...@alice-dsl.net wrote:
 
  Hi,
 
  the lowlatency kernel upadate will install GRUB.
  I don't have a bootloader installed for Ubuntu Studio Quantal and I
  don't want to have a bootloader installed.

 On Tue, Nov 06, 2012 at 08:51:51PM +0800, Ho Wan Chan wrote:
 Very strange for you to say this is an problem.
 
 1. It is not just linux-lowlatency that recommends grub-pc, linux-generic
 recommends that too.
 
 2. I am more perplexed about how come you don't have a bootloader and
 doesn't want to install grub. How can you boot into your OS if you don't
 even install a bootloader?

Please don't top-post, re-organized for better readability.

$ sudo apt-get install --no-install-recommends

...will get you where you want.


Best regards,

-- 
Jaska (astraljava on freenode.net)
 


signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Just upgraded to 12.10 via update-manager...

2012-11-02 Thread Janne Jokitalo
On Fri, Nov 02, 2012 at 08:21:43PM -0400, Andrew Huys wrote:
 And I'm not overly fond of it...
 
 Where's palimpsest? Is this gnome-disks supposed to be a
 replacement? 

From [0]:

GNOME Disks or simply, Disks,[...] - Disks was previously known as GNOME Disk
Utility or palimpsest.

 What happened to xfrun4?

I'm not sure what you mean. It's developed?

 Why do I suddenly have applications crashing left and right?

We're lacking the crystal ball. Have you filed bugs?

 Anyway, is there an easy way to de-upgrade?

No.

 Or would I do better to just reinstall 12.04?

Yes, unless you want to ensure any possible bugs could be fixed in the future
versions.

[0]: http://en.wikipedia.org/wiki/GNOME_Disks


Best regards,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: xfce-cpufreq plugin and upgrades

2012-10-23 Thread Janne Jokitalo
On Mon, Oct 22, 2012 at 06:16:19PM -0700, Len Ovens wrote:
snip
 Adding the two metas to quanal desktop as an SRU would be a good idea.
 They should stay there until after the next LTS so that LTS - LTS upgrade
 works as well.

I'm not sure I understand. What two metas should be added to _quantal_, in
relation to LTS-to-LTS upgrades? quantal isn't an LTS release.


-- 
Jaska



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: xfce-cpufreq plugin and upgrades

2012-10-23 Thread Janne Jokitalo
On Tue, Oct 23, 2012 at 10:58:24AM +0200, Ralf Mardorf wrote:
 That reminds me of the sh issue. By default it links to dash:
 [spinymouse@archlinux ~]$ ls /run/media/spinymouse/qrc/bin/sh -l 
 lrwxrwxrwx 1 root root 4 Oct 13 22:24 /run/media/spinymouse/qrc/bin/sh
 - dash
 
 This can be reconfigured by sudo dpkg-reconfigure dash, I didn't do it
 until now. Note that the shebang doesn't solve the issue, I need to
 start the scripts with bash instead of sh (unimportant for the
 example below, that should run in dash too, not tested).
 
 However, default nowadays usually is a link to bash, Ubunbtu Studio IMO
 should link to bash to, otherwise averaged modern scripts can't be
 run using sh.

This is not a Studio issue, and in fact is not an issue at all. Ubuntu has long
ago defaulted to using dash as the system shell, but bash as the login shell.

I doubt this will be changed back, and you can read up on the reasons at [0].

[0]: https://wiki.ubuntu.com/DashAsBinSh


Best regards,

-- 
Jaska (astraljava on freenode.net)
 


signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: xfce-cpufreq plugin and upgrades

2012-10-23 Thread Janne Jokitalo
On Tue, Oct 23, 2012 at 05:00:21PM +0800, Ho Wan Chan wrote:
 2012/10/23 Janne Jokitalo astralj...@kapsi.fi
 
  On Mon, Oct 22, 2012 at 06:16:19PM -0700, Len Ovens wrote:
  snip
   Adding the two metas to quanal desktop as an SRU would be a good idea.
   They should stay there until after the next LTS so that LTS - LTS
   upgrade works as well.
 
  I'm not sure I understand. What two metas should be added to _quantal_, in
  relation to LTS-to-LTS upgrades? quantal isn't an LTS release.
 
 Er the two metas are the photography and publishing metas. Since
 12.04-12.10 upgrades don't include these metas, we hope to at least be
 able to provide this when 14.04 LTS releases.

Please don't top-post.

Yes, and that is my reasoning exactly. When precise didn't have these metas,
what difference does it make for LTS-to-LTS upgrade, to have them in quantal?


Best regards,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: upgrades 12.04 - 12.10

2012-10-17 Thread Janne Jokitalo
On Tue, Oct 16, 2012 at 08:49:39PM -0700, Len Ovens wrote:
 What do we want to do with this? (bug #1066401 for those who care) The
 upgrade does what it should in effect, but the end result is not the same
 as a fresh install. The big difference is that the photography meta is
 only half there and the publishing meta is not there at all. We can SRU
 these two metas into Desktop till after next LTS and that would fix that.
 It would also install more software into the user machine they may not
 need/want.

I'm a little on the fence on this matter myself. Basically, I'd like upgrading
to add as little as possible, to secure as problem-free procedure as possible.
While this would mean the user might be unaware of certain additions to the new
release, I'm guessing they might still prefer the functionality of their system.

Besides, aren't Release Notes for informing of changes and new features in a
release? :)

 We can accept the install as is (so long as the machine runs right with
 what SW it does have) and include an install note that allows the user to
 install those metas if they choose. We could go back to only recommending
 a fresh install.

I'm supposing that's the recommendation that's always been there.


-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: [xubuntu-users] Testing : Quantal Beta2

2012-09-26 Thread Janne Jokitalo
On Wed, Sep 26, 2012 at 07:37:40PM +0100, Elfy wrote:
 On 26/09/12 17:23, David Gerard wrote:
 On 26 September 2012 17:20, Elfy ub.u...@btinternet.com wrote:
 
 As I write this we have no results on the QA tracker for Beta2.
 We need to get these passed in order for the Beta to be passed prior to
 12:00UTC on 27th September.
 We'd like to see results before 1200 so nay last minute discussions can be
 had.
 Downloads and testcases can be found on the tracker at
 
 Is there a link that says what to do with these?
 
 To be frank I used to use these
 
 https://wiki.ubuntu.com/Xubuntu/Testing/Short (which is now
 completely blank) and https://wiki.ubuntu.com/Xubuntu/Testing/Long
 to do the tests
 
 I'm not sure which of the various testcases shown against the
 Xubuntu iso tracker we should use now.
 
 Hope someone reading this knows and tells us

As discussed on IRC, the test cases have been integrated into the new test case
tracker, which is linked to whenever you click on the test, ie. Install (manual
partitioning), the link says Detailed information on the testcase, and points
to [0].

The same link, btw., is also there before you even click on the Install...
link, on the left there's the picture of a page with a wrench on top of it.

[0]: http://iso.qa.ubuntu.com/qatracker/testcases/1302/info


Best regards,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Re: Ubuntu Studio precise pangolin 12.04.1 RCs on ISO tracker

2012-08-22 Thread Janne Jokitalo

-- 
Ubuntu-qa mailing list
ubuntu...@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-qa
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio precise pangolin 12.04.1 RCs on ISO tracker

2012-08-22 Thread Janne Jokitalo
On Wed, Aug 22, 2012 at 11:19:46AM +0300, Stuart McQuade wrote:
 Just tested that ISO on a HP DC5750. Installation went fine, I played around
 bit - no problems or complaints from me. :)
 
 I would have filled in a testing form at
 http://iso.qa.ubuntu.com/qatracker/milestones/230/builds but my Ubuntu
 single-sign on won't give me access.

Hi Stuart,

you can go on IRC and join the channel #canonical-sysadmin to inquire about the
problems with your SSO.

It'd be greatly appreciated if we got all results filed on the tracker.

Thanks a lot!


Best regards,

-- 
Jaska (astraljava on freenode.net)



pgp0PDEFos27m.pgp
Description: PGP signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Ubuntu Studio precise pangolin 12.04.1 RCs on ISO tracker

2012-08-19 Thread Janne Jokitalo
Hi,

we once again need your assistance on the release candidates of our first point
release of precise pangolin, 12.04.1. The testing is tracked on the ISO tracker
[0], and as usual, we have the dvd image for both archs (i386 and amd64).

If you have time, please help us make sure the images are of the usual ubuntu
quality. :) Should you have questions or problems, please do not hesitate to
voice them by responding to this email, or on the IRC chatrooms [1].

Looking forward to your contributions, huge thanks in advance!

[0]: http://iso.qa.ubuntu.com/qatracker/milestones/230/builds
[1]: #ubuntustudio and #ubuntustudio-devel on irc.freenode.net


Best regards,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Ubuntu Studio precise pangolin 12.04.1 RCs on ISO tracker

2012-08-19 Thread Janne Jokitalo
Hi,

we once again need your assistance on the release candidates of our first point
release of precise pangolin, 12.04.1. The testing is tracked on the ISO tracker
[0], and as usual, we have the dvd image for both archs (i386 and amd64).

If you have time, please help us make sure the images are of the usual ubuntu
quality. :) Should you have questions or problems, please do not hesitate to
voice them by responding to this email, or on the IRC chatrooms [1].

Looking forward to your contributions, huge thanks in advance!

[0]: http://iso.qa.ubuntu.com/qatracker/milestones/230/builds
[1]: #ubuntustudio and #ubuntustudio-devel on irc.freenode.net


Best regards,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


[Ubuntu Studio] Release Meeting 2012-08-17

2012-08-17 Thread Janne Jokitalo
=== What was done engineering wise? === 

* linux-lowlatency (3.5.0-10.9)

=== What's about to land that might impact the other teams and release as a 
whole? === 

* N/A 

=== Summary of bugs working on by team (reasonably reliable) === 

* [Bug 1035954] Re: ubuntustudio web site is missing icon. 
(https://bugs.launchpad.net/bugs/1035954)
* [Bug 1001936] Re: GTK3 Grab/Move Triggered on Mouse Click 
(https://bugs.launchpad.net/bugs/1001936)

=== Dependencies on other teams to make deliverables, blocking items, release 
wide concerns? === 

* N/A 


Best regards,

-- 
Jaska (astraljava on freenode.net)



pgpLY95t3lHGj.pgp
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Ubuntu Studio Meeting

2012-08-11 Thread Janne Jokitalo
On Sun, Aug 12, 2012 at 12:01:55AM +0800, Ho Wan Chan wrote:
 Hi.
 
 I'm Howard Chan, newest member of Ubuntu Studio team
 
 We are to have a meeting at 14:00 UTC, 13/8/2012, at #ubuntu-meeting.
 
 Please add agenda in https://help.ubuntu.com/community/UbuntuStudio/meeting

Hi,

thanks for showing the initiative. Just one change, the agenda and the minutes
are actually over at the wiki side. The proper place for the agenda is:

https://wiki.ubuntu.com/UbuntuStudio/Meetings

I've also taken the liberty to create the initial agenda, find it here:

https://wiki.ubuntu.com/UbuntuStudio/Meetings/2012August13

Please add items that you feel should be handled in this meeting.


-- 
Jaska (astraljava on freenode.net)



pgpJiWTfIQS0Z.pgp
Description: PGP signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Ubuntu Studio Meeting

2012-08-11 Thread Janne Jokitalo
On Sun, Aug 12, 2012 at 12:01:55AM +0800, Ho Wan Chan wrote:
 Hi.
 
 I'm Howard Chan, newest member of Ubuntu Studio team
 
 We are to have a meeting at 14:00 UTC, 13/8/2012, at #ubuntu-meeting.
 
 Please add agenda in https://help.ubuntu.com/community/UbuntuStudio/meeting

Hi,

thanks for showing the initiative. Just one change, the agenda and the minutes
are actually over at the wiki side. The proper place for the agenda is:

https://wiki.ubuntu.com/UbuntuStudio/Meetings

I've also taken the liberty to create the initial agenda, find it here:

https://wiki.ubuntu.com/UbuntuStudio/Meetings/2012August13

Please add items that you feel should be handled in this meeting.


-- 
Jaska (astraljava on freenode.net)



pgpIpXQFgZXGr.pgp
Description: PGP signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Xubuntu precise pangolin 12.04.1 candidate testing

2012-08-07 Thread Janne Jokitalo
Hi gang,

the first point release of precise is looming nearby. To help making sure it is
in top shape, you can test the candidates at [0]. To report the status of the
images, you can file the results at [1].

If you need guidance in doing the testing and reporting, help can be found at
[2], and you can of course always ask on this mailing list, or contact us on IRC
[3].

Every bit counts, and is hugely appreciated! Thanks for your contribution in
advance! :)

[0]: http://cdimage.ubuntu.com/xubuntu/precise/daily/current/ and
http://cdimage.ubuntu.com/xubuntu/precise/daily-live/current/
[1]: http://iso.qa.ubuntu.com/qatracker/milestones/204/builds
[2]: http://xubuntu.org/contribute/qa/#testing
[3]: #xubuntu and #xubuntu-devel on irc.freenode.net


Best regards,

-- 
Jaska (astraljava on freenode.net)



pgpKYq4QtLylw.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Re: xubuntu-devel Digest, Vol 82, Issue 19

2012-07-30 Thread Janne Jokitalo
 On Jul 29, 2012 11:53 AM, Richard Herist finickydes...@hotmail.com
 wrote:
 
   I think vlc should be the default music and video player
On Sun, Jul 29, 2012 at 12:55:34PM -0400, Mike Holstein wrote:
 vlc contains codecs that cannot ship with ubuntu, or it would be default

Hi, and please don't top-post, it makes following the thread that much more
difficult. :)

vlc also depends on Qt-libraries, so not all flavors/derivatives would include
it anyway.


Best regards,

-- 
Jaska (astraljava on freenode.net)



pgpHSwTd0E22t.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Call for testing Quantal Quetzal 12.10 Alpha-3 milestone release

2012-07-25 Thread Janne Jokitalo
Hi gang,

we have the third milestone release at hand for the current devel cycle. Once
again, contributor testing and bug hunting is more than appreciated, so we turn
to You again for helping us out!

I already wrote an extensive description on how to give feedback on the release
for the Alpha-2 testing, so if you'd be so kind, please read that email [0] for
details.

Most of the things remain the same, but just in case you're using direct links
instead of what's on websites, please check that:

- the builds you look for are found at [1]
- the date for the dailies is 20120724, example links at [2]
- instructions can be found at [3]

Thanks in advance for all your contributions, and for helping us make Xubuntu
better!

[0]: https://lists.ubuntu.com/archives/xubuntu-devel/2012-June/008272.html
[1]: http://iso.qa.ubuntu.com/qatracker/milestones/226/builds
[2]: For alternate amd64 ISO image, the link is: 
http://cdimage.ubuntu.com/xubuntu/daily/20120724/quantal-alternate-amd64.iso,
for desktop i386 ISO image, the link is: 
http://cdimage.ubuntu.com/xubuntu/daily-live/20120724/quantal-desktop-i386.iso
[3]: https://wiki.ubuntu.com/Xubuntu/Testing/


Best regards,


-- 
Jaska (astraljava on freenode.net)



pgpUoSYmHWRJo.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Re: Call for testing Quantal Quetzal 12.10 Alpha-3 milestone release

2012-07-25 Thread Janne Jokitalo
Just an update on this, or a small correction if you will.

Currently the ISO image is well over-weight for CDs, so you'll have to use USB
sticks or if your burning application supports it, blank DVDs, for creating the
boot media.


-- 
Jaska


On Wed, Jul 25, 2012 at 09:52:11AM +0300, Janne Jokitalo wrote:
 Hi gang,
 
 we have the third milestone release at hand for the current devel cycle. Once
 again, contributor testing and bug hunting is more than appreciated, so we 
 turn
 to You again for helping us out!
 
 I already wrote an extensive description on how to give feedback on the 
 release
 for the Alpha-2 testing, so if you'd be so kind, please read that email [0] 
 for
 details.
 
 Most of the things remain the same, but just in case you're using direct links
 instead of what's on websites, please check that:
 
 - the builds you look for are found at [1]
 - the date for the dailies is 20120724, example links at [2]
 - instructions can be found at [3]
 
 Thanks in advance for all your contributions, and for helping us make Xubuntu
 better!
 
 [0]: https://lists.ubuntu.com/archives/xubuntu-devel/2012-June/008272.html
 [1]: http://iso.qa.ubuntu.com/qatracker/milestones/226/builds
 [2]: For alternate amd64 ISO image, the link is: 
 http://cdimage.ubuntu.com/xubuntu/daily/20120724/quantal-alternate-amd64.iso,
 for desktop i386 ISO image, the link is: 
 http://cdimage.ubuntu.com/xubuntu/daily-live/20120724/quantal-desktop-i386.iso
 [3]: https://wiki.ubuntu.com/Xubuntu/Testing/
 
 
 Best regards,
 
 






pgpCrmLiOgU9p.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


[Xubuntu] Release Meeting 2012-07-20

2012-07-20 Thread Janne Jokitalo
=== What was done engineering wise? === 

* xfce4-systemload-plugin resynced from Debian testing
* xubuntu-meta updated to version 2.154
* working on catfish and xfce4-settings (on the dual-display part)

=== What's about to land that might impact the other teams and release as a
whole? === 

* N/A 

=== Summary of bugs working on by team (reasonably reliable) === 

* #1023583 Parole freezes when video is manually advanced

=== Dependencies on other teams to make deliverables, blocking items, release
wide concerns? === 

* N/A 

Best regards, (and apologies for late entry)

-- 
Jaska (astraljava on freenode.net)



pgpbaHBPeEj1F.pgp
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Xubuntu contributors meeting reminder, Wed. 10th of July, 2012

2012-07-10 Thread Janne Jokitalo
Hi gang,

just a reminder that tomorrow, Wednesday, 10th of July, 2012 we're having the
next Xubuntu contributors meeting again. As usual, the agenda and other details
can be found from our wiki page [0]. Hope to see you there!


[0]: https://wiki.ubuntu.com/Xubuntu/Meetings


Best regards,


-- 
Jaska (astraljava on freenode.net)



pgpqjgCLWmvIg.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


[Desktop-packages] [Bug 1018786] [NEW] Transport endpoint is not connected on Xubuntu quantal Alpha-2 (entire disk w/ encryption)

2012-06-28 Thread Janne Jokitalo
Public bug reported:

When testing Xubuntu quantal Alpha-2 alternate install, entire disk with
encryption (also chose to encrypt $HOME), I get an error message while
opening Thunar:

Failed to open directory jaska (that's my user). Error when getting
information for file '/home/jaska/.gvfs': Transport endpoint is not
connected.

Thunar is unable to show the contents of $HOME.

** Affects: gvfs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gvfs in Ubuntu.
https://bugs.launchpad.net/bugs/1018786

Title:
  Transport endpoint is not connected on Xubuntu quantal Alpha-2
  (entire disk w/ encryption)

Status in “gvfs” package in Ubuntu:
  New

Bug description:
  When testing Xubuntu quantal Alpha-2 alternate install, entire disk
  with encryption (also chose to encrypt $HOME), I get an error message
  while opening Thunar:

  Failed to open directory jaska (that's my user). Error when getting
  information for file '/home/jaska/.gvfs': Transport endpoint is not
  connected.

  Thunar is unable to show the contents of $HOME.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1018786] [NEW] Transport endpoint is not connected on Xubuntu quantal Alpha-2 (entire disk w/ encryption)

2012-06-28 Thread Janne Jokitalo
Public bug reported:

When testing Xubuntu quantal Alpha-2 alternate install, entire disk with
encryption (also chose to encrypt $HOME), I get an error message while
opening Thunar:

Failed to open directory jaska (that's my user). Error when getting
information for file '/home/jaska/.gvfs': Transport endpoint is not
connected.

Thunar is unable to show the contents of $HOME.

** Affects: gvfs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Transport endpoint is not connected on Xubuntu quantal Alpha-2
  (entire disk w/ encryption)

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

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


[Bug 1018786] [NEW] Transport endpoint is not connected on Xubuntu quantal Alpha-2 (entire disk w/ encryption)

2012-06-28 Thread Janne Jokitalo
Public bug reported:

When testing Xubuntu quantal Alpha-2 alternate install, entire disk with
encryption (also chose to encrypt $HOME), I get an error message while
opening Thunar:

Failed to open directory jaska (that's my user). Error when getting
information for file '/home/jaska/.gvfs': Transport endpoint is not
connected.

Thunar is unable to show the contents of $HOME.

** Affects: gvfs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Transport endpoint is not connected on Xubuntu quantal Alpha-2
  (entire disk w/ encryption)

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

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


[Bug 1018075] [NEW] quantal still wants linux-lowlatency-pae on i386 even when that variant has gone away already

2012-06-26 Thread Janne Jokitalo
Public bug reported:

In an email from CD Image cdim...@nusakan.canonical.com, we see that:

 linux-lowlatency-pae : Depends: linux-image-lowlatency-pae (=
3.5.0.1.1) but it is not going to be installed

Could the meta be updated accordingly? I will change the seeds to look
for headers without the -pae. Thanks!

** Affects: ubuntustudio-meta (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  quantal still wants linux-lowlatency-pae on i386 even when that
  variant has gone away already

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/1018075/+subscriptions

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


[Xubuntu] Release Meeting 2012-06-22

2012-06-20 Thread Janne Jokitalo
=== What was done engineering wise? ===

* Discussion relating to team blueprints for the cycle

=== What's about to land that might impact the other teams and release as a 
whole? ===

* N/A

=== Summary of bugs working on by team (reasonably reliable) ===

* N/A

=== Dependencies on other teams to make deliverables, blocking items, release 
wide concerns? ===

* No release concerns, the team is confident to go for Alpha-2


Best regards,

-- 
Jaska (astraljava on freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Xubuntu-dev] [Blueprint other-q-xubuntu-qa-procedures] Review the Xubuntu QA procedures

2012-06-14 Thread Janne Jokitalo
Blueprint changed by Janne Jokitalo:

Whiteboard changed:
  Things to report to QA people:
-  * Test case statuses: Move auto-resize and entire disk with encrpytion 
(alternate) to run-once
-  * Drop Wubi support; further actions needed?
+  * Test case statuses: Move auto-resize and entire disk with encrpytion 
(alternate) to run-once
+  * Drop Wubi support; further actions needed?
  
  Xubuntu in the testcase wiki:
-  * Start page
-  * Different pages for different tests; Include the Ubuntu tests as well as 
a paragraph about Xubuntu-specific short/long tests
+  * Start page
+  * Different pages for different tests; Include the Ubuntu tests as well as 
a paragraph about Xubuntu-specific short/long tests
+ * Already existing new pages: https://wiki.ubuntu.com/Xubuntu/Testing/Short

-- 
Review the Xubuntu QA procedures
https://blueprints.launchpad.net/ubuntu/+spec/other-q-xubuntu-qa-procedures

___
Mailing list: https://launchpad.net/~xubuntu-dev
Post to : xubuntu-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~xubuntu-dev
More help   : https://help.launchpad.net/ListHelp


Xubuntu QA meeting on Sunday, 17th of June 2012

2012-06-14 Thread Janne Jokitalo
Hi gang,

this upcoming Sunday (17th of June) we're having the first QA process
development meeting for Xubuntu flavor. As a new QA lead, I'm interested in
enhancing the way we're assuring that the product we're building during the
development cycle performs at its best, preferably even during the development.
For this, I'm looking to see assistance from all interested parties. That means
YOU, too. :)

For starters, we have already begun the refining of testcases [0] for ISO
images. There are other work items currently on-going as well, and you can
follow the progress of them at [1]. If there's anything you'd like to discuss
about, the upcoming meeting is a perfect, but not the only, occasion to do that.
At any time, you can address me or anyone from the Xubuntu Team about anything
you have on your mind by chatting on our development IRC channel [2] or by
writing to our development mailing list [3]

Other things relating to the quality that I'd like to see getting improvements
over this cycle are:

  * Boot-time speed-up
  * Compositor usage

Currently these don't have specific blueprints, but we can either do something
about that, or keep working on the issues despite the lack of such. We can also
talk about this in the meeting, provided enough knowledgeable people are
present. If not, I'll raise the issue with other leads with the outcome of the
meeting.

The list above does not by any means limit the topics of the conversation, but I
do like to stress that this meeting isn't about adding new features or functions
to the product that we're building. Its aim is to find issues, viewpoints and
details that can be improved in the already existing components, or the
integration of them. The development team, however, is always willing to discuss
topics outside the scope of this meeting in our already mentioned forums, so
feel free to raise any issues, throw in wishes and hopes that you may have, but
please do it on any other time than during this meeting. :)

But without further ado, I hope to see enthusiastic people willing to contribute
to the quality of our fine flavor on Sunday. The meeting takes place on our
development IRC channel [2], and you can check the exact time at [4]. Welcome!

[0]: https://wiki.ubuntu.com/Xubuntu/Testing/Short
[1]: https://blueprints.launchpad.net/ubuntu/+spec/other-q-xubuntu-qa-procedures
[2]: #xubuntu-devel @ irc.freenode.net
[3]: https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
[4]:
http://timeanddate.com/worldclock/fixedtime.html?msg=Xubuntu+QA+meetingiso=20120617T16ah=1am=30


Best regards,

-- 
Jaska (astraljava on irc.freenode.net)



pgpH3s4Y3h6F2.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


[Xubuntu] Release Meeting 2012-06-08

2012-06-08 Thread Janne Jokitalo
=== What was done engineering wise? ===

* No directly related packages were uploaded.

=== What's about to land that might impact the other teams and release as a 
whole? ===

* N/A

=== Summary of bugs working on by team (reasonably reliable) ===

* https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1008682 was discussed

=== Dependencies on other teams to make deliverables, blocking items, release 
wide concerns? ===

* N/A


Best regards,

-- 
Jaska (astraljava on freenode.net)



pgp1WHyzfAf3r.pgp
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Xubuntu meeting times Next Xubuntu community meeting

2012-06-04 Thread Janne Jokitalo
On Mon, Jun 04, 2012 at 03:38:56PM +0300, Pasi Lallinaho wrote:
 Hello,
snip 
 Unfortunately, none of these times work for mr_pouit, but... Since the
 QA meeting is on Friday's and we need to report our progress there, I'm
 selecting Wednesday 3PM–4PM, since it's closest. (If we need to
 reschedule, let's use the above list as the first guideline.)
 
 I'm away this Wednesday, so the next community meeting (and first in the
 Quantal cycle) is on 13th of June at 3PM. The place is #xubuntu-devel on
 Freenode as usually.

Hi,

just to clarify, what's the reoccurring pattern for these meetings, or is there
such a thing?


BR,

-- 
Jaska (astraljava on freenode.net)



pgpeERaUvy9oO.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


[Xubuntu] Release Meeting 2012-06-01

2012-06-01 Thread Janne Jokitalo
=== What was done engineering wise? === 

* Blueprints refining
* Defining work items

=== What's about to land that might impact the other teams and release as a 
whole? ===

* N/A

=== Summary of bugs working on by team (reasonably reliable) === 

* Nothing major

=== Dependencies on other teams to make deliverables, blocking items, release 
wide concerns? ===

* N/A


Best regards,

--
Jaska (astraljava on freenode.net)



pgpDLsA3kkmab.pgp
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: Alpha 1 - Manifest?

2012-06-01 Thread Janne Jokitalo
On Thu, May 31, 2012 at 09:04:00PM -0500, Kate Stewart wrote:
 Hiya,
Based on the discussions in our meeting last week, and some follow up
 with various teams,  I believe the following is what we'll be aiming at
 for Alpha 1 next week.Please review and let me know if there needs
 to be updates. 
 
 Thanks, Kate
 
 Alpha 1 Image Manifest
 --
snip 
 Xubuntui386/amd64  livefs, alsternate

Hi,

Xubuntu has no plans to release Alpha-1 this time around.


Thanks,

-- 
Jaska (astraljava on freenode.net)



pgpVwym4mBMWs.pgp
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


[Bug 1002250] Re: [quantal] xfce4-utils is deprecated in 4.10

2012-05-31 Thread Janne Jokitalo
** Changed in: ubuntustudio-default-settings (Ubuntu)
 Assignee: Janne Jokitalo (astraljava) = (unassigned)

** Changed in: ubuntustudio-meta (Ubuntu)
 Assignee: Janne Jokitalo (astraljava) = (unassigned)

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

Title:
  [quantal] xfce4-utils is deprecated in 4.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-default-settings/+bug/1002250/+subscriptions

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


[Bug 1005379] Re: ISO will not build from package conflict

2012-05-28 Thread Janne Jokitalo
*** This bug is a duplicate of bug 1002250 ***
https://bugs.launchpad.net/bugs/1002250

** This bug has been marked a duplicate of bug 1002250
   [quantal] xfce4-utils is deprecated in 4.10

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

Title:
  ISO will not build from package conflict

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/1005379/+subscriptions

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


[Bug 1002250] Re: [quantal] xfce4-utils is deprecated in 4.10

2012-05-28 Thread Janne Jokitalo
** Changed in: ubuntustudio-default-settings (Ubuntu)
 Assignee: (unassigned) = Janne Jokitalo (astraljava)

** Changed in: ubuntustudio-meta (Ubuntu)
 Assignee: (unassigned) = Janne Jokitalo (astraljava)

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

Title:
  [quantal] xfce4-utils is deprecated in 4.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-default-settings/+bug/1002250/+subscriptions

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


Re: ubuntustudio 12.04 amd64+mac

2012-05-05 Thread Janne Jokitalo
On Sat, May 05, 2012 at 12:38:22AM +0200, Fabio Tesser wrote:
 Hi all,
 
 I would like to use Ubuntu Studio 12.04 on a mac boook pro.
snip 
 Does anyone know if an Ubuntu Studio 12.04 amd64+mac iso image exist
 or alternately if there is a recipe to build one?

Hi Fabio,

this has been my plan, actually, to try and get it tested during the quantal
cycle. I just recently got a hold of a MBP, so I can do that myself to some
extent, but I'd really like there to be others participating. Would you be
interested?


-- 
Jaska (astraljava on irc.freenode.net)



pgphvu3QkXTcQ.pgp
Description: PGP signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: Ubuntu Studio 12.04 LTS Release

2012-04-27 Thread Janne Jokitalo
On Fri, Apr 27, 2012 at 05:23:35AM -0700, Mike Chesk wrote:
 Thanks for everyones efforts,
    Looking forward to adding the KXstudio repos and testing it out!

Thanks for the praise.

You're of course free to do as you wish, but please bear in mind that additional
PPAs may inflict instability to your systems, and debugging such issues can be
tricky. The team will not provide official support for such cases either.

That is not to say that you won't find help for it, but just letting you know
where we stand.


-- 
Jaska (astraljava on freenode.net)



pgpekvstEV8lJ.pgp
Description: PGP signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: 12.04 studio release...

2012-04-27 Thread Janne Jokitalo
On Fri, Apr 27, 2012 at 06:53:41PM +0200, Ralf Mardorf wrote:
snip
 Today I'll stay at the wget download. It's at 37% and it will still take
 96 minutes. Time for me to read and answer tons of old emails.

Ralf, you do know the -c switch for wget? It's continuing from where it left
off, if the connection drops at some point.


-- 
Jaska



pgpx0U0eJ43PT.pgp
Description: PGP signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: [Bug 988834] [NEW] package plymouth-theme-ubuntustudio 0.42 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-26 Thread Janne Jokitalo
Hi, and thanks for the report! However, as stated in the Release Notes, we do
not recommend using the LTS-to-LTS upgrade path due to immense changes in the
desktop environment alone. If you have problems you cannot easily overcome,
please write about them first on the support mailing list [0], join us on the
support channel [1], or file new bugs. I'm marking this one as invalid now.

 status invalid
 


** Changed in: ubuntustudio-look (Ubuntu)
   Status: New = Invalid

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

Title:
  package plymouth-theme-ubuntustudio 0.42 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-look/+bug/988834/+subscriptions

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


Re: [Bug 791467] Re: gcdmaster not built on Oneiric: breaks ubuntustudio installation with additional software

2012-04-25 Thread Janne Jokitalo
https://launchpad.net/gcdmaster-gtk3

Please help if you can.

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

Title:
  gcdmaster not built on Oneiric: breaks ubuntustudio installation with
  additional software

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

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


AMD64 images need some love (was: [xubuntu-users] Xubuntu and Ubuntu Studio Release Candidate images on ISO tracker)

2012-04-24 Thread Janne Jokitalo
On Sat, Apr 21, 2012 at 11:13:57PM +0300, Janne Jokitalo wrote:
snip 
 Release Candidates have been released, and they're in great need of testing.
 Please help us with finding the rest of the bugs in hiding, go to
 http://iso.qa.ubuntu.com/ now!

Hi, it's me again! Thanks so much for everyone who's helped us thus far!

However, our AMD64 images are in dire need of testrunning. If you can, please
help! The release is in less than 2 days, and unless we get the pre-release
images tested, they won't reach the final status, and thus won't be released
officially.

Thanks in advance for your support and contribution! And again, do not hesitate
to contact us either here on this mailing list, or in IRC [0].

[0]: #xubuntu and #xubuntu-devel on irc.freenode.net


Best regards,

-- 
Jaska (astraljava on irc.freenode.net)
 


pgpBmZdhpp1gw.pgp
Description: PGP signature
-- 
xubuntu-devel mailing list
xubuntu-de...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel


Xubuntu and Ubuntu Studio Release Candidate images on ISO tracker

2012-04-21 Thread Janne Jokitalo
Ladies and gentlemen, boys and girls, testing time is here...

First off, let me apologize for the cross-posting. But please swallow your
rising anger, and read on, I have an explanation embedded in the message.

Release Candidates have been released, and they're in great need of testing.
Please help us with finding the rest of the bugs in hiding, go to
http://iso.qa.ubuntu.com/ now!

You will see a list of releases that are being tracked currently. The latest and
the most important is the Precise Pre-Release. But before you click on that
link, please do log in first on your left hand menu button. If you have a Ubuntu
Single Sign-on account, you will be prompted to log in with that (it includes
all wiki accounts, LP accounts etc.). If you don't, now is an excellent
opportunity to create one.

Once you've logged in, you can click on the link mentioned above. You will be
introduced with a long list of images in need of quality assurance. Most of
these have good assistance, but if you feel like it, please help the other
flavors/teams by testing their images as well. 

I'm mostly interested in two projects, though, and asking for help on them. They
would be Xubuntu and Ubuntu Studio. Why? Because starting from oneiric release
cycle, Ubuntu Studio started using Xubuntu as the base for the release. So
helping Xubuntu also directly helps Ubuntu Studio. But choosing either one will
benefit both projects. It all comes down to your individual preference, whether
you're more interested about an all-around desktop distribution, or need more
multimedia-related features.

So according to your machine, you would be choosing either i386 or amd64 arch.
(do ask if you're unsure which you should be using) If you're choosing Ubuntu
Studio, you're left with the live-dvd only, but for Xubuntu you can choose
whether you need more advanced features for the installer (like encryption for
more than just /home directory etc. which can be found in the alternate image)
or if you want to test the system first without making changes to it (this would
be the live-cd).

For Ubuntu Studio, you are faced with two test cases; Install (ubiquity) and
Live Session. The latter is the one you would choose when you want to see how
the distribution runs, prior to proceeding with the install, whereas the former
will commence with the install immediately.

For Xubuntu, you have more choices. The alternate installer provides
auto-resize, entire disk and entire disk with encryption test cases (plus the
once-only manual partitioning case), and the desktop image add the wubi
installer case to the aforementioned bunch. The run-once test case means it's
considered reliable if it has been ran once, by anyone, during the whole Release
Candidate ISO tracking process. All the other test cases need to be re-run, if
there are updates to the images, which occasionally happens (and has happened
several times already, hence I'm only now giving the larger audience this
notification email).

When you execute a test case, please make sure to read the test case
specifications linked to on the image page (saying 'Link to the testcase'), and
also please provide bug information if you happen to stumble upon any (bug
filing in LaunchPad is explained in length at [0]).  The hardware profile part
is optional, but highly appreciated, especially if there are bugs filed. It's
totally free-form, just feel free to fill in any info regarding your setup.

And that's it, you've then officially been an important part in the quality
assurance process for Ubuntu development! The projects and the whole community
thanks You for your contribution! :)


Oh and finally a few words for the people filing an application to Xubuntu
Testers team. I'm going to go through them during the next 24 hours. Please make
sure you've added yourself on the wiki page listed in the description of the
team's LP page. It'll help us review your application, thus quickening the
process. It also helps if you have a public email listed in your LP profile, but
that's not absolutely necessary.

Looking forward to seeing lots of results soon. Thanks in advance for all the
help You can give us!

If you have some questions you don't feel like asking on the mailing lists, or
generally just want to talk about the contributing to the projects, feel free to
stop by at our IRC channels [1]. Most of the time there are helpful people
willing to resolve any issues you might have, but please bear in mind that even
though nicks are visible, it doesn't necessarily mean anyone's staring at the
channel all the time. Some of us have persistent connections for several
purposes, but have life outside of the network, as crazy as it might sound like.
:)

[0]: URL:https://help.ubuntu.com/community/ReportingBugs
[1]: For Xubuntu, go to #xubuntu, and for Ubuntu Studio, go to #ubuntustudio.
The server is irc.freenode.net, instructions on how to connect at
URL:https://help.ubuntu.com/community/InternetRelayChat


Best regards,

-- 
Jaska 

Re: Xubuntu and Ubuntu Studio Release Candidate images on ISO tracker

2012-04-21 Thread Janne Jokitalo
Please don't top-post, thanks!

On Sat, Apr 21, 2012 at 05:12:59PM -0500, Dan smith wrote:
 On Sat, Apr 21, 2012 at 4:22 PM, Len Ovens l...@ovenwerks.net wrote:
 
 
  On Sat, April 21, 2012 1:13 pm, Janne Jokitalo wrote:
 
 
   For Ubuntu Studio, you are faced with two test cases; Install (ubiquity)
   and
   Live Session. The latter is the one you would choose when you want to see
   how
   the distribution runs, prior to proceeding with the install, whereas the
   former
   will commence with the install immediately.
 
  Just a quick note, I have found that installing from the live session is
  just as fast as installing from boot, while providing more options.
 
   - open a terminal (xterm) and run less /var/log/syslog. Press F once
running to follow the tail (I am told tail -f doesn't work).
 
   - being able to kill ubiquity from a terminal if needed.
 
   - If you have a drive you don't want touched (including the grub sector)
mount it by opening file manager and clicking on the drive you want
left alone and opening a subfolder. ubuiquity will ask if you want it
to try umounting it... say no.
 
   - if using wireless, it can be connected before running the installer.
The installer will give one more option on one of the first few pages.
 
  However, in all fairness, both ways need testing.

 Downloading as I type.
 What's the bug reporting process?  Will I need to be granted access to
 anything?  I registered single sign on using draci...@yahoo.com email
 address.

No need for any further privileges, just sign in on the website as explained in
my original email. And it has the link to the process as well, but let me repeat
myself: 

On the site, once logged in, you choose Precise Pre-Release tracking,
then whatever image you're interested in testing, then the test case (as we're
on Studio's list, you want either the live session or the install directly). Now
you should see 'Link to the testcase' link above the results form. From there
you can see what things are expected to be tested before the results can be
accurately submitted.

Thanks for showing interest!


-- 
Jaska



pgpCKTkczJemi.pgp
Description: PGP signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Xubuntu and Ubuntu Studio Release Candidate images on ISO tracker

2012-04-21 Thread Janne Jokitalo
On Sat, Apr 21, 2012 at 11:04:22PM -0500, Dan smith wrote:
   Downloading as I type.
   What's the bug reporting process?  Will I need to be granted access to
   anything?  I registered single sign on using draci...@yahoo.com email
   address.
 
  No need for any further privileges, just sign in on the website as explained
  in my original email. And it has the link to the process as well, but let me
  repeat myself:
 
  On the site, once logged in, you choose Precise Pre-Release tracking, then
  whatever image you're interested in testing, then the test case (as we're on
  Studio's list, you want either the live session or the install directly).
  Now you should see 'Link to the testcase' link above the results form. From
  there you can see what things are expected to be tested before the results
  can be accurately submitted.
 
  Thanks for showing interest!
 
 Sorry about the top posting.  NP, glad to help.  Yep grabbed the studio
 precision ISO, Burned it already will install it on at least 5 machines
 tomorrow.

Good news, thanks! Just for your convenience, if your machines support booting
from USB sticks, it might save you some discs, as it's possible that there are
further re-spins of the images (every once in a while something critical appears
still at this late stage), so if you wanna test again after that, it might make
the process faster. Generally the sessions load much faster, and the install
goes smoother from the sticks, too.


-- 
Jaska



pgpPe4o6Mml7q.pgp
Description: PGP signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Xubuntu and Ubuntu Studio Release Candidate images on ISO tracker

2012-04-21 Thread Janne Jokitalo
Ladies and gentlemen, boys and girls, testing time is here...

First off, let me apologize for the cross-posting. But please swallow your
rising anger, and read on, I have an explanation embedded in the message.

Release Candidates have been released, and they're in great need of testing.
Please help us with finding the rest of the bugs in hiding, go to
http://iso.qa.ubuntu.com/ now!

You will see a list of releases that are being tracked currently. The latest and
the most important is the Precise Pre-Release. But before you click on that
link, please do log in first on your left hand menu button. If you have a Ubuntu
Single Sign-on account, you will be prompted to log in with that (it includes
all wiki accounts, LP accounts etc.). If you don't, now is an excellent
opportunity to create one.

Once you've logged in, you can click on the link mentioned above. You will be
introduced with a long list of images in need of quality assurance. Most of
these have good assistance, but if you feel like it, please help the other
flavors/teams by testing their images as well. 

I'm mostly interested in two projects, though, and asking for help on them. They
would be Xubuntu and Ubuntu Studio. Why? Because starting from oneiric release
cycle, Ubuntu Studio started using Xubuntu as the base for the release. So
helping Xubuntu also directly helps Ubuntu Studio. But choosing either one will
benefit both projects. It all comes down to your individual preference, whether
you're more interested about an all-around desktop distribution, or need more
multimedia-related features.

So according to your machine, you would be choosing either i386 or amd64 arch.
(do ask if you're unsure which you should be using) If you're choosing Ubuntu
Studio, you're left with the live-dvd only, but for Xubuntu you can choose
whether you need more advanced features for the installer (like encryption for
more than just /home directory etc. which can be found in the alternate image)
or if you want to test the system first without making changes to it (this would
be the live-cd).

For Ubuntu Studio, you are faced with two test cases; Install (ubiquity) and
Live Session. The latter is the one you would choose when you want to see how
the distribution runs, prior to proceeding with the install, whereas the former
will commence with the install immediately.

For Xubuntu, you have more choices. The alternate installer provides
auto-resize, entire disk and entire disk with encryption test cases (plus the
once-only manual partitioning case), and the desktop image add the wubi
installer case to the aforementioned bunch. The run-once test case means it's
considered reliable if it has been ran once, by anyone, during the whole Release
Candidate ISO tracking process. All the other test cases need to be re-run, if
there are updates to the images, which occasionally happens (and has happened
several times already, hence I'm only now giving the larger audience this
notification email).

When you execute a test case, please make sure to read the test case
specifications linked to on the image page (saying 'Link to the testcase'), and
also please provide bug information if you happen to stumble upon any (bug
filing in LaunchPad is explained in length at [0]).  The hardware profile part
is optional, but highly appreciated, especially if there are bugs filed. It's
totally free-form, just feel free to fill in any info regarding your setup.

And that's it, you've then officially been an important part in the quality
assurance process for Ubuntu development! The projects and the whole community
thanks You for your contribution! :)


Oh and finally a few words for the people filing an application to Xubuntu
Testers team. I'm going to go through them during the next 24 hours. Please make
sure you've added yourself on the wiki page listed in the description of the
team's LP page. It'll help us review your application, thus quickening the
process. It also helps if you have a public email listed in your LP profile, but
that's not absolutely necessary.

Looking forward to seeing lots of results soon. Thanks in advance for all the
help You can give us!

If you have some questions you don't feel like asking on the mailing lists, or
generally just want to talk about the contributing to the projects, feel free to
stop by at our IRC channels [1]. Most of the time there are helpful people
willing to resolve any issues you might have, but please bear in mind that even
though nicks are visible, it doesn't necessarily mean anyone's staring at the
channel all the time. Some of us have persistent connections for several
purposes, but have life outside of the network, as crazy as it might sound like.
:)

[0]: URL:https://help.ubuntu.com/community/ReportingBugs
[1]: For Xubuntu, go to #xubuntu, and for Ubuntu Studio, go to #ubuntustudio.
The server is irc.freenode.net, instructions on how to connect at
URL:https://help.ubuntu.com/community/InternetRelayChat


Best regards,

-- 
Jaska 

Xubuntu and Ubuntu Studio Release Candidate images on ISO tracker

2012-04-21 Thread Janne Jokitalo
Ladies and gentlemen, boys and girls, testing time is here...

First off, let me apologize for the cross-posting. But please swallow your
rising anger, and read on, I have an explanation embedded in the message.

Release Candidates have been released, and they're in great need of testing.
Please help us with finding the rest of the bugs in hiding, go to
http://iso.qa.ubuntu.com/ now!

You will see a list of releases that are being tracked currently. The latest and
the most important is the Precise Pre-Release. But before you click on that
link, please do log in first on your left hand menu button. If you have a Ubuntu
Single Sign-on account, you will be prompted to log in with that (it includes
all wiki accounts, LP accounts etc.). If you don't, now is an excellent
opportunity to create one.

Once you've logged in, you can click on the link mentioned above. You will be
introduced with a long list of images in need of quality assurance. Most of
these have good assistance, but if you feel like it, please help the other
flavors/teams by testing their images as well. 

I'm mostly interested in two projects, though, and asking for help on them. They
would be Xubuntu and Ubuntu Studio. Why? Because starting from oneiric release
cycle, Ubuntu Studio started using Xubuntu as the base for the release. So
helping Xubuntu also directly helps Ubuntu Studio. But choosing either one will
benefit both projects. It all comes down to your individual preference, whether
you're more interested about an all-around desktop distribution, or need more
multimedia-related features.

So according to your machine, you would be choosing either i386 or amd64 arch.
(do ask if you're unsure which you should be using) If you're choosing Ubuntu
Studio, you're left with the live-dvd only, but for Xubuntu you can choose
whether you need more advanced features for the installer (like encryption for
more than just /home directory etc. which can be found in the alternate image)
or if you want to test the system first without making changes to it (this would
be the live-cd).

For Ubuntu Studio, you are faced with two test cases; Install (ubiquity) and
Live Session. The latter is the one you would choose when you want to see how
the distribution runs, prior to proceeding with the install, whereas the former
will commence with the install immediately.

For Xubuntu, you have more choices. The alternate installer provides
auto-resize, entire disk and entire disk with encryption test cases (plus the
once-only manual partitioning case), and the desktop image add the wubi
installer case to the aforementioned bunch. The run-once test case means it's
considered reliable if it has been ran once, by anyone, during the whole Release
Candidate ISO tracking process. All the other test cases need to be re-run, if
there are updates to the images, which occasionally happens (and has happened
several times already, hence I'm only now giving the larger audience this
notification email).

When you execute a test case, please make sure to read the test case
specifications linked to on the image page (saying 'Link to the testcase'), and
also please provide bug information if you happen to stumble upon any (bug
filing in LaunchPad is explained in length at [0]).  The hardware profile part
is optional, but highly appreciated, especially if there are bugs filed. It's
totally free-form, just feel free to fill in any info regarding your setup.

And that's it, you've then officially been an important part in the quality
assurance process for Ubuntu development! The projects and the whole community
thanks You for your contribution! :)


Oh and finally a few words for the people filing an application to Xubuntu
Testers team. I'm going to go through them during the next 24 hours. Please make
sure you've added yourself on the wiki page listed in the description of the
team's LP page. It'll help us review your application, thus quickening the
process. It also helps if you have a public email listed in your LP profile, but
that's not absolutely necessary.

Looking forward to seeing lots of results soon. Thanks in advance for all the
help You can give us!

If you have some questions you don't feel like asking on the mailing lists, or
generally just want to talk about the contributing to the projects, feel free to
stop by at our IRC channels [1]. Most of the time there are helpful people
willing to resolve any issues you might have, but please bear in mind that even
though nicks are visible, it doesn't necessarily mean anyone's staring at the
channel all the time. Some of us have persistent connections for several
purposes, but have life outside of the network, as crazy as it might sound like.
:)

[0]: URL:https://help.ubuntu.com/community/ReportingBugs
[1]: For Xubuntu, go to #xubuntu, and for Ubuntu Studio, go to #ubuntustudio.
The server is irc.freenode.net, instructions on how to connect at
URL:https://help.ubuntu.com/community/InternetRelayChat


Best regards,

-- 
Jaska 

[Xubuntu] Release Meeting 2012-04-20

2012-04-20 Thread Janne Jokitalo
=== What was done engineering wise? ===

* N/A

=== What's about to land that might impact the other teams? ===

* N/A

=== Release Notes ===

* Being worked on at 
https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes/Xubuntu

=== Summary of bugs working on by team (reasonably reliable) ===

* Nothing major, occasional bug report is creeping in, but no affect on seeded
  packages

=== Dependencies on other teams, blocking items? ===

* N/A

=== Issues? ===

* N/A


-- 
Jaska (astraljava on irc.freenode.net)



pgpA5rnxJOlVK.pgp
Description: PGP signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: ISO testing

2012-04-18 Thread Janne Jokitalo
On Thu, Apr 19, 2012 at 12:15:47AM +0300, Merhebi, Bob wrote:
 Hello Yanko,
 
 The answer is: http://cdimage.ubuntu.com/daily-live/ (choose the latest
 date of course)

Easy way to get around the choosing-the-right-date problem is to add current/ to
that URL.

So it's then: http://cdimage.ubuntu.com/daily-live/current/


-- 
Jaska (astraljava on irc.[freenode|oftc].net)



pgp23CyPmYRNq.pgp
Description: PGP signature
-- 
Ubuntu-qa mailing list
Ubuntu-qa@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-qa


Re: [Ubuntustudio-testers] [Bug 797080] Re: [needs-packaging] Cinelerra

2012-04-18 Thread Janne Jokitalo
On Wed, Apr 18, 2012 at 08:06:09AM -, Stefano wrote:
snip
 It's been already packaged for Ubuntu so it's very easy to include it in the
 official repositories. To add the official Cinelerra CV PPA just type (on all
 distributions): sudo apt-add-repository ppa:cinelerra-ppa/ppa

I don't whether you read that forums thread, or whether the Cinelerra people
have done the license fixes the whole distribution world has been waiting for
years now, but unless the latter, then no, it isn't very easy to include.

I didn't see any progress on the licensing issues while having a peek at the
website, so I asked on their channel in freenode. I'll let you know if there is
any relevant change concerning the inclusion to the distribution.

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

Title:
  [needs-packaging] Cinelerra

Status in Ubuntu:
  Confirmed
Status in Baltix GNU/Linux:
  New

Bug description:
  [needs-packaging] Cinelerra

  I am using UbuntuStudio and this should be available on it as its the best 
linux video editor up to professional standards
  but no matter howmany times I ave tried, I have not been able to get it 
installed on my ubuntustudio

  URL: http://cinelerra.org/getting_cinelerra.php#ubuntu
  ppa: https://launchpad.net/~cinelerra-ppa
  License: Open source

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

___
Mailing list: https://launchpad.net/~ubuntustudio-testers
Post to : ubuntustudio-testers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-testers
More help   : https://help.launchpad.net/ListHelp


Re: bugs and remaining dev for ubuntu studio 12.04

2012-04-18 Thread Janne Jokitalo
On Mon, Mar 26, 2012 at 12:44:08PM -0500, Scott Lavender wrote:
 hello everyone,
 
 i'd like to list the recent bugs and discuss which ones we feel we
 need to address in the remaining time for the precise release cycle.
snip 
 * bug #946591 - add ubuntustudio-live-settings to repository [4]

We'll deal with this the next cycle, but I think we've agreed on it already.
Just making sure.

 * not filed yet - change mixer plugin backend

Filed, fixed, uploaded and verified.

snip
 the ubuntustudio-live-settings bug (946591) doesn't seemed to be
 fix-released and i wonder what impact that is having.  my memory was
 that this had to do with the ubiquity plugin.

Your memory would be correct. And it is postponed, to make it crystal clear.

Any others we need to worry about, still? Release Candidates go on the air
tomorrow, so I'm sure we'll hit a few others, but good to have written here
prior to those if possible.


-- 
Jaska (astraljava on irc.freenode.net)



pgpMoPPZOO6sY.pgp
Description: PGP signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: [Linux-traipu] [Bug 797080] Re: [needs-packaging] Cinelerra

2012-04-18 Thread Janne Jokitalo
On Wed, Apr 18, 2012 at 08:06:09AM -, Stefano wrote:
snip
 It's been already packaged for Ubuntu so it's very easy to include it in the
 official repositories. To add the official Cinelerra CV PPA just type (on all
 distributions): sudo apt-add-repository ppa:cinelerra-ppa/ppa

I don't whether you read that forums thread, or whether the Cinelerra people
have done the license fixes the whole distribution world has been waiting for
years now, but unless the latter, then no, it isn't very easy to include.

I didn't see any progress on the licensing issues while having a peek at the
website, so I asked on their channel in freenode. I'll let you know if there is
any relevant change concerning the inclusion to the distribution.

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

Title:
  [needs-packaging] Cinelerra

Status in Ubuntu:
  Confirmed
Status in Baltix GNU/Linux:
  New

Bug description:
  [needs-packaging] Cinelerra

  I am using UbuntuStudio and this should be available on it as its the best 
linux video editor up to professional standards
  but no matter howmany times I ave tried, I have not been able to get it 
installed on my ubuntustudio

  URL: http://cinelerra.org/getting_cinelerra.php#ubuntu
  ppa: https://launchpad.net/~cinelerra-ppa
  License: Open source

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


Re: [Bug 797080] Re: [needs-packaging] Cinelerra

2012-04-18 Thread Janne Jokitalo
On Wed, Apr 18, 2012 at 08:06:09AM -, Stefano wrote:
snip
 It's been already packaged for Ubuntu so it's very easy to include it in the
 official repositories. To add the official Cinelerra CV PPA just type (on all
 distributions): sudo apt-add-repository ppa:cinelerra-ppa/ppa

I don't whether you read that forums thread, or whether the Cinelerra people
have done the license fixes the whole distribution world has been waiting for
years now, but unless the latter, then no, it isn't very easy to include.

I didn't see any progress on the licensing issues while having a peek at the
website, so I asked on their channel in freenode. I'll let you know if there is
any relevant change concerning the inclusion to the distribution.

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

Title:
  [needs-packaging] Cinelerra

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

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


Re: [Linux-traipu] [Bug 797080] Re: [needs-packaging] Cinelerra

2012-04-17 Thread Janne Jokitalo
On Tue, Apr 17, 2012 at 06:16:44PM -, Jeff wrote:
 With Kdenlive one of the best professional video editors.
 I don't know why isn't in official repositories.

I don't know why you say that. I'm not on a ubuntu box right now, so I'm relying
on packages.ubuntu com [0] here, but it says: 

Package: kdenlive (0.8.2.1-1ubuntu1) [universe]

Could you check what the output of `apt-cache policy kdenlive` says?

[0]: http://packages.ubuntu.com/precise/kdenlive

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

Title:
  [needs-packaging] Cinelerra

Status in Ubuntu:
  Confirmed
Status in Baltix GNU/Linux:
  New

Bug description:
  [needs-packaging] Cinelerra

  I am using UbuntuStudio and this should be available on it as its the best 
linux video editor up to professional standards
  but no matter howmany times I ave tried, I have not been able to get it 
installed on my ubuntustudio

  URL: http://cinelerra.org/getting_cinelerra.php#ubuntu
  ppa: https://launchpad.net/~cinelerra-ppa
  License: Open source

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


Re: [Linux-traipu] [Bug 797080] Re: [needs-packaging] Cinelerra

2012-04-17 Thread Janne Jokitalo
On Tue, Apr 17, 2012 at 09:16:15PM -, Jeff wrote:
 I'm talking about Cinerella when i said isn't in official repositories
 ;-)

Ahh... well that was a bit confusing.

You can check out this forums thread [0], which has links to relevant bugs on
Debian, explaining why it can't be added to free software distributions.

There's also a link [1] to the latest re-write, Lumiera, which hasn't been
included, yet, either. But it'd be nice if someone gave it a test-run, so we'd
know whether there's any point in adding it at these stages, or should we wait
for a more stable and feature-rich release.

[0]: http://ubuntuforums.org/showthread.php?t=1619131
[1]: http://lumiera.org/

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

Title:
  [needs-packaging] Cinelerra

Status in Ubuntu:
  Confirmed
Status in Baltix GNU/Linux:
  New

Bug description:
  [needs-packaging] Cinelerra

  I am using UbuntuStudio and this should be available on it as its the best 
linux video editor up to professional standards
  but no matter howmany times I ave tried, I have not been able to get it 
installed on my ubuntustudio

  URL: http://cinelerra.org/getting_cinelerra.php#ubuntu
  ppa: https://launchpad.net/~cinelerra-ppa
  License: Open source

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


Re: [Bug 797080] Re: [needs-packaging] Cinelerra

2012-04-17 Thread Janne Jokitalo
On Tue, Apr 17, 2012 at 06:16:44PM -, Jeff wrote:
 With Kdenlive one of the best professional video editors.
 I don't know why isn't in official repositories.

I don't know why you say that. I'm not on a ubuntu box right now, so I'm relying
on packages.ubuntu com [0] here, but it says: 

Package: kdenlive (0.8.2.1-1ubuntu1) [universe]

Could you check what the output of `apt-cache policy kdenlive` says?

[0]: http://packages.ubuntu.com/precise/kdenlive

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

Title:
  [needs-packaging] Cinelerra

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

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


Re: [Bug 797080] Re: [needs-packaging] Cinelerra

2012-04-17 Thread Janne Jokitalo
On Tue, Apr 17, 2012 at 09:16:15PM -, Jeff wrote:
 I'm talking about Cinerella when i said isn't in official repositories
 ;-)

Ahh... well that was a bit confusing.

You can check out this forums thread [0], which has links to relevant bugs on
Debian, explaining why it can't be added to free software distributions.

There's also a link [1] to the latest re-write, Lumiera, which hasn't been
included, yet, either. But it'd be nice if someone gave it a test-run, so we'd
know whether there's any point in adding it at these stages, or should we wait
for a more stable and feature-rich release.

[0]: http://ubuntuforums.org/showthread.php?t=1619131
[1]: http://lumiera.org/

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

Title:
  [needs-packaging] Cinelerra

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

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


Re: Release Candidate Testing

2012-04-14 Thread Janne Jokitalo
On Sat, Apr 14, 2012 at 08:17:22PM +0800, Mr. E wrote:
 I would very much like to participate in testing.  However, since moving
 to Beijing, I've not yet found found reliable network access that
 exceeds 90's vintage dial-up speed.  Even the Starbucks connection
 leaves much to be desired...

Hi Mr. E,

I suggest you install zsync package, and from the download page choose the
file that ends with .zsync, and then in terminal use the URI with that tool.
Obviously the first time you'll end up downloading the whole DVD, so it'll take
some time. But after that, when there are (likely to become) changes to the
images, the downloads from there onwards are much quicker, just as long as you
remember to use that tool.

I'll give you the exact command once the RCs are up there for grabs.

Thanks for showing the interest!


Best regards,

-- 
Jaska (astraljava on irc.freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: An early cry for help for testing Release Candidates

2012-04-14 Thread Janne Jokitalo
On Fri, Apr 13, 2012 at 01:42:54PM -0500, Dan smith wrote:
 Let me know when it's ready for testing. I've got several machines, albiet
 older machines and a laptop that I'd be happy to install and test it on.

Hi Dan,

older machines are fine, in fact highly anticipated, as I'm particularly
interested in how our distribution runs on a little bit older hardware.

I'll port details when the real RCs are available. Thanks for showing the 
interest!


Best regards,

-- 
Jaska (astraljava on irc.freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: An early cry for help for testing Release Candidates

2012-04-14 Thread Janne Jokitalo
On Sat, Apr 14, 2012 at 12:46:36PM -0500, Dan smith wrote:
 Excellent. I have a variety of hardware to test on and I also have a
 M-Audio mobilepre and Tascam US-144 to test with as well as a few printers,
 a scanner and other devices.

Very good.

 Quick question, will the repositories be populated? I use a lot of
 different packages and tend to push a machine pretty hard if I have the
 repositories. I can install some stuff from tarballs but dependency hell
 tends to discourage that lol.

I'm not sure I understand your question. You can browse the repos with either
apt-cache on terminal, synaptic GUI, or http://packages.ubuntu.com on web
browser. Of course not every bit of software in the world is there, but it's
pretty big. :)


Best regards,

-- 
Jaska (astraljava on irc.freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: [Bug 980465] Re: Hexter menu item won't run

2012-04-14 Thread Janne Jokitalo
And once again, my initial research is in vain. I had confused dssi-host-jack
with dssi-vst, or rather the building of the source package, and it is verified
that there's no problem adding dssi-host-jack into the images. In fact, if you
dist-upgrade your precise install now, it'll be added automagically. The
corresponding version is 0.99.

 status fixreleased
 


** Changed in: ubuntustudio-meta (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Hexter menu item won't run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/980465/+subscriptions

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


Re: [Ubuntustudio-testers] [Bug 177678] [NEW] [needs-packaging] vocoder

2012-04-13 Thread Janne Jokitalo
Hi, thanks for filing this. We're going to work in conjunction with the Debian
Multimedia team on these, but in the meanwhile, have a look at [0] for the
already-existing LADSPA plugins in Debian, and file a sync request bug for the
upcoming 12.10 development cycle. If you're comfortable with terminal, you can
use the `requestsync' tool.

I do see some vocoder plugins in the archive already, like these:

$ apt-cache show mda-lv2
Package: mda-lv2
Priority: optional
Section: universe/sound
Installed-Size: 2153
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian Multimedia Maintainers
pkg-multimedia-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 0~svn3620+dfsg0-1
Provides: lv2-plugin
Depends: libc6 (= 2.4), libgcc1 (= 1:4.1.1), libstdc++6 (= 4.1.1)
Filename: pool/universe/m/mda-lv2/mda-lv2_0~svn3620+dfsg0-1_amd64.deb
Size: 1345158
MD5sum: f86436a343504a0e6e481f614766fa92
SHA1: 757b6001fb8b6fb44d8c803ffcca040c09d2a06a
SHA256: 2b2c5bc4e61f8efaa58c0645377685144d1c5b3ed9cec0caae13f2101c1a1b37
Description-en: Paul Kellett's MDA plugins ported to LV2
 This package provides Paul Kellett's MDA plugins ported to the
 LV2 specification.
 .
 LV2 (LADSPA version 2) is an open standard for plugins and matching
 host applications, mainly targeted at audio processing and generation.
 .
 This package provides the following synths and effects:
  * Ambience - Reverb effect
  * Bandisto - Multi-band distortion
  * BeatBox - Drum replacer
  * Combo - Amp  speaker simulation
  * De-ess - High frequency dynamics processor
  * Degrade - Sample quality reduction
  * Delay - Simple stereo delay with feedback tone control
  * Detune - Simple up/down pitch shifting thickener
  * Dither - Range of dither types including noise shaping
  * DubDelay - Delay with feedback saturation and time/pitch modulation
  * Dynamics - Compressor / Limiter / Gate
  * DX10 - FM Synthesizer
  * Envelope - Envelope follower / VCA
  * EPiano - Acoustic piano
  * Image - Stereo image adjustment and M-S matrix
  * JX10 - 2-Oscillator analog synthesizer
  * Leslie - Rotary speaker simulator
  * Limiter - Opto-electronic style limiter
  * Looplex - Looping plugin
  * Loudness - Equal loudness contours for bass EQ and mix correction
  * Multiband - Multi-band compressor with M-S processing modes
  * Overdrive - Soft distortion
  * RePsycho - Drum loop pitch changer
  * RezFilter - Resonant filter with LFO and envelope follower
  * RingMod - Ring modulator with sine-wave oscillator
  * Round Panner - 3D panner
  * Shepard - Continuously rising/falling tone generator
  * SpecMeter - VU-meter
  * Splitter - Frequency / level crossover for setting up dynamic
processing
  * Stereo Simulator - Haas delay and comb filtering
  * Sub-Bass Synthesizer - Several low frequency enhancement methods
  * Talkbox - High resolution vocoder
  * TestTone - Signal generator with pink and white noise, impulses
and sweeps
  * Thru-Zero Flanger - Classic tape-flanging simulation
  * Tracker - Pitch tracking oscillator, or pitch tracking EQ
  * Transient - Transient shaper
  * Vocoder - Switchable 8 or 16 band vocoder
  * VocInput - Pitch tracking oscillator for generating vocoder
carrier input
 .
 These plugins make no claim of compatibility, or any other relation,
 to VST. This code does not require the VST SDK, or any other non-free
 software, and it has never come into contact with any part of the VST
 SDK.
Homepage: http://dev.drobilla.net/browser/trunk/plugins/mdala.lv2/
Description-md5: 1be12f735bb9c5dd0834bcad9abad0e7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntustudio-audio-plugins

$ apt-cache show pd-bsaylor
Package: pd-bsaylor
Priority: optional
Section: universe/sound
Installed-Size: 268
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian Multimedia Maintainers
pkg-multimedia-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 0.1-2
Depends: libc6 (= 2.4), libfftw3-3, pd, pd-libdir
Filename: pool/universe/p/pd-bsaylor/pd-bsaylor_0.1-2_amd64.deb
Size: 74742
MD5sum: 3b35e6771e49e9e5bf06368d25448dcc
SHA1: 9cf9e5eed435afed0ece4c42fa12d45a9ad40c1c
SHA256: 997cb900cb1294e026c68cb6e4a5151c0409b61b7d396ed13d99e403812957d3
Description-en: a library of FFT-based Pd objects by Ben Saylor
 bsaylor is a library of Pure Data objects by Benjamin Saylor:
 .
 pvoc~ is a phase vocoder based on Pd's 09.pvoc.pd example patch. Advantages
 over the abstraction include (reportedly) faster execution, instantaneous
 response to input, and adjustable phase locking. It requires FFTW3.
 .
 susloop~: sample player with various loop methods (ping-pong, ... ) think
 tracker. svf~ This is a signal-controlled port of Steve Harris' state
 variable filter LADSPA plugin.
 .
 svf~: a signal-controlled port of Steve Harris' state variable filter
 LADSPA plugin (http://plugin.org.uk).
 .
 zhzhx~: Turns the input signal into a staticky, distorted mess. 

Re: [Ubuntustudio-testers] [Bug 177678] [NEW] [needs-packaging] vocoder

2012-04-13 Thread Janne Jokitalo
Again, too much in a hurry, leaving things out from emails.

The [0] in the earlier comment should be pointing to:

http://packages.debian.org

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

Title:
  [needs-packaging] vocoder

Status in Ubuntu:
  Confirmed

Bug description:
  Please package the vocoder JACK and LADSPA plugins from
  http://www.sirlab.de/linux/download_vocoder.html

  Vocoders are fun, and there aren't any in Ubuntu yet.

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

___
Mailing list: https://launchpad.net/~ubuntustudio-testers
Post to : ubuntustudio-testers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-testers
More help   : https://help.launchpad.net/ListHelp


Re: [Linux-traipu] [Bug 177678] [NEW] [needs-packaging] vocoder

2012-04-13 Thread Janne Jokitalo
Hi, thanks for filing this. We're going to work in conjunction with the Debian
Multimedia team on these, but in the meanwhile, have a look at [0] for the
already-existing LADSPA plugins in Debian, and file a sync request bug for the
upcoming 12.10 development cycle. If you're comfortable with terminal, you can
use the `requestsync' tool.

I do see some vocoder plugins in the archive already, like these:

$ apt-cache show mda-lv2
Package: mda-lv2
Priority: optional
Section: universe/sound
Installed-Size: 2153
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian Multimedia Maintainers
pkg-multimedia-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 0~svn3620+dfsg0-1
Provides: lv2-plugin
Depends: libc6 (= 2.4), libgcc1 (= 1:4.1.1), libstdc++6 (= 4.1.1)
Filename: pool/universe/m/mda-lv2/mda-lv2_0~svn3620+dfsg0-1_amd64.deb
Size: 1345158
MD5sum: f86436a343504a0e6e481f614766fa92
SHA1: 757b6001fb8b6fb44d8c803ffcca040c09d2a06a
SHA256: 2b2c5bc4e61f8efaa58c0645377685144d1c5b3ed9cec0caae13f2101c1a1b37
Description-en: Paul Kellett's MDA plugins ported to LV2
 This package provides Paul Kellett's MDA plugins ported to the
 LV2 specification.
 .
 LV2 (LADSPA version 2) is an open standard for plugins and matching
 host applications, mainly targeted at audio processing and generation.
 .
 This package provides the following synths and effects:
  * Ambience - Reverb effect
  * Bandisto - Multi-band distortion
  * BeatBox - Drum replacer
  * Combo - Amp  speaker simulation
  * De-ess - High frequency dynamics processor
  * Degrade - Sample quality reduction
  * Delay - Simple stereo delay with feedback tone control
  * Detune - Simple up/down pitch shifting thickener
  * Dither - Range of dither types including noise shaping
  * DubDelay - Delay with feedback saturation and time/pitch modulation
  * Dynamics - Compressor / Limiter / Gate
  * DX10 - FM Synthesizer
  * Envelope - Envelope follower / VCA
  * EPiano - Acoustic piano
  * Image - Stereo image adjustment and M-S matrix
  * JX10 - 2-Oscillator analog synthesizer
  * Leslie - Rotary speaker simulator
  * Limiter - Opto-electronic style limiter
  * Looplex - Looping plugin
  * Loudness - Equal loudness contours for bass EQ and mix correction
  * Multiband - Multi-band compressor with M-S processing modes
  * Overdrive - Soft distortion
  * RePsycho - Drum loop pitch changer
  * RezFilter - Resonant filter with LFO and envelope follower
  * RingMod - Ring modulator with sine-wave oscillator
  * Round Panner - 3D panner
  * Shepard - Continuously rising/falling tone generator
  * SpecMeter - VU-meter
  * Splitter - Frequency / level crossover for setting up dynamic
processing
  * Stereo Simulator - Haas delay and comb filtering
  * Sub-Bass Synthesizer - Several low frequency enhancement methods
  * Talkbox - High resolution vocoder
  * TestTone - Signal generator with pink and white noise, impulses
and sweeps
  * Thru-Zero Flanger - Classic tape-flanging simulation
  * Tracker - Pitch tracking oscillator, or pitch tracking EQ
  * Transient - Transient shaper
  * Vocoder - Switchable 8 or 16 band vocoder
  * VocInput - Pitch tracking oscillator for generating vocoder
carrier input
 .
 These plugins make no claim of compatibility, or any other relation,
 to VST. This code does not require the VST SDK, or any other non-free
 software, and it has never come into contact with any part of the VST
 SDK.
Homepage: http://dev.drobilla.net/browser/trunk/plugins/mdala.lv2/
Description-md5: 1be12f735bb9c5dd0834bcad9abad0e7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntustudio-audio-plugins

$ apt-cache show pd-bsaylor
Package: pd-bsaylor
Priority: optional
Section: universe/sound
Installed-Size: 268
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian Multimedia Maintainers
pkg-multimedia-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 0.1-2
Depends: libc6 (= 2.4), libfftw3-3, pd, pd-libdir
Filename: pool/universe/p/pd-bsaylor/pd-bsaylor_0.1-2_amd64.deb
Size: 74742
MD5sum: 3b35e6771e49e9e5bf06368d25448dcc
SHA1: 9cf9e5eed435afed0ece4c42fa12d45a9ad40c1c
SHA256: 997cb900cb1294e026c68cb6e4a5151c0409b61b7d396ed13d99e403812957d3
Description-en: a library of FFT-based Pd objects by Ben Saylor
 bsaylor is a library of Pure Data objects by Benjamin Saylor:
 .
 pvoc~ is a phase vocoder based on Pd's 09.pvoc.pd example patch. Advantages
 over the abstraction include (reportedly) faster execution, instantaneous
 response to input, and adjustable phase locking. It requires FFTW3.
 .
 susloop~: sample player with various loop methods (ping-pong, ... ) think
 tracker. svf~ This is a signal-controlled port of Steve Harris' state
 variable filter LADSPA plugin.
 .
 svf~: a signal-controlled port of Steve Harris' state variable filter
 LADSPA plugin (http://plugin.org.uk).
 .
 zhzhx~: Turns the input signal into a staticky, distorted mess. 

Re: [Linux-traipu] [Bug 177678] [NEW] [needs-packaging] vocoder

2012-04-13 Thread Janne Jokitalo
Again, too much in a hurry, leaving things out from emails.

The [0] in the earlier comment should be pointing to:

http://packages.debian.org

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

Title:
  [needs-packaging] vocoder

Status in Ubuntu:
  Confirmed

Bug description:
  Please package the vocoder JACK and LADSPA plugins from
  http://www.sirlab.de/linux/download_vocoder.html

  Vocoders are fun, and there aren't any in Ubuntu yet.

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Bug 980465] Re: Hexter menu item won't run

2012-04-13 Thread Janne Jokitalo
I have added dssi-host-jack into audio-plugins for the seeds. Let's see
if we can get it refreshed, still.

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

Title:
  Hexter menu item won't run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/980465/+subscriptions

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


[Bug 980465] Re: Hexter menu item won't run

2012-04-13 Thread Janne Jokitalo
** Changed in: ubuntustudio-meta (Ubuntu)
   Status: New = Confirmed

** Changed in: ubuntustudio-meta (Ubuntu)
 Assignee: (unassigned) = Janne Jokitalo (astraljava)

** Changed in: ubuntustudio-meta (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  Hexter menu item won't run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/980465/+subscriptions

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


[Bug 980465] Re: Hexter menu item won't run

2012-04-13 Thread Janne Jokitalo
Ok, after an exhaustive triaging, it is finally clear that this bug is
tricky. Although it seems like a bug that hexter won't run correctly
after installing its package, I was informed that there are loads of
possible packages that provide what it needs, ie. dssi hosts. Currently
I'm not sure how to best solve the problem. Will look into this during
the Q cycle, but for precise, there's no apparent fix. Users are
recommended to install a dssi host of their choice.

dssi-host-jack went missing in November 2010 already, but even though
we're not sure why at the time, later it was well argumented, and the
situation hasn't changed. Can't be included on image spinning, so can't
be a dependency. For the same reason dssi-host-jack can't be included in
the seeds of ubuntustudio.

We'll try to come up with a good fix during the next devel cycle, and if
possible, one that could be backported for precise.

** Changed in: ubuntustudio-meta (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: ubuntustudio-meta (Ubuntu)
 Assignee: Janne Jokitalo (astraljava) = Ubuntu Studio Development Team 
(ubuntustudio-dev)

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

Title:
  Hexter menu item won't run

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/980465/+subscriptions

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


Re: [Bug 177678] [NEW] [needs-packaging] vocoder

2012-04-13 Thread Janne Jokitalo
Hi, thanks for filing this. We're going to work in conjunction with the Debian
Multimedia team on these, but in the meanwhile, have a look at [0] for the
already-existing LADSPA plugins in Debian, and file a sync request bug for the
upcoming 12.10 development cycle. If you're comfortable with terminal, you can
use the `requestsync' tool.

I do see some vocoder plugins in the archive already, like these:

$ apt-cache show mda-lv2
Package: mda-lv2
Priority: optional
Section: universe/sound
Installed-Size: 2153
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian Multimedia Maintainers
pkg-multimedia-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 0~svn3620+dfsg0-1
Provides: lv2-plugin
Depends: libc6 (= 2.4), libgcc1 (= 1:4.1.1), libstdc++6 (= 4.1.1)
Filename: pool/universe/m/mda-lv2/mda-lv2_0~svn3620+dfsg0-1_amd64.deb
Size: 1345158
MD5sum: f86436a343504a0e6e481f614766fa92
SHA1: 757b6001fb8b6fb44d8c803ffcca040c09d2a06a
SHA256: 2b2c5bc4e61f8efaa58c0645377685144d1c5b3ed9cec0caae13f2101c1a1b37
Description-en: Paul Kellett's MDA plugins ported to LV2
 This package provides Paul Kellett's MDA plugins ported to the
 LV2 specification.
 .
 LV2 (LADSPA version 2) is an open standard for plugins and matching
 host applications, mainly targeted at audio processing and generation.
 .
 This package provides the following synths and effects:
  * Ambience - Reverb effect
  * Bandisto - Multi-band distortion
  * BeatBox - Drum replacer
  * Combo - Amp  speaker simulation
  * De-ess - High frequency dynamics processor
  * Degrade - Sample quality reduction
  * Delay - Simple stereo delay with feedback tone control
  * Detune - Simple up/down pitch shifting thickener
  * Dither - Range of dither types including noise shaping
  * DubDelay - Delay with feedback saturation and time/pitch modulation
  * Dynamics - Compressor / Limiter / Gate
  * DX10 - FM Synthesizer
  * Envelope - Envelope follower / VCA
  * EPiano - Acoustic piano
  * Image - Stereo image adjustment and M-S matrix
  * JX10 - 2-Oscillator analog synthesizer
  * Leslie - Rotary speaker simulator
  * Limiter - Opto-electronic style limiter
  * Looplex - Looping plugin
  * Loudness - Equal loudness contours for bass EQ and mix correction
  * Multiband - Multi-band compressor with M-S processing modes
  * Overdrive - Soft distortion
  * RePsycho - Drum loop pitch changer
  * RezFilter - Resonant filter with LFO and envelope follower
  * RingMod - Ring modulator with sine-wave oscillator
  * Round Panner - 3D panner
  * Shepard - Continuously rising/falling tone generator
  * SpecMeter - VU-meter
  * Splitter - Frequency / level crossover for setting up dynamic
processing
  * Stereo Simulator - Haas delay and comb filtering
  * Sub-Bass Synthesizer - Several low frequency enhancement methods
  * Talkbox - High resolution vocoder
  * TestTone - Signal generator with pink and white noise, impulses
and sweeps
  * Thru-Zero Flanger - Classic tape-flanging simulation
  * Tracker - Pitch tracking oscillator, or pitch tracking EQ
  * Transient - Transient shaper
  * Vocoder - Switchable 8 or 16 band vocoder
  * VocInput - Pitch tracking oscillator for generating vocoder
carrier input
 .
 These plugins make no claim of compatibility, or any other relation,
 to VST. This code does not require the VST SDK, or any other non-free
 software, and it has never come into contact with any part of the VST
 SDK.
Homepage: http://dev.drobilla.net/browser/trunk/plugins/mdala.lv2/
Description-md5: 1be12f735bb9c5dd0834bcad9abad0e7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntustudio-audio-plugins

$ apt-cache show pd-bsaylor
Package: pd-bsaylor
Priority: optional
Section: universe/sound
Installed-Size: 268
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian Multimedia Maintainers
pkg-multimedia-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 0.1-2
Depends: libc6 (= 2.4), libfftw3-3, pd, pd-libdir
Filename: pool/universe/p/pd-bsaylor/pd-bsaylor_0.1-2_amd64.deb
Size: 74742
MD5sum: 3b35e6771e49e9e5bf06368d25448dcc
SHA1: 9cf9e5eed435afed0ece4c42fa12d45a9ad40c1c
SHA256: 997cb900cb1294e026c68cb6e4a5151c0409b61b7d396ed13d99e403812957d3
Description-en: a library of FFT-based Pd objects by Ben Saylor
 bsaylor is a library of Pure Data objects by Benjamin Saylor:
 .
 pvoc~ is a phase vocoder based on Pd's 09.pvoc.pd example patch. Advantages
 over the abstraction include (reportedly) faster execution, instantaneous
 response to input, and adjustable phase locking. It requires FFTW3.
 .
 susloop~: sample player with various loop methods (ping-pong, ... ) think
 tracker. svf~ This is a signal-controlled port of Steve Harris' state
 variable filter LADSPA plugin.
 .
 svf~: a signal-controlled port of Steve Harris' state variable filter
 LADSPA plugin (http://plugin.org.uk).
 .
 zhzhx~: Turns the input signal into a staticky, distorted mess. 

Re: [Bug 177678] [NEW] [needs-packaging] vocoder

2012-04-13 Thread Janne Jokitalo
Again, too much in a hurry, leaving things out from emails.

The [0] in the earlier comment should be pointing to:

http://packages.debian.org

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

Title:
  [needs-packaging] vocoder

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

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


[Xubuntu] Release Meeting 2012-04-13

2012-04-13 Thread Janne Jokitalo
=== What was done engineering wise? ===

* xfce4-power-manager updated to version 1.0.11-0ubuntu2, translations invalid
  format fix

=== What's about to land that might impact the other teams? ===

* N/A

=== Release Notes ===

* N/A

=== Summary of bugs working on by team (reasonably reliable) ===

* Nothing affecting the releasability of the images.

=== Dependencies on other teams, blocking items? ===

* N/A

=== Issues? ===

* N/A


-- 
Jaska (astraljava on irc.freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release


Re: An early cry for help for testing Release Candidates

2012-04-11 Thread Janne Jokitalo
On Wed, Apr 11, 2012 at 03:37:32AM -0700, Stuart McQuade wrote:
 Hi Janne,
 
 Can you tell me where I can find the test cases? (or some sort of testing
 script I can follow) I'm not such an experienced tester (which is why I want
 to help out and gain more experience), but I could definitely spare a few
 hours over the next few weeks.

Hi Stuart,

thanks for responding, as I now only realized you're gonna have to log in to the
site to perform testcases properly, my apologies for missing this information
initially! Click on 'Log in' button, it'll take you to a screen where you can
either log in with your existing account, or create a new one. Choose
accordingly. When you're done with the authentication, you can carry on with the
rest of these instructions.

In the first page of the website (http://iso.qa.ubuntu.com), there are the 
milestones
tests listed. For now, you can only meaningfully choose the 'Precise Daily',
it's the only one currently with 'Testing' status. Click on the name.

Now you're presented every release that'll be out there eventually. It's a long
list. You have to scroll way down to see 'Ubuntu Studio DVD amd64' and 'Ubuntu
Studio DVD i386' (you can disregard the Alternates, they're not being created
anymore). Click on either arch, depending on your system.

Here you can see two testcases, 'Install (ubiquity)' and 'Live Session'. The
former is the one you choose to install without trying, when you boot up the
image (I forget now the actual text for the menu option, but it'll be quite
obvious), and the latter is the 'Try Ubuntu Studio without installing', or
something to that effect. Click on either one you're willing to test, again
depending on whether you want to make permanent changes to your system, or just
giving it a spin to see how it runs. Note, that on this page you can subscribe
to either one or both testcases, if you so incline.

Now finally you can see the form in which the results are to be inserted. Above
the form you can find links to both the download info, and how the testcases
ought to be performed. If you already have acquired the image elsewhere (like on
[0]), be sure still to read the testcase instructions, for there are listed the
actions we'd want you to be able to take, ie. confirming that the system works
as expected.

If everything goes as the testcases describe, you can mark the results as
'Passed'. If you cannot finish it on one go, you can mark it as 'In progress',
and return to it later on. The most demanding is when something isn't quite
right, and the system doesn't react to everything there is in the testcase
description. Here it'd be much appreciated if you could, additionally to marking
the test as 'Failed', look into LaunchPad [1] for possibly already existing
bugs, or file new ones if you can't find similar. 'Critical bugs' would be those
that completely prevent you from using the system. Plain 'Bugs' is for something
that you could potentially live with, if your life depended on it. :) 'Hardware
profile' would be nifty, but not at all required. If you can simply describe
something about the machine you're testing on, it'd possibly speed up profiling
some issues, but in any case the bug reports are where the majority of the
triaging happens anyway. Finally there's 'Comments' for any additional bit of
info you'd like to share with us concerning the installation/session. Remember
to hit 'Submit results' button on the way out. :)

Good question, thanks for paying attention! Got others? Shoot, I'm happy to help
you help us.


Best regards,


-- 
Jaska (astraljava on irc.freenode.net)




signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


Re: An early cry for help for testing Release Candidates

2012-04-11 Thread Janne Jokitalo
I should learn how to slow down when in a hurry. :)

On Wed, Apr 11, 2012 at 03:38:36PM +0300, Janne Jokitalo wrote:
 On Wed, Apr 11, 2012 at 03:37:32AM -0700, Stuart McQuade wrote:
  Hi Janne,
  
  Can you tell me where I can find the test cases? (or some sort of testing
  script I can follow) I'm not such an experienced tester (which is why I want
  to help out and gain more experience), but I could definitely spare a few
  hours over the next few weeks.
 
 Hi Stuart,
 
 thanks for responding, as I now only realized you're gonna have to log in to 
 the
 site to perform testcases properly, my apologies for missing this information
 initially! Click on 'Log in' button, it'll take you to a screen where you can
 either log in with your existing account, or create a new one. Choose
 accordingly. When you're done with the authentication, you can carry on with 
 the
 rest of these instructions.
 
 In the first page of the website (http://iso.qa.ubuntu.com), there are the 
 milestones
 tests listed. For now, you can only meaningfully choose the 'Precise Daily',
 it's the only one currently with 'Testing' status. Click on the name.
 
 Now you're presented every release that'll be out there eventually. It's a 
 long
 list. You have to scroll way down to see 'Ubuntu Studio DVD amd64' and 'Ubuntu
 Studio DVD i386' (you can disregard the Alternates, they're not being created
 anymore). Click on either arch, depending on your system.
 
 Here you can see two testcases, 'Install (ubiquity)' and 'Live Session'. The
 former is the one you choose to install without trying, when you boot up the
 image (I forget now the actual text for the menu option, but it'll be quite
 obvious), and the latter is the 'Try Ubuntu Studio without installing', or
 something to that effect. Click on either one you're willing to test, again
 depending on whether you want to make permanent changes to your system, or 
 just
 giving it a spin to see how it runs. Note, that on this page you can subscribe
 to either one or both testcases, if you so incline.
 
 Now finally you can see the form in which the results are to be inserted. 
 Above
 the form you can find links to both the download info, and how the testcases
 ought to be performed. If you already have acquired the image elsewhere (like 
 on
 [0]), be sure still to read the testcase instructions, for there are listed 
 the
 actions we'd want you to be able to take, ie. confirming that the system works
 as expected.
 
 If everything goes as the testcases describe, you can mark the results as
 'Passed'. If you cannot finish it on one go, you can mark it as 'In progress',
 and return to it later on. The most demanding is when something isn't quite
 right, and the system doesn't react to everything there is in the testcase
 description. Here it'd be much appreciated if you could, additionally to 
 marking
 the test as 'Failed', look into LaunchPad [1] for possibly already existing
 bugs, or file new ones if you can't find similar. 'Critical bugs' would be 
 those
 that completely prevent you from using the system. Plain 'Bugs' is for 
 something
 that you could potentially live with, if your life depended on it. :) 
 'Hardware
 profile' would be nifty, but not at all required. If you can simply describe
 something about the machine you're testing on, it'd possibly speed up 
 profiling
 some issues, but in any case the bug reports are where the majority of the
 triaging happens anyway. Finally there's 'Comments' for any additional bit of
 info you'd like to share with us concerning the installation/session. Remember
 to hit 'Submit results' button on the way out. :)
 
 Good question, thanks for paying attention! Got others? Shoot, I'm happy to 
 help
 you help us.

[0] http://cdimages.ubuntu.com/ubuntustudio/dvd/current/
[1] https://launchpad.net

Any other misses? I hope not.


-- 
Jaska (astraljava on irc.freenode.net)





signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


[Bug 978594] Re: errors from terminal

2012-04-11 Thread Janne Jokitalo
Hi, I'm a bit puzzled by this report. Could you please elaborate on what
you were doing when these warnings appeared? And when you say gnome, but
you've clearly installed your system from a Xubuntu ISO, have you
installed the GNOME DE, maybe via ubuntu-desktop perhaps?

** Changed in: xfburn (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/978594

Title:
  errors from terminal

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

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


Re: [Bug 978587] Re: dpkg should recover more gracefully from decompressing errors

2012-04-11 Thread Janne Jokitalo
WorksForMe™

Maybe I just didn't understand the recommendation correctly, definitely not
arguing your call here.

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

Title:
  apt should ensure .deb are not corrupted before handing them to dpkg

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

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

Re: CDRDAO

2012-04-10 Thread Janne Jokitalo
 On Jan 7, 2012 8:22 PM, Len Ovens l...@ovenwerks.net wrote:
 
  Well, I realized gcdmaster was gone. A great loss to any musician who
  wishes to make a CD. However it seems cdrdao is also not included in
  Ubuntu studio any more. Not having a good TOC editor is one thing, but
  with cdrdao at least it _could_ still be done if manually making a toc
  file was ok. CDRDAO is the only cd writer that seems to write disk at
  once. It is installable... lets get it in there. I was going to try
  writing a less fancy toc editor than gcdmaster, but for that to be any use
  we must have cdrdao. The loss of cdrdao seems to me a bigger loss than
  gcdmaster.

On Sat, Jan 07, 2012 at 08:56:09PM -0500, Mike Holstein wrote:
 Agreed...

Please don't top-post. :)

I actually started a project for this, check it out at [0]. And cdrdao hasn't
gone away, it's there still in precise and depended upon by
ubuntustudio-recording and -generation. (granted, this might have changed since
you wrote this already in January)

I encourage everyone interested about it to participate in the development, I'm
by no means a GTK3 expert, so will not advance rapidly with the porting. It is
currently governed by lp:~ubuntustudio-dev, but if you're not part of this team,
you can still hack on the project, and suggest merge proposals which will then
be taken under evaluation.

This would be great to get included in the Q release, but I have absolutely no
idea whether we can make it. Worth a shot, no?

[0]: https://launchpad.net/gcdmaster-gtk3


Best regards,

-- 
Jaska (astraljava on irc.[oftc|freenode].net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


An early cry for help for testing Release Candidates

2012-04-10 Thread Janne Jokitalo
Hi,

it's that time again, the end of a cycle is at hand. This time it's something
special, too. (yea I know we always say that) But it's the first LTS (long term
support) release with the new system basing on Xubuntu (and its XFCE Desktop
Environment), so we'd like to ask for Your assistance in making sure all
possible wrinkles are getting ironed out, to provide as bug-free release as
possible.

So, if you feel like you have a few spare hours during the next two weeks or so
(the exact dates will be announced later), and have an access to a USB stick, a
DVD+RW disc (or just several non-re-writables) and a machine you can play with,
please help testing the images!

The website where ISO testing is tracked can be found at [0], it already has the
earlier milestones listed on the front page, but will contain the final release
candidate tests in due time. Please note that the daily image testing is
on-going as you read this, so participating is already possible, and not only
that but highly appreciated. If you have questions regarding the testing, or
just want to discuss about anything related, feel free to 0) respond to this
message, 1) start a new thread on either list, 2) join us on IRC at [1] or [2].

I do want to highlight the recommendation of reading the testcases, though, so
that full potential of the testruns could be acquired. But every bit of
information counts, so thanks in advance for all that are filed.

More details will be posted again as we are nearing towards the action, this is
just a heads-up so that you can plan accordingly. Thanks for participating and
making Ubuntu (Studio) better, and overall for being a part of the community!

[0] http://iso.qa.ubuntu.com
[1] #ubuntustudio-devel on irc.freenode.net
[2] #ubuntustudio on irc.freenode.net


Best regards,

-- 
Jaska (astraljava on irc.freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


An early cry for help for testing Release Candidates

2012-04-10 Thread Janne Jokitalo
Hi,

it's that time again, the end of a cycle is at hand. This time it's something
special, too. (yea I know we always say that) But it's the first LTS (long term
support) release with the new system basing on Xubuntu (and its XFCE Desktop
Environment), so we'd like to ask for Your assistance in making sure all
possible wrinkles are getting ironed out, to provide as bug-free release as
possible.

So, if you feel like you have a few spare hours during the next two weeks or so
(the exact dates will be announced later), and have an access to a USB stick, a
DVD+RW disc (or just several non-re-writables) and a machine you can play with,
please help testing the images!

The website where ISO testing is tracked can be found at [0], it already has the
earlier milestones listed on the front page, but will contain the final release
candidate tests in due time. Please note that the daily image testing is
on-going as you read this, so participating is already possible, and not only
that but highly appreciated. If you have questions regarding the testing, or
just want to discuss about anything related, feel free to 0) respond to this
message, 1) start a new thread on either list, 2) join us on IRC at [1] or [2].

I do want to highlight the recommendation of reading the testcases, though, so
that full potential of the testruns could be acquired. But every bit of
information counts, so thanks in advance for all that are filed.

More details will be posted again as we are nearing towards the action, this is
just a heads-up so that you can plan accordingly. Thanks for participating and
making Ubuntu (Studio) better, and overall for being a part of the community!

[0] http://iso.qa.ubuntu.com
[1] #ubuntustudio-devel on irc.freenode.net
[2] #ubuntustudio on irc.freenode.net


Best regards,

-- 
Jaska (astraljava on irc.freenode.net)



signature.asc
Description: Digital signature
-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users


[Bug 977703] Re: package ubuntustudio-audio 0.90 failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-04-10 Thread Janne Jokitalo
*** This bug is a duplicate of bug 973373 ***
https://bugs.launchpad.net/bugs/973373

Hi, and thanks reporting this issue! It has been reported earlier, so
I'm marking it as a duplicate.

Fixed in a newer, but still pending version of ubuntustudio-audio.

** This bug has been marked a duplicate of bug 942136
   package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1

** This bug is no longer a duplicate of bug 942136
   package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 973373
   package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1

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

Title:
  package ubuntustudio-audio 0.90 failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/977703/+subscriptions

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


[Bug 965521] Re: package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-04-10 Thread Janne Jokitalo
*** This bug is a duplicate of bug 973373 ***
https://bugs.launchpad.net/bugs/973373

Sorry, I was mistaken, read the log wrong. This bug is actually tracked
elsewhere, so I'm marking it a duplicate. Thanks for reporting it in the
first place!

** Changed in: ubuntustudio-meta (Ubuntu)
   Status: Invalid = Confirmed

** This bug has been marked a duplicate of bug 973373
   package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1

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

Title:
  package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/965521/+subscriptions

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


[Bug 955856] Re: package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-04-10 Thread Janne Jokitalo
*** This bug is a duplicate of bug 973373 ***
https://bugs.launchpad.net/bugs/973373

Again a wrong procedure from my part. This bug is tracked on another
bug, so marking it as a dupe. Thanks again for reporting it!

** Changed in: ubuntustudio-meta (Ubuntu)
   Status: Invalid = Confirmed

** This bug has been marked a duplicate of bug 973373
   package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1

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

Title:
  package ubuntustudio-audio 0.90 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/955856/+subscriptions

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


Re: [Bug 975507] [NEW] after ten minutes screen is turned off - no sound

2012-04-10 Thread Janne Jokitalo
Body:

When you say power management is off, are you sure xfce4-power-manager isn't
running anymore? Could you double-check that with `ps -ef | grep xfce4-power`?

Also, release 10.10 is going to be EOL this month, so it's unlikely that much
will happen to this bug unless it happens again in a newer release.

 status incomplete


** Changed in: xfce4-power-manager (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/975507

Title:
  after ten minutes screen is turned off - no sound

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/975507/+subscriptions

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


  1   2   3   4   >