Elive

ID Opened Last Edited Task Type  asc Summary Status Opened by Progress Due In Version
 742 2020-02-012020-06-26Betatesting Make Eltrans work again Closedstoppy98
100%
4.02 Task Description

Eltrans was the easiest way to get big parts of the os translated for free. It needs to go live again, so what is the problem that prevents it from working? Is there any way we could write a new version of it so you do not need to waste your time? In that case, what are your requiremetns and what kind of interface should we give it so that it can just be put in place of the older one?

 705 2018-07-012018-11-23Betatesting Multiple screens betatesting Closedthanatermesis
100%
3.0 Task Description

The new multiple screens betatesting is ready to be used, this task will be to better track all that is needed to betatest:

How to use it: Everything should be automated, so just upgrade your system with the command “apug” and restart to a new desktop configuration (from elive menus), which is important too. It should detect that you have multiple screens and ask you to configure them, or use an existing configuration, etc in contrary case you still have the configurator available (only one now, which is an elive tool)

Things to betatest: This is the list:

  1. all the options and behaviours (what if select no, yes, save, not save, remove, etc), this is more or less already betatested by me
  2. try to disconnect the extra screen, reboot computer, your desktop should be equally functional (and I assume not asking/saying anything about)
  3. poweroff again the computer, connect again the extra screen, it should remember that configuration for your second screen and going back to these settings (without asking anything, i assume)
  4. there’s some games that changes your screen resolution (in order to play in fullscreen), if the game exits with an error your desktop is messed up (desktop running in a strange resolution), the normal behaviour is to return to the correct resolution when the game exits correctly, but i dont know if this happens or even if goes to the correct multiscreen mode. Also: a reboot should perfectly return to the normal behaviour
  5. maybe already said before, but switching between “using and not using” the external screen should be not a painful experience (and/or with reboots), it should be “work on the fly”
  6. ecomorph (special effects) should work correctly, except for the “exposé effect” which doesn’t seems to like it so much (confused numbers of desktops, etc, not sure if this one works better after the full implementation)
  7. detail: technically speaking, there’s two launching of the “load screen settings”, one happens before the desktop is loaded and the other when the desktop has started to load... in other words: if there’s a widget/question that asks for anything it should always happen when you already have access to the window controls (including window borders for example)
  8. since i found a strange behavior with the “automated fonts sizing calculation” feature, i include this betatest point: test if the font sizes are not reconfigured “smaller than normal”
  9. we have hotkeys to switch between virtual desktops, do we have a setup for between screens? i just tried to configure a new keyboard hotkey (ctrl + alt + shift + arrows) for switch to another screen 0/1 but doesn’t looks like to work on virtualbox... will need to do test in a real machine (and implement the hotkey in the default configuration)

Notes: if any of these betatests are not working as expected, please include the details of the “steps” about how to reproduce it, and the exact (first words) of the “conflicting” message found

 739 2020-01-222020-02-02Betatesting No puedo descargar actualizaciones - versión beta 3.8.2 ...Closedjaume
100%
3.x (beta's)1 Task Description

Hola! Tengo tres problemas:


1- Al cerrar sesión el sistema se bloquea.

2- Cuando pongo el equipo en suspensión o le doy a hibernar, me ocurre que al volver al escritorio Internet no funciona y si reinicio todo vuelve a la normalidad, esto ya me pasaba con el sistema estable.

3- Cuando intento actualizar no me deja y todo es darle al botón pero ahí se queda sin poder actualizar.


P. D. - Por lo demás todo perfecto.

Un saludo!

7602022-02-012022-02-01Bug ReportPalemoon should be installed from external repoResearchingthanatermesis
0%
4.0 Task Description

Just like google chrome, palemoon should be installed from an external repo mode, this will avoid having outdated versions lying out with the want to downgrade too

7612022-02-092022-02-09Bug ReportAuto hibernate featureNewthanatermesis
0%
Task Description

In the stable version the computer automatically suspend / hibernate on low battery, I think we don’t have this feature in new versions of Elive since we don’t use e17 here, so implement this feature, using:

/etc/laptop-mode/conf.d/auto-hibernate.conf

TODO:
* use elive-pm tool
* feature elive-pm to create a temporal swap file if there’s no swap partition
* auto-detect we are not using the E17 (or other) feature
* what if we are in live mode?
* what if battery doesn’t works (dead battery, wrong number, or always to 0)

7542020-12-082020-12-20Bug Reportelive-multiscreens | "Screen settings" not starting pro...UnconfirmedChrisPHL
0%
Task Description

I’ve just installed Elive 3.0.6 on an old Mac Mini (Core2Duo).
Since I want to make use of it as a media center, I connected to my TV. Because of the TV’s overscan function I cannot see the edges of the screen. :-/ When trying to start “Screen settings” I get two dialogs before nothing further happens:
1st:
Information
Use the next tool to configure your screens. If you want that Elive use it when starting the system you need to save the configuration.

There’s just an OK button, I click it:

2nd:
Question
You don’t have saved any configuration, so Elive cannot use it to remember your screens setup. Do you want to try again? You need to select the option to ‘Save As’ and type a desired name in the default location.

I can click No|Yes but whatever I do that’s it. No Screen setup window pops up.

When I manually start “Screen settings” from command line using “elive-multiscreens” I get the following python stack trace after clicking OK on the first dialog:

File "/usr/bin/arandr", line 42, in <module>
  main()
File "/usr/lib/python2.7/dist-packages/screenlayout/gui.py", line 318, in main
  force_version=options.force_version
File "/usr/lib/python2.7/dist-packages/screenlayout/gui.py", line 159, in __init__
  self.filetemplate = self.widget.load_from_x()
File "/usr/lib/python2.7/dist-packages/screenlayout/widget.py", line 93, in load_from_x
  self._xrandr.load_from_x()
File "/usr/lib/python2.7/dist-packages/screenlayout/xrandr.py", line 150, in load_from_x
  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))
File "/usr/lib/python2.7/dist-packages/screenlayout/auxiliary.py", line 53, in __new__
  arg = tuple(arg)
File "/usr/lib/python2.7/dist-packages/screenlayout/xrandr.py", line 150, in <genexpr>
  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))

ValueError: invalid literal for int() with base 10: ‘1080i’

I’m able to circumvent the error by exchanging line 150 of with these lines:

              try:
                  o.modes.append(Size(int(a) for a in d.strip().split(" ")[0].split("x")))
              except ValueError as e:
                  print("Error on parsing screen sizes.", e)

After that the “Screen Layout Editor” opens and shows my display configuration.
Unfortunately there’s no easy way to just circumvent the TV’s overscan.

Please let me know if you need any further information on that issue.

7592022-01-312023-07-30Bug ReportAfter auto-upgrading, 'elive-browser-on-ram' does not c...Unconfirmedtriantares
0%
Task Description

This is on 3.8.20 Buster based installation.

After a reboot, Elive updates and ….. offers to run browser from RAM. As the machine is low on RAM, I opt ‘cancel’ but the script runs anyway. There’s no way to cancel other than NOT selecting a browser to alter.

When starting from the commandline the script does quit immediately using the zenity ‘cancel’ button.

7622022-09-112022-09-11Bug Reportintel wifiUnconfirmedeshep
0%
Task Description

[issue]
Boot normal via either kernel, wireless card (intel 9260) not detected. Card appears in lspci but is not detected during boot.

[fix]
Boot with `intel_iommu` enabled.

7642023-08-082023-08-08Bug ReportFails to open folders - GUI, Retro in BoxesUnconfirmedsscorpio
0%
Task Description

From the dock (shortcuts), and click-screen menu, clicking to open folders/directory crashes the whole system back to the login screen. Logs in fine, then repeats when attempted. Besides terminal, I have not been able to successfully open it. It is fully updated, which had to be done in terminal as the software centre would not execute “Restart & Upgrade” after the download.
I am running Retro in Gnome-Boxes before going to metal. Everything else has seemed to be working as expected.

 205 2008-06-292009-07-07Bug Report ghost applications in menus of 1.7.7 Closedassasukasse
100%
2.0 Task Description

Some application which are not installed show anyway in elive menu: blender, cinelerra and a few others.
Clicking on them results in an error.

 315 2008-12-032009-01-19Bug Report Brasero can't burn DVD Closedassasukasse
100%
2.0 Task Description

Brasero can’t burn any dvd:

Checking session consistency (brasero_burn_check_session_consistency burn.c:1785)
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs getting varg
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs called brasero_job_get_input_type
BraseroGrowisofs called brasero_job_get_flags
BraseroGrowisofs called brasero_job_get_speed
BraseroGrowisofs called brasero_job_get_device
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs called brasero_job_get_session_output_size
BraseroGrowisofs called brasero_job_get_input_type
BraseroGrowisofs called brasero_job_get_fd_in
BraseroGrowisofs called brasero_job_get_current_track
BraseroGrowisofs called brasero_job_get_input_type
BraseroGrowisofs called brasero_job_get_tmp_dir
BraseroGrowisofs called brasero_job_get_action
BraseroGrowisofs called brasero_job_set_current_action
BraseroGrowisofs got varg:
	growisofs
	-use-the-force-luke=notray
	-use-the-force-luke=dao
	-dvd-compat
	-speed=4
	-use-the-force-luke=tty
	-Z
	/dev/hdb
	-dry-run
	-r
	-J
	-input-charset
	utf8
	-graft-points
	-path-list
	/tmp/brasero_tmp_4RENLU
	-exclude-list
	/tmp/brasero_tmp_LWENLU
	-print-size
BraseroGrowisofs launching command
BraseroGrowisofs called brasero_job_get_fd_out
BraseroGrowisofs stderr: Using 02___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/02 - Prospettiva Nevski.mp3 (02 - Prospettiva Nevski.mp3)
BraseroGrowisofs stdout: Executing 'genisoimage -r -J -input-charset utf8 -graft-points -path-list /tmp/brasero_tmp_4RENLU -exclude-list /tmp/brasero_tmp_LWENLU -print-size | builtin_dd of=/dev/hdb obs=32k seek=0'
BraseroGrowisofs called brasero_job_set_dangerous
BraseroGrowisofs stderr: Using 09___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/09 - Voglio Vederti Danzare.mp3 (09 - Voglio Vederti Danzare.mp3)
BraseroGrowisofs stdout: HUP
BraseroGrowisofs stderr: Using 18___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/18 - L'Ombrello E La Macchina Da Cucire.mp3 (18 - L'Ombrello E La Macchina Da Cucire.mp3)
BraseroGrowisofs stderr: Using 16___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/16 - Caffè De La Paix.mp3 (16 - Caffè De La Paix.mp3)
BraseroGrowisofs stderr: Using 17___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/17 - Atlantide.mp3 (17 - Atlantide.mp3)
BraseroGrowisofs stderr: Using 04___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/04 - Le Aquile.mp3 (04 - Le Aquile.mp3)
BraseroGrowisofs stderr: Using 07___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/07 - Centro Di Gravità Permanente.mp3 (07 - Centro Di Gravità Permanente.mp3)
BraseroGrowisofs stderr: Using 05___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/05 - Cuccurucucù.mp3 (05 - Cuccurucucù.mp3)
BraseroGrowisofs stderr: Using 08___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/08 - Summer On A Solitary Beach.mp3 (08 - Summer On A Solitary Beach.mp3)
BraseroGrowisofs stderr: Using 10___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/10 - Radio Varsavia.mp3 (10 - Radio Varsavia.mp3)
BraseroGrowisofs stderr: Using 13___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/13 - E Ti Vengo A Cercare.mp3 (13 - E Ti Vengo A Cercare.mp3)
BraseroGrowisofs stderr: Using 01___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/01 - L'Era Del Cinghiale Bianco.mp3 (01 - L'Era Del Cinghiale Bianco.mp3)
BraseroGrowisofs stderr: Using 06___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/06 - Bandiera Bianca.mp3 (06 - Bandiera Bianca.mp3)
BraseroGrowisofs stderr: Using TITOL000.TXT;1 for  Franco Battiato - The Best Platinum Collection/titoli.txt (titoli.txt)
BraseroGrowisofs stderr: Using 15___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/15 - Povera Patria.mp3 (15 - Povera Patria.mp3)
BraseroGrowisofs stderr: Using 14___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/14 - Nomadi.mp3 (14 - Nomadi.mp3)
BraseroGrowisofs stderr: Using 11___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/11 - La Stagione Dell'Amore.mp3 (11 - La Stagione Dell'Amore.mp3)
BraseroGrowisofs stderr: Using 03___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/03 - Up Patriots To Arms.mp3 (03 - Up Patriots To Arms.mp3)
BraseroGrowisofs stderr: Using 12___000.MP3;1 for  Franco Battiato - The Best Platinum Collection/12 - No Time No Space.mp3 (12 - No Time No Space.mp3)
BraseroGrowisofs stderr: Using FRONT000.JPG;1 for  Franco Battiato - The Best Platinum Collection/front.jpg (front.jpg)
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/02 - Prospettiva Nevski.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/02 - Prospettiva Nevski.mp3' have the same Rock Ridge name '02 - Prospettiva Nevski.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/01 - L'Era Del Cinghiale Bianco.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/01 - L'Era Del Cinghiale Bianco.mp3' have the same Rock Ridge name '01 - L'Era Del Cinghiale Bianco.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/03 - Up Patriots To Arms.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/03 - Up Patriots To Arms.mp3' have the same Rock Ridge name '03 - Up Patriots To Arms.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/04 - Le Aquile.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/04 - Le Aquile.mp3' have the same Rock Ridge name '04 - Le Aquile.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/05 - Cuccurucucù.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/05 - Cuccurucucù.mp3' have the same Rock Ridge name '05 - Cuccurucucù.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/06 - Bandiera Bianca.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/06 - Bandiera Bianca.mp3' have the same Rock Ridge name '06 - Bandiera Bianca.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/07 - Centro Di Gravità Permanente.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/07 - Centro Di Gravità Permanente.mp3' have the same Rock Ridge name '07 - Centro Di Gravità Permanente.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/08 - Summer On A Solitary Beach.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/08 - Summer On A Solitary Beach.mp3' have the same Rock Ridge name '08 - Summer On A Solitary Beach.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/09 - Voglio Vederti Danzare.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/09 - Voglio Vederti Danzare.mp3' have the same Rock Ridge name '09 - Voglio Vederti Danzare.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/10 - Radio Varsavia.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/10 - Radio Varsavia.mp3' have the same Rock Ridge name '10 - Radio Varsavia.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/11 - La Stagione Dell'Amore.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/11 - La Stagione Dell'Amore.mp3' have the same Rock Ridge name '11 - La Stagione Dell'Amore.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/12 - No Time No Space.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/12 - No Time No Space.mp3' have the same Rock Ridge name '12 - No Time No Space.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/13 - E Ti Vengo A Cercare.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/13 - E Ti Vengo A Cercare.mp3' have the same Rock Ridge name '13 - E Ti Vengo A Cercare.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/14 - Nomadi.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/14 - Nomadi.mp3' have the same Rock Ridge name '14 - Nomadi.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/15 - Povera Patria.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/15 - Povera Patria.mp3' have the same Rock Ridge name '15 - Povera Patria.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/16 - Caffè De La Paix.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/16 - Caffè De La Paix.mp3' have the same Rock Ridge name '16 - Caffè De La Paix.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/17 - Atlantide.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/17 - Atlantide.mp3' have the same Rock Ridge name '17 - Atlantide.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/18 - L'Ombrello E La Macchina Da Cucire.mp3' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/18 - L'Ombrello E La Macchina Da Cucire.mp3' have the same Rock Ridge name '18 - L'Ombrello E La Macchina Da Cucire.mp3'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/front.jpg' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/front.jpg' have the same Rock Ridge name 'front.jpg'.
BraseroGrowisofs stderr: genisoimage: Error: '/home/agostin0/Downloads/torrents/Franco Battiato - The Best Platinum Collection/titoli.txt' and '/mnt/data/Downloads/torrents/Franco Battiato - The Best Platinum Collection/titoli.txt' have the same Rock Ridge name 'titoli.txt'.
BraseroGrowisofs stderr: Unable to sort directory Franco Battiato - The Best Platinum Collection
BraseroGrowisofs stderr: HUP
BraseroGrowisofs process finished with status 5
BraseroGrowisofs called brasero_job_error
BraseroGrowisofs finished with an error
BraseroGrowisofs asked to stop because of an error
	error		= 0
	message	= "no message"
BraseroGrowisofs stopping
BraseroGrowisofs got killed
Session error : unknown (brasero_burn_record burn.c:2372)
 320 2008-12-152008-12-15Bug Report Resume from sleep sometime ends in a frozen entrance Closedassasukasse
100%
2.0 Task Description

I noticed that from time to time resuming the eeepc from sleep results in a frozen screen with entrance showing. Is not possible to type name or password, and the system is responsive only to “poweroff reboot by hardware button”.
This has happened a few times after long standby (over 20 minutes).
I’ve been unable to switch to tty for further investigations..

 323 2008-12-172010-01-20Bug Report eeepc4g mute key is not configured Closedassasukasse
100%
2.0 Task Description

very simply:
EEEPC mute hotkey is not configured

 327 2008-12-252009-01-11Bug Report elive versions > 1.9.20 and the latest nonfree virtualb ...Closedassasukasse
100%
2.0 Task Description

Hello
i confirm that 1.9.20-1.9.21 kernel panic during bootup when using the latest nonfree virtualbox (2.1.0).
This happens on an Athlon Xp 2200, on a centrino 1.4Ghz which have different versions of elive installed:
The athlon has 1.9.20 upgraded and the centrino has 1.9.18 dist-upped to current.

 329 2008-12-292009-01-19Bug Report 1.9.21 and matrox card show double click behaviour Closedassasukasse
100%
2.0 Task Description

new installation of 1.9.21, the machine has a matrox card, seems that it keeps double clicking.

 662 2017-11-302017-12-28Bug Report Timezone wrong Closedgrottem
100%
3.0 Task Description

With the 2.9.18 upgrade the timezone is off with 1 hour.

 19 2006-07-262006-11-07Bug Report Thunderbird charset pb Closedgaou67
100%
Task Description

Using Thunderbird on a Elive 0.5 on my laptop. The default language is French (Fr_fr), and default charset is utf8 for the system.
Some headers of emails don’t print correctly in the headers window of thunderbird, and changing the charset in the menu View→ Character Encoding doesn’t solve the pb... Maybe a pb of compilation of the pgm ?

I also had a pb with accents in xfe, I didn’t manage to solve (Those french and their accents !...)

Thanks for all with this wonderfull distro !
FX

 20 2006-09-092007-04-01Bug Report Re-check ntfs filesystem later run elive 0.5 beta 3 in  ...Closed
100%
Task Description

mount ntfs filesystem with rw attributes in live mode, it forced re-check filesystem for win in the next boot.

 29 2006-09-242007-05-28Bug Report Bluetooth dongle - no options, no GPRS Closedrooomish
100%
Task Description

As in the Kanotix it will be very usefull to use the menu for bluetooth, devices detection and setting up, also menu for GPRS connection

 177 2007-12-292009-07-07Bug Report NVIDIA Fuzion FX5500 256mb pci linux won't log in Closedrealnesslviv
100%
Task Description

i have NVIDIA fuzion fx5500 pci 256mb when elive tryes to login all i get is command prompt with user:,it doesnt get to real login screen,when i take out the card elive works fine with my intel internal

 183 2008-03-262008-09-11Bug Report No access to programs requiring root password Closedhesse
100%
Task Description

When I start for example the Elive-panel, and try to access items requiring the root passwd, gksu pops up, prompting me for the password, and upon entering it, it just goes back to the elive panel without anything else happening.

If i first fire up the elive-panel as root in the terminal, everything works fine - and I can configure the system.

Starting the panel from terminal without root privileges prints out this, as gksu disappears after trying to launch a program.

(gksu:30556): Gtk-WARNING **: Unable to locate theme engine in module_path: “experience”,
Xlib: connection to “:0.0” refused by server
Xlib: No protocol specified

 233 2008-09-182009-05-25Bug Report gdebi doesn't install anything Closedassasukasse
100%
2.0 Task Description

Seems gdebi is still b0rked, i suggest removing it from the final release.

 308 2008-11-282009-07-08Bug Report random crach with Elive1.9.18 ClosedIssa
100%
Task Description

Crash with no reason

i have installed elive 1.9.18 on my laptop dell latitude d630.
and E17 crashed with no reason, for twice install.

i have wallpaper with blanck windows who write f1 resume or F4 quit, and when i put F1 i have entrance i relog, and same problem

 319 2008-12-122017-08-25Bug Report eeepc brightness apci script should be linked to correc ...Closedassasukasse
100%
3.0 Task Description

/etc/laptop-mode/conf.d/lcd-brightness.conf

+BATT_BRIGHTNESS_COMMAND="echo 3"
+LM_AC_BRIGHTNESS_COMMAND="echo 15"
+BRIGHTNESS-OUTPUT="/sys/class/backlight/eeepc/brightness"

this is the most up to date and correct link to be set up in laptop-mode tools.

 322 2008-12-172009-05-13Bug Report Laptop cannot boot up normally when on battery (Acer As ...ClosedJuzz
100%
2.0 Task Description

With ELive 1.9.20 and on my Acer Aspire One I cannot boot up into X when on battery.

The boot is taking EXTREMELY long time and when it finally does something I get a console login.
Upon login it complains that all FS are readonly and hence fails to create the proper locks for X to startup.

 431 2009-07-102010-03-02Bug Report Installer: Migration mode: empty root password Closedthanatermesis
100%
2.0
 602 2013-02-272013-03-28Bug Report Google Talk video-conference Closedthanatermesis
100%
3.0
 607 2013-05-312017-08-26Bug Report e17 Menus Freezes after Wizard (not solved) Closedthanatermesis
100%
3.0
 666 2018-01-032020-10-05Bug Report Numlock doesn't enable on boot Closedgrottem
100%
3.0
 689 2018-05-262018-06-07Bug Report Setting of Elive song after login is not posible to set ...Closedravensun
100%
 9 2006-07-032006-07-19Bug Report /etc/ftab file is not good generated Closedgagarine
100%
 50 2006-12-132010-01-20Bug Report No drivers for wired network card Realtek RTL8111 (incl ...Closedentr0py
100%
2.0
 56 2007-01-032009-10-21Bug Report huge CPU consum. by terminal Closedconny
100%
2.0
 113 2007-05-152009-08-13Bug Report Failed to connect to socket /var/run/dbus/system_bus_so ...ClosedFreeEagle
100%
2.0
 140 2007-07-122010-01-20Bug Report Switch video to Fullscreen OK but switch back to normal ...ClosedX3n0n
100%
2.0
 145 2007-08-142010-01-20Bug Report sony crw 830e is recognized but doesn't burn CD's Closedawolters
100%
2.0
 191 2008-05-252009-03-23Bug Report Realtek RTL8139/810x Family Fast Ethernet NIC Onboard E ...Closedthedeli
100%
1
 192 2008-05-272010-01-20Bug Report can't login and application bugs Closedslade
100%
2.0
 208 2008-07-062010-01-20Bug Report Fatal server error: no screens found Closedfanatixx
100%
2.0
 210 2008-07-062009-07-08Bug Report Using Synaptic driver and usb normal modem shows strang ...Closedassasukasse
100%
2.0
 212 2008-07-092010-01-20Bug Report Thunar doesn't correctly umount usb pen and disks Closedassasukasse
100%
2.0
 229 2008-09-072010-01-20Bug Report Problema al montar hd externo ClosedPacma
100%
2.01
 243 2008-10-012010-01-20Bug Report snd-hda-intel ClosedDevCore
100%
2.0
 255 2008-10-112008-10-17Bug Report elive should be localized in english as default NOT in  ...Closedassasukasse
100%
2.0
 257 2008-10-112009-07-08Bug Report Ralink RT2561 PCI wifi-card won't work with Elive 1.9.0 ...ClosedAlexAnteMachina
100%
2.0
 261 2008-10-152010-01-22Bug Report Error when installing Elive since any version after Gem ...ClosedZord
100%
2.01
 271 2008-10-192010-03-02Bug Report Entrance bugs Closedthanatermesis
100%
2.01
 273 2008-10-202009-10-18Bug Report Installer does clean install instead of upgrade ClosedJuzz
100%
2.0
 303 2008-11-262009-07-08Bug Report CDRW can't blank Closedthanatermesis
100%
2.0
 309 2008-11-292010-01-20Bug Report can't get more than 800x600 in elive 1.9.18 Closedkiwa
100%
2.0
Showing tasks 1 - 50 of 755 Page 1 of 16

Available keyboard shortcuts

Tasklist

Task Details

Task Editing