[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

[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

[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


[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: [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


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: [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: [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


[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


[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

[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


[Bug 972749] Re: Prefer pavucontrol over xfce4-mixer in ubuntustudio session

2012-04-10 Thread Janne Jokitalo
** Changed in: indicator-sound (Ubuntu)
   Status: New = Fix Committed

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

Title:
  Prefer pavucontrol over xfce4-mixer in ubuntustudio session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/972749/+subscriptions

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


Re: [Bug 969626] [NEW] indicator-sound dbus service renamed

2012-04-10 Thread Janne Jokitalo
Body:

Fixed in ubuntustudio-default-settings rev. 116, thanks Lionel for notifying us
/ US! :)

 assignee astraljava
 status fixcommitted
 importance medium
 


** Changed in: ubuntustudio-default-settings (Ubuntu)
   Importance: Undecided = Medium

** Changed in: ubuntustudio-default-settings (Ubuntu)
   Status: New = Fix Committed

** Changed in: ubuntustudio-default-settings (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/969626

Title:
  indicator-sound dbus service renamed

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

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


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

2012-04-10 Thread Janne Jokitalo
Public bug reported:

Upon upgrading to libreoffice-core 3.5.2 version, I stumbled upon what
seems to be a bad download issue:

Preparing to replace libreoffice-core 1:3.5.1-1ubuntu5 (using 
.../libreoffice-core_1%3a3.5.2-2ubuntu1_amd64.deb) ...
rmdir: failed to remove `/var/lib/libreoffice/basis3.4/program/': No such file 
or directory
rmdir: failed to remove `/var/lib/libreoffice/basis3.4': No such file or 
directory
Unpacking replacement libreoffice-core ...
dpkg-deb (subprocess): data: internal bzip2 read error: 'DATA_ERROR'
dpkg-deb: error: subprocess decompress returned error exit status 2
dpkg: error processing 
/var/cache/apt/archives/libreoffice-core_1%3a3.5.2-2ubuntu1_amd64.deb 
(--unpack):
 subprocess dpkg-deb --fsys-tarfile returned error exit status 2

I was asked to file a bug about it, as it might be possible for dpkg to
recover from that more gracefully.

Further information upon requests.

** Affects: dpkg (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/978587

Title:
  dpkg should recover more gracefully from decompressing errors

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

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


[Bug 975253] Re: auto open for audio/video media has wrong applications

2012-04-06 Thread Janne Jokitalo
Agreed on the latter, and confirmed the former. I'll make the relevant
change to set autoplay as false on both accounts.

** Changed in: ubuntustudio-default-settings (Ubuntu)
   Status: New = Confirmed

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

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

** Changed in: ubuntustudio-default-settings (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  auto open for audio/video media has wrong applications

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

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


[Bug 975253] Re: auto open for audio/video media has wrong applications

2012-04-06 Thread Janne Jokitalo
Fixed in bzr rev. 114

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

Title:
  auto open for audio/video media has wrong applications

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

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


[Bug 964483] Re: Terminal help is inaccessible

2012-04-05 Thread Janne Jokitalo
When debugging the issue, I found out that xfce4-terminal writes to
debug log a line:Error: No running window found, but only when the
preferred browser is firefox. Chrome and Opera work just fine.

Will continue debugging over the weekend.

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

Title:
  Terminal help is inaccessible

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

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


[Bug 974184] Re: package ubuntustudio-audio (not installed) failed to install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

2012-04-05 Thread Janne Jokitalo
Hi, thanks for reporting this issue! It's been already fixed in a
pending upload, so I'm already marking this bug as Fix Committed.

** Changed in: ubuntustudio-meta (Ubuntu)
   Status: New = Fix Committed

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

Title:
  package ubuntustudio-audio (not installed) failed to install/upgrade:
  Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

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

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

[Bug 973262] Re: Two accessories icons in Xubuntu 12.04 Main Menu

2012-04-04 Thread Janne Jokitalo
Thanks for reporting this! However, it's not Xubuntu's artwork that has
to do with this file, it's coming in from gnome-menus, which I set as
affects now.

** Package changed: xubuntu-artwork (Ubuntu) = gnome-menus (Ubuntu)

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

Title:
  Two accessories icons in Xubuntu 12.04 Main Menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-menus/+bug/973262/+subscriptions

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


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

2012-04-04 Thread Janne Jokitalo
Hi, and thanks for reporting the issue! I've fixed this with the
attached patch, it was a simple missing depends issue.

** Patch added: Debdiff to fix the dependency issue
   
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/973373/+attachment/3005132/+files/ubuntustudio-meta_0.99.debdiff

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

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/973373/+subscriptions

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


[Bug 972749] Re: Prefer pavucontrol over xfce4-mixer in ubuntustudio session

2012-04-03 Thread Janne Jokitalo
** Patch added: debdiff
   
https://bugs.launchpad.net/bugs/972749/+attachment/2998127/+files/indicator-sound_0.8.5.0-0ubuntu2.debdiff

** Patch removed: debdiff
   
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/972749/+attachment/2998127/+files/indicator-sound_0.8.5.0-0ubuntu2.debdiff

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

Title:
  Prefer pavucontrol over xfce4-mixer in ubuntustudio session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/972749/+subscriptions

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


[Bug 972749] [NEW] Prefer pavucontrol over xfce4-mixer in ubuntustudio session

2012-04-03 Thread Janne Jokitalo
Public bug reported:

Exactly like on bug https://bugs.launchpad.net/ubuntu/+source/indicator-
sound/+bug/961745, Ubuntu Studio also wants to user pavucontrol over
xfce4-mixer.

I have provided a debdiff attached, and also tested it builds in precise
pbuilder, and that the .deb installs. First and foremost, the change is
effective.

** Affects: indicator-sound (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/972749

Title:
  Prefer pavucontrol over xfce4-mixer in ubuntustudio session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/972749/+subscriptions

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


[Bug 972749] Re: Prefer pavucontrol over xfce4-mixer in ubuntustudio session

2012-04-03 Thread Janne Jokitalo
Forgot to add the LP bug in changelog. Fixed in this new debdiff.

** Patch added: Corrected debdiff
   
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/972749/+attachment/2998134/+files/indicator-sound_0.8.5.0-0ubuntu2.debdiff

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

Title:
  Prefer pavucontrol over xfce4-mixer in ubuntustudio session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/972749/+subscriptions

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


[Bug 970361] [NEW] Unable to `do-release-upgrade -d` from oneiric to precise

2012-03-31 Thread Janne Jokitalo
Public bug reported:

I tried to run `sudo do-release-upgrade -d`, and stumbled into problems
with:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade: 
E:Error, pkgProblemResolver::Resolve generated breaks, this may be 
caused by held packages.

I used ppa-purge to get rid of a couple of PPA's used at that time, but
it didn't help (and shouldn't, update-manager takes care of 3rd party
software sources, right?).

Looked into /var/log/dist-upgrade/main.log, I see only one interesting
line:

2012-03-31 23:18:49,581 DEBUG failed to SystemUnLock() (E:Not locked)

...but I'm attaching it anyway. Much, much more interesting is the
/var/log/dist-upgrade/apt.log, which shows a number of broken packages.
Attaching it too, obviously.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: update-manager 1:0.152.25.8
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Mar 31 23:30:57 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to oneiric on 2012-03-31 (0 days ago)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade oneiric

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

Title:
  Unable to `do-release-upgrade -d` from oneiric to precise

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

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


[Bug 970361] Re: Unable to `do-release-upgrade -d` from oneiric to precise

2012-03-31 Thread Janne Jokitalo
** Attachment added: apt.log file from /var/log/dist-upgrade
   https://bugs.launchpad.net/bugs/970361/+attachment/2978234/+files/apt.log

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

Title:
  Unable to `do-release-upgrade -d` from oneiric to precise

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

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


[Bug 970361] Re: Unable to `do-release-upgrade -d` from oneiric to precise

2012-03-31 Thread Janne Jokitalo
** Attachment added: main.log from /var/log/dist-upgrade
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/970361/+attachment/2978240/+files/main.log

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

Title:
  Unable to `do-release-upgrade -d` from oneiric to precise

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

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


[Bug 970361] Re: Unable to `do-release-upgrade -d` from oneiric to precise

2012-03-31 Thread Janne Jokitalo
There was a version conflict between rhythmbox and rhythmbox-data.
Purging that app from my system resolved the issue, and the upgrade was
possible.

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

Title:
  Unable to `do-release-upgrade -d` from oneiric to precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/970361/+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-03-26 Thread Janne Jokitalo
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu precise (development branch)
Release:12.04
Codename:   precise

$ apt-cache policy ubuntustudio-audio
ubuntustudio-audio:
  Installed: (none)
  Candidate: 0.98
  Version table:
 0.98 0
500 http://archive.ubuntu.com/ubuntu/ precise/universe i386 Packages

You're using an outdated image, please update and try again. Marking as
invalid. Thanks!

** Changed in: ubuntustudio-meta (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/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 962606] Re: Please sync musescore=1.2+dfsg-1 from Debian/sid (main)

2012-03-24 Thread Janne Jokitalo
Hi Toby, Stefano!

I built it on a precise pbuilder, and a few of our testers verified it's
running ok, and looking at the changelog it seems to be a very pleasing
update. From Studio POV, go for it. Thanks!

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

Title:
  Please sync musescore=1.2+dfsg-1 from Debian/sid (main)

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

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


[Bug 962606] Re: Please sync musescore=1.2+dfsg-1 from Debian/sid (main)

2012-03-24 Thread Janne Jokitalo
I am perfectly happy to wait until beta-2 has been released, and then
sync before the final freeze. No need to add more fuss to the beta-2
testing.

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

Title:
  Please sync musescore=1.2+dfsg-1 from Debian/sid (main)

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

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


[Bug 961371] [NEW] [FFe] Please update ubuntustudio-default-settings for precise

2012-03-21 Thread Janne Jokitalo
Public bug reported:

As we're way past the feature freeze deadline, I'm filing this exception
because just recently I was notified that to get rid of the ugliness
of the live-session/ubiquity, I needed to create a maybe_ubiquity file,
that would now be provided by a new binary package, created from this
source package.

Any further information, please contact me on #ubuntu-devel or
#ubuntustudio-devel, this bug mail, or regular email @
astralj...@kapsi.fi.

** Affects: ubuntustudio-default-settings (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/961371

Title:
  [FFe] Please update ubuntustudio-default-settings for precise

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

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


[Bug 961371] Re: [FFe] Please update ubuntustudio-default-settings for precise

2012-03-21 Thread Janne Jokitalo
From ubuntustudio-default-settings debian/changelog:

 [ Janne Jokitalo astralj...@kapsi.fi ]
  * added maybe_ubiquity to set theme from casper (LP: #952462)
  * added a new binary package building for live-settings

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

Title:
  [FFe] Please update ubuntustudio-default-settings for precise

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

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


[Bug 961371] Re: [FFe] Please update ubuntustudio-default-settings for precise

2012-03-21 Thread Janne Jokitalo
** Attachment added: pbuilder logfile
   
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-default-settings/+bug/961371/+attachment/2912601/+files/us-default-settings_FFe-file.log

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

Title:
  [FFe] Please update ubuntustudio-default-settings for precise

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

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


[Bug 132916] Re: [upstream] RTF: Vertical Cell merging in tables not imported correctly

2012-03-21 Thread Janne Jokitalo
I can confirm this for Abiword 2.8.6 on Xubuntu oneiric.

** Changed in: abiword (Ubuntu)
   Status: New = Confirmed

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

Title:
  [upstream] RTF: Vertical Cell merging in tables not imported correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/132916/+subscriptions

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


Re: [Bug 961752] [NEW] package ubuntustudio-audio (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2012-03-21 Thread Janne Jokitalo
*** This bug is a duplicate of bug 954468 ***
https://bugs.launchpad.net/bugs/954468

On Wed, Mar 21, 2012 at 11:05:51PM -, Ian Lambert wrote:
 Not exactly sure what's happening. This just kept popping up every time
 I'd restart.

This was a problem in a preinst script (yeah, the error message was quite
misleading) regarding outdated real-time privileges settings. It's already fixed
in the bzr branch, but hasn't been updated in the archives just yet.

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

Title:
  package ubuntustudio-audio (not installed) 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/961752/+subscriptions

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


[Bug 952462] Re: Ubuntustudio 12.04 installer has unreadable text

2012-03-19 Thread Janne Jokitalo
I have now added a similar file to xubuntu-live-settings, so should be
fixed as soon as this update crawls into the images.

Thanks Colin, Mario, Lionel!

** Changed in: ubuntustudio
   Importance: Undecided = High

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

** Changed in: ubuntustudio
   Status: Confirmed = Fix Committed

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

Title:
  Ubuntustudio 12.04 installer has unreadable text

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

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


[Bug 959072] [NEW] ubuntustudio-audio.preinst exit 1's unnecessarily

2012-03-19 Thread Janne Jokitalo
Public bug reported:

In the file ubuntustudio-audio.preinst the default case made an exit 1,
which was unnecessary when fresh installs would call the script with
argument `install', which would then fail.

I'm attaching a debdiff that remedies this error.

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


** Tags: meta precise

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

Title:
  ubuntustudio-audio.preinst exit 1's unnecessarily

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

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


[Bug 959072] Re: ubuntustudio-audio.preinst exit 1's unnecessarily

2012-03-19 Thread Janne Jokitalo
** Patch added: debdiff
   
https://bugs.launchpad.net/bugs/959072/+attachment/2895964/+files/ubuntustudio-meta_0.98.debdiff

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

Title:
  ubuntustudio-audio.preinst exit 1's unnecessarily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-meta/+bug/959072/+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-03-16 Thread Janne Jokitalo
Hi, thanks for reporting the error in our software! However, this
version of package is outdated already, current version is 0.97, and
this problem is fixed in it.


** Changed in: ubuntustudio-meta (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/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


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

2012-03-14 Thread Janne Jokitalo
This bug has been fixed by not using rtprio.py script anymore. The same
functionality is achieved differently now, thus rendering the script
redundant.

** 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/942136

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/942136/+subscriptions

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


[Bug 923830] Re: ubiquity crashes on ubuntu studio live-dvd 20120129

2012-02-01 Thread Janne Jokitalo
That session had been terminated already, so sorry I can't. But I tested
20120201 image just now, and it seems to fail in the same spot. Should I
open a new bug about it? This time I have /var/log/installer/* files and
/var/log/syslog from it, too.

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

Title:
  ubiquity crashes on ubuntu studio live-dvd 20120129

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

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


[Bug 923830] Re: ubiquity crashes on ubuntu studio live-dvd 20120129

2012-02-01 Thread Janne Jokitalo
*** This bug is a duplicate of bug 870643 ***
https://bugs.launchpad.net/bugs/870643

I got bitten by:

https://bugs.launchpad.net/ubuntu/+source/flashplugin-
nonfree/+bug/870643


Feb  1 15:39:05 ubuntu-studio ubiquity: Setting up flashplugin-installer 
(11.1.102.55ubuntu4) ...
Feb  1 15:39:06 ubuntu-studio ubiquity: Downloading...
Feb  1 15:39:06 ubuntu-studio ubiquity: --2012-02-01 17:39:06--  
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.1.102.55.orig.tar.gz
Feb  1 15:39:06 ubuntu-studio ubiquity: Resolving archive.canonical.com 
(archive.canonical.com)... 
Feb  1 15:39:46 ubuntu-studio ubiquity: failed: Name or service not known.
Feb  1 15:39:46 ubuntu-studio ubiquity: wget: unable to resolve host address 
`archive.canonical.com'
Feb  1 15:39:46 ubuntu-studio ubiquity: download failed
Feb  1 15:39:46 ubuntu-studio ubiquity: The Flash plugin is NOT installed.
Feb  1 15:39:46 ubuntu-studio ubiquity: dpkg: error processing 
flashplugin-installer (--configure):
Feb  1 15:39:46 ubuntu-studio ubiquity:  subprocess installed post-installation 
script returned error exit status 1

Marking this as a duplicate.

** This bug has been marked a duplicate of bug 870643
   package flashplugin-downloader 11.0.1.152ubuntu1 failed to install/upgrade: 
wget: unable to resolve host address `archive.canonical.com'

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

Title:
  ubiquity crashes on ubuntu studio live-dvd 20120129

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

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


[Bug 870643] Re: package flashplugin-downloader 11.0.1.152ubuntu1 failed to install/upgrade: wget: unable to resolve host address `archive.canonical.com'

2012-02-01 Thread Janne Jokitalo
** Tags added: alpha-2 amd64 precise

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

Title:
  package flashplugin-downloader 11.0.1.152ubuntu1 failed to
  install/upgrade: wget: unable to resolve host address
  `archive.canonical.com'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/870643/+subscriptions

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


[Bug 923810] Re: ubuntu studio live-dvd 20120129 fails, crashes ubiquity

2012-01-30 Thread Janne Jokitalo
** Attachment added: casper.log
   
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/923810/+attachment/2701447/+files/casper.log

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

Title:
  preseeding passwd/user-default-groups is ineffective

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

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


[Bug 923810] [NEW] preseeding passwd/user-default-groups is ineffective

2012-01-30 Thread Janne Jokitalo
Public bug reported:

Attaching a casper.log as per requested.

** Affects: casper (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/923810

Title:
  preseeding passwd/user-default-groups is ineffective

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

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


[Bug 923810] Re: ubuntu studio live-dvd 20120129 fails

2012-01-30 Thread Janne Jokitalo
** Summary changed:

- preseeding passwd/user-default-groups is ineffective
+ ubuntu studio live-dvd 20120129 fails

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

Title:
  ubuntu studio live-dvd 20120129 fails

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

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


[Bug 923810] Re: preseeding passwd/user-default-groups is ineffective

2012-01-30 Thread Janne Jokitalo
** Summary changed:

- ubuntu studio live-dvd 20120129 fails
+ preseeding passwd/user-default-groups is ineffective

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

Title:
  preseeding passwd/user-default-groups is ineffective

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

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


[Bug 923830] [NEW] ubiquity crashes on ubuntu studio live-dvd 20120129

2012-01-30 Thread Janne Jokitalo
Public bug reported:

The disc boots up fine, and gives an opportunity to update the installer
first. This, however, will give no noticeable signal of any action.

Proceeding to install works all the way through partitioning,
localisation and user setup, but somewhere down the installation process
ubiquity crashes. The same thing also happens if I select 'Install
without trying' option from the menu.

Attaching /var/log/installer/* files. Please let me know what else is
needed.

** Affects: ubiquity (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/923830

Title:
  ubiquity crashes on ubuntu studio live-dvd 20120129

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

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


[Bug 923830] Re: ubiquity crashes on ubuntu studio live-dvd 20120129

2012-01-30 Thread Janne Jokitalo
** Attachment added: /var/log/installer/debug
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/923830/+attachment/2701504/+files/debug

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

Title:
  ubiquity crashes on ubuntu studio live-dvd 20120129

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

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


[Bug 923830] Re: ubiquity crashes on ubuntu studio live-dvd 20120129

2012-01-30 Thread Janne Jokitalo
** Attachment added: /var/log/installer/version
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/923830/+attachment/2701505/+files/version

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

Title:
  ubiquity crashes on ubuntu studio live-dvd 20120129

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

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


[Bug 915248] Re: Please sync Blender 2.61-2 from Debian

2012-01-28 Thread Janne Jokitalo
Hi Guybrush88! Ubuntu Studio has blender seeded for a default install,
and we were wondering whether you had tested this new release of it on a
precise install yet? Some of us are a little concerned that it hasn't
been approved for debian testing yet, so can it be trusted?

Also, if there's no hurry, we might want to wait until Alpha-2 is done,
so not to break such a milestone testing.

Thanks!

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

Title:
  Please sync Blender 2.61-2 from Debian

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

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


[Bug 922424] Re: lightdm won't start I have console(s) only

2012-01-27 Thread Janne Jokitalo
I believe it was just an incorrect package in the desktop seed. I
switched it to lightdm-gtk-greeter. I'm under the assumption that'll fix
the issue.

** Changed in: lightdm (Ubuntu)
 Assignee: (unassigned) = Janne Jokitalo (astraljava)

** Changed in: lightdm (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/922424

Title:
  lightdm won't start I have console(s) only

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

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


[Bug 922424] Re: lightdm won't start I have console(s) only

2012-01-27 Thread Janne Jokitalo
This was a faulty package in Ubuntu Studio desktop seed.

** Package changed: lightdm (Ubuntu) = ubuntustudio-meta (Ubuntu)

** 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/922424

Title:
  lightdm won't start I have console(s) only

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

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


[Bug 922036] Re: Audiofile 0.3.x transition

2012-01-26 Thread Janne Jokitalo
hydrogen, xjadeo and gimp-gap are seeded by us.

What other steps are needed to make sure everything runs okay?

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

Title:
  Audiofile 0.3.x transition

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

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


Re: [Bug 922036] Re: Audiofile 0.3.x transition

2012-01-26 Thread Janne Jokitalo
On Thu, Jan 26, 2012 at 05:17:50PM -, Janne Jokitalo wrote:
 hydrogen, xjadeo and gimp-gap are seeded by us.

...and according to the discussion on IRC, hydrogen really is the only one
directly affected by this change.


-- 
Jaska

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

Title:
  Audiofile 0.3.x transition

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

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


Re: [Bug 922036] Re: Audiofile 0.3.x transition

2012-01-26 Thread Janne Jokitalo
On Thu, Jan 26, 2012 at 05:37:18PM -, Alessio Treglia wrote:
 On Thu, Jan 26, 2012 at 6:17 PM, Janne Jokitalo astralj...@kapsi.fi wrote:
  hydrogen, xjadeo and gimp-gap are seeded by us.
 
 gimp-gap and xjadeo don't have a direct dependency on libaudiofile0.

Yes, thanks for that lesson. Good to know! :)

  What other steps are needed to make sure everything runs okay?
 
 No one. We are ready to go.

Ok, excellent!

 Thank you Janne!

Thanks to you, Alessio and Scott!


-- 
Jaska

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

Title:
  Audiofile 0.3.x transition

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

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


[Bug 862609] Re: seahorse-plugins gone in Oneiric

2012-01-18 Thread Janne Jokitalo
Tracker says Fix Released in debian. Could it be synced, now? And then
hopefully backported to oneiric.

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

Title:
  seahorse-plugins gone in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/seahorse-plugins/+bug/862609/+subscriptions

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


[Bug 917743] [NEW] xul-ext-lightning suggests a missing package 'latex-xft-fonts'

2012-01-17 Thread Janne Jokitalo
Public bug reported:

$ sudo apt-get install xul-ext-lightning
[sudo] password for jaska: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  xul-ext-calendar-timezones xul-ext-gdata-provider
Suggested packages:
  latex-xft-fonts
The following NEW packages will be installed:
  xul-ext-calendar-timezones xul-ext-gdata-provider xul-ext-lightning
0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 1,280 kB of archives.
After this operation, 6,152 kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
xul-ext-calendar-timezones all 1.0+build1-0ubuntu0.11.10.2 [42.5 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
xul-ext-lightning amd64 1.0+build1-0ubuntu0.11.10.2 [1,182 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ oneiric-updates/universe 
xul-ext-gdata-provider all 1.0+build1-0ubuntu0.11.10.2 [55.2 kB]
Fetched 1,280 kB in 1s (1,051 kB/s)   
Selecting previously deselected package xul-ext-calendar-timezones.
(Reading database ... 250732 files and directories currently installed.)
Unpacking xul-ext-calendar-timezones (from 
.../xul-ext-calendar-timezones_1.0+build1-0ubuntu0.11.10.2_all.deb) ...
Selecting previously deselected package xul-ext-lightning.
Unpacking xul-ext-lightning (from 
.../xul-ext-lightning_1.0+build1-0ubuntu0.11.10.2_amd64.deb) ...
Selecting previously deselected package xul-ext-gdata-provider.
Unpacking xul-ext-gdata-provider (from 
.../xul-ext-gdata-provider_1.0+build1-0ubuntu0.11.10.2_all.deb) ...
Setting up xul-ext-calendar-timezones (1.0+build1-0ubuntu0.11.10.2) ...
Setting up xul-ext-lightning (1.0+build1-0ubuntu0.11.10.2) ...
Setting up xul-ext-gdata-provider (1.0+build1-0ubuntu0.11.10.2) ...
jaska@lagavulin:~/src/wesnoth 18:31:41 $ sudo apt-get install latex-xft-fonts
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package latex-xft-fonts is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'latex-xft-fonts' has no installation candidate
jaska@lagavulin:~/src/wesnoth 18:31:56 $ apt-cache show latex-xft-fonts
N: Can't select versions from package 'latex-xft-fonts' as it is purely virtual
N: No packages found

** Affects: lightning-extension (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/917743

Title:
  xul-ext-lightning suggests a missing package 'latex-xft-fonts'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightning-extension/+bug/917743/+subscriptions

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


[Bug 730479] Re: upgrade to 0.9.1

2011-12-11 Thread Janne Jokitalo
** Changed in: ubuntustudio
   Status: New = 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/730479

Title:
  upgrade to 0.9.1

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

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


[Bug 578861] Re: [needs-packaging] juploadr

2011-12-11 Thread Janne Jokitalo
** Changed in: ubuntustudio
   Status: New = Confirmed

** Changed in: ubuntu
   Status: New = Confirmed

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

Title:
  [needs-packaging] juploadr

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

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


[Bug 569476] Re: [needs-packaging] gpick - Advanced color picker written in C++ using GTK+ toolkit

2011-12-11 Thread Janne Jokitalo
** Changed in: ubuntustudio
   Status: New = 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/569476

Title:
  [needs-packaging] gpick - Advanced color picker written in C++ using
  GTK+ toolkit

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

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


[Bug 409067] Re: package hdparm 9.15-1ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurueck

2011-12-11 Thread Janne Jokitalo
Setting as Won't Fix, since Ubuntu Studio doesn't support Karmic
anymore.

** Changed in: ubuntustudio
   Status: New = Won't Fix

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

Title:
  package hdparm 9.15-1ubuntu2 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurueck

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

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


[Bug 383999] Re: no JACK support in Bristol

2011-12-11 Thread Janne Jokitalo
** Changed in: ubuntustudio
   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/383999

Title:
  no JACK support in Bristol

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

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


[Bug 815101] Re: [needs-packaging] slowmovideo

2011-12-11 Thread Janne Jokitalo
** Changed in: ubuntustudio
   Status: New = Confirmed

** Changed in: ubuntustudio
   Importance: Undecided = Wishlist

** Changed in: ubuntustudio
   Status: Confirmed = In Progress

** Changed in: ubuntustudio
Milestone: None = precise-12.04

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

Title:
  [needs-packaging] slowmovideo

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

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


[Bug 891456] Re: indicator-sound-gtk2 missing from ubuntustudio-meta

2011-11-17 Thread Janne Jokitalo
No I haven't looked into the precise seeds yet, I just modified the
oneiric seeds desktop file.

Will obviously insert it into precise later, but we saw this as a
usability bug, and wanted to include it so that it gets installed
through updates. So in general the summary change is correct, but the
change so far only concerns oneiric release.

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

Title:
  indicator-sound-gtk2 missing from ubuntustudio-meta

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

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


[Bug 891456] Re: indicator-sound-gtk2 missing from ubuntustudio-meta

2011-11-17 Thread Janne Jokitalo
lp:~ubuntustudio-dev/ubuntu-seeds/ubuntustudio.precise updated now,
following the SRU guidelines. Haven't verified, yet. Will try to do so
later today.

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

Title:
  indicator-sound-gtk2 missing from ubuntustudio-meta

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

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


[Bug 841365] [NEW] No divider for space allocation in Xubuntu oneiric alongside installation

2011-09-04 Thread Janne Jokitalo
Public bug reported:

I had one prior entire-disk installation on an 80GB hard drive. When
attempting to do an alongside installation, I was told to use the
divider below for allocating drive space, but there is no divider to be
seen.

Suddenly, ubiquity crashed, and when trying to report the problem via
apport, I was notified of not being able to do that, due to an obsolete
version of upstart.

This is on Xubuntu desktop cd 20110904.

Please advise on what further information is needed.

** Affects: ubiquity (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/841365

Title:
  No divider for space allocation in Xubuntu oneiric alongside
  installation

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

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


[Bug 841365] Re: No divider for space allocation in Xubuntu oneiric alongside installation

2011-09-04 Thread Janne Jokitalo
** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/841365/+attachment/2354721/+files/syslog

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

Title:
  No divider for space allocation in Xubuntu oneiric alongside
  installation

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

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


[Bug 841365] Re: No divider for space allocation in Xubuntu oneiric alongside installation

2011-09-04 Thread Janne Jokitalo
** Attachment added: partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/841365/+attachment/2354735/+files/partman

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

Title:
  No divider for space allocation in Xubuntu oneiric alongside
  installation

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

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


[Bug 838434] Re: [FFe] Upload new ubuntustudio-menu revision (was: ubuntustudio-menu does not work on XFCE)

2011-08-31 Thread Janne Jokitalo
Tested this on a recent Studio build, and verified it works.

** Summary changed:

- ubuntustudio-menu does not work on XFCE
+ [FFe] Upload new ubuntustudio-menu revision (was: ubuntustudio-menu does not 
work on XFCE)

** Changed in: ubuntustudio-menu (Ubuntu)
   Status: Triaged = Confirmed

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

Title:
  [FFe] Upload new ubuntustudio-menu revision (was: ubuntustudio-menu
  does not work on XFCE)

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

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


[Bug 838446] Re: ubuntustudio has no lightdm theme

2011-08-31 Thread Janne Jokitalo
Thanks for reporting this, and providing the tarball! I'll create a bzr
branch for it shortly, from which it can be turned into a package that
can be depended on.

** Changed in: ubuntustudio-menu (Ubuntu)
   Status: Triaged = Confirmed

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

Title:
  ubuntustudio has no lightdm theme

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

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


[Bug 825414] Re: nvidia-detector crashed with ValueError in __get_value_from_name(): invalid literal for int() with base 10: '173-updates'

2011-08-13 Thread Janne Jokitalo
*** This bug is a duplicate of bug 825259 ***
https://bugs.launchpad.net/bugs/825259

In  NvidiaDetector/nvidiadetector.py, the line:

self.drivers.setdefault(int(drivername), []).append(id1 + ':' + id2)

probably needs to replace the int() operator to str(), as the drivername
seems to be able to have chars outside the integer range.

But since I don't know anything about the software itself, not sure
whether that's acceptable further down the line, so not attaching a
patch at this point.

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

Title:
  nvidia-detector crashed with ValueError in __get_value_from_name():
  invalid literal for int() with base 10: '173-updates'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-common/+bug/825414/+subscriptions

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


Re: [Bug 376470] Re: [needs-packaging] darktable

2011-08-08 Thread Janne Jokitalo
On Mon, Aug 08, 2011 at 08:49:19AM -, falkTX wrote:
 considering how much busy the US team is right now, you can go ahead and do 
 it yourself.
 when ready, submit the debian source to REVU and let us know

There's that, and also the fact that the feature freeze is going to be effective
in a matter of days, so it's unlikely we'd get that to oneiric in the first
place.

Please let us know if you start working on it, so that we won't duplicate
efforts. Thanks!


-- 
Jaska



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

Title:
  [needs-packaging] darktable

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

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


Re: [Bug 376470] Re: [needs-packaging] darktable

2011-08-08 Thread Janne Jokitalo
On Mon, Aug 08, 2011 at 08:36:02PM -, Pander wrote:
 A package is already available in a PPA, just an Ubuntu packager needs
 to verify it. That is unfortunately not me.

Well the thing is, that doesn't work through the bugs. If you want it to Ubuntu
direct, you need to upload to REVU. The better thing to do would be to get it
into Debian straight. Then it could be synced to Ubuntu without any hassle at
all.


-- 
Jaska

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

Title:
  [needs-packaging] darktable

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

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


[Bug 806672] Re: UbuntuStudio Oneiric Alpha2 fails to install - unmet dependencies

2011-07-11 Thread Janne Jokitalo
** Changed in: ubuntustudio-meta (Ubuntu Oneiric)
 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/806672

Title:
  UbuntuStudio Oneiric Alpha2 fails to install - unmet dependencies

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

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


[Bug 806672] Re: UbuntuStudio Oneiric Alpha2 fails to install - unmet dependencies

2011-07-11 Thread Janne Jokitalo
ubuntustudio.oneiric seed revisions 1268 and 1269 have fixes that should
address these issues. Once the images are rolled using the updated seeds
(requires at least a germinate run, and then some?), we can verify.

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

Title:
  UbuntuStudio Oneiric Alpha2 fails to install - unmet dependencies

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

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


Re: [Bug 806672] [NEW] UbuntuStudio images for Oneiric Alpha2 fail to install

2011-07-08 Thread Janne Jokitalo
On Fri, Jul 08, 2011 at 09:34:25AM -, falkTX wrote:
 afaik, lash is being deprecated in debian, in favour of ladish and
 jack-session.
 
 if UbuntuStudio still has any lash dependent software (lashd, lashwrapper,
 or similar), it should be removed from the seeds.
 if not, maybe some app requires rebuild.

I'm not actually sure what the status is with lash2ladish transition. Gotta ping
quadrispro about that.

But yeah, I'll be working on the seeds together with Scott and Cory (et al.), so
we'll get them (and images) working by Alpha-3, at least from this point of
view.


-- 
Jaska

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

Title:
  UbuntuStudio Oneiric Alpha2 fails to install - unmet dependencies

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

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


[Bug 803645] [NEW] Sync request for mudita24

2011-06-29 Thread Janne Jokitalo
Public bug reported:

Please sync Package: mudita24 (1.0.3-1) from debian sid main.

It is an update of envy24control, which can be found in package alsa-
tools-gui. The package in debian however has renamed the binary, so
there is no clash.

** Affects: 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/803645

Title:
  Sync request for mudita24

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

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


[Bug 771460] Re: Need to switch to VT[1-6] and back to VT7 to see the unlock with passphrase dialog on encrypted entire disks installs

2011-04-27 Thread Janne Jokitalo
Right, did a second install just to make sure I can reproduce it. I can.
So attaching what you suggested.

** Attachment added: grub.cfg
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/771460/+attachment/2091928/+files/grub.cfg

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

Title:
  Need to switch to VT[1-6] and back to VT7 to see the unlock with
  passphrase dialog on encrypted entire disks installs

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


[Bug 771460] Re: Need to switch to VT[1-6] and back to VT7 to see the unlock with passphrase dialog on encrypted entire disks installs

2011-04-27 Thread Janne Jokitalo
...and here's dmesg.

** Attachment added: Output of dmesg
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/771460/+attachment/2091929/+files/dmesg

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

Title:
  Need to switch to VT[1-6] and back to VT7 to see the unlock with
  passphrase dialog on encrypted entire disks installs

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


[Bug 771460] [NEW] Need to switch to VT[1-6] and back to VT7 to see the unlock with passphrase dialog on encrypted entire disks installs

2011-04-26 Thread Janne Jokitalo
Public bug reported:

Binary package hint: plymouth

Using Ubuntu Studio 11.04 amd64 installer, selecting entire disk with
encrypted lvm, after the install when I'm booting up to the new system,
I cannot see the unlocking dialog. After trying to switch to other
virtual terminals, I also just see a blinking cursor. But when I try VT7
again, I am then greeted with the dialog. It also works, so only the
initial displaying of it is the problem.

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


** Tags: iso-testing

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

Title:
  Need to switch to VT[1-6] and back to VT7 to see the unlock with
  passphrase dialog on encrypted entire disks installs

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


[Bug 607914] [NEW] Backport qjackctl 0.3.6-1 from Maverick

2010-07-20 Thread Janne Jokitalo
Public bug reported:

Please backport qjackctl 0.3.6-1 from Maverick to Lucid in order to fix the
dreaded port renames are ignored bug
(https://bugs.edge.launchpad.net/ubuntu/+source/qjackctl/+bug/490436) in the
latest LTS release.

In order to provide proof that it builds cleanly in Lucid, I've prepared a PPA
upload at: ppa:astraljava/lucid 

Currently I'm waiting for mandatory three confirmations from
testers that the fix works.

 affects ubuntu/qjackctl

-- 
Jaska aka astraljava

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

-- 
Backport qjackctl 0.3.6-1 from Maverick
https://bugs.launchpad.net/bugs/607914
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 570828] Re: gnome-network-admin on UbuntuStudio doesnt allow to configure either wired networks or wireless

2010-05-16 Thread Janne Jokitalo
On Sun, May 16, 2010 at 08:04:44PM -, dlotton wrote:
 Also, adding the following to '/etc/network/interfaces' brings the
 interface up on boot.  However, I'm not sure this is the 'right' way to
 fix the problem since my other Lucid machines do no have this entry.
 
 auto eth0
 iface eth0 inet dhcp

I believe that's exactly what gnome-network-admin would do, if it
worked.

It is however not needed for systems utilizing NetworkManager. Are these other
Lucid machines of yours such systems?


-- 
Jaska

-- 
gnome-network-admin on UbuntuStudio doesnt allow to configure either wired 
networks or wireless
https://bugs.launchpad.net/bugs/570828
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 276028] [NEW] Please backport dvtm from Intrepid to Hardy

2008-09-29 Thread Janne Jokitalo
Public bug reported:

The project INX would love to see dvtm backported from Intrepid to
Hardy. It should be relatively painless, as all dependencies [0] of dvtm
can be found in Hardy already, with appropriate versions too.

I have tested that the package builds [see attachment] from source [1],
installs and can be used appropriately.

Please let me know what actions need to be taken or what more
information is required. Thanks!

[0] libc6  (= 2.4) , Hardy has

[EMAIL PROTECTED]:~/src/dvtm 21:55:45 $ apt-cache policy libc6
libc6:
  Installed: 2.7-10ubuntu3
  Candidate: 2.7-10ubuntu3

and libncursesw5  (= 5.6+20071006-3) , Hardy has

[EMAIL PROTECTED]:~/src/dvtm 22:06:34 $ apt-cache policy libncursesw5
libncursesw5:
  Installed: 5.6+20071124-1ubuntu2
  Candidate: 5.6+20071124-1ubuntu2

[1]
http://archive.ubuntu.com/ubuntu/pool/universe/d/dvtm/dvtm_0.4.1-1.dsc

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

-- 
Please backport dvtm from Intrepid to Hardy
https://bugs.launchpad.net/bugs/276028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 276028] Re: Please backport dvtm from Intrepid to Hardy

2008-09-29 Thread Janne Jokitalo

** Attachment added: Pbuilder log of building dvtm from Intrepid source in 
Hardy
   http://launchpadlibrarian.net/18050720/pbuilder.log

-- 
Please backport dvtm from Intrepid to Hardy
https://bugs.launchpad.net/bugs/276028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   >