only thru terminal ...
a bug perhaps ?
tia !
************************
edit
and how to set system time ? (use UTC)
topic title: Can not launch synaptic...
11 posts
• Page 1 of 1
-
Posts: 32
- Joined: 21 Jul 2016
-
Posts: 148
- Joined: 21 Apr 2011
#2
Chris
Control Center>System>Set Date and Timehow to set system time ? (use UTC)
Chris
-
Posts: 148
- Joined: 21 Apr 2011
#3
Are you running live, or installed?
I just checked 'live' and also found Synaptic won't start from the menu.
Once installed, it works as expected.
Chris
I just checked 'live' and also found Synaptic won't start from the menu.
Once installed, it works as expected.
Chris
-
Posts: 148
chrispop99 - Joined: 21 Apr 2011
#5
I've installed both 32 and 64 bit at least a dozen times on four different machines during testing, and never had this problem, so I'm at a loss to suggest what has happened.
When you launch from the terminal, what messages if any does the terminal show?
Chris
When you launch from the terminal, what messages if any does the terminal show?
Chris
-
Posts: 32
- Joined: 21 Jul 2016
#6
Code: Select all
# synaptic
** (synaptic:22661): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
-
Posts: 2,238
- Joined: 16 Dec 2007
#7
Try as regular user
gksu synaptic
gksu synaptic
-
Posts: 32
- Joined: 21 Jul 2016
#8
thx pal !
did work ! some little explanation ?dolphin_oracle wrote:Try as regular user
gksu synaptic
thx pal !
-
Posts: 2,238
- Joined: 16 Dec 2007
#9
running graphical apps like synaptic from a root terminal *can* produce some issues with session variables that sometimes causes strange effects. gksu is a tool that makes sure that apps that launch with root permissions have all the session variables they need to display correctly. not all apps will exhibit this problem, but it seems to crop up with synaptic the most often.
-
Posts: 148
chrispop99 - Joined: 21 Apr 2011
#10
Could the menu entry for Synaptic be altered to
to avoid this happening for other users, or is that too simplistic a solution?
Chris
Code: Select all
gksu synaptic
Chris
-
Posts: 1,028
- Joined: 21 Aug 2011
#11
Commitments prevent anything other than a superficial look at this at present, so the following is added just in case it proves relevant.
antiX-16-Full Stable Live ISO as shipped booted from CD
Check the menu launcher for SynapticThe command is OK
Desktop selected at GRUB boot screen=defaultWhen the boot process completes without displaying an error message about rox pinboard, Synaptic fails.
When the boot process completes by showing the error message about rox pinboard, Synaptic launches as expected.
Desktop selected at GRUB boot screen=rox-icewmWhen the boot process completes without displaying an error message about rox pinboard, Synaptic launches as expected.
The rox-pinboard error message has been reported previously. It is an intermittent state (timing issue?) that cannot be recreated on demand. That makes it difficult to be sure it is implicated. Another possibility is selecting the term"default" rather than"rox-icewm" to launch the same desktop.
antiX-16-Full Stable Live ISO as shipped booted from CD
Check the menu launcher for Synaptic
Code: Select all
grep 'Exec=' /usr/share/applications/antix/synaptic.desktop
Exec=gksu synaptic
Desktop selected at GRUB boot screen=default
Code: Select all
cat /proc/cmdline
vga=788 lang=en_GB quiet splash=v disable=lx
When the boot process completes by showing the error message about rox pinboard, Synaptic launches as expected.
Desktop selected at GRUB boot screen=rox-icewm
Code: Select all
cat /proc/cmdline
desktop=rox-icewm vga=788 lang=en_GB quiet splash=v disable=lx
The rox-pinboard error message has been reported previously. It is an intermittent state (timing issue?) that cannot be recreated on demand. That makes it difficult to be sure it is implicated. Another possibility is selecting the term"default" rather than"rox-icewm" to launch the same desktop.